Live data from Hacker News

Show HN: My saturday project. For when your co-founders can't 'Draw Something'.

omghalp.com

1–10 of 52 posts

Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.

#3
post #2

This is just a quick project I threw together this Saturday. It simply finds all possible words that meet the criteria you specify and ranks them according to their English frequency.

I'm surprised that domain name was available :)

Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.

#6
post #5

Cool - where are you sourcing the candidate words?

I used the frequency lists from Wikitionary for searching an ranking. They've got the 40,000 most frequent words.

The client downloads the current word list from this URL: http://static.iminlikewithyou.com/drawsomething/wordlist.csv

I've been meaning to see if I can run a proxy and substitute my own words.

EDIT: I personally use wordplay (http://hsvmovies.com/static_subpages/personal_orig/wordplay/...) with the -lx flags on this file when I'm stumped

Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.

#7
post #2

This is just a quick project I threw together this Saturday. It simply finds all possible words that meet the criteria you specify and ranks them according to their English frequency.

Which wordlist/dictionary are you using? I use WordNet for my word finding app: http://chir.ag/projects/tip-of-my-tongue/

FYI, the search is broken right now, probably due to HN traffic. I get the error: Internal Server Error.

Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.

#9
post #6
post #5

Earlier quoted context omitted.

I used the frequency lists from Wikitionary for searching an ranking. They've got the 40,000 most frequent words.

The client downloads the current word list from this URL: http://static.iminlikewithyou.com/drawsomething/wordlist.csv I've been meaning to see if I can run a proxy and substitute my own words. EDIT: I personally use wordplay ( http://hsvmovies.com/static_subpages/personal_orig/wordplay/... ) with the -lx flags on this file when I'm stumped

Nice! Steve - can you use this word list instead? (http://static.iminlikewithyou.com/drawsomething/wordlist.csv)
Post reply on HN