Wed, 02 Jul 2008
21:04: My site is (slowly) moving
I've decided to give my website a spring-clean. One of the things that is overdue a change is my domain name.
You can find out more about the history of the "alcopop" name at /about/ if you are so inclined. I've been using it for a long time and haven't really thought about what people might presume about me from the name.
Over the next few months, the site will be moving to the more neutral jmtd.net (my initials). From this point forward, any new content will go there only. This log will probably stay where it is for a while, however.
I'm taking this opportunity to migrate to ikiwiki which is a really useful bit of software and has managed to scratch an itch that I thought nothing would quite manage.
Category: /meta
14:13: Introducing debgtd
Recently the number of open bugs that I had submitted hit 100. I had completely lost track of which bugs I was interested in, which ones needed my attention, etc. so I started developing a prototype tool to try and help me keep track of it all. I've called it "debgtd", after getting things done, the self-improvement method which has proven very popular in IT culture.
The current prototype will import the list of bugs that you have submitted from the BTS and let you display them sorted either by severity or package name. You can "sleep" a bug if it does not require your attention at present (e.g. awaiting maintainer feedback), or "ignore" it if you no longer want to keep track of it (e.g. you've stopped using the package in question). Double-clicking a row invokes your system's default X web browser on the bug page.
This is enough at the moment to help me work through my backlog, although once I've done that I have ambitious plans for encoding more workflow into it (such as waking sleeping bugs up on events etc.).
Try it out and see what you think: : code and a more rambling explanation of plans for the tool are available here. It's written in python and uses pygtk for the UI.
Category: /debian
Thu, 08 May 2008
11:12: command history meme
The command-history meme seems to have finally died a death (or maybe Im not reading in the right places).
One thing I couldn't help to notice was that the most common two commands for virtually everyone were cd and—usually right behind it—ls.
I'd wager that often, the ls follows straight on from the cd.
For some time at work, I've had the following in my ~/.bashrc:
cd() {
builtin cd $@ && ls -lhrt
}This might well break some things, I'm not sure, but it's saved me a bit of typing.
Category: /geek/unix
Wed, 07 May 2008
23:47: Nine Inch Nails - The Slip
I would not blame the people I speak to regularly for getting some kind of fatigue regarding Nine Inch Nails. It seems like a week hasn't gone by this year without something happening: a single, an album, or tour dates.
It didn't come as much of a suprise that a new album was released in it's entirety this monday gone. ID3 tags in previously-released singles said "watch nin.com on 5th of may". It wasn't even that suprising that the whole album was free, either.
What was a suprise, to me at least, was that this album is fantastic. I'd heard two tracks prior to the album being released (although one only by a few days). Whilst I enjoyed them, they were pretty safe, lyrically and musically. They didn't push any boundaries. They also did not forshadow the album at all.
This album is the best Nine Inch Nails release this century. It's too early to tell whether it stands higher in my estimation than 1999's The Fragile. If so, it's the best release since 1994. I had not even considered this a possibility.
I also think it's the best album to present to someone who isn't familiar with their work to see if they'd like to look for more. It has a good range of tracks covering loud, aggressive, introspective, instrumental, dancable, dark and delicate.
I'm now starting a self-imposed ban on listening to the album, so as to not overdo it too much so early on. Regardless, I can still hear The four of us are dead playing over and over again in my head. This is a strong candidate for my favourite NIN song ever. It made me think of what the Cure should be writing.
Each track in this release (like each of the 36 tracks in the last album) have their own unique embedded picture in them. There is scant software in Debian that can handle these, unfortunately. I think "tagtool" can add and remove art. Amarok copes admirably. Rhythmbox doesn't, unless you apply this patch, which is stagnating in gnome's BTS, unfortunately. For the lazy (with 32bit x86), here's a tarball of a recent-ish rhythmbox rebuilt with this patch. I'd supply a Debian package but I didn't feel like building the documentation at the time.
I haven't found a single program for the n800 that can handle the artwork.
Category: /media/music
Sat, 12 Apr 2008
10:13: new BBC layout
At some point in the last few weeks, the BBC changed the appearance of their sites, including BBC news.
It seems some people may have been aware this was going to happen and had an opportunity to provide feedback to the designers before the main switch. It's a shame more people didn't know about this.
The old design was flawed because it used a fixed, narrow width. They've changed this for a fixed, wider width. Web designers are capable of making visual elements scale according to the user's preferred font size. They could have taken the opportunity to move to a flexible width or make use of relative spacing.
A BBC blog post on the subject states:
As Steve Herrmann and Ben Gallop have both mentioned 95% of you have your screen resolution set to 1024 pixels wide or wider. And that number is growing every year.
This makes the mistake of assuming that everyone uses their web browser maximized. I don't, and I haven't done for years. It's too wide for my laptop display (1024x768) home and work displays (1280x1024) using the window sizes I tend to use; and far too wide for Internet phones and suchlike (including my nokia n800).
Category: /web
