You can even have emoji in domain-names using Punycode¹. That means you can add
127.0.0.1 xn--s78h
to your /etc/hosts and then all your dev servers can be accessed at http://🚽
It's your loo-pback address.
You can even have emoji in domain-names using Punycode¹. That means you can add
127.0.0.1 xn--s78h
to your /etc/hosts and then all your dev servers can be accessed at http://🚽
It's your loo-pback address.
@gumnos @pmjv @dexter today I learned about punycode!
And punycode has me thinking about learning to program. Implementing punycode (both ways) seems like a great class assignment, or way to learn Unicode. You’d have to understand Unicode, detailed parsing and calculations, state management… it’s all there!