Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
A matrix of potential buzzwords (burri.to)
15 points by marketer on Sept 23, 2008 | hide | past | favorite | 5 comments


Or 5 lines in python:

pre = ("blue", "friend", "mo", "nap", "net", "pod", "tag", "war", "web", "wiki")

post = ("2.0","blogging","casting","chalking","dating","driving","jacking","pedia","scape","ster","tagging","zilla")

len_pre = len(pre)

len_post = len(post)

print "\n".join([" | ".join([a+b for a in pre for b in post][start:start+len_post]) for start in range(0, len_pre*len_post, len_post)])


yes. i already use a script to generate it.

so... are you the guy that explains jokes at parties?


Only the not funny ones.


But it lacks colors and classification of already known words, etc.


i did this in 2005. i should probably update it a bit. are there new archetypes? flick-r?

here are the archetype sources: blue-jacking friend-ster mo-blogging mo-zilla nap-ster net-scape pod-casting pod-jacking tag-tagging war-chalking war-dating war-driving web-2.0 web-casting wiki-pedia




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: