Live data from Hacker News

Find a good available .com domain

sive.rs

1–10 of 301 posts

Re: Find a good available .com domain

#2
Under what license is that file?

Could one make a webservice based on the data?

Edit to clarify: I'm envisioning a open source service that uses an in-browser sqlite database [1] so you don't have to worry about a predatory middle party reserving the domains you searched for.

[1] https://sql.js.org/#/

Re: Find a good available .com domain

#8

> If you’re on Mac, Linux, or BSD, you should have a dictionary of words at /usr/share/dict/words Why do they come with a dictionary of words?

There are some legit use cases:

    words is a standard file on Unix and Unix-like operating systems, and is simply a newline-delimited list of dictionary words. It is used, for instance, by spell-checking programs. The words file is usually stored in /usr/share/dict/words or /usr/dict/words.

https://en.wikipedia.org/wiki/Words_(Unix)

Re: Find a good available .com domain

#10

> If you’re on Mac, Linux, or BSD, you should have a dictionary of words at /usr/share/dict/words Why do they come with a dictionary of words?

Not sure the origin but I have seen it used several times where random words are needed. So it certainly is handy.
Post reply on HN