Software Engineering Proverbs
09/02/2008Below are some of my favorite Software Engineering quotes. A clever person solves a problem. A wise person avoids it. — Einstein André Bensoussan once explained to me the difference…
Popup blocker tester
04/02/2008As you might know, all modern web browsers contain a built-in popup blocker. But the real question is "Does it really work?". This is where our friends at PopupTest.com come…
The Goodtimes Email Virus
01/02/2008Goodtimes will re-write your hard drive. Not only that, but it will scramble any disks that are even close to your computer. It will recalibrate your refrigerator’s coolness setting so…
The Evolution of a Programmer
High School/Jr.High 10 PRINT "HELLO WORLD" 20 END First year in College program Hello(input, output) begin writeln(‘Hello World’) end. Senior year in College (defun hello (print (cons ‘Hello (list ‘World))))…