Felix Crux

Technology & Miscellanea

Tags: , , ,

When I was first introduced to Django, I found it so pleasant to work with, and so productive, that I ended up accidentally creating this site. I still stand by this first impression, and I still recommend and promote Django whenever I get the chance.

But sometimes it just isn't the right tool for the job. For a site like mine, which has essentially no dynamic content whatsoever, and is infrequently updated, it doesn't really make sense to keep up with the treadmill of updates, both to Django itself, and to the supporting infrastructure like the PostgreSQL database that sits behind it. Static HTML pages would be simpler to maintain, and, as an added benefit, load faster.

However, I didn't want to give up on some of the key parts of Django that really made my life easier. The templating system, for example, meant that I could tweak the look of the site and have changes consistently propagated across all pages, without manually updating each one. The automatic generation of RSS feeds was another nicety I didn't want to lose.

I therefore put together a system that allows me to retain the key benefits of Django, while producing an end result that is in fact a whole bunch of static HTML pages. It's called Transcribe, and it currently powers this site and a couple of others that I maintain.


Tags: ,

I know that around this time of year, a lot of people are in a giving mood. And it's not just limited to exchanging gifts, but also donating to charity. In addition to the humanitarian causes that many people support during the holiday season, consider helping out these somewhat geekier groups too.


Tags: ,

I recently had the opportunity to visit the historic Bletchley Park, home of British codebreaking efforts during the Second World War. Aside from the military historical significance, this mansion surrounded by temporary sheds is also important to the history of computing. It was there that several of the earliest computers were built, including the famous Colossus codebreaker. It was also where Alan Turing was stationed and worked on the new practical applications of his hitherto theoretical discipline of Computer Science (not that they would have called it that at the time).

Bletchley Park is also the site of the National Museum of Computing, and I was able to take some video footage of the fascinating machines they have there.


Tags:

I just dug up a couple of book reviews (on The Senate of the Roman Republic, Execution, and Economics for Everyone) I wrote on a flight a while ago and forgot to post. The “recent” moniker doesn't really apply anymore, though.


Tags: ,

Firefox's cross-platform nature means that it doesn't always fully integrate natively into your desktop. This was particularly apparent to me when using dark-coloured GTK themes under Ubuntu Linux. By default, Firefox looks something like this:

Light Firefox

But, with a bit of tweaking to your userChrome.css file, which lives under ~/.mozilla/firefox/<random-looking-name>.default/chrome/, we can make it a bit nicer:

Dark Firefox