added more links and stuff

This commit is contained in:
AJ ONeal 2014-07-21 10:00:45 -06:00
parent 73d11a3ecd
commit 13f8b90523
1 changed files with 15 additions and 0 deletions

View File

@ -21,6 +21,9 @@ Currently the id space is about 100,000 ids (100 * 100 * 100).
The goal is to have several billion possible combinations by adding The goal is to have several billion possible combinations by adding
more words as well as expanding the ids to have verbs and adverbs. more words as well as expanding the ids to have verbs and adverbs.
For a larger address space now, consider <https://github.com/linus/greg/>,
which also has the benefit of bi-directional conversion.
Usage Usage
======= =======
@ -99,6 +102,18 @@ The pre-publish script outputs the formatted javascript.
* grey, gray, bore, boar (two ways of spelling the same word or sound) * grey, gray, bore, boar (two ways of spelling the same word or sound)
* prawn (not well-known) * prawn (not well-known)
Resources
=========
Add more words and strategies from
* <http://blog.asana.com/2011/09/6-sad-squid-snuggle-softly/>
* The Dolch List <http://www.mrsperkins.com/dolch-words-all.html>
* <http://simple.wikipedia.org/wiki/Wikipedia:Basic_English_alphabetical_wordlist>
* <https://github.com/zacharyvoase/humanhash>
* <https://gist.github.com/ucnv/1121015>
* <https://gist.github.com/vikhyat/105610>
TODO TODO
==== ====