I wrote a little one-liner to celebrate the epoch time of 1234567890, reached at approximately 3:30 PST on Friday, February 13, 2009. Here’s the code: perl -e “print \`clear\`; print \”Starting at: \” . \`date\`; while (1) { \$exclaim = ”; if (time() == 1234567890) { \$exclaim = \” FTW\!\!\!\”; } print time() . \$exclaim […]
Categories