Live data from Hacker News

Show HN: Use any text as a domain name

github.com

11–20 of 147 posts

Re: Show HN: Use any text as a domain name

#11

I think this could be accomplished without creating a new system of domain names by using visually similar non-ascii characters in an IDN[1]. "food in chicago.com" becomes "food⋅in⋅chicago.com" becomes "xn--foodinchicago-lj4hc.com" [1] https://en.wikipedia.org/wiki/Internationalized_domain_name

IIRC these "visually similar" characters cannot be registered anymore due to widespread abuse in phishing/spam emails (päypa1.com, e.g).

Re: Show HN: Use any text as a domain name

#12
Well, DNS is nothing but a mapping from a domain name to an IP address. All this is is a mapping from a piece of text, to a domain name to an IP address. Alternatively, a mapping from a piece of text to an IP address. In other words, it's nothing but a domain name with different syntax.

Re: Show HN: Use any text as a domain name

#14

This is really cool. This is my favourite kind of idea; one that changes something fundamental in a succinct way. This makes me wonder how important domains are at all. My mum never even thinks about the domains for the websites she visits, she just types in 'ebay' and Google does everything for her. The only time I think about URLs (outside of coding) is when I have to share a link with someone, but I wonder if even…

Google search indexing might be one downside of this system, as Google tends to give a lot of weight to domains that match your search term. But in this case the actual domain is a "nonsense" hash. Perhaps the browser extension could be set so that whenever a search term is entered, it submits Google searches for both the raw text and its hash. If Google has indexed a domain that is a hash, and that exact hash is sub…

According to Moz it's hardly important at all: http://moz.com/search-ranking-factors

Re: Show HN: Use any text as a domain name

#15

I think this could be accomplished without creating a new system of domain names by using visually similar non-ascii characters in an IDN[1]. "food in chicago.com" becomes "food⋅in⋅chicago.com" becomes "xn--foodinchicago-lj4hc.com" [1] https://en.wikipedia.org/wiki/Internationalized_domain_name

IIRC these "visually similar" characters cannot be registered anymore due to widespread abuse in phishing/spam emails (päypa1.com, e.g).

[deleted]

Re: Show HN: Use any text as a domain name

#17
post #5

Reminds me of "RealNames". Dot-com era company. $130 million in funding. http://en.wikipedia.org/wiki/RealNames RealNames was a company founded in 1997 by Keith Teare. Its goal was to create a multilingual keyword-based naming system for the Internet that would translate keywords typed into the address bar of Microsoft's Internet Explorer web browser to Uniform Resource Identifiers, based on the existing Domain Name…

So intensely patent encumbered, then? :)

Re: Show HN: Use any text as a domain name

#19

I think this could be accomplished without creating a new system of domain names by using visually similar non-ascii characters in an IDN[1]. "food in chicago.com" becomes "food⋅in⋅chicago.com" becomes "xn--foodinchicago-lj4hc.com" [1] https://en.wikipedia.org/wiki/Internationalized_domain_name

IIRC these "visually similar" characters cannot be registered anymore due to widespread abuse in phishing/spam emails (päypa1.com, e.g).

They can, but there are limitations. For example, ä can only be used in certain countries (for example, a country where a large number of people speak a language that uses ä).

Re: Show HN: Use any text as a domain name

#20
This reminds me about how many people don't use domain names at all anymore. Many people probably type the name of their bank into the search bar and visit the first result. I've seen people literally pull up google to search for yahoo mail or ebay.

Domain names are still useful, for a start they provide some level of authentication when mixed with cryptography. (If you visit https://news.ycombinator.com, you can be relatively sure there is no MITM with certain conditions present).

It would be interesting to see how this system can be adapted to work with our current Internet infrastructure.

Post reply on HN