|
|
|
Show HN: Twinwords - fast two word domain name generator
(twinwords.com)
|
|
1 points
by brucer
4824 days ago
|
|
For a hobby project, I made a web domain name generator. It's always bugged me they aren't smarter. It algorithmically figures out similar words by calculating pair similarities for all the two word domain names in the .com zone file (about 60 million.) Because of the way it works, the 'synonyms' it generates are more like how people use the words in domain names instead of a thesaurus, and it works for lots of things that aren't dictionary words. (ex: http://twinwords.com/?cmd=suggest&first=reddit&second=html ) Tech buzzwords used if you have any questions: nodejs, C, mongo, bloomfilter, jaccard similarity. Try it out and tell me what you think! How it works & some examples: http://twinwords.com/about.html |
|