And how do i type that in the address bar?
On Mac, Control+Command+Space brings up the emoji picker. Every OS has something like that these days, I'm pretty sure.
Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
71–80 of 118 posts
Re: Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
#72Earlier quoted context omitted.
Search engines happened remarkably late. Nobody understood how easy search engines would be. People thought you would follow links from directory pages linked from your "home page", hence the house symbol still seen in browsers. Yahoo! is a leftover of an attempt at a directory.
Oh man, do you remember aol keywords?
Re: Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
#73It took me a while to get the joke because I didn't recognize that white ghost on a white background. I take this as another example why these non-ascii urls are a bad idea for security.
It's not white, it's the blueish grey #E1E8ED. You need a better monitor :)
And this is despite that fact that the actual "font color" is #14171A with excellent contrast: https://contrast-ratio.com/#%2314171A-on-white
But these bizarre characters don't respond the text color and thus utterly unpredictable in their legibility.
Re: Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
#74Earlier quoted context omitted.
There are a bunch of different human writing systems. All of them are weird because they were invented by humans, most of them are very weird indeed because they were invented by humans a long time ago and then gradually mutated. The Latin system is the one you're using here. It's very popular. Most humans in the integrated tribes are somewhat familiar with it‡. It has twenty six "letters" and then twenty six more "c…
Perhaps ironically, URLs were never meant for human consumption in the first place. You were meant to "travel" to various sites via search indices, etc. (Think Google.) Viewed in that light, restricting DNS names to ASCII as a way to reduce bugs, security issues, etc., makes a lot of sense.
Re: Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
#75Not all unicode characters are valid IDN labels. For example, emojis are not valid in IDN labels.
Valid or not several emoji domains have existed since 2001 https://en.wikipedia.org/wiki/Emoji_domain
Re: Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
#76Earlier quoted context omitted.
There are a bunch of different human writing systems. All of them are weird because they were invented by humans, most of them are very weird indeed because they were invented by humans a long time ago and then gradually mutated. The Latin system is the one you're using here. It's very popular. Most humans in the integrated tribes are somewhat familiar with it‡. It has twenty six "letters" and then twenty six more "c…
Perhaps ironically, URLs were never meant for human consumption in the first place. You were meant to "travel" to various sites via search indices, etc. (Think Google.) Viewed in that light, restricting DNS names to ASCII as a way to reduce bugs, security issues, etc., makes a lot of sense.
Re: Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
#77Earlier quoted context omitted.
Perhaps ironically, URLs were never meant for human consumption in the first place. You were meant to "travel" to various sites via search indices, etc. (Think Google.) Viewed in that light, restricting DNS names to ASCII as a way to reduce bugs, security issues, etc., makes a lot of sense.
> You were meant to "travel" You were meant to surf the web ^^.
Re: Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
#78Re: Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
#79Do browsers always show the Punycode encoding, or do they show the encoded glyphs only in some scenarios? I can't find examples of Punycode in the wild used by normal websites.
Re: Add '127.0.0.1 xn–9q8h' to /etc/hosts gives you "localghost"
#80Earlier quoted context omitted.
In Japan there's a trend to use phone numbers as domain names, probably for this very reason.
Interesting. I agree that latin isn't sufficient but they could have just extended the list of allowed characters by a few other defined alphabets. No need to include every(?) unicode-point just because it's the technical more elegant solution.