IMG_0096

Filed Under (Uncategorized) by admin on 17-01-2008

djloving posted a photo:

IMG_0096

IMG_0094

Filed Under (Uncategorized) by admin on 17-01-2008

djloving posted a photo:

IMG_0094

IMG_0093

Filed Under (Uncategorized) by admin on 17-01-2008

djloving posted a photo:

IMG_0093

IMG_0102

Filed Under (Uncategorized) by admin on 17-01-2008

djloving posted a photo:

IMG_0102

80sTees.com T-Shirts

Filed Under (Uncategorized) by admin on 17-01-2008

del.icio.us bookmark this on del.icio.us - posted by adamloving - more about this bookmark...

O'Reilly discount code for Seattle Public Library

Filed Under (Uncategorized) by admin on 16-01-2008

del.icio.us bookmark this on del.icio.us - posted by adamloving to - more about this bookmark...

MySQL: Hot Copy Backup

Filed Under (Uncategorized) by admin on 16-01-2008

This is an alternative to mysqldump. It locks tables but should be faster and thus more suitable for taking an online backup.

# perform an online backup into /backup/location
$ mysqlhotcopy -u root -p password database_name /backup/location

Which version of Ruby and Rails am I running? Use these commands to figure o…

Filed Under (Uncategorized) by admin on 15-01-2008

Which version of Ruby and Rails am I running?

Use these commands to figure out what versions you are running:

$ ruby -v
$ gem list

SoftLayer Technologies, Inc.

Filed Under (Uncategorized) by admin on 14-01-2008

Seattle data center

del.icio.us bookmark this on del.icio.us - posted by adamloving to - more about this bookmark...

Firefox Behind the Scenes Open about:cache in your address bar to see what F…

Filed Under (Uncategorized) by admin on 12-01-2008

Firefox Behind the Scenes

Open about:cache in your address bar to see what Firefox has currently cached in memory and on the disk.
Open about:config to change a bunch of configuration settings that aren't available in the UI.

I've looked at this a couple times in regards to Firefox caching javascript files downloaded over an SSL (HTTPS) connection. By default, it doesn't cache any SSL to disk (only to memory).