Archive for February, 2006

Need a tax break? Go do some whale hunting…

Saturday, February 25th, 2006

While working on my taxes, I just came across this little gem in the IRS instructions for itemized deductions:

Certain whaling captains may be able to claim a charitable deduction for whale hunting expenses. See Gifts to Charity on page A-6 for more details.

WTF???

Need customer support?

Wednesday, February 15th, 2006

If you’ve ever been annoyed at how difficult it can be to get a customer support representative on the line instead of having to navigate through levels and levels of automated voice systems, this might be for you: gethuman cheats.

The comprehensive list of phone numbers includes many banks, retailers, manufacturers, airlines, phone and other utility [...]

Human-Animal Hybrids

Friday, February 3rd, 2006

I so gotta get me one of these Human-Animal Hybrids T-Shirts!

Thanks to BoingBoing for the link, and thanks to George Bush for making this possible.

Switchtower and ActiveRecord Migrations

Thursday, February 2nd, 2006

In my spare time I’ve been playing with Rails for a while now. This week I tried using SwitchTower and ActiveRecord Migrations for the first time, and I’m very impressed.

Migrations provide a way for versioning and applying database changes. A simple call to script/generate migration MigrationName generates a new blank migration file with the appropriate [...]