Tried to find a workaround for the nasty Dvorak keyboard mapping bug introduced by Apple
with their 10.5.6 update of OS X. I had the idea that if I could create a
keyboard mapping for Dvorak myself, this might ‘trick’ OS X accepting the
proper keyboard shortcuts for ...
This evening I installed the PyDev plugin for Eclipse to write a little Python
code. Seemed to go well until I noticed that some of my keyboard shortcuts
didn’t work anymore in Eclipse. Most notably copy and paste (CMD-C and CMD-V).
As this was working before I figured the ...
This year I attended Devoxx; the largest Java conference in Europe. I had high
expectations as I previously had heard many good things about JavaPolis
(Devoxx’ former name). However after three days of attending presentations I
returned home with mixed feelings. First the good.
There’s a lot of incorrect information on the web and even in published books
on how to implement Java’s equals method. Ivan Memruk in his blog post The
equals/instanceof pitfall
describes this issue nicely. There is however a small error in his post; what
he calls the ...