Wordpress 2.2 arrived a day ago. Updating was no problem at all. Prominent new features are wigdet support without the need for an external plugin and a working atom 1.0 feed. I could drop two plugins: the widget plugin and the atom10 plugin. Nice. All others work as before (some important to mention are UTW, […]
I recently tested Yojimbo and decided i have no use for this kind of tool, so i thrashed the app and all config files in my ~/Library. Some weeks later i reinstalled another Mac and set up the .Mac Synchronisation. No problem at all. I needed my ftp favorites on both machines so i turned […]
Someone must be hit really hard with some curly braces when he implemented the following behaviour: public class Braindead { public static void main(String[] args) { Integer i1 = 10; Integer i2 = 10; Integer i3 = 128; Integer i4 = 128; compare(i1, i2); compare(20, 20); compare(i3, i4); } public static void […]