We can’t ever decide where to go for lunch
set_time_limit(600); pcntl_signal(SIGTERM, "timeIsUp"); $first = true; while (true) { if ($first) print "Where do you want to go?\n"; else print "I don't know. Where do you want to go?\n"; $first = false; } function timeIsUp($signo) { goto("Subway"); }



December 15th, 2007 at 11:24 am
I have decided to respond to this post in hopes that you will resume this blog. And I can’t help but remember how this problem of where to eat is so pervasive from startup to startup and workplace to workplace.
December 15th, 2007 at 2:15 pm
LOL. Duly noted :)