Older blog entries for Zooko (starting at number 1)

Running tests of Mojo Nation alpha 2. If you want to be an alpha tester, please write and ask. (It's an invitation-only, top secret alpha test only available to people with Top Secret clearance and conversational Martian. But please write and ask anyway. We like innocent vict^H^H^H^H alpha testers.)

Today I'm putting asynchronous IO into Mojo Nation. This will make the code simpler, make the app a bit faster (but probably not noticeably), and make it possible to actually shut down the app cleanly. With the current, synchronous, IO, we usually find the Python interpreter hung on a blocking call to accept() and we have to kill it the hard way.

I'm also supporting the Mojo Hackers, who are busily doing a port to BSD.

I'm also trying to get the table of licenses up on Advogato...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!