Due to security issues with cross site scripting and malicious javascript, LiveJournal has now moved all users to having their own username.livejournal.com instead of the old URL due to security considerations and sandboxing users cookies differently.
I would have thought that it would have made sense from an earlier point in time to provide all users with username.livejournal.com. For example for my livejournal bsdguru links to bsdguru.livejournal.com similarly to how for my wordpress blog I have bsdguru.wordpress.com.
Still working on the my PEARCache_Memcached project. The proposal is still in first draft stages as I still have certain things to do prior to changing the proposal from 'draft' to 'proposed'.
Spent a few hours on Sunday working on my PEAR Cache_Memcache proposal which provides users with an Object Orientated interface for accessing memcached servers. Ideally users would have a similar interface to the perl memcache client which was written by brad and the various others at Danga Interactive.
Basically I'm busy cleaning up the code and using Net_Socket to do various socket related calls instead of reinventing the wheel. I've also started writing some unit tests for testing that things work as expected.
I've spend countless hours trying to hack together some code to do TypeKey authentication for PHP. The main problem that I'm encountering is that that noone has added DSA support in any shape, form or fashion into PHP making it a bit difficult to validate the signatures that one gets back from TypeKey.
Hopefully I can figure enought of the specifics for PHP and coding in c for the PHP module that we can shortly get DSA support built into PHP.