Author Archives: Michael Simons

WordPress 2.2 Update

17-May-07

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, […]

Read the complete article »

Removing 3rd party apps from .mac sync services

09-May-07

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 […]

Read the complete article »

Java crazyness

24-Apr-07

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 […]

Read the complete article »