Friday, August 29, 2008
Games
PVD-NYC
Wednesday, August 27, 2008
Laplacian
I wish there were a tool that would quickly solve Laplacians on a regular two-dimensional grid, for example in the NetPBM format.
Under what conditions can the Laplacian be solved "directly" using the Fourier transform, and under what must some sort of numerical method (e.g., multigrid) be used? Is is necessarily a computational "win" to use the Fourier tranform?
UPDATE: my solver using relaxation (or Successive Over-Relaxation)
Sunday, August 24, 2008
Wednesday, August 20, 2008
Hash of words
Take a word, generate its primary Double Metaphone code (in uppercase). Take the MD5 hash of the code. Drop the least significant 8 bits, then take the 10 least significant bits remaining.
In reverse, here's a dictionary generated by this perl script run over Linux's /usr/share/dict/words. This script avoids one-syllable words, similar words, and words with short codes. With such a limited source word list, we must use bits 110-119 (0-indexed) to achieve full coverage of the all 10-bit-wide bitstrings. Other positions don't quite cover.
Sadly, speaking 100 words per minute works out to 16 bits per second, and even less if an error-correcting code is used.
Thursday, August 14, 2008
Bus
Wednesday, August 13, 2008
Privacy audit and seal
Monday, August 11, 2008
Window screen
Saturday, August 09, 2008
Weakness of Fourmilab javascrypt
Bayesian networks
Small temporal networks are also solved.
Friday, August 08, 2008
Tuesday, August 05, 2008
Words
Words that are nearly spelled the same but are very different: bikini and biking, uniformed and uninformed, winch wench wrench, predicted predicated, plaque plague
Pronunciation difference, in particular vowels.