This flickr set has some pretty good pictures (more here, and there's also a video) from the celebratory march in downtown Madison that I disappointingly missed by a couple of blocks. Word is there'll be some major parties on inauguration day, and I'm putting that on my calendar.
In the land of TOGoS, work on Junko should be coming to a close soonish. I think I just need to finish work on this one secret level, then do some testing. And my mind has been wandering to some new projects, lately:
A new 2D rendering engine in Java, based on some of the things I learned from TOGBrush2/TOGoSTree4 (and probably re-using some of the basic classes). It'll hopefully scroll smoothly and not take up more memory for screen data than is actually shown on the screen.
A program to back up chunks of your filesystem into Freenet (or not into Freenet). All files will be content-addressed (similar to how git works), which should work well with Freenet's CHKs.
A universal intermediate representation for any programming language. I might seek some help on this one. I heard big ideas are all the rage these days.