If the animation stops, it may be due to a Navigator bug...
Click HERE to restart
The Stressed/Dessert goldenword was produced curtesy of Glenn Crocker, who spent a couple of minutes working out a one-line unix script on a napkin to generate a list of over a hundred goldenwords.
rev /usr/dict/words | sort - /usr/dict/words | uniq -c | grep -v 1
Here's a second pass, after Chris Suley suggested using "comm":
rev /usr/dict/words | sort | comm -1 -2 - /usr/dict/words
Grafman, Glenn, Chris and a handful of other Silicon Valley types can be found late on most Wednesday nights at various places of dubious dining - occasionally discussing hacks such as the one above.
This is a Grafman production.