java code

Of Java and Assembler

Posted by & filed under , , .

The title would no doubt puzzle quite a few of you — after all I’m putting in the same sentence a low-level, processor-specific language (for no better term for “assembler” — I know, I know, I know, “it’s not really a language”, right?) with a rather high-level, even platform-independent language like Java. So, right away […]

Really Uber-Nerdy Joke

Posted by & filed under , , .

OK, so this one comes via Bill Gross, but I so couldn’t resist to spread it around — if you know your physics you will find it hilarious! (And if you don’t, you’ll just think I’m an uber-nerd :D)       Einstein, Newton, and Pascal are hanging out one afternoon. Einstein is bored, so […]

Perf4J and Object Creation/Destroy

Posted by & filed under , , , .

If at any point in your coding life you had to measure some component performance, chances are that you came across Perf4J at some point. To quote from their own website: Perf4J is to System.currentTimeMillis() as log4j is to System.out.println() There are of course other ways to measure timings of components execution, however, I found […]