2010 New Year's Resolutions
I don't need to lose any weight, I've already quit smoking, and although I could probably stand to get back into my weight training, it looks like the pedestrian challenges are out of the way. The path has been cleared for me to tackle three big goals in 2010.
...Read More
Image Resizing with Python and ImageMagick (bleh)
Let me first give a little background on this project, and then I'll break down the script.
I'm working with a legacy image handling system that's more than a little convoluted. Source images for different music artists are uploaded through a multi-tenant CMS to a media server, to a DAV-enabled ...
Read More
My Picks for PyCon 2010
Following the lead of Catherine Devlin, Jesse Noller, and other Python bloggers, I've finally had a chance to comb through the list of talks for PyCon 2010 and come up with a few picks of my own. It goes without saying that I'll probably change my mind ...
Read More
Getting Update Times On The DB Server - MySQL4
Here's the MySQL4 version of the script I posted yesterday. On the MySQL4 server, we don't have that handy INFORMATION_SCHEMA db for reference - instead, we have to get table information using SHOW TABLE STATUS
. The biggest difference between the two scripts is that this one requires a ...
Read More



