Graph Theory Problem

I came across a graph theory problem at work this week, and decided to blog about it to help me sort it out. At first I didn’t think of it as a graph problem, but that’s how these problems often go, shrouded in disguise and all. But I digress. The problem is this. Considering the […]

Hardy Heron: It just works!

For the first time in my life, I installed Linux on a laptop and every feature worked out of the box: video, sound, wireless network, mouse, keyboard, desktop effects, everything! I am blown away. I’m running Hardy on a Dell D630, and I followed the upgrade path after installing Kubuntu originally with Gutsy (and then […]

Nifty Log Watching Command

Have you ever wanted to watch all the logs in /var/log and sub-directories on your Linux box? Well, I have, and normally I just use tail -f *.log, but that doesn’t work because some log files don’t end in “.log”. Furthermore, you can’t use tail -f * because some of the files can contain non-printable […]

Qt Stylesheets

I’m a new convert to Qt’s stylesheets. They make customizing your Qt GUI much easier than other methods (like QPalette). Recently, I responded to a request for comments from Trolltech, and I thought my fellow GUI developers might be interested in it. These are my humble suggestions to Trolltech for improving Qt stylesheets: I use […]