« January 2006 | Archives index | March 2006 »
February 26, 2006
Tip of the Day
When possible, prefer using multiple dependent targets within the same project over multiple dependent projects. There's less overhead and builds should be faster. All the targets logically included in specific product should belong to that product's main project file; this makes things like project-wide searching more useful.
Posted 6:48 PM
February 23, 2006
Crypto
Have done a lot of crypto work this week: code signing, code encryption, tools for quickly generating keys and salts. Good stuff. Wish I could say more but I like a nice layer of security through obscurity (STO) over my cryptographically strong foundation. STO sucks when it's your only source of security; when it's just one layer of many it's not actually such a bad thing.
Posted 3:11 AM
February 21, 2006
Bugzilla 2.20.1
Upgraded my Bugzilla install to 2.20.1. This software just gets better and better, although it bugs me that every time you run checksetup.pl it changes the access permissions on your files and you have to manually reset them so that your install will play nicely with Apache's suEXEC.
Posted 2:07 PM
February 20, 2006
CPAN upgrades
I was just upgrading some Perl CPAN modules. If you had trouble access the Bugzilla install while I was doing that sorry for the inconvenience (you may have seen some Internal Server Errors and some Forbidden responses). I'm all done now and everything should be working fine.
Posted 4:43 AM
Z800i
I really want one of these... the fast, slick UI seems to cure most of my gripes with Sony Ericsson's demented T610 and Z600 designs (two phones I've had the misfortune of owning). The only problem is the phone costs almost 500€.
Posted 2:34 AM
February 19, 2006
Squished
Posted 1:21 PM
February 17, 2006
CSS tweaks
Make <tt></tt>-marked markup look better in the sidebar.
Posted 8:44 PM
mod_rewrite
Just spent an hour banging my head up against mod_rewrite (trying to get multiple rewrite rules defined at various levels of specificity — in overlapping VirtualHost, Directory, Location scopes — to play nicely with each other). I emerge from the battle victorious but with a headache. And hating mod_rewrite.
Posted 8:36 PM
February 9, 2006
WOTest
In self-testing WOTest is now passing all 1,763 tests, with still more to add.
Posted 7:19 PM
February 7, 2006
malloc() wrappers
Wrote wrappers for malloc() et al which allow me to simulate out-of-memory errors during testing.
Posted 3:16 PM
February 1, 2006
Server updgrades
Posted 2:00 PM


