New Toy!
Fujitsu LT C-500, the best tablet 2001 had to offer. Bought for a side project to replace a paper form-based system using a tablet PC, python, libqt4... more »
1 commentsSave Tags: gui, hardware, python, unix-linux
My first week of Python
Some stuff on my latest side project, doing a bit of data munging and PDF generation with sparklines and other graphics for my rifle club using... more »
0 commentsSave Tags: python
Emacs FAIL
Tried to learn enough emacs to do some PHP work. Spent a week in emacs configuration hell, and never got to within spitting distance of a workable... more »
0 commentsSave Tags: php, tools
Vim user starts trying to learn Emacs
First thing I have to figure out is what the emacs equivalent to command mode and edit mode are…
0 commentsSave Tags: methodology, tools
DadHacker
If war stories of things like shaking wire-wrapped boards to make the assembler code work right; combined with a degree of pragmatism towards... more »
0 commentsSave Tags: games, methodology, opinion, other languages
Implementing HAT-Tries in Java
Implementing the HAT-Trie data structure in Java using the Cache Concious Hash Table structure.
0 commentsSave Tags: how-to, java
Problems with Ubuntu's Hardy Heron
Ubuntu's Hardy Heron release has a serious problem in a fairly fundamental subsystem - anyone who has any kind of monitor setup more complex than a... more »
0 commentsSave Tags: hardware, open source, unix-linux, usability
Tips for hiring new engineers
Six tips for hiring new engineers for a programming role, as seen from the applying engineers' point of view
0 commentsSave Tags: how-to, opinion
The case against passion
Programming is not all about passion. Passion is the antithesis of good programming. To claim (or even worse, to imply) that good programmers are... more »
5 commentsSave Tags: methodology, opinion
Cache Concious Hash Table
A short note about a cache concious hash table implementation that outperforms Sun's HashMap implementation by a factor of between two and three.
0 commentsSave Tags: java