Warning: include(/home/ensonik/public_html/wp//wp-content/plugins/google-buzz-er/google-buzz-er.php) [function.include]: failed to open stream: No such file or directory in /home/ensonik/public_html/wp/wp-content/themes/lightword/header.php on line 3

Warning: include() [function.include]: Failed opening '/home/ensonik/public_html/wp//wp-content/plugins/google-buzz-er/google-buzz-er.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/ensonik/public_html/wp/wp-content/themes/lightword/header.php on line 3
February « 2009 « the higher you fly

the higher you fly

1Feb/090

Good quotes

Some of my favorites found here.

  • Some people, when confronted with a problem, think "I know, I’ll use regular expressions." Now they have two problems - Jamie Zawinski

  • Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Rick Osborne
  • The most exciting phrase to hear in science, the one that heralds new discoveries, is not 'Eureka!' but 'That's funny...' - Isaac Asimov
  • There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult