Colin's Journal

Colin's Journal: A place for thoughts about politics, software, and daily life.

November 16th, 2002

Harry Potter and the Chamber of Secrets

Last night I went to see Harry Potter with Shana and the gang. The gang in this case being a very large number of people – 21 in total. The nice thing about going on opening night is the line-up and atmosphere that comes with it. The film is greatly enhanced when you have people lining up for an hour first to get good seats to see it, and then applauding the film even before it’s started.

The film it’s self is enjoyable, although there is some cringely bad dialog towards the end. The animation is considerably better than the first, the highlight being Dobby. I didn’t like the opening of the book, so it’s no surprise that it’s a little clunky and ill fitting in the movie as well. The decision to highlight the comedy was a good choice – especially for the beginning, although I’m glad that they reduced it later into the film.

The more I think on it, the more it feels like the directory had to rush the end, and took the easy (and rather cheesy) way out. Despite this I would still recommend it to anyone that wants to see a fun, entertaining movie!

November 15th, 2002

Harry Potter

It’s that time of year again: Harry Potter is back, and tomorrow I’ll be standing inline ready to see it.

My impression had been that the media blitz this year has been a lot lower key – and so I expected it not to do as well. So much for that thought, at least in the UK it’s picking up some serious attention.

I suppose the lack of stuff about it in the media shows that there is a point where advertising, in all it’s different forms, is not needed anymore. It’s going to sell – so there’s no point pushing it any harder!

November 14th, 2002

Plans for my website

It’s time to plan out changes to my website, especially now that it’s easier to maintain. Firstly I’m going to try and post more entries to my journal. I’ve built up a usable weblog program now, so I should use it. This also means that I will quickly learn what extra features I want, and so in this frame of mind here’s my current wish list:

  • Adding support for perma-links. I already have all the information required – I just need to make it available to the templates.
  • A more generic template/url mapping. Specifically I would like to be able to have the title and date of the last post (and possibly a few taster lines) on the front page of my website.
  • Support for images. This is a slightly difficult one – it means that the content of the weblog needs to either have expanding variables, or support TAL. That in turn means it would be better if all of the entries where written in XHTML rather than HTML so that the missing close tags don’t cause issues for the TAL parser.
  • Support for toggling between HTML and Structured text. Entering web posts in structured text would make life easier – but I would still need to be able to switch to HTML for those occasions where I need something more complex.

I doubt I’ll get the last two done any time soon – but I can probably do the first two easily.

November 12th, 2002

Work Visa

Some very good news, which justifies another post, is that my work visa for next year has come through! This is always a nervous time of year because although there is no reason why my visa should not be renewed, there is always that nagging worry until you have it in hand.

November 12th, 2002

Site news

It’s been a busy few days in the life of my website. We are now paying for web hosting with Spenix, which means that we can have a proper website, better control over our email, and access for updates more easily.

This has (so far) been a very painless move – I just setup the new server through a web-based console, and then switched nameservers. The results are propagating through the DNS system – and soon the old version can be taken down!

Another big change is to move my weblog to a new system. My old one was based on a custom Java app that uses XSLT to populate the templates, and had a custom Swing GUI as the front end.

I’ve now written a new one in Python which uses wxPython for the front end, and a template language called TAL. TAL is used in Zope, but the implementation I’m using is written from scratch (I don’t want any Zope dependencies).

I’ve converted all my old weblog to the new system using a mixture of XSLT, Shell scripting, macros, and python. The result is that the old posts all look like they were made at 8pm, because the old system didn’t allow multiple posts in one day.

The final thing I need to do now is to create a couple of real templates so that the new weblog integrates with the old site properly…

Copyright 2015 Colin Stewart

Email: colin at owlfish.com