Kottke.orghas an articleincluding a geographical map of the London Underground train network. It's quite nice to look at - somewhat different from the schematic version.
Kottke.orghas an articleincluding a geographical map of the London Underground train network. It's quite nice to look at - somewhat different from the schematic version.
I've updatedthe Emacs Blosxom support that I wrote to add support for publishing entries to multiple destinations.
For example, you can do:
(setq dme:blog-destinations
'(("~/var/blog" nil nil t)
;; entries in category `sun' don't get published to tiramisu
("~/local/blog" "tiramisu.dme.org" nil
(lambda ()
(not (string-match "^sun" dme:blog-category))))
("~/local/blog" "kriek.uk.sun.com" nil t)))
In this case, all entries will be saved to ~/var/blog and kriek.uk.sun.com:~/local/blog, whereas only entries not in a category beginning with sun will be published to tiramisu.dme.org:~/local/blog.
This allows me to write entries which are work related and have them saved locally and on a machine at the office, not on the publically accessible host.
After spending time agonising over an ATI All-in-wonder 8500 LE (almost 200ukp), I bought a 25ukp no-name card with an NVidia GeForce 2 MX/400. It works well under Windows 2000 - much better than the NVidia Vanta it replaces. Sure, it doesn't have a DVI connector, but I figured that I would sort that out when I upgrade my TFT panel to one with a DVI port :-)
Linux drivers for the GeForce 2 MX seem to be binary only from NVidia, so that's a joy that I'll deal with when I need to do so (downloading a new Debian now...).
From Wasted Bits, Anakin finally decides that enough is enough.
Trying to determine if the ATI Radeon 7500 is supported by XFree86 is proving to be a real challenge. There are notes in various places about support for the 'radeon' and discussion on a variety of mailing lists about problems with non-ATI cards using the chipset, but nothing definitive ! The XFree86 release notes for 4.2.0 don't seem very clear, to me at least.
Obviously there are other vendors (Matrox G550 looks good), but the 7500 has DVI out and can be bought for less than 50ukp, which makes it seem like a good deal.
To make life easier, I threw together some emacs lisp to help create Blosxom blog entries in emacs. Look here.
NetNewsWire Lite on MacOS X is cute, but finding a similarly useful equivalent under Linux seems to be a challenge. As a result I dug out Aaron Swartz' rss2email script and persuaded it to dump a load of feeds into folders on my IMAP server.
The lack of support for inline images could be annoying, but mostly it works a treat.
I tried pushing RSS into a news server before (mostly because I could rely on the news server to ensure that the articles were unique), but the requirement for client state in news readers was annoying (more about that later I think).
Installing the wiki formatter for MovableType was straightforward. A quick change to the master index template, and it should all work now ! I have to get out of the habit of writing HTML and produce Wiki TextFormatting instead.