a jillion dollars
Sunday, November 13, 2005
Friday, November 04, 2005
smoke the for-loop
You know you've been programming/smoking too much when you think things like, "It's really hard for me to quit smoking because the periodic injection of nicotine described by:
int time;
for( time = 0 ; time != bedtime ; time += 45 )
{
smoke( "marlboro" );
}
...is hard-coded into my body."

