Monthly Archives: April 2007

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 »

Security by definition

23-Apr-07

So lets say you’ve written your mindtwisting, brilliant trojan virus… how’d you name the file? maybe install.exe? Probably not… as the user would be required to enter his admin password under Microsoft Windows Vista… Just use any other name and there will be no annyoing dialog to confirm extended admin rights. Just brain dead. Read […]

Read the complete article »

Apple delays Leopard release until October

13-Apr-07

Damn, i was looking forward to install Leopard in my vacancy… But it seems it’s not gonna happen: “We can’t wait until customers get their hands (and fingers) on it and experience what a revolutionary and magical product it is,” Apple said. “However, iPhone contains the most sophisticated software ever shipped on a mobile device, […]

Read the complete article »