runN programPublished at 12:40, Wed 9 Jul 2008
Nearly a year ago, Mark Jason Dominus blogged about runN, a program
he’d written. I’ve stol– uh, I mean, adapted his version for my own ends,
with a couple of differences. This is a rationale for my changes.
Published at 18:48, Mon 28 Apr 2008
SSH is great; it’s highly secure, and actually easier to use than insecure alternatives like rsh or Telnet. In fact, it’s so easy to integrate SSH with everything else you do that it’s commonplace to rely on it for all sorts of things. But oddly, that very ubiquity tends to reveal an unexpected problem when you try to use SSH for, say, accessing a revision-control system: merely connecting to the remote end and performing the handshaking necessary to set up the encrypted channel takes an appreciable amount of time.
So herewith instructions on how to eliminate that overhead.
Published at 22:36, Sun 27 Apr 2008
Published at 17:11, Sun 2 Mar 2008
Eric Sink has an interesting piece about MeWare, ThemWare, and UsWare. The basic idea is that one way of categorising software is by who uses it:
I think most programmers can see what Eric’s getting at there. If you’ve ever worked on, say, a piece of software used exclusively by people in a different department of the company you work for, you know how hard it can be to ensure that the software actually meets those people’s needs.
However, I took issue with one particular thing Eric says.
Published at 12:42, Thu 14 Feb 2008
A colleague approached me today regarding a unit test he was writing. He was constructing a series of test cases from a data structure; his code at the time used a multi-line string of which each line had several fields which together described a test to run.
Published at 23:41, Sun 6 Jan 2008
GNU Screen is an extremely useful piece of software, but one that requires an annoying amount of hackery to make it useful. Herewith a description of why you want to use it, and what you have to do to make it work better.
Published at 20:16, Thu 11 Oct 2007
Some people prefer dark-on-light colour schemes for their terminals. Others prefer light-on-dark.
I’m in the latter camp. I suspect that’s mainly just out of habit, rather than anything well-reasoned; certainly I find myself agreeing with the idea that matching the properties of paper is a good thing.