Skip to content

Monthly Archives: January 2008

If it ain’t broke…

“Normal people believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet.” - From a random email floating through the InterWeb

I admit, I am an engineer, but I’m always working toward becoming a productive member of society. ;)

You used Perl to write WHAT?

You used Perl to write what? is a very nice article about when to program in Perl and when to choose some other language.

Choosing a Windows Diff Utility

‘Diff’ is a Linux tool for comparing text files. Windows Diff programs typically display the selected files side by side, with the differences highlighted. In it’s simplest form Linux Diff just displays the list of differences.

Any Diff program is a great way to figure out which of two similar files is better, or to pick out the best parts of each file. I love Diff; but as a Windows user choosing the right Diff program can be tricky.