Really should be in the habit of making at least weekly entries.
Currently, I'm paying off technical debt in several areas.
SQL: Converting from SQL-ASCII to Unicode, finally. (That's surprisingly annoying in PG 7.4.) Standardizing names: tables, columns, and queries.
Moose: (I'd do the nifty slashed-O except, you know: no Unicode yet.) Finally, actual parameter checking in my subs. Er, methods.
URI structure: Also more standardization there, and removing some unRESTful hacks.
Lazy registration and authentication: Life would be so much easier if browsers included OpenID.
I've totally blown "release early, release often" this time. I definitely need to be more disciplined about fixing only one thing at a time.

