So, I just got back from QCon SF 2010 last night. All in all, a very good conference. Rather than write up any kind of extensive summary, I’ll offer up my rapid digest of the major themes from the sessions I attended. Without further ado, here it is in outline form:
Dealing with data at large [...]
more »
I rediscovered the joys of using Java’s built in command line debugger, jdb, today. I’d gotten so used to using the graphical debugger in Eclipse that I’d forgotten all about jdb, but lately Eclipse has been choking on debugging projects with many maven dependencies for me. I really needed a low-tech, high-reliability solution for debugging [...]
more »
Last week, I wrote a quick-and-dirty GUI application to help my wife count down the years, months, days, hours and seconds until the end of her professional training. I’m posting the source code, licensed according to the Apache License 2.0. This is trivial stuff, and I coded in the most lazy fashion possible (no unit [...]
more »
I had a minor realization today about what Mark Bernstein was talking about in his blog posts about NeoVictorian Computing (which I mentioned earlier). I had emotionally connected to what he was saying about how the software industry should return to an ethos of craft and artisanship, and how software should not try to hide [...]
more »