I'm sorry for the blog outage over the past week.  The move up to the bleeding-edge version of 
Typo brought a lot more pain than I thought it would.  I had to rewrite a lot of mine, and other people's code to get it all working the way I thought I wanted.  I ended up having to move from 
MySQL to 
PostgreSQL because of a weird 
Ruby on Rails issue where it was using up all of the MySQL connections, and not letting them go.  That brought a whole new world of hurt because of MySQL's dumb way of handling boolean values.  I had to pretty much edit the insert statements by hand.  Nobody's written a good way of dumping data from a rails database out in a way that can be read in to another database.  Anyway, long story short, it's back up now.