MainDoctor WhoMusicSoftware
Main Page

Alden Bates' Weblog

Feigning normality since 1973

October 24, 2004

Slap the Candidate!

Best use of Flash EVAR!

Posted at 6:14 PM | Comments (0)

October 23, 2004

R2D2 versus The Goodies

I was reminded after writing my previous entry that there's an episode of the cult British comedy The Goodies in which R2D2 not only appeared, but did an impression of a Dalek. Unfortunately the Interweb completely failed to cough up any pictures of the event. Bah!

Posted at 11:41 PM | Comments (0)

Link o' the Day: Encyclopedia Obscura

Until about half an hour ago, I had completely forgotten that R2D2 and C3PO once appeared on Sesame Street many years ago. I fully remembered the episode of the Muppets where Luke and co turn up, of course, but the Sesame Street episode had completely slipped my mind for the last 20 or so years since I saw it.

But that's why Encyclopedia Obscura exists - to remind us that there are weird and wonderful corners of life which shouldn't be forgotten. Like stupid tie-in products.

It's cool, go browse.

Posted at 8:36 PM | Comments (0)

October 21, 2004

#1 authority on Pease Pottage

A search on Google reveals they rank me as the net's foremost authority on Pease Pottage. Oddly enough, the nearest I've been to England is Chicago, Illinois.

Posted at 5:59 PM | Comments (0)

October 20, 2004

Star Trek: Voyager

If you've been reading my LiveJournal, you'll know I've been rewatching Star Trek: Voyager starting from the beginning, as a mate of mine is buying the DVD box sets. Now, at the end of season 2, I thought I'd pause, reflect, and make some LiveJournal icons.

Our story so far: Lost in the Delta quadrant, thousands of light-years from home, the crew of Voyager attempt to return to the Alpha quadrant before the network cancels the show.

[Picture of Voyager]

Continue reading "Star Trek: Voyager"

Posted at 9:44 PM | Comments (0)

October 19, 2004

New Doctor Who Logo

The Doctor Who logo for the new Chris Eccleston series was revealed today. Do we like it?

Sure, why not? Very new-SF and shiny

The desktop-sized version shows more detail. Just what are the strange cylindrical structures behind the CTO and WH?

Posted at 6:19 PM | Comments (1)

October 17, 2004

Reinstalling Windows

Things I've noted while reinstalling Windows:

  1. The process is far more painful than it should be. The biggest problem is, of course, every piece of hardware needing software drivers. Plug and Play never really did work...
  2. More software needs to keep its settings somewhere other than the registry. I discovered that FireFox must do, because reinstalling Windows wiped out all the settings, extensions and bookmarks. This added extra hassle to an already annoying procedure. In contrast, software like Pegasus runs without me having to reinstall or reconfigure it. This Is Nice. (Of course, even FireFox's way is better than IE, where I have to download the browser all over again.)
  3. Downloading 40 different critical updates is stupid. Microsoft should package them all as one, and update the critical update package every time they issue a new update. Update.

Am currently installing DirectX 9.0c so I can have some games working again. Apple's range of computers is becoming more and more attractive.

Addendum: Am now downloading MSN Messenger, which brings up two more good points: (a) 6.7MB is way too big for an instant message program. (b) "setup9x.exe" is a dumb name for an installer. In three weeks, how will I know what application it's for?

Posted at 6:36 PM | Comments (0)

October 16, 2004

Moby Music news

Moby reports he's finishing his latest albums to be released next March. I have no idea what single he's talking about there though...

Posted at 5:38 PM | Comments (0)

October 13, 2004

Random News

New Zealand can no longer feel superior to the US regarding the bungling of elections. The recent local body elections here have been well and truly screwed because the computers counting the votes somehow "lost" a good portion of them, throwing the results into doubt.

Florida, eat your heart out.


On BlogShares, this weblog got voted into the sarcasm industry. I was surprised and mystified - I didn't think any of my previous entries had been significantly sarcastic.


I ordered a couple of copies of the DVD of Greg the Bunny from Amazon a couple of days ago. GtB is a brilliant series which was cancelled after only a handful of episodes. It's currently screening here on TV3 late on Monday night.

Although Amazon says the DVD is supposed to be released on the 19th, I got an email today saying it had been shipped. It must have come out early or something. Cool, anyway. When it gets here, I intend to make some GtB LiveJournal icons.

I also bought the two Matrix sequels on DVD today (for $20 a piece. Niiiiice) bringing my total DVD count to Too Damn Many.

Posted at 5:27 PM | Comments (0)

October 12, 2004

Nudging the Proxy

As I've mentioned before, I've been having trouble with Paradise's proxy server in that it tends to serve up old versions of documents from tetrap.com without consulting the server. I discovered today that you can prevent this by setting a header when the web server sends the page out. By setting the "Cache-Control" header to "proxy-revalidate", you instruct the proxy server to always recheck the server to see if there's a new version.

Setting this for the NZDWFC message board was trivial. Since it's a CGI script, I just had it write "Cache-Control: private, proxy-revalidate" as one of the headers. (The private argument specifies that the proxy server should not return a copy it cached for one user to a second user. This is essential if you do any sort of personalisation.)

However I wanted to set the header on the NZDWFC index page as well. Here's where it gets tricky. To set the "Cache-Control" header for the index document, I'd have to use the Header directive in my .htaccess file. Unfortunately when I attempted this, it broke the site. I suspect this may mean that the server is not compiled with mod_headers, which it would need to be in order for me to use the Header directive...

I've dropped a question in on the HostForWeb forums to find out if mod_headers is compiled in or not. If it turns out it is, I'm probably just doing something wrong. :) If not, I'll have to find another solution.

Posted at 8:09 PM | Comments (0)

Search


Plugins
Archives
Categories
Blog Roll
Links
Recent Entries
Subscribe

Syndicate this site (XML)
Subscribe with Bloglines
Subscribe on LiveJournal

Powered by

Feedback | Site Map | Admin