• 2 Posts
  • 433 Comments
Joined 2 years ago
cake
Cake day: June 3rd, 2023

help-circle











  • See? This is why we shouldn’t use flags to represent languages.

    Go to Brazil, and I bet they use the Brazilian flag to represent the language they speak, not the Portuguese one.

    Go to Ireland, and you’ll see they use the Irish flag to represent the English language.

    In Switzerland, what flag should they use to represent Ladin?

    And what about Canada? They speak two official languages.

    The correct way to display languages is just their name or they ISO code. Using flags for languages is fundamentally wrong.









  • You’re partially right, I’d like to add some details: websites can also check if a domain (e.g. example.com) actually exists. So if you smash random letters on your keyboard and you end up with a non-existing domain, a website will be able to stop you from using that address.

    More advanced websites also check for an MX record on the domain DNS. If a domain exists but it doesn’t have an MX record, then it’s not going to be able to receive emails and may be blocked in sign up forms.

    Edit: not only an MX record, but also an A record, because if no MX record is present, then the mail is sent to the A record as a fallback (even though, in all honesty, I think this is a very uncommon configuration on the modern internet).