Category: Uncategorized

Ableton Live on Linux

http://dasacc22.wordpress.com/2008/08/27/ableton-live-linux-and-wine/

I live in hope.

Personally, I think all “new” PHP applications should be autoload aware.

http://www.brandonsavage.net/making-life-better-with-the-spl-autoloader/

Provided that the codebase respects its own standards, it really isn’t hard to do. The real tragedy comes when a codebase has sections which can not be readily streamlined by _autoloaders() (as in – breaks the standard). An unavoidable indicator of a messy codebase is too many exceptions to the rule of class naming || code inclusion.

Sigh.

WordPress Weirdness

I’ve got 2 separate installs of WP running on the same virtual host under 2 separate accounts. Somehow they have become intertwined. Annoying to say the least.

Will this bring me bad karma, slagging off the very blogging software I’m using to slag? This is free speech.

Dual Screen STILL Not Working

Well, it works but isn’t ideal. The Compiz effects refuse to work, and twice today the mouse got “trapped” on the secondary screen. Once again, I dislike the ATI card.

Rightscale, EC2 & The Cloud

I was mucking around with the Rightscale control panel yesterday and was amazed by how easy it is to get a EC2 instance up and running. One thing which wasnt exactly obvious was how to trigger the installation scripts at launch.

I plan on developing a small “self aware” test application to experience launching multiple instances which can co-operate based on this “awareness”.

Hello World

I know its lame, but I cant think of anything better to write at the moment. Plus I want to try out the code syntax highlighter plugin I just installed

1
2
3
<?php
echo 'Hello world!';
?>