The weirdest thing happened while I was programming with my favorite IDE, Netbeans 6.8, today. When I work on big applications, I usually split them in two or three projects (usually model, view, controller). Then I import the projects in the main application project. At some point Netbeans suddenly told me it couldn’t find a class [...]
UPDATE (2009-05-09): The ‘laf’ option to the Netbeans executable should be preceeded by a double dash (–laf) instead of a single one. Corrected.
From the first moment that I used Linux, some 9 years ago, I was a KDE user. When KDE 4 came, I switched to Gnome, because I found KDE 4 unstable and slow. I [...]
For a small msx adventure game I’m creating, I needed a map with three islands. A big one and two smaller ones. I’m not going to tell you what kind of game it is and if I will ever finish it (because chances are I won’t), but that’s not the point here. The point it, how [...]