First things first: happy 21st!
Those irrevocably consigned to the nine circles of geekdom will be pleased to know that Google has officially beta'd Chrome for Linux. In other news, you can now post comments to the new quizzical quincunx; simply visit the post page and fill out the handy comment form. In the process of hacking this together, I finally became frustrated enough with the WordPress API to toss this gem into my functions.php:
function trap_output($function, $args = array()) {
ob_start();
call_user_func_array($function, $args);
return ob_get_clean();
}
Also, I've decided to go with reCAPTCHA instead of post moderation; I'll be interested to see if this is sufficient to defend against the spammer hordes of the Internets.
So - test it out, and let me know if you find any problems!

