TIFF file dimensions in Ruby

Using Ruby, I wanted to get the dimensions of image files without using a full-on image library. I found handy code for PNG, BMP, GIF and JPEG and adapted the JPEG code for TIFF. Saved as gist 431893. # TIFF.rb # by Paul Schreiber <paulschreiber at gmail.com> # 09 June 2010 # # Based on …

The great Mac OS X Software Update chart

Recently, my friend Rob posed a question to twitter: Is Mac OS X 10.5.7 the single biggest patch Apple has ever released, or just one of the biggest? I thought that was an easy question to anwser. I was wrong. I looked all over the web for this information, and no one seemed to have …