<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blogs on Andrew Ferrier</title>
    <link>/blog/</link>
    <description>Recent content in Blogs on Andrew Ferrier</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Sat, 06 May 2023 19:08:05 +0100</lastBuildDate>
    <atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hugo Blog Revival</title>
      <link>/blog/2021/03/13/blog-revival/</link>
      <pubDate>Sat, 13 Mar 2021 16:57:49 +0000</pubDate>
      <guid>/blog/2021/03/13/blog-revival/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve recently relaunched this website, and this blog more generally. I&amp;rsquo;ve taken&#xA;the opportunity to clean up a lot of things, including switching the primary&#xA;generation of the static content to &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; from&#xA;&lt;a href=&#34;https://jekyllrb.com/&#34;&gt;Jekyll&lt;/a&gt;. The primary advantage of Hugo is speed; the&#xA;site now generates a &lt;em&gt;lot&lt;/em&gt; faster. However, it&amp;rsquo;s also a bit more featureful and&#xA;cleaner. It&amp;rsquo;s inbuilt templating allowed me to stop using the somewhat dated and&#xA;awkward &lt;a href=&#34;https://en.wikipedia.org/wiki/M4_(computer_language)&#34;&gt;m4&lt;/a&gt;. I&amp;rsquo;ve also&#xA;taken the opportunity to clean up my URLs, and improve the visuals of the site.&#xA;So far, I&amp;rsquo;m pretty happy with it!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quickly Cleaning Up Docker Images from the Command Line</title>
      <link>/blog/2018/05/01/quickly-cleaning-up-docker-images-from-command-line/</link>
      <pubDate>Tue, 01 May 2018 19:14:19 +0100</pubDate>
      <guid>/blog/2018/05/01/quickly-cleaning-up-docker-images-from-command-line/</guid>
      <description>&lt;p&gt;One of the things I find quite annoying is cleaning up Docker images on a&#xA;development machine, such as my laptop. Over time, they tend to accumulate as&#xA;you experiment with things, clogging up your machine. It&amp;rsquo;s really handy to&#xA;have a quick and easy way to get rid of them. As I typically work from the&#xA;command line, I wanted a way to do it there, and so I created a shell alias&#xA;that does it in combination with &lt;a href=&#34;https://github.com/junegunn/fzf&#34;&gt;fzf&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Switching between &#39;Soft&#39; and &#39;Hard&#39; wrapping in vim</title>
      <link>/blog/2016/11/29/vim-wrapping-softhard/</link>
      <pubDate>Tue, 29 Nov 2016 19:58:21 +0000</pubDate>
      <guid>/blog/2016/11/29/vim-wrapping-softhard/</guid>
      <description>&lt;p&gt;One of the things I sometimes find quite frustrating about vim is that the&#xA;standard &lt;code&gt;textwidth&lt;/code&gt; and &lt;code&gt;wrap&lt;/code&gt; options imply assumptions about whether a&#xA;text-style file (&lt;code&gt;.txt&lt;/code&gt;, &lt;code&gt;.md&lt;/code&gt;, &lt;code&gt;README&lt;/code&gt;s, etc.) have &amp;ldquo;hard&amp;rdquo; carriage returns&#xA;(where paragraphs are wrapped with actual carriage returns) or &amp;ldquo;soft&amp;rdquo; (where&#xA;paragraphs are wrapped dynamically by the editor). When you create your own&#xA;files, you&amp;rsquo;ll probably have your own preference for which of these you do, but&#xA;when you are working with files that come from others, it&amp;rsquo;s very useful to&#xA;have the ability to quickly switch between them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FZF and zsh plugin released</title>
      <link>/blog/2016/05/05/fzf-z-plugin-released/</link>
      <pubDate>Thu, 05 May 2016 22:01:20 +0200</pubDate>
      <guid>/blog/2016/05/05/fzf-z-plugin-released/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re anything like me, you like &lt;a href=&#34;https://github.com/junegunn/fzf&#34;&gt;fzf&lt;/a&gt;,&#xA;you like &lt;a href=&#34;http://www.zsh.org/&#34;&gt;zsh&lt;/a&gt;, and you oh-my-zsh&amp;rsquo;s &lt;a href=&#34;https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/z&#34;&gt;z&#xA;plugin&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;However, although the &lt;em&gt;z&lt;/em&gt; plugin does a great job of allowing you to switch&#xA;between frequently-used directories just by typing &lt;code&gt;z *somedirectorysubstring*&lt;/code&gt;, it doesn&amp;rsquo;t really easily allow you to browse those&#xA;directories, with partial-string search.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve written a zsh plugin which brings together the &lt;em&gt;z&lt;/em&gt; plugin and &lt;em&gt;fzf&lt;/em&gt; to allow you to&#xA;easily browse recently used directories at any point on the command line. It&amp;rsquo;s&#xA;hosted on GitHub - find out more &lt;a href=&#34;https://github.com/andrewferrier/fzf-z&#34;&gt;there&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Working around Docker&#39;s COPY command copying as root using GNU M4</title>
      <link>/blog/2015/09/18/working-around-docker-copy-as-root-using-m4/</link>
      <pubDate>Fri, 18 Sep 2015 16:30:31 +0100</pubDate>
      <guid>/blog/2015/09/18/working-around-docker-copy-as-root-using-m4/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been working with &lt;a href=&#34;https://www.docker.com/&#34;&gt;Docker&lt;/a&gt; a lot recently, and&#xA;have been switching to non-root users within the &lt;code&gt;Dockerfile&lt;/code&gt; using the &lt;code&gt;USER&lt;/code&gt;&#xA;instruction (not for security reasons, but in order to test software not as&#xA;root). As a result, I&amp;rsquo;ve been suffering a little from &lt;a href=&#34;https://github.com/docker/docker/issues/6119&#34;&gt;this&#xA;issue&lt;/a&gt; - essentially, files&#xA;copied into a Docker image using &lt;code&gt;ADD&lt;/code&gt; or &lt;code&gt;COPY&lt;/code&gt; are copied with the owner as&#xA;root, irrespective of the ownership outside the Docker image.  According to&#xA;&lt;a href=&#34;https://github.com/docker/docker/issues/6119#issuecomment-89679627&#34;&gt;this&#xA;comment&lt;/a&gt;,&#xA;this behaviour in Dockerfiles won&amp;rsquo;t change, at least in the near future.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting the Logitech Presenter R800 Working with QuickTime Player on the Mac</title>
      <link>/blog/2015/09/16/getting-logitech-presenter-r800-working-with-quicktime-player-on-mac/</link>
      <pubDate>Wed, 16 Sep 2015 12:24:47 +0100</pubDate>
      <guid>/blog/2015/09/16/getting-logitech-presenter-r800-working-with-quicktime-player-on-mac/</guid>
      <description>&lt;p&gt;Based on my &lt;a href=&#34;/blog/2012/10/12/getting-logitech-presenter-r800-working-with-keynote-on-mac/&#34;&gt;previous&#xA;post&lt;/a&gt;&#xA;about getting my Logitech R800 presenting tool working with Keynote using&#xA;&lt;a href=&#34;https://pqrs.org/osx/karabiner/&#34;&gt;Karabiner&lt;/a&gt;, I&amp;rsquo;ve now spent some time&#xA;extending &lt;a href=&#34;https://github.com/andrewferrier/misc-scripts/blob/master/private-r800.xml&#34;&gt;my&#xA;private.xml&lt;/a&gt;&#xA;to add support for QuickTime Player also. It now supports (inside QuickTime&#xA;Player):&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Left: Rewind the video at various speeds.&lt;/li&gt;&#xA;&lt;li&gt;Right: Fast-forward the video at various speeds.&lt;/li&gt;&#xA;&lt;li&gt;&amp;ldquo;Start presentation&amp;rdquo;: Go into fullscreen.&lt;/li&gt;&#xA;&lt;li&gt;&amp;ldquo;Blank presentation&amp;rdquo;: Pause/play presentation.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This is very useful when giving a &amp;ldquo;live&amp;rdquo; demo from a QuickTime video, as you&#xA;can pause/play/rewind etc. all from the presenter tool.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How I Used Basic Debian Packaging with Git</title>
      <link>/blog/2015/09/09/how-i-used-basic-debian-packaging-with-git/</link>
      <pubDate>Wed, 09 Sep 2015 16:15:31 +0100</pubDate>
      <guid>/blog/2015/09/09/how-i-used-basic-debian-packaging-with-git/</guid>
      <description>&lt;p&gt;I was recently looking for a way to support building a basic Debian package&#xA;for &lt;a href=&#34;https://github.com/andrewferrier/email2pdf&#34;&gt;email2pdf&lt;/a&gt; - a fairly simple&#xA;Python program I maintain. In particular, I wanted to:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Keep the Debian build process simple - its packaging has always been a bit&#xA;of a mystery to me.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Ensure that the git revision was in some way reflected in the Debian version&#xA;number in a &lt;em&gt;mostly&lt;/em&gt;&#xA;&lt;a href=&#34;https://en.wikipedia.org/wiki/Monotonic_function&#34;&gt;monotonic&lt;/a&gt; way, which&#xA;solely the git revision would not, since it&amp;rsquo;s merely a&#xA;&lt;a href=&#34;https://en.wikipedia.org/wiki/SHA-1&#34;&gt;SHA1&lt;/a&gt; hash.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blog Refresh</title>
      <link>/blog/2015/03/30/blog-refresh/</link>
      <pubDate>Mon, 30 Mar 2015 20:23:00 +0100</pubDate>
      <guid>/blog/2015/03/30/blog-refresh/</guid>
      <description>&lt;p&gt;Recently I relaunched this blog on&#xA;&lt;a href=&#34;http://www.andrewferrier.com/&#34;&gt;andrewferrier.com&lt;/a&gt;. This was for several&#xA;reasons:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;I wanted to get away from &lt;a href=&#34;https://wordpress.org/&#34;&gt;Wordpress&lt;/a&gt;. I&amp;rsquo;d been&#xA;beholden to it as a tool for a little too long, and it&amp;rsquo;s become somewhat&#xA;heavyweight, and was also exposing andrewferrier.com to a lot of spam. By&#xA;removing a database backend and the ability to add comments, this should go.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;I wanted to give a refreshed look and feel. I&amp;rsquo;ve redesigned everything from&#xA;scratch using &lt;a href=&#34;http://getbootstrap.com/&#34;&gt;Bootstrap&lt;/a&gt;. The look and feel is&#xA;still a work in progress, but I now get the chance to play with everything&#xA;from scratch rather than worry about Wordpress themes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>email2pdf - &#34;Automatic&#34; Conversion of Emails to PDFs</title>
      <link>/blog/2014/09/28/email2pdf-automatic-conversion-of-emails-to-pdfs/</link>
      <pubDate>Sun, 28 Sep 2014 14:33:34 +0000</pubDate>
      <guid>/blog/2014/09/28/email2pdf-automatic-conversion-of-emails-to-pdfs/</guid>
      <description>&lt;p&gt;Like many folks, I am increasingly trying to go paperless, and am basing this strategy around the PDF format. I already have some good workflows set up with my network scanner to scan documents to PDF, which get automatically transferred to the desktop of my Mac for myself to file using &lt;a href=&#34;http://en.wikipedia.org/wiki/Rsync&#34;&gt;rsync&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;However, I also get a lot of emails which I&amp;rsquo;d like to capture in PDF format. Currently, for each one, I have to go into my email program, and &amp;lsquo;print them out&amp;rsquo; using &lt;a href=&#34;http://osxdaily.com/2010/05/21/how-to-print-to-pdf-in-mac-os/&#34;&gt;a PDF printer&lt;/a&gt;. It&amp;rsquo;s not too difficult, but it can still be a hassle when there are several to process.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Logitech Presenter R800 Working with Keynote on Mac</title>
      <link>/blog/2012/10/12/getting-logitech-presenter-r800-working-with-keynote-on-mac/</link>
      <pubDate>Fri, 12 Oct 2012 09:51:38 +0000</pubDate>
      <guid>/blog/2012/10/12/getting-logitech-presenter-r800-working-with-keynote-on-mac/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/blog/R800.jpg&#34; alt=&#34;&#34;&gt; Recently I attempted to get my&#xA;&lt;a href=&#34;http://www.logitech.com/en-us/for-business/products/presentation/professional-presenter-r800-business&#34;&gt;Logitech Presenter&#xA;R800&lt;/a&gt;&#xA;working with Keynote on my Mac. I swiftly discovered that although it works&#xA;with PowerPoint for Mac out-of-the-box, in Keynote the &amp;lsquo;start/stop&#xA;presentation&amp;rsquo; and &amp;lsquo;blank presentation screen&amp;rsquo; keys didn&amp;rsquo;t work.&lt;/p&gt;&#xA;&lt;p&gt;After a bit of investigation, I found the solution, which was to use&#xA;&lt;a href=&#34;http://pqrs.org/macosx/keyremap4macbook/&#34;&gt;KeyRemap4MacBook&lt;/a&gt;. The presenter&#xA;tool behaves like a USB keyboard, and uses  for blank screen, and F5 for&#xA;show/hide presentation. I installed KeyRemap4MacBook, and installed a&#xA;&lt;a href=&#34;http://pqrs.org/macosx/keyremap4macbook/xml.html.en&#34;&gt;private.xml&lt;/a&gt; based on&#xA;&lt;a href=&#34;http://forums.logitech.com/t5/Design-Controllers-and/R400-or-R800-with-Mac-OS-10-5-amp-10-6/td-p/601092/page/2&#34;&gt;the one on this&#xA;page&lt;/a&gt; for&#xA;a slightly different presentation tool. I&amp;rsquo;ve uploaded the one I used &lt;a href=&#34;https://github.com/andrewferrier/misc-scripts/blob/master/private-r800.xml&#34;&gt;to&#xA;github&lt;/a&gt;.&#xA;&lt;strong&gt;Tip&lt;/strong&gt;: Don&amp;rsquo;t forget to read the KeyRemap4MacBook manual. You need to&#xA;explicitly reload the private.xml once it&amp;rsquo;s in place (you&amp;rsquo;ll also need to&#xA;rename it to that name when you download from github), as well as tick the&#xA;&amp;lsquo;R800 for Keynote&amp;rsquo; checkbox on the Change Key tab in the KeyRemap4MacBook&#xA;settings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fixing initrd to Regain Ubuntu Encrypted Root Prompt on Boot</title>
      <link>/blog/2012/09/24/fixing-initrd-to-regain-ubuntu-encrypted-root-prompt-on-boot/</link>
      <pubDate>Mon, 24 Sep 2012 21:02:20 +0000</pubDate>
      <guid>/blog/2012/09/24/fixing-initrd-to-regain-ubuntu-encrypted-root-prompt-on-boot/</guid>
      <description>&lt;p&gt;Recently, I upgraded my Ubuntu 12.04 server, which uses an encrypted root directory (with LVM and LUKS). Unfortunately, somewhere along the way the upgrade broke the boot process - next time I booted, it hung for 5 seconds, then timed out and dropped to a BusyBox prompt. I quickly found &lt;a href=&#34;http://ubuntuforums.org/archive/index.php/t-1765112.html&#34;&gt;a workaround&lt;/a&gt; which allowed me to manually intervene and continue the boot each time:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cryptsetup luksOpen /dev/sda5 root&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;exit&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Of course, however, I didn&amp;rsquo;t want to intervene on every boot, especially since this is normally a headless server. To fix it longterm, I eventually found &lt;a href=&#34;http://forums.debian.net/viewtopic.php?f=5&amp;amp;t=74232&#34;&gt;this link&lt;/a&gt;, which hinted at the problem. Essentially, I had to locate the mapper name for the partition containing my LVM physical volume which contained the boot logical volume. I found this in &lt;em&gt;/etc/crypttab&lt;/em&gt;, and in my case it was &lt;em&gt;flash_crypt&lt;/em&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Correcting iPhone photo filenames</title>
      <link>/blog/2012/06/10/correcting-iphone-photo-filenames/</link>
      <pubDate>Sun, 10 Jun 2012 20:54:15 +0000</pubDate>
      <guid>/blog/2012/06/10/correcting-iphone-photo-filenames/</guid>
      <description>&lt;p&gt;Sometimes, when uploading photos from my iPhone&amp;rsquo;s camera roll (for example, when using Dropbox), the photo filename format ends up looking like this:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Photo 16-03-2012 &lt;span class=&#34;m&#34;&gt;21&lt;/span&gt; &lt;span class=&#34;m&#34;&gt;21&lt;/span&gt; 10.jpg&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This isn&amp;rsquo;t very nice. Much better to have something in &lt;a href=&#34;http://www.cl.cam.ac.uk/~mgk25/iso-time.html&#34;&gt;ISO-8601 format&lt;/a&gt;, which sorts nicely in file listings, and so on. So I wrote a quick bash script to search for all the files in the current directory (and subdirectories), and rename them to this style:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Compiling FlightGear 2.4.0 for Ubuntu Linux 10.04 (Lucid)</title>
      <link>/blog/2011/08/17/compiling-flightgear-2-4-0-for-ubuntu-10-04/</link>
      <pubDate>Wed, 17 Aug 2011 17:30:02 +0000</pubDate>
      <guid>/blog/2011/08/17/compiling-flightgear-2-4-0-for-ubuntu-10-04/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update 2011-08-26&lt;/strong&gt;: If you are using Ubuntu 11.04 or later, it looks like this is now packaged as a .deb &lt;a href=&#34;http://www.playdeb.net/software/FlightGear&#34;&gt;by PlayDeb&lt;/a&gt;. This post may still be of interest to those using earlier versions of Ubuntu.&lt;/p&gt;&#xA;&lt;p&gt;I recently had cause to install &lt;a href=&#34;http://www.flightgear.org/&#34;&gt;FlightGear&lt;/a&gt; 2.4.0 on Ubuntu 10.04. It&amp;rsquo;s not packaged in the form of a &lt;a href=&#34;http://en.wikipedia.org/wiki/Deb_(file_format)&#34;&gt;deb&lt;/a&gt; yet, so I&amp;rsquo;ve documented the commands I used. No guarantees this&amp;rsquo;ll work for you, as I haven&amp;rsquo;t tested them rigorously; and I&amp;rsquo;m assuming some Linux and command-line knowledge.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CyanogenMod on HTC Desire on Orange UK</title>
      <link>/blog/2011/06/05/cyanogenmod-on-htc-desire-on-orange-uk/</link>
      <pubDate>Sun, 05 Jun 2011 09:57:10 +0000</pubDate>
      <guid>/blog/2011/06/05/cyanogenmod-on-htc-desire-on-orange-uk/</guid>
      <description>&lt;p&gt;I installed &lt;a href=&#34;http://www.cyanogenmod.com/&#34;&gt;CyanogenMod&lt;/a&gt; on my HTC Desire about a week ago in an attempt to get rid of some of the crapware that &lt;a href=&#34;http://www.orange.co.uk/&#34;&gt;Orange UK&lt;/a&gt; are notorious for installing, and get a snappier, cleaner phone. I won&amp;rsquo;t repeat the excellent CyanogenMod install instructions, which you can find &lt;a href=&#34;http://wiki.cyanogenmod.com/index.php?title=HTC_Desire_(GSM):_Full_Update_Guide&#34;&gt;here&lt;/a&gt;. However, here are some points that might help you if you&amp;rsquo;re doing something similar:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The OS (Android) firmware and the radio firmware are two separate things. The phone was at the latest Orange-approved firmware level before the upgrade (Android 2.2, which comes with the radio at version 5.10.05.30). I had read elsewhere that Orange network-lock the phone and that this sometimes causes problems when installing CyanogenMod; so I deliberately removed the SIM card during the upgrade process as suggested. Whether this circumvented the problem or whether it simply wasn&amp;rsquo;t an issue I can&amp;rsquo;t say, but certainly I haven&amp;rsquo;t seen any network-lock problems. I didn&amp;rsquo;t upgrade the radio at all, as this seemed risky; I simply left it at the 5.10 level and skipped over that section in the install instructions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows 7 64-bit on VMWare on Ubuntu Hangs on Boot-up</title>
      <link>/blog/2011/03/20/windows-7-64-bit-on-vmware-on-ubuntu-hangs-on-boot-up/</link>
      <pubDate>Sun, 20 Mar 2011 12:26:15 +0000</pubDate>
      <guid>/blog/2011/03/20/windows-7-64-bit-on-vmware-on-ubuntu-hangs-on-boot-up/</guid>
      <description>&lt;p&gt;I recently tried to install Windows 7 64-bit on VMWare Workstation 7.1.3 on top of Ubuntu 10.04 as a host. I found that it behaved quite unreliably once the VMWare tools were installed into the guest OS - in particular, it regularly hung on boot-up. However, once I saw this error message, which clued me into the problem:&lt;/p&gt;&#xA;&lt;p&gt;![]({{ site.blog_root }}/images/Selection_001_vmware.png)&lt;/p&gt;&#xA;&lt;p&gt;I discovered that the solution was to disable 3D graphics acceleration - in the VM&amp;rsquo;s settings, untick &lt;strong&gt;Display&lt;/strong&gt; / &lt;strong&gt;Accelerate 3D Graphics&lt;/strong&gt;. The VM now works smoothly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Travel</title>
      <link>/blog/2011/01/04/how-to-travel/</link>
      <pubDate>Tue, 04 Jan 2011 21:45:45 +0000</pubDate>
      <guid>/blog/2011/01/04/how-to-travel/</guid>
      <description>&lt;p&gt;After three years of travel as a consultant to many cities across 14 countries, and many other personal trips and holidays, it seemed to be about time to write down what I&amp;rsquo;ve learnt about travel – both for work and pleasure. These tips are the guidelines I lay out for myself – which I don&amp;rsquo;t always follow – and they might not work for you. But I&amp;rsquo;ve found they&amp;rsquo;ve helped get more out of the places I visit, and I come back feeling like I&amp;rsquo;ve seen something of the world.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Orange/T-Mobile Roaming</title>
      <link>/blog/2010/10/16/oranget-mobile-roaming/</link>
      <pubDate>Sat, 16 Oct 2010 11:24:59 +0000</pubDate>
      <guid>/blog/2010/10/16/oranget-mobile-roaming/</guid>
      <description>&lt;p&gt;I recently started using &lt;a href=&#34;https://kareena.orange.co.uk/share/&#34;&gt;Orange&amp;rsquo;s new roaming service&lt;/a&gt; that allows you to roam on T-Mobile&amp;rsquo;s network, in the same way as you might roam around networks when you are abroad. So far experiences are very positive. The phone remains on Orange most of the time, which is fortunate as 3G/HSxPA signals are only available via the Orange network. However, when a signal isn&amp;rsquo;t available, it seems to roam fairly quickly and efficiently onto T-Mobile&amp;rsquo;s network. The phone sees this as a roam: the same &amp;ldquo;R&amp;rdquo; symbol appears on my &lt;a href=&#34;http://www.htc.com/www/product/desire/overview.html&#34;&gt;Desire&lt;/a&gt;&amp;rsquo;s screen. Charges are allegedly exactly the same as via Orange, so in theory it shouldn&amp;rsquo;t cost anything extra (although I&amp;rsquo;ve yet to see a bill since I&amp;rsquo;ve had it turned on).&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Song of Lunch</title>
      <link>/blog/2010/10/09/the-song-of-lunch/</link>
      <pubDate>Sat, 09 Oct 2010 21:03:15 +0000</pubDate>
      <guid>/blog/2010/10/09/the-song-of-lunch/</guid>
      <description>&lt;p&gt;Just watched The Song of Lunch on BBC iPlayer. &lt;a href=&#34;http://www.bbc.co.uk/i/v7pfn/&#34;&gt;Catch it before it disappears&lt;/a&gt;. An excellent little mini-film, starring the classic and highly-talented Alan Rickman and the beautiful Emma Thompson, it is based on &lt;a href=&#34;http://www.bbc.co.uk/i/v7pfn/&#34;&gt;a poem by Christopher Reid&lt;/a&gt;. It&amp;rsquo;s almost entirely sensuous: based around the sights, the sounds, and the baser senses of revisiting a former lover. I really enjoyed it, and it didn&amp;rsquo;t bore me for any of its 45 short minutes. I related to many of Alan Rickman&amp;rsquo;s observations about the little nuances of visiting a restaurant, being a very frequent visitor myself, from the silly ritual of wine to the waiter-watching. A few laugh-out-loud moments in the script combine with the many emotional twangs it evokes to make for a powerful drama.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Turning off Resume from Hibernation in Ubuntu 10.04</title>
      <link>/blog/2010/10/03/turning-off-resume-from-hibernation-in-ubuntu-10-04/</link>
      <pubDate>Sun, 03 Oct 2010 14:02:41 +0000</pubDate>
      <guid>/blog/2010/10/03/turning-off-resume-from-hibernation-in-ubuntu-10-04/</guid>
      <description>&lt;p&gt;I use &lt;a href=&#34;http://www.saout.de/misc/dm-crypt/&#34;&gt;dm-crypt&lt;/a&gt; on all my machines now, including laptops, to provide full-disk encryption. I also use it to encrypt swap partitions with a randomly-generated key. All of these are features that Ubuntu 10.04 provides out-of-the-box, at least when you use the alternate CD to install.&lt;/p&gt;&#xA;&lt;p&gt;I also recently installed µswsusp on one of my laptops, a userspace hibernation facility. I didn&amp;rsquo;t really connect the dots until one day I left the laptop running, coming back to find it hibernated. When I tried to resume, the boot process hung as the kernel complained it couldn&amp;rsquo;t resume the image. After a facepalm moment (of course this wouldn&amp;rsquo;t work - the encryption key isn&amp;rsquo;t constant across boots -  you have to use a constant key if you want to get hibernation working), I eventually figured out how to book the machine: use the &lt;code&gt;noresume&lt;/code&gt; parameter when booting the kernel.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Huawei K4505 with Ubuntu 10.04</title>
      <link>/blog/2010/07/30/huawei-k4505-with-ubuntu-10-04/</link>
      <pubDate>Fri, 30 Jul 2010 13:55:48 +0000</pubDate>
      <guid>/blog/2010/07/30/huawei-k4505-with-ubuntu-10-04/</guid>
      <description>&lt;p&gt;I just acquired a new Vodafone Mobile Broadband modem to replace an aging &lt;a href=&#34;http://en.wikipedia.org/wiki/ExpressCard&#34;&gt;ExpressCard&lt;/a&gt; version I had that wasn&amp;rsquo;t working too well. It came in the form of a Vodafone-branded Huawei K4505 USB stick. It didn&amp;rsquo;t work completely out-of-the-box with Ubuntu 10.04, at first appearing unrecognisable. After some hunting, I discovered that these sticks initially present themselves as USB Mass Storage to allow you to install the Windows drivers. You have to give a few magic incantations on Linux to make them switch into modem mode:&lt;/p&gt;</description>
    </item>
    <item>
      <title>HTC Desire - Bad Points</title>
      <link>/blog/2010/07/08/htc-desire-bad-points/</link>
      <pubDate>Thu, 08 Jul 2010 11:26:10 +0000</pubDate>
      <guid>/blog/2010/07/08/htc-desire-bad-points/</guid>
      <description>&lt;p&gt;Recently I acquired an &lt;a href=&#34;http://www.htc.com/www/product/desire/overview.html&#34;&gt;HTC Desire&lt;/a&gt;, when seems to be the de-facto &lt;a href=&#34;http://www.android.com/&#34;&gt;Android&lt;/a&gt; phone of the moment__. Generally, I love this phone - I wrote part of this blog post on it, and the quality of the hardware is frankly astonishing. Irritatingly, one can&amp;rsquo;t help but feel a little smug comparing it to the &lt;a href=&#34;http://www.apple.com/iphone/&#34;&gt;iPhone&lt;/a&gt;. However, I don&amp;rsquo;t want to become yet another mindless gushing fan. So instead of raving about it, I thought I&amp;rsquo;d provide some provide some constructive criticism on the aspects of the phone I don&amp;rsquo;t like so much:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Turning off Sametime Pop-ups</title>
      <link>/blog/2010/06/18/turning-off-sametime-pop-ups/</link>
      <pubDate>Fri, 18 Jun 2010 12:18:28 +0000</pubDate>
      <guid>/blog/2010/06/18/turning-off-sametime-pop-ups/</guid>
      <description>&lt;p&gt;I use Lotus Sametime a lot at work, but it has an irritating feature that by default brings all conversations to the front whenever something new is added to them. Nevertheless, this can be turned off. You just need to know how to navigate the labyrinthine preferences menu:&lt;/p&gt;&#xA;&lt;p&gt;![]({{ site.blog_root }}/images/Selection_001.png)&lt;/p&gt;&#xA;&lt;p&gt;This screenshot is from Sametime 8.5.1 on Linux, but other platforms are probably similar.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Disabling Synaptics Touchpad with Ubuntu 10.04</title>
      <link>/blog/2010/06/04/disabling-synaptics-touchpad-with-ubuntu-10-04/</link>
      <pubDate>Fri, 04 Jun 2010 07:22:23 +0000</pubDate>
      <guid>/blog/2010/06/04/disabling-synaptics-touchpad-with-ubuntu-10-04/</guid>
      <description>&lt;p&gt;I recently installed Ubuntu 10.04 on my Thinkpad T61 and set about disabling the touchpad, which I always find irritating. There seemed to be lots of guides to this, including &lt;a href=&#34;https://help.ubuntu.com/community/SynapticsTouchpad&#34;&gt;this one&lt;/a&gt;, but none of them seemed to work for me. Eventually I figured some fairly simple steps which did work:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Install two packages if they aren&amp;rsquo;t already installed (&lt;code&gt;gpointing-device-settings&lt;/code&gt; is the more modern version of &lt;code&gt;gsynaptics&lt;/code&gt; and will uninstall it if it&amp;rsquo;s installed):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kick-Ass</title>
      <link>/blog/2010/05/14/kick-ass/</link>
      <pubDate>Fri, 14 May 2010 04:44:17 +0000</pubDate>
      <guid>/blog/2010/05/14/kick-ass/</guid>
      <description>&lt;p&gt;I haven&amp;rsquo;t written a film review in some time, but having just come back from seeing &lt;a href=&#34;http://en.wikipedia.org/wiki/Kick-Ass_%28film%29&#34;&gt;Kick-Ass&lt;/a&gt;, with it still fresh in my mind, here goes&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;Kick-Ass is definitely a comic book movie. It&amp;rsquo;s been portrayed in some circles as the anti-comic book movie, and that&amp;rsquo;s certainly the impression I had going in: the first ten minutes or so leave you in no doubt that the protagonist isn&amp;rsquo;t a professional, well, hero. But at the end - without spoiling it - you&amp;rsquo;re left in no doubt that it is a comic book and not reality. As evidence, the characterisation (for example, of Kick-Ass&amp;rsquo;s girlfriend, Katie) is pretty shallow. The violence is graphic and for me a little unpleasant at times (I can&amp;rsquo;t stand watching any kind of torture, and the whooping of the idiotic frat boys at the back of the cinema made it more unpleasant). Nevertheless, the film is definitely amusing - and I didn&amp;rsquo;t find the overtones of violence or language coming from Hit-Girl as unsettling as many have (if you don&amp;rsquo;t know, she&amp;rsquo;s 11, says &amp;ldquo;cunt&amp;rdquo; once and &amp;ldquo;fuck&amp;rdquo; plenty of times, and kills many people in a variety of gruesome ways).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Logitech Presenter R800 with USB HID in Windows XP SP3</title>
      <link>/blog/2010/04/26/logitech-presenter-r800-with-usb-hid-in-windows-xp-sp3/</link>
      <pubDate>Mon, 26 Apr 2010 13:55:21 +0000</pubDate>
      <guid>/blog/2010/04/26/logitech-presenter-r800-with-usb-hid-in-windows-xp-sp3/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/blog/R800.jpg&#34; alt=&#34;&#34;&gt;I recently acquired a &lt;a href=&#34;http://www.logitech.com/en-us/mice_pointers/presentation_remote/devices/5873&#34;&gt;Logitech Presenter R800&lt;/a&gt;. It&amp;rsquo;s a beautiful device - not particularly cheap, but very slick and easy-to-use. Unfortunately, Windows XP (Service Pack 3) on my system refused to recognise it - the device was listed as &lt;strong&gt;USB Receiver&lt;/strong&gt; in Windows Device Manager, but Windows kept claiming it couldn&amp;rsquo;t find the driver. It is presented to the system as a standard USB HID device, so there is no Logitech-specific driver: it uses the standard Windows HID Driver. It worked perfectly out of the box on Ubuntu 9.10.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Highrise Backup</title>
      <link>/blog/2009/12/04/highrise-backup/</link>
      <pubDate>Fri, 04 Dec 2009 12:40:22 +0000</pubDate>
      <guid>/blog/2009/12/04/highrise-backup/</guid>
      <description>&lt;p&gt;I no longer use &lt;a href=&#34;https://highrisehq.com/&#34;&gt;Highrise&lt;/a&gt;, but when I did, I used&#xA;this Python script to back up my contacts. Hope it&amp;rsquo;s helpful to someone.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Updated 2009-12-14&lt;/strong&gt;: Added license&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;ch&#34;&gt;#!/usr/bin/python&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Copyright (c) 2009, Andrew Ferrier All rights reserved.&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Redistribution and use in source and binary forms, with or without&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# modification, are permitted provided that the following conditions are met:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# * Redistributions of source code must retain the above copyright notice,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# this list of conditions and the following disclaimer.&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# * Redistributions in binary form must reproduce the above copyright notice,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# this list of conditions and the following disclaimer in the documentation&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# and/or other materials provided with the distribution.&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# * The name of Andrew Ferrier may not be used to endorse or promote products&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# derived from this software without specific prior written permission.&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;#34;AS IS&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# POSSIBILITY OF SUCH DAMAGE.&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;httplib2&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;getopt&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;sys&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;try&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;opts&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;args&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;getopt&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;getopt&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sys&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;argv&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:],&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;a:d:&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;user-auth-token=&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;domain=&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;])&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;except&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;getopt&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;GetoptError&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;err&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nb&#34;&gt;print&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;str&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;err&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;sys&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;exit&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;userauthtoken&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;None&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;domain&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;None&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;for&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;o&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;ow&#34;&gt;in&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;opts&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;o&lt;/span&gt; &lt;span class=&#34;ow&#34;&gt;in&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;-a&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;--user-auth-token&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;):&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;userauthtoken&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;elif&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;o&lt;/span&gt; &lt;span class=&#34;ow&#34;&gt;in&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;-d&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;--domain&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;):&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;domain&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;else&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;assert&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;False&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;unhandled option&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;userauthtoken&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;==&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;None&lt;/span&gt; &lt;span class=&#34;ow&#34;&gt;or&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;domain&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;==&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;None&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nb&#34;&gt;print&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;You must specify both the user-auth-token and the domain&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;sys&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;exit&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;url&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;http://&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;domain&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;.highrisehq.com/people.xml&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;http&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;httplib2&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Http&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;http&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;add_credentials&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;userauthtoken&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;x&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;offset&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;content&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;while&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;True&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;response&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;newContent&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;http&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;request&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;url&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;?n=&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;str&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;offset&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;response&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;status&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;!=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;200&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;sys&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;exit&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;response&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;status&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;numContacts&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;newContent&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;count&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;offset&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;numContacts&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;content&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;newContent&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;numContacts&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;500&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;k&#34;&gt;break&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;print&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;content&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Winchester Waitrose</title>
      <link>/blog/2009/10/10/winchester-waitrose/</link>
      <pubDate>Sat, 10 Oct 2009 14:41:08 +0000</pubDate>
      <guid>/blog/2009/10/10/winchester-waitrose/</guid>
      <description>&lt;p&gt;Just come back from the &lt;a href=&#34;http://www.waitrose.com/branches/branchdetails.aspx?uid=463&#34;&gt;new Winchester Waitrose&lt;/a&gt;. Upsides are:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Large; decent selection of food.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Looks like usual upscale Waitrose food quality.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Pleasant, well-turned out, professional staff (&lt;a href=&#34;http://www.sainsburys.co.uk/sol/storelocator/storelocator_detail_view.jsp?storeId=857&amp;amp;bmForm=store_details&#34;&gt;Sainsbury&amp;rsquo;s Winchester&lt;/a&gt;, I&amp;rsquo;m looking at you here).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Clean and well-presented store (once again, a glance in Sainsbury&amp;rsquo;s direction).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Downsides:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;It&amp;rsquo;s too far out of town. OK, it probably isn&amp;rsquo;t if you have a car, I admit. I&amp;rsquo;m in the minority by avoiding one for cost reasons (which might cause one to question why I choose to shop at Waitrose, so it probably works for most of their customers). But, for me, it is a trek. I&amp;rsquo;ll probably be trying out &lt;a href=&#34;https://www.waitrosedeliver.com/&#34;&gt;Waitrose Deliver&lt;/a&gt; to see if that might help.&lt;/p&gt;</description>
    </item>
    <item>
      <title>veryPC AT20</title>
      <link>/blog/2009/07/21/verypc-at20/</link>
      <pubDate>Tue, 21 Jul 2009 21:02:22 +0000</pubDate>
      <guid>/blog/2009/07/21/verypc-at20/</guid>
      <description>&lt;p&gt;I recently bought a &lt;a href=&#34;http://www.very-pc.co.uk/&#34;&gt;veryPC&lt;/a&gt; AT20 as a more powerful replacement for an aging &lt;a href=&#34;http://www.cyrius.com/debian/nslu2/&#34;&gt;Debian-hacked NSLU2&lt;/a&gt; that I had serving up files, doing backups, and other such tasks. I thought I&amp;rsquo;d do a quick review in case it&amp;rsquo;s of value to anyone considering a machine from veryPC (at the time of writing, it seems to be no longer for sale, although the &lt;a href=&#34;http://www.very-pc.co.uk/?section=Home%20Users&amp;amp;category=GreenPC&amp;amp;system=at10-h&#34;&gt;veryPC AT10&lt;/a&gt; looks similar).&lt;/p&gt;&#xA;&lt;p&gt;I particularly wanted something more meaty than my NSLU2 so I could do full-disk encryption, fully-encrypted offsite backups, so it seemed ideal. The variation I ordered has:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dialling Problems with Vodafone 3G on Windows</title>
      <link>/blog/2009/06/01/dialling-problems-with-vodafone-3g-on-windows/</link>
      <pubDate>Mon, 01 Jun 2009 19:14:57 +0000</pubDate>
      <guid>/blog/2009/06/01/dialling-problems-with-vodafone-3g-on-windows/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/tag/vodafone/&#34;&gt;As I&amp;rsquo;ve written&lt;/a&gt; &lt;a href=&#34;http://www.andrewferrier.com/blog/tag/att/&#34;&gt;about before&lt;/a&gt;, I use a combination of Vodafone 3G and the AT&amp;amp;T Network Client on Windows to access my corporate VPN. Recently, I&amp;rsquo;ve been seeing this error a lot when &amp;lsquo;dialling&amp;rsquo; the 3G network (I connect it via the Windows dialler, rather than the Vodafone client):&lt;/p&gt;&#xA;&lt;p&gt;![]({{ site.blog_root }}/images/error1.png)&lt;/p&gt;&#xA;&lt;p&gt;This morning, I figured out what it was that was causing the problem. AT&amp;amp;T was open when I was dialling, and had the modem selected in the &amp;lsquo;Cellular&amp;rsquo; tab (which I don&amp;rsquo;t normally use):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vodafone 3G - Position Your Card Right!</title>
      <link>/blog/2009/02/13/vodafone-3g-position-your-card-right/</link>
      <pubDate>Fri, 13 Feb 2009 14:55:55 +0000</pubDate>
      <guid>/blog/2009/02/13/vodafone-3g-position-your-card-right/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2009/01/15/avoid-vodafone-mobile-connect-client-in-windows/&#34;&gt;I&amp;rsquo;ve written before&lt;/a&gt; about how poor the Vodafone 3G Mobile Connect client is, and the alternative in Windows. However, it&amp;rsquo;s also worth mentioning that the card itself is far from perfect. It is very sensitive to the position of the SIM Card - having it off by even a few millimetres can mean it doesn&amp;rsquo;t connect, and it&amp;rsquo;s not always obvious what is wrong. The crucial thing is to have it poking out of the top, but only by half a millimetre or so. Don&amp;rsquo;t push it in all the way! This photo shows what it should look like:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Frost / Slumdog / Nixon</title>
      <link>/blog/2009/01/26/frost-slumdog-nixon/</link>
      <pubDate>Mon, 26 Jan 2009 15:18:41 +0000</pubDate>
      <guid>/blog/2009/01/26/frost-slumdog-nixon/</guid>
      <description>&lt;p&gt;Been to see two films in almost as few days recently. &lt;a href=&#34;http://en.wikipedia.org/wiki/Slumdog_Millionaire&#34;&gt;Slumdog Millionaire&lt;/a&gt; was entertaining; perhaps not the classic it could have been - I think it lacked a little clarity in storytelling - but still great. &lt;a href=&#34;http://en.wikipedia.org/wiki/Frost/Nixon_(film)&#34;&gt;Frost/Nixon&lt;/a&gt; was more compelling, certainly for me: I was not expecting &lt;a href=&#34;http://en.wikipedia.org/wiki/Frank_Langella&#34;&gt;Frank Langella&lt;/a&gt;&amp;rsquo;s performance as Nixon to be as good as it was - in the end, it perhaps beat &lt;a href=&#34;http://en.wikipedia.org/wiki/Anthony_Hopkins&#34;&gt;Anthony Hopkins&lt;/a&gt;&amp;rsquo;s classic performance from &lt;a href=&#34;http://en.wikipedia.org/wiki/Nixon_(film)&#34;&gt;Nixon&lt;/a&gt;. Watch out for &lt;a href=&#34;http://en.wikipedia.org/wiki/Oliver_Platt&#34;&gt;Oliver Platt&lt;/a&gt;&amp;rsquo;s wonderful performance-within-a-performance imitation of Nixon.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Avoid Vodafone Mobile Connect client in Windows </title>
      <link>/blog/2009/01/15/avoid-vodafone-mobile-connect-client-in-windows/</link>
      <pubDate>Thu, 15 Jan 2009 13:32:20 +0000</pubDate>
      <guid>/blog/2009/01/15/avoid-vodafone-mobile-connect-client-in-windows/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re anything like me, you _hate _the &lt;a href=&#34;http://online.vodafone.co.uk/dispatch/Portal/appmanager/vodafone/wrp?_nfpb=true&amp;amp;_pageLabel=template11&amp;amp;pageID=BS_0206&amp;amp;tabIndex=0&#34;&gt;Vodafone Mobile Connect client &lt;/a&gt;- it&amp;rsquo;s buggy, unstable, and requires frequent reboots/restarts/taking-the-card-out-and-putting-it-back-in-again to make it work. What I only discovered today - although I should have known from ancient dial-up modem connections years ago - was that you can just use the regular &amp;lsquo;Network Connections&amp;rsquo; facility of Windows. Just locate the &amp;lsquo;Vodafone Mobile Connect&amp;rsquo; entry, right-click and select &amp;lsquo;Connect&amp;rsquo; (I think this will only appear once you&amp;rsquo;ve installed the Vodafone software):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using AT&amp;T Network Client VPN with Ubuntu 64bit</title>
      <link>/blog/2009/01/12/using-att-network-client-vpn-with-ubuntu-64bit/</link>
      <pubDate>Mon, 12 Jan 2009 20:34:44 +0000</pubDate>
      <guid>/blog/2009/01/12/using-att-network-client-vpn-with-ubuntu-64bit/</guid>
      <description>&lt;p&gt;(This post is probably of most interest to my IBM colleagues - however, since the &lt;a href=&#34;http://www.attnetclient.com/&#34;&gt;AT&amp;amp;T Network Client&lt;/a&gt; is also available for other organisations, I&amp;rsquo;ve posted this here in case it&amp;rsquo;s of use to other folks.)&lt;/p&gt;&#xA;&lt;p&gt;I recently installed Ubuntu 64bit (amd64) on my Lenovo Thinkpad T61. Unfortunately, the Network Client is not available in a 32bit edition. So I had to perform a few tweaks to get it to work. Here&amp;rsquo;s the steps I took:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Twitter</title>
      <link>/blog/2008/12/13/twitter/</link>
      <pubDate>Sat, 13 Dec 2008 16:00:15 +0000</pubDate>
      <guid>/blog/2008/12/13/twitter/</guid>
      <description>&lt;p&gt;After yet another grumble at &lt;a href=&#34;http://jtlog.wordpress.com/&#34;&gt;jt&lt;/a&gt;, I&amp;rsquo;ve finally broken and will give &lt;a href=&#34;http://twitter.com/&#34;&gt;Twitter&lt;/a&gt; a try (my ID is &lt;a href=&#34;http://twitter.com/andrewferrier&#34;&gt;andrewferrier&lt;/a&gt;). I&amp;rsquo;m still struggling to see where the benefit will come from, but he made the valid point that I can&amp;rsquo;t say for sure &amp;rsquo;til I try it - so I&amp;rsquo;ve given in and will give it a go. To be fair, I&amp;rsquo;ve come across two bits of useful info. already, so early signs are promising.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Standing up to Injustice</title>
      <link>/blog/2008/12/04/standing-up-to-injustice/</link>
      <pubDate>Thu, 04 Dec 2008 19:20:31 +0000</pubDate>
      <guid>/blog/2008/12/04/standing-up-to-injustice/</guid>
      <description>&lt;p&gt;Early this year &lt;a href=&#34;http://www.andrewferrier.com/blog/2008/05/22/smoking-at-cannes/&#34;&gt;I wrote&lt;/a&gt; about how the French were standing up to anti-smoking legislation. The Dutch are &lt;a href=&#34;http://www.economist.com/blogs/freeexchange/2008/12/fine_thank_you.cfm&#34;&gt;now doing the same&lt;/a&gt;. I wish the British didn&amp;rsquo;t roll over so easily.&lt;/p&gt;&#xA;&lt;p&gt;Forcing pub owners (or anyone else) to enforce your preferences is &lt;strong&gt;wrong&lt;/strong&gt; and a thoroughly illiberal idea. It makes the world more homogenous and less interesting. Don&amp;rsquo;t stand for it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blood, Sex and Coffee</title>
      <link>/blog/2008/11/27/blood-sex-and-coffee/</link>
      <pubDate>Thu, 27 Nov 2008 13:47:59 +0000</pubDate>
      <guid>/blog/2008/11/27/blood-sex-and-coffee/</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t normally do plugs on here, but my good friend Ella has just recently completed her first novel: &lt;a href=&#34;http://www.lulu.com/content/5084140&#34;&gt;Blood, Sex and Coffee&lt;/a&gt;. It&amp;rsquo;s a mammoth achievement, weighing in at a good 700 pages, and is a campy vampire novel bringing in more themes than you&amp;rsquo;d think could be fit in such as a size - although is fundamentally a huge tract of story crossing space and time. I haven&amp;rsquo;t yet had a chance to read it - and I&amp;rsquo;m not normally a big fiction reader - but I have a 12 hour flight to Cape Town at the weekend, so maybe be burning through some of it then. I hope to post a review sometime soon.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Connecting Google Reader and podget</title>
      <link>/blog/2008/11/23/connecting-google-reader-and-podget/</link>
      <pubDate>Sun, 23 Nov 2008 21:08:09 +0000</pubDate>
      <guid>/blog/2008/11/23/connecting-google-reader-and-podget/</guid>
      <description>&lt;p&gt;For some time, I&amp;rsquo;ve had a Perl script that runs regularly, backing up my Google Reader subscriptions using the standard OPML format:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-perl&#34; data-lang=&#34;perl&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;ch&#34;&gt;#!/usr/bin/perl&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Usage:&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#  backup-google-reader-opml file-to-write-to.opml google.user.name@domain google-password&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;use&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;strict&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;use&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;warnings&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;use&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;WWW::Mechanize&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;my&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$mech&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;WWW::Mechanize&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&amp;gt;&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;new&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;();&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$mech&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://reader.google.com&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;ow&#34;&gt;or&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;die&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Cannot reach Google Reader Homepage&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$mech&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;submit_form&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;form_number&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;fields&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&amp;gt;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;Email&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$ARGV&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;],&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;Passwd&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$ARGV&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;ow&#34;&gt;or&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;die&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;Cannot submit form&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$mech&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://www.google.com/reader/subscriptions/export&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$mech&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&amp;gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;save_content&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$ARGV&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]);&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;However, I recently wrote another script (this time Python) that then takes this OPML, parses out all the URLs that are tagged with &amp;lsquo;podcast&amp;rsquo;, and outputs a serverlist file for &lt;a href=&#34;http://podget.sourceforge.net/&#34;&gt;podget&lt;/a&gt; (an automated console-based podcast downloader). This enables me to subscribe to a podcast in Google Reader, and have the podcast automatically added to the download list. The script looks like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fixing up TripIt and Dopplr Integration</title>
      <link>/blog/2008/11/14/fixing-up-tripit-and-dopplr-integration/</link>
      <pubDate>Fri, 14 Nov 2008 13:05:47 +0000</pubDate>
      <guid>/blog/2008/11/14/fixing-up-tripit-and-dopplr-integration/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve had my &lt;a href=&#34;http://www.tripit.com/account/edit/section/feeds&#34;&gt;TripIt Personal Calendar Feed&lt;/a&gt; specified as &lt;a href=&#34;http://www.dopplr.com/account/sources&#34;&gt;an iCal feed into Dopplr&lt;/a&gt; for some time, to keep the two in sync by adding every trip in &lt;a href=&#34;http://www.tripit.com/&#34;&gt;TripIt&lt;/a&gt; into &lt;a href=&#34;http://www.dopplr.com/&#34;&gt;Dopplr&lt;/a&gt; automatically (I&amp;rsquo;d give up on Dopplr entirely, as it seems a bit overdesigned and buggy - but it is a bit shinier than TripIt and produces nicer stats, so I&amp;rsquo;m hanging on to using it against my better judgement). But unfortunately the folks at TripIt broke this integration recently by adding exact geographic locations to the feed. This caused Dopplr to be over-zealous and make the destinations too specific (regions of Madrid and Paris, for example - rather than the whole city).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Burn After Reading</title>
      <link>/blog/2008/10/24/burn-after-reading/</link>
      <pubDate>Fri, 24 Oct 2008 16:01:51 +0000</pubDate>
      <guid>/blog/2008/10/24/burn-after-reading/</guid>
      <description>&lt;p&gt;Went to see Burn After Reading with &lt;a href=&#34;http://plv.livejournal.com/&#34;&gt;plv&lt;/a&gt; last night. It&amp;rsquo;s a bit of a slow starter, but when it gets going, there are some real solid comedic moments. It&amp;rsquo;s not laugh-a-minute, and is a little disjointed, but it&amp;rsquo;s sure entertaining as the plot gets more and more mashed up, and could almost be classed as a farce if it were a little clearer. Indeed, as the CIA boss says at one point:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Threadless&#39;s Customer Service</title>
      <link>/blog/2008/10/21/threadlesss-customer-service/</link>
      <pubDate>Tue, 21 Oct 2008 08:00:41 +0000</pubDate>
      <guid>/blog/2008/10/21/threadlesss-customer-service/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Ordered a t-shirt from &lt;a href=&#34;http://www.threadless.com/&#34;&gt;Threadless&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;It never turned up.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;They offered to refund me in full, no complaints needed.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;They also gave me a $5 voucher for future orders, bringing the whole deal even further into the red for them.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This is pretty excellent customer service. I struggle to see this happening in the UK.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NBA @ O2</title>
      <link>/blog/2008/10/14/nba-o2/</link>
      <pubDate>Tue, 14 Oct 2008 21:56:36 +0000</pubDate>
      <guid>/blog/2008/10/14/nba-o2/</guid>
      <description>&lt;p&gt;I went to the see &lt;a href=&#34;http://www.telegraph.co.uk/sport/othersports/basketball/3189842/Dwayne-Wade-and-Vince-Carter-bring-Londons-NBA-crowd-to-life---eventually-Basketball.html&#34;&gt;the NBA game at the O2 Arena on Sunday evening&lt;/a&gt; on a last minute whim - &lt;a href=&#34;http://www.ctomkins.co.uk/&#34;&gt;Chris&lt;/a&gt; had a ticket spare.&lt;/p&gt;&#xA;&lt;p&gt;The game was certainly entertaining (everything the Telegraph says about attention deficit disorder is true), even though I know little about basketball. It gave me a chance to try out my (new to me) telephoto lens. I was a little disappointed with the results once I pulled them off the camera - I had trouble sucking in enough light whilst getting stable shots - but I still ended up with &lt;a href=&#34;http://www.flickr.com/photos/andrewferrier/sets/72157608027769342/&#34;&gt;one or two reasonable ones&lt;/a&gt;, although mostly not of the game itself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reinstalling The Thinkpad</title>
      <link>/blog/2008/10/10/reinstalling-the-thinkpad/</link>
      <pubDate>Fri, 10 Oct 2008 12:02:45 +0000</pubDate>
      <guid>/blog/2008/10/10/reinstalling-the-thinkpad/</guid>
      <description>&lt;p&gt;My work Thinkpad (a T61) was becoming a little crufty, so I decided to reinstall it from scratch. Here are a few lessons I learnt along the way:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Making a hot copy of your entire drive onto a USB hard disk with &lt;a href=&#34;http://www.vmware.com/products/converter/&#34;&gt;VMWare Converter&lt;/a&gt; beforehand is a great idea. This basically means you have your entire previous installation still bootable, so you can rescue any data or settings you forgot about, after you&amp;rsquo;ve done the reformat and reinstall. VMWare Converter is free.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Daily Show Back</title>
      <link>/blog/2008/10/09/daily-show-back/</link>
      <pubDate>Thu, 09 Oct 2008 18:52:10 +0000</pubDate>
      <guid>/blog/2008/10/09/daily-show-back/</guid>
      <description>&lt;p&gt;Super. After the mean folks at Comedy Central stopped allowing streaming of &lt;a href=&#34;http://www.thedailyshow.com/&#34;&gt;The Daily Show&lt;/a&gt; outside the US, it&amp;rsquo;s now available again, courtesy of &lt;a href=&#34;http://www.channel4.com/watch_online/&#34;&gt;Channel 4 Catch Up&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;If you&amp;rsquo;ve never watched it, it&amp;rsquo;s definitely worth a peek. Jon Stewart is pretty funny, and although it has an obvious leftist bias, it has an even greater bias for ridiculing deserving politicans. Kinda the American &lt;a href=&#34;http://www.bbc.co.uk/comedy/haveigotnewsforyou/&#34;&gt;Have I Got News For You&lt;/a&gt;, without the panel-game element.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Icesave</title>
      <link>/blog/2008/10/07/icesave/</link>
      <pubDate>Tue, 07 Oct 2008 18:50:04 +0000</pubDate>
      <guid>/blog/2008/10/07/icesave/</guid>
      <description>&lt;p&gt;I was just about to diversify my savings into a newly-opened &lt;a href=&#34;http://www.icesave.co.uk/&#34;&gt;Icesave&lt;/a&gt; ISA this evening. &lt;a href=&#34;http://www.guardian.co.uk/money/2008/oct/07/banks.savings&#34;&gt;Boy, am I glad it took me a while to get round to it&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Now to try and &lt;del&gt;guess&lt;/del&gt; analyse the best place for my money.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Byron</title>
      <link>/blog/2008/10/02/byron/</link>
      <pubDate>Thu, 02 Oct 2008 19:17:37 +0000</pubDate>
      <guid>/blog/2008/10/02/byron/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://byronhamburgers.com/&#34;&gt;Decent Hamburger restaurant in Kensington&lt;/a&gt;. Well worth a try. Another similar option is &lt;a href=&#34;http://www.tootsiesrestaurants.com/tootsiesrestaurant/holland_park_london.html&#34;&gt;Tootsie&amp;rsquo;s&lt;/a&gt;, nearby.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Did you mean &#39;to type correctly&#39;?</title>
      <link>/blog/2008/10/01/did-you-mean-to-type-correctly/</link>
      <pubDate>Wed, 01 Oct 2008 16:56:19 +0000</pubDate>
      <guid>/blog/2008/10/01/did-you-mean-to-type-correctly/</guid>
      <description>&lt;p&gt;I suddenly realised that I expect &lt;a href=&#34;http://www.amazon.co.uk/&#34;&gt;Amazon&lt;/a&gt; (and indeed many other websites) to correct my misspellings in the same way as &lt;a href=&#34;http://www.google.co.uk/&#34;&gt;Google&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;p&gt;Did you mean: &lt;a href=&#34;http://www.google.co.uk/search?hl=en&amp;amp;sa=X&amp;amp;oi=spell&amp;amp;resnum=0&amp;amp;ct=result&amp;amp;cd=1&amp;amp;q=lost+in+translation&amp;amp;spell=1&#34;&gt;lost in &lt;strong&gt;&lt;em&gt;translation&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; ?&lt;/p&gt;&#xA;&lt;p&gt;But it doesn&amp;rsquo;t.&lt;/p&gt;&#xA;&lt;p&gt;They should fix this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Geconomics</title>
      <link>/blog/2008/09/11/geconomics/</link>
      <pubDate>Thu, 11 Sep 2008 15:41:15 +0000</pubDate>
      <guid>/blog/2008/09/11/geconomics/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://daviddfriedman.blogspot.com/&#34;&gt;The son&lt;/a&gt; of &lt;a href=&#34;http://en.wikipedia.org/wiki/Milton_Friedman&#34;&gt;one of the world&amp;rsquo;s most influential and talented economists&lt;/a&gt; &lt;a href=&#34;http://daviddfriedman.blogspot.com/2008/09/alia-iacta-est.html&#34;&gt;is obviously a total geek&lt;/a&gt;. How wonderful.&lt;/p&gt;&#xA;&lt;p&gt;Oh, and get &lt;a href=&#34;http://daviddfriedman.blogspot.com/2008/09/alia-iacta-est.html#c5624397038566138275&#34;&gt;this blog comment and response&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Update 16:58&lt;/strong&gt;: Then, of course, you read &lt;a href=&#34;http://www.economist.com/blogs/freeexchange/2008/09/dismal_scientists.cfm&#34;&gt;this&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Why don&amp;rsquo;t economists get any respect?&lt;/p&gt;</description>
    </item>
    <item>
      <title>TripIt is ... er ... Really Good</title>
      <link>/blog/2008/08/30/tripit-is-er-really-good/</link>
      <pubDate>Sat, 30 Aug 2008 07:13:29 +0000</pubDate>
      <guid>/blog/2008/08/30/tripit-is-er-really-good/</guid>
      <description>&lt;p&gt;I grumbled to the nice folks at &lt;a href=&#34;http://www.tripit.com/&#34;&gt;TripIt&lt;/a&gt; because I wasn&amp;rsquo;t eligible for &lt;a href=&#34;http://www.tripit.com/promo/referSummary&#34;&gt;their referral competition&lt;/a&gt;, so they sent me a T-shirt instead. So I think it&amp;rsquo;s only fair that I put in a good word for them:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Try it. If you travel a lot it&amp;rsquo;s invaluable.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;It&amp;rsquo;s free.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;It&amp;rsquo;s &lt;a href=&#34;http://www.andrewferrier.com/blog/2008/07/08/dopplr-half-inches-from-tripit/&#34;&gt;better&lt;/a&gt; than Dopplr.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Er&amp;hellip; that&amp;rsquo;s it.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;</description>
    </item>
    <item>
      <title>BAA Break-up</title>
      <link>/blog/2008/08/26/baa-break-up/</link>
      <pubDate>Tue, 26 Aug 2008 20:34:33 +0000</pubDate>
      <guid>/blog/2008/08/26/baa-break-up/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m kinda undecided on the &lt;a href=&#34;http://www.baa.com/&#34;&gt;BAA&lt;/a&gt; break-up. &lt;a href=&#34;http://www.ft.com/cms/s/0/72d400ce-7306-11dd-983b-0000779fd18c.html&#34;&gt;The FT thinks&lt;/a&gt; it should definitely go ahead. But as a fairly strict libertarian, and therefore keen on economic freedom, I&amp;rsquo;ve always had a problem with &lt;a href=&#34;http://en.wikipedia.org/wiki/Monopoly&#34;&gt;monopoly&lt;/a&gt; break-up except in the most extreme of cases (and I&amp;rsquo;m not sure this qualifies).&lt;/p&gt;&#xA;&lt;p&gt;Nevertheless, as my job now takes me onto an aeroplane more than I before, I&amp;rsquo;m curious and so I read the summary from the Competition Commission&amp;rsquo;s &lt;a href=&#34;http://www.competition-commission.org.uk/inquiries/ref2007/airports/provisional_findings.htm&#34;&gt;provisional report&lt;/a&gt;. I&amp;rsquo;m not sure I&amp;rsquo;m any the wiser, but there were some interesting facts and statistics embedded within:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Not-so-Jubbly Line</title>
      <link>/blog/2008/08/26/not-so-jubbly-line/</link>
      <pubDate>Tue, 26 Aug 2008 14:53:42 +0000</pubDate>
      <guid>/blog/2008/08/26/not-so-jubbly-line/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m beginning to enjoy transport in London &lt;a href=&#34;http://gendal.blogspot.com/2008/08/i-think-they-trying-to-tell-me.html&#34;&gt;almost&lt;/a&gt; &lt;a href=&#34;http://gendal.blogspot.com/2008/04/getting-from-dlr-to-district-line-at.html&#34;&gt;as&lt;/a&gt; &lt;a href=&#34;http://gendal.blogspot.com/2008/05/narrow-platforms.html&#34;&gt;much&lt;/a&gt; as &lt;a href=&#34;http://gendal.blogspot.com/&#34;&gt;Richard&lt;/a&gt;. Got to Waterloo this morning to find that once again, the Jubilee line entrance was closed - this happened last Monday too. Not being a fan of taking replacement buses and braving the crowds with two large bags half-way across London, I copped out and got a taxi.&lt;/p&gt;&#xA;&lt;p&gt;But what&amp;rsquo;s going on here? And why are TfL incapable of communicating with me when it does?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fullscreen Video Flicker on T61 Thinkpad</title>
      <link>/blog/2008/08/24/fullscreen-video-flicker-on-t61-thinkpad/</link>
      <pubDate>Sun, 24 Aug 2008 10:27:26 +0000</pubDate>
      <guid>/blog/2008/08/24/fullscreen-video-flicker-on-t61-thinkpad/</guid>
      <description>&lt;p&gt;Until recently, I was having problems with fullscreen video in Windows on my new T61 Thinkpad, which uses an &lt;a href=&#34;http://www.nvidia.com/object/quadro_nvs_notebook.html&#34;&gt;NVidia Quadro NVS 140M&lt;/a&gt; display adapter. Video would regularly flicker when fullscreen was enabled in a variety of players, including Windows Media Player and various embedded Flash players, and had to be taken out of fullscreen and put back - sometimes as many as 10 times - before the image was stable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Delicious - For Mobile Once Again</title>
      <link>/blog/2008/08/07/new-delicious-for-mobile-once-again/</link>
      <pubDate>Thu, 07 Aug 2008 11:03:50 +0000</pubDate>
      <guid>/blog/2008/08/07/new-delicious-for-mobile-once-again/</guid>
      <description>&lt;p&gt;Used to be, I employed &lt;a href=&#34;http://www.webpronews.com/blogtalk/2006/04/22/delicious-mobile&#34;&gt;a cunning trick I found on the web&lt;/a&gt; to create a quick &amp;rsquo;n&amp;rsquo; dirty homepage for my browser on &lt;a href=&#34;http://europe.nokia.com/e65&#34;&gt;my mobile&lt;/a&gt; - all the &lt;a href=&#34;http://delicious.com/&#34;&gt;delicious&lt;/a&gt; bookmarks I&amp;rsquo;d tagged with &lt;a href=&#34;http://delicious.com/andrewferrier/mtag&#34;&gt;mtag&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Then delicious went and &lt;a href=&#34;http://blog.delicious.com/blog/2008/07/oh-happy-day.html&#34;&gt;released a new version&lt;/a&gt; and this trick broke.&lt;/p&gt;&#xA;&lt;p&gt;After a bit of fiddling, I&amp;rsquo;ve found a reasonable alternative. &lt;a href=&#34;http://feed.informer.com/&#34;&gt;feed.informer&lt;/a&gt; will take any RSS feed and turn it into fairly plain HTML. So take your RSS feed, which might look something like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Energy Efficient Lightbulbs</title>
      <link>/blog/2008/08/02/energy-efficient-lightbulbs/</link>
      <pubDate>Sat, 02 Aug 2008 12:36:53 +0000</pubDate>
      <guid>/blog/2008/08/02/energy-efficient-lightbulbs/</guid>
      <description>&lt;p&gt;Anyone want any free energy efficient lightbulbs? I keep getting spammed with them by British Gas, Southern Electric, et. al., in a desperate attempt to prove their green credentials. Of course, it doesn&amp;rsquo;t work - I already have all I need and they are now piling up in the cupboard (here&amp;rsquo;s a hint: maybe that ain&amp;rsquo;t so green).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Unintended_consequence&#34;&gt;The law of unintended consequences is a bitch&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>24h Doughnuts</title>
      <link>/blog/2008/07/31/24h-doughnuts/</link>
      <pubDate>Thu, 31 Jul 2008 19:15:14 +0000</pubDate>
      <guid>/blog/2008/07/31/24h-doughnuts/</guid>
      <description>&lt;p&gt;I generally consider myself to be a pretty liberal guy (&lt;a href=&#34;http://en.wikipedia.org/wiki/Libertarianism&#34;&gt;in the old-fashioned sense&lt;/a&gt;). However, 24-hour doughnuts are testing my patience. Lots of London &lt;a href=&#34;http://www.tesco.com/&#34;&gt;Tesco&lt;/a&gt; Express stores now seem to stock delicious &lt;a href=&#34;http://www.krispykreme.co.uk/&#34;&gt;Krispy Kremes&lt;/a&gt;, and to compound the evil, they do it at all times of day and night, just outside the hotels I tend to stay in. I think they are following me.&lt;/p&gt;&#xA;&lt;p&gt;They should clearly be banned.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Black &amp; Blue</title>
      <link>/blog/2008/07/30/black-blue/</link>
      <pubDate>Wed, 30 Jul 2008 19:15:11 +0000</pubDate>
      <guid>/blog/2008/07/30/black-blue/</guid>
      <description>&lt;p&gt;Being as I travel so much these days, I tend to eat out far more often than is good for me (quite literally). London, where I&amp;rsquo;m currently holed up for a few months, is generally an excellent location for a good selection of good places to eat, although it&amp;rsquo;s still challenging to find a good (and quick) meal every night. However, my hotel for this week and last (the above average &lt;a href=&#34;http://www.hilton.co.uk/kensington&#34;&gt;Hilton Kensington&lt;/a&gt;) doesn&amp;rsquo;t exactly seem to be replete with places to dine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WALL-E</title>
      <link>/blog/2008/07/29/wall-e/</link>
      <pubDate>Tue, 29 Jul 2008 22:07:22 +0000</pubDate>
      <guid>/blog/2008/07/29/wall-e/</guid>
      <description>&lt;p&gt;Pixar have done it again. &lt;a href=&#34;http://en.wikipedia.org/wiki/WALL-E&#34;&gt;WALL-E&lt;/a&gt; is their best film since &lt;a href=&#34;http://en.wikipedia.org/wiki/Monsters_Inc.&#34;&gt;Monsters Inc.&lt;/a&gt; The industrial cityscapes are amazing. The rendering detail is stunning. The story is robust, and the emotion deep.&lt;/p&gt;&#xA;&lt;p&gt;The pre-film trailer for &lt;a href=&#34;http://www.madagascar-themovie.com/&#34;&gt;Madagascar 2&lt;/a&gt; looked amateurish in comparison.&lt;/p&gt;&#xA;&lt;p&gt;WALL-E is a wonderous film. See it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dopplr Half-Inches from TripIt</title>
      <link>/blog/2008/07/08/dopplr-half-inches-from-tripit/</link>
      <pubDate>Tue, 08 Jul 2008 17:22:52 +0000</pubDate>
      <guid>/blog/2008/07/08/dopplr-half-inches-from-tripit/</guid>
      <description>&lt;p&gt;Fascinating. The sexy-but-basic &lt;a href=&#34;http://www.dopplr.com/&#34;&gt;Dopplr&lt;/a&gt; has obviously &lt;a href=&#34;http://blog.dopplr.com/2008/07/08/new-ways-of-getting-your-trips-into-dopplr-twitter-sms-and-email/&#34;&gt;decided&lt;/a&gt; to take a wander into less-sexy-but-more-capable &lt;a href=&#34;http://www.tripit.com/&#34;&gt;TripIt&lt;/a&gt;&amp;rsquo;s territory and start doing parsing of forwarded confirmation emails from airlines, etc. It will be interesting to see how well they execute on it (I haven&amp;rsquo;t had an excuse to use the feature yet). I&amp;rsquo;ve been a fairly avid user of TripIt and so far have been a bit disappointed by Dopplr&amp;rsquo;s lack of functionality and innovation beyond its core idea. But should Dopplr truly become a tool for organising itineraries, it&amp;rsquo;ll be interesting to see which wins out. Dopplr&amp;rsquo;s certainly ahead on the publicity front.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dubai Trials</title>
      <link>/blog/2008/06/16/dubai-trials/</link>
      <pubDate>Mon, 16 Jun 2008 19:40:04 +0000</pubDate>
      <guid>/blog/2008/06/16/dubai-trials/</guid>
      <description>&lt;p&gt;Interesting to see that Dubai are &lt;a href=&#34;http://www.efast.ae/trials/&#34;&gt;trialling&lt;/a&gt; their new T3 in much the same way as Heathrow did with T5. I&amp;rsquo;ll be curious to see if they get the same result. Somehow, I doubt it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Biagio</title>
      <link>/blog/2008/06/02/biagio/</link>
      <pubDate>Mon, 02 Jun 2008 20:59:33 +0000</pubDate>
      <guid>/blog/2008/06/02/biagio/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.biagio.co.uk/content/view/31/81/&#34;&gt;Excellent little Italian place I found near Embankment and the Strand&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Plus, why is the price of hotel wifi in inverse proportion to its quality? Discuss. &lt;a href=&#34;http://www.marriott.co.uk/Channels/hotels-uk/hotels/travel/lonwh-london-marriott-hotel-maida-vale/&#34;&gt;The Marriott I stayed in last week&lt;/a&gt; had unusable wifi (although the hotel was otherwise pretty good), whereas the Park Plaza this week (a.k.a cheap Radisson) has excellent free wifi (for IBMers). It&amp;rsquo;s got to be a strong factor for business travellers, yet most hotels clearly treat it as an afterthought.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox 3 RC1</title>
      <link>/blog/2008/05/31/firefox-3-rc1/</link>
      <pubDate>Sat, 31 May 2008 07:57:48 +0000</pubDate>
      <guid>/blog/2008/05/31/firefox-3-rc1/</guid>
      <description>&lt;p&gt;Normally I don&amp;rsquo;t touch pre-release software these days (apart from the IBM software I work with, of course). But I just downloaded and installed &lt;a href=&#34;http://www.mozilla.com/en-US/firefox/3.0rc1/releasenotes/&#34;&gt;Firefox 3 RC1&lt;/a&gt;. And boy, Mozilla weren&amp;rsquo;t kidding - it&amp;rsquo;s noticeably faster and snappier than Firefox 2. Very impressive. For someone like me who spends a lot of time in a browser, this is just great.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Smoking at Cannes</title>
      <link>/blog/2008/05/22/smoking-at-cannes/</link>
      <pubDate>Thu, 22 May 2008 17:26:29 +0000</pubDate>
      <guid>/blog/2008/05/22/smoking-at-cannes/</guid>
      <description>&lt;p&gt;Why don&amp;rsquo;t we see &lt;a href=&#34;http://www.kottke.org/remainder/08/05/15716.html&#34;&gt;this kind of defiance&lt;/a&gt; of illiberal legislation more often? It&amp;rsquo;s something the French do well. In a time when vices are being outlawed left, right, and centre, I&amp;rsquo;d like to see a bit more bolshyness from the British public.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LAX...</title>
      <link>/blog/2008/05/11/lax/</link>
      <pubDate>Sun, 11 May 2008 01:06:46 +0000</pubDate>
      <guid>/blog/2008/05/11/lax/</guid>
      <description>&lt;p&gt;&amp;hellip; is as dismal as promised. JFK has definitely become my preferred transit airport (although O&amp;rsquo;Hare still has that delicious buttercrust pizza unavailable elsewhere in the world). The &lt;a href=&#34;http://www.aa.com/&#34;&gt;AA&lt;/a&gt; terminal here is pretty small (I think because there&amp;rsquo;s another terminal for its poor sibling, &lt;a href=&#34;http://www.aa.com/aa/i18nForward.do?p=/footer/eagleOverview.jsp&#34;&gt;American Eagle&lt;/a&gt;), and since I&amp;rsquo;m stuck here for 4 hours, I&amp;rsquo;ve bought &lt;a href=&#34;http://www.aa.com/aa/pubcontent/en_US/travelInformation/airportAmenities/AdmiralsClub.jsp?anchorLocation=DirectURL&amp;amp;title=admiralsclub&#34;&gt;Admirals&amp;rsquo; Club&lt;/a&gt; access.&lt;/p&gt;</description>
    </item>
    <item>
      <title>McCarran</title>
      <link>/blog/2008/05/10/mccarran/</link>
      <pubDate>Sat, 10 May 2008 20:31:32 +0000</pubDate>
      <guid>/blog/2008/05/10/mccarran/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m sitting in the departure lounge at &lt;a href=&#34;http://en.wikipedia.org/wiki/McCarran_International_Airport&#34;&gt;Las Vegas airport&lt;/a&gt; after attending an IBM internal conference for a week. Las Vegas is indeed as tacky as expected, and wouldn&amp;rsquo;t be first on my list of places to visit on holiday, although I&amp;rsquo;m thinking about making it part of my &amp;lsquo;road trip&amp;rsquo; when I eventually get round to planning it (the short version is SF to Vegas across &lt;a href=&#34;http://en.wikipedia.org/wiki/Death_valley&#34;&gt;Death Valley&lt;/a&gt;, the long version is the length of &lt;a href=&#34;http://en.wikipedia.org/wiki/Route_66&#34;&gt;Route 66&lt;/a&gt; - I expect the result will be a mixture). The conference was useful, and I got to meet some folk I&amp;rsquo;d previously only interacted with online, such as the prolific blogger &lt;a href=&#34;http://blog.danzrobok.com/&#34;&gt;Dan Zrobok&lt;/a&gt;. The airport is also surprisingly pleasant, with fast and friendly check-in (surprising for American), short security queues, and free wi-fi (hence this post). Now all I have to do is endure the 10-hour flight (with a full plane) from LA to London. Yuck.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gel 2008 and NYC</title>
      <link>/blog/2008/04/29/gel-2008-and-nyc/</link>
      <pubDate>Tue, 29 Apr 2008 18:06:01 +0000</pubDate>
      <guid>/blog/2008/04/29/gel-2008-and-nyc/</guid>
      <description>&lt;p&gt;I returned from New York City at the weekend after having spent a week there, partly on holiday and partly attending &lt;a href=&#34;http://gelconference.com/c/gel08.php&#34;&gt;Gel 2008&lt;/a&gt;. Highlights of Gel for me were:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Attending the &lt;a href=&#34;http://www.tryouttoys.com/sphereplay.html&#34;&gt;Sphereplay&lt;/a&gt; workshop - I learnt a new physical skill in about 3 hours, a concept quite novel for me! I will definitely be ordering a sphere (it&amp;rsquo;s **not **a ball, it&amp;rsquo;s **not **a ball) to keep this skill going.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The presentations by &lt;a href=&#34;http://www.shirky.com/&#34;&gt;Clay Shirky&lt;/a&gt; and &lt;a href=&#34;http://www.garrettoliver.com/&#34;&gt;Garrett Oliver&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tesco Are Clever Again</title>
      <link>/blog/2008/04/28/tesco-are-clever-again/</link>
      <pubDate>Mon, 28 Apr 2008 17:16:09 +0000</pubDate>
      <guid>/blog/2008/04/28/tesco-are-clever-again/</guid>
      <description>&lt;p&gt;I got a new Clubcard from Tesco again today. On the back of the key fob version is a phone number and and an ID number. If your cards get lost, the finder is exhorted to call the number to arrange for your keys to be returned. Who knows if it would work, but it&amp;rsquo;s an potential extra benefit for little cost to me - since I&amp;rsquo;d put the key fob tag on anyway. Ingenious.&lt;/p&gt;</description>
    </item>
    <item>
      <title>On the way to NYC</title>
      <link>/blog/2008/04/21/on-the-way-to-nyc/</link>
      <pubDate>Mon, 21 Apr 2008 05:36:58 +0000</pubDate>
      <guid>/blog/2008/04/21/on-the-way-to-nyc/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s a lot of palaver to travel these days - I started my journey to NYC yesterday, and as I write, I&amp;rsquo;ve still only reached the American lounge at T3 in Heathrow (although to be fair that&amp;rsquo;s mostly down to a combination of me being cheap - no chauffered transfer on my own money - and wanting to maximise my time today in the city). Still, in about 10 hours, I&amp;rsquo;ll be in Manhattan, and I can&amp;rsquo;t wait - my first trip abroad this year without work to do (unless you count &lt;a href=&#34;http://gelconference.com/c/gel08.php&#34;&gt;Gel&lt;/a&gt;, which I don&amp;rsquo;t).&lt;/p&gt;</description>
    </item>
    <item>
      <title>2 in 2</title>
      <link>/blog/2008/04/16/2-in-2/</link>
      <pubDate>Wed, 16 Apr 2008 18:19:58 +0000</pubDate>
      <guid>/blog/2008/04/16/2-in-2/</guid>
      <description>&lt;p&gt;Two good restaurants &lt;a href=&#34;http://www.andrewferrier.com/blog/2008/04/15/corner-steakhouse/&#34;&gt;in as many days&lt;/a&gt;. &lt;a href=&#34;http://en.wikipedia.org/wiki/Raunheim&#34;&gt;Raunheim&lt;/a&gt; is yielding some worthy secrets. &lt;a href=&#34;http://www.restaurant-kritik.de/81903/&#34;&gt;Restaurant Donna Maria&lt;/a&gt; is definitely worth a visit; a decent Italian in an area full of questionable ones.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Corner Steakhouse</title>
      <link>/blog/2008/04/15/corner-steakhouse/</link>
      <pubDate>Tue, 15 Apr 2008 19:47:02 +0000</pubDate>
      <guid>/blog/2008/04/15/corner-steakhouse/</guid>
      <description>&lt;p&gt;With all the travelling I&amp;rsquo;m doing in my new role, I&amp;rsquo;m actually having more meals in restaurants than not. This isn&amp;rsquo;t as exciting as it sounds; particularly here in Germany, where even the smartest-looking Italian restaurants (which seem to be the largest ethnic food group aside from German restaurants themselves) serve up cheap, uninspired food.&lt;/p&gt;&#xA;&lt;p&gt;So I was delighted today to find the nice (and not so cheap) &lt;a href=&#34;http://www.ziegelhuette-raunheim.de/&#34;&gt;Corner Steakhouse&lt;/a&gt; - not on the corner, but in the middle of &lt;a href=&#34;http://en.wikipedia.org/wiki/Raunheim&#34;&gt;Raunheim&lt;/a&gt;. Excellent steak, ironically cooked by yours truly on the hot lava stone they gave me. I&amp;rsquo;m ashamed to say it&amp;rsquo;s the first time I&amp;rsquo;ve tried that exact style of food, but it won&amp;rsquo;t be the last.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gel 2008</title>
      <link>/blog/2008/04/10/gel-2008/</link>
      <pubDate>Thu, 10 Apr 2008 21:18:30 +0000</pubDate>
      <guid>/blog/2008/04/10/gel-2008/</guid>
      <description>&lt;p&gt;Really, really, looking forward to &lt;a href=&#34;http://gelconference.com/c/gel08.php&#34;&gt;Gel 2008&lt;/a&gt; in a couple of weeks. One of my Thursday &amp;lsquo;activities&amp;rsquo; is an authentic foods tour, taking in my &lt;a href=&#34;http://www.wholefoodsmarket.com/&#34;&gt;favourite food store in the whole world&lt;/a&gt;, then an evening party at Google NYC.&lt;/p&gt;&#xA;&lt;p&gt;Speakers the next day include &lt;a href=&#34;http://www.shirky.com/&#34;&gt;Clay Shirky&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Marissa_Mayer&#34;&gt;Marissa Mayer&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Plus I get to spend the preceding week hanging out in NYC for the first time in yonks - staying on Times Square for free.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Adam Smith in the 21st Century</title>
      <link>/blog/2008/04/06/adam-smith-in-the-21st-century/</link>
      <pubDate>Sun, 06 Apr 2008 15:17:59 +0000</pubDate>
      <guid>/blog/2008/04/06/adam-smith-in-the-21st-century/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.economist.com/blogs/freeexchange/2008/04/a_test_of_faith.cfm&#34;&gt;A post&lt;/a&gt; on the Economist&amp;rsquo;s &lt;a href=&#34;http://www.economist.com/blogs/freeexchange/&#34;&gt;Free Exchange&lt;/a&gt; blog - about Adam Smith&amp;rsquo;s house in Edinburgh going on sale - reminded me of a childhood fantasy, and caused me to think how it could be brought up to date.&lt;/p&gt;&#xA;&lt;p&gt;Adam Smith (and many other free-marketers since) have had a lot to say about the ingenuity of the human spirit and the market&amp;rsquo;s ability to do a better job of enriching humans than central planning. Nevertheless, I sometimes still wonder about the extent to which new ideas are sometimes missed, even in strong market arenas, because existing ones are taken for granted.&lt;/p&gt;</description>
    </item>
    <item>
      <title>On a More Positive Note... Travel Tip #1</title>
      <link>/blog/2008/03/29/on-a-more-positive-note-travel-tip-1/</link>
      <pubDate>Sat, 29 Mar 2008 14:49:26 +0000</pubDate>
      <guid>/blog/2008/03/29/on-a-more-positive-note-travel-tip-1/</guid>
      <description>&lt;p&gt;Always add a note to your hotel reservation requesting a high floor if possible. Some hotel chains will let you do this on your frequent traveller profile, for others you may have to request each time. It&amp;rsquo;s worth it, for two reasons:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You typically get a better view and a quieter room.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You sometimes get upgraded to a better class of room, without having to explicitly ask for it - they are often high up.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Argh</title>
      <link>/blog/2008/03/29/argh/</link>
      <pubDate>Sat, 29 Mar 2008 13:09:22 +0000</pubDate>
      <guid>/blog/2008/03/29/argh/</guid>
      <description>&lt;p&gt;Today:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Got an SMS this afternoon saying flight to &lt;a href=&#34;http://news.bbc.co.uk/1/hi/uk/7314816.stm&#34;&gt;Terminal 5 had been cancelled&lt;/a&gt;. A request to call BA at my own expense.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Rapid call to BA asking for a rebooking on an earlier &lt;a href=&#34;http://www.malev.com/&#34;&gt;Malév&lt;/a&gt; flight to Gatwick, followed by a semi-run to the hotel.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Panic rush to airport; in the end, got there too early!&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Checked in; panic over for the moment.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I&amp;rsquo;ll have &amp;lsquo;fun&amp;rsquo; when I get back checking whether I can claim compensation - &lt;a href=&#34;http://www.britishairways.com/travel/euclaimnor/public/en_gb&#34;&gt;I think I can&lt;/a&gt;. Normally I like flying with BA, but this will make me think twice in future. I&amp;rsquo;ll certainly be avoiding T5 for a while, if at all possible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LaTeX Tips</title>
      <link>/blog/2008/03/24/latex-tips/</link>
      <pubDate>Mon, 24 Mar 2008 09:50:09 +0000</pubDate>
      <guid>/blog/2008/03/24/latex-tips/</guid>
      <description>&lt;p&gt;A general grab-bag of tips for using &lt;a href=&#34;http://www.latex-project.org/&#34;&gt;LaTeX&lt;/a&gt;, from the days when I still used it a lot:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;To add nice headers and footers to each page use the fancyhdr package.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Use &lt;a href=&#34;http://www.ctan.org/tex-archive/help/Catalogue/entries/glosstex.html&#34;&gt;glosstex&lt;/a&gt; for most acronym and glossary needs.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Use the &lt;a href=&#34;http://www.ctan.org/tex-archive/help/Catalogue/entries/hyphenat.html&#34;&gt;hyphenat&lt;/a&gt; package if you need monospace text (such as that set by the \texttt command) to wrap correctly, with hyphenation marks.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;http://www.ctan.org/tex-archive/help/Catalogue/entries/varioref.html&#34;&gt;varioref&lt;/a&gt; package provides easy-to-use cross referencing with automatic phrases such as &amp;lsquo;on the following page&amp;hellip;&amp;rsquo; etc.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Buda 5</title>
      <link>/blog/2008/03/21/buda-5/</link>
      <pubDate>Fri, 21 Mar 2008 14:27:07 +0000</pubDate>
      <guid>/blog/2008/03/21/buda-5/</guid>
      <description>&lt;p&gt;Should be an interesting travel week coming up - I am going to &lt;a href=&#34;http://en.wikipedia.org/wiki/Budapest&#34;&gt;Budapest&lt;/a&gt; on Tuesday. I&amp;rsquo;m ashamed to say I&amp;rsquo;ve never been so far east in Europe before. Then on Friday I fly back into &lt;a href=&#34;http://www.terminal5.ba.com/en/&#34;&gt;Terminal 5&lt;/a&gt;, the day after it opens. I wonder how smoothly it will be operating?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Council Tax</title>
      <link>/blog/2008/03/21/council-tax/</link>
      <pubDate>Fri, 21 Mar 2008 11:11:36 +0000</pubDate>
      <guid>/blog/2008/03/21/council-tax/</guid>
      <description>&lt;p&gt;Good to see Hampshire County Council are spending my taxes wisely. In the propaganda brochure accompanying their latest letter demanding 800 pounds for rubbish collection and clogged roads, I find this item:&lt;/p&gt;&#xA;&lt;blockquote&gt;These pages have been checked for clarity by Plain Language Commission [sic].&lt;/blockquote&gt;&#xA;&lt;p&gt;Sometimes I&amp;rsquo;m ashamed to live in a socialist country.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fraport Badness</title>
      <link>/blog/2008/03/14/fraport-badness/</link>
      <pubDate>Fri, 14 Mar 2008 14:06:51 +0000</pubDate>
      <guid>/blog/2008/03/14/fraport-badness/</guid>
      <description>&lt;p&gt;Normally I find Germany to live up to its reputation for competence and organisation. Today&amp;rsquo;s trip through the bureaucracy of &lt;a href=&#34;http://en.wikipedia.org/wiki/Frankfurt_International_Airport&#34;&gt;Frankfurt airport&lt;/a&gt;, however, has been marred by duplicate security checks, far too many passport and boarding pass checks, annoying queues, and unclear instructions at the gate - and I haven&amp;rsquo;t even got on the plane yet! I&amp;rsquo;m not impressed.&lt;/p&gt;&#xA;&lt;p&gt;Perhaps Frankfurt is suffering from the Heathrow disease of being just too big for its boots.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picasa and RAW Bug</title>
      <link>/blog/2008/03/02/picasa-and-raw-bug/</link>
      <pubDate>Sun, 02 Mar 2008 09:48:37 +0000</pubDate>
      <guid>/blog/2008/03/02/picasa-and-raw-bug/</guid>
      <description>&lt;p&gt;Note to self and others: never use &lt;a href=&#34;http://picasa.google.com/&#34;&gt;Picasa&lt;/a&gt; to download photos direct from the camera when using RAW+JPEG. It has a nasty habit of downloading the JPEGs, then deleting the RAWs. Ouch. Always use a card reader on the Compact Flash card instead.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Dopplr and Tripit to Play Together</title>
      <link>/blog/2008/02/27/getting-dopplr-and-tripit-to-play-together/</link>
      <pubDate>Wed, 27 Feb 2008 23:28:44 +0000</pubDate>
      <guid>/blog/2008/02/27/getting-dopplr-and-tripit-to-play-together/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2008/02/20/excellent-service-from-tripit/&#34;&gt;As I mentioned recently&lt;/a&gt;, I&amp;rsquo;ve been using &lt;a href=&#34;http://www.dopplr.com/&#34;&gt;Dopplr&lt;/a&gt; and &lt;a href=&#34;http://www.tripit.com/&#34;&gt;TripIt&lt;/a&gt; a lot recently as I&amp;rsquo;ve been travelling more. Although TripIt is far more featureful, I know more people on Dopplr and so keeping it up-to-date is useful as it increases the chance of serendipitous coincidences. They are competitors, but I like them both.&lt;/p&gt;&#xA;&lt;p&gt;So far it&amp;rsquo;s been a pain to enter information into Dopplr manually, but &lt;a href=&#34;http://blog.dopplr.com/index.php/2008/02/27/new-feature-dopplr-subscribes-to-your-personal-calendar/&#34;&gt;they announced today&lt;/a&gt; that it can now watch iCal calendars and create trips accordingly. I&amp;rsquo;ve added my iCal feed from TripIt and it seems to work well so far. They are minor niggles. For example, it gets confused if you have multiple destinations in your trip as TripIt doesn&amp;rsquo;t really allow for this concept. Also, not all trips involve advance booking, so I don&amp;rsquo;t bother adding them to TripIt - they&amp;rsquo;ll need to be entered into Dopplr manually. Nevertheless, it should cut down on the amount of data entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Focus on Imaging and the 400D</title>
      <link>/blog/2008/02/26/focus-on-imaging-and-the-400d/</link>
      <pubDate>Tue, 26 Feb 2008 13:57:50 +0000</pubDate>
      <guid>/blog/2008/02/26/focus-on-imaging-and-the-400d/</guid>
      <description>&lt;p&gt;I went to the &lt;a href=&#34;http://www.focus-on-imaging.co.uk/&#34;&gt;Focus on Imaging show&lt;/a&gt; at the &lt;a href=&#34;http://www.necgroup.co.uk/&#34;&gt;NEC&lt;/a&gt; at the weekend. The show itself was a little disappointing, obviously oriented more around trade sales than the end-consumer, and was marred a little by poor organisation from the NEC resulting in large queues, a car-park merry-go-round, and so on. But nevertheless, there were some interesting stalls - Canon and Nikon having the largest and most impressive, with some substantial &lt;a href=&#34;http://www.the-digital-picture.com/Canon-Lenses/Canon-L-Lens-Series.aspx&#34;&gt;Canon L-series lenses&lt;/a&gt; on display.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Excellent Service from TripIt</title>
      <link>/blog/2008/02/20/excellent-service-from-tripit/</link>
      <pubDate>Wed, 20 Feb 2008 21:01:21 +0000</pubDate>
      <guid>/blog/2008/02/20/excellent-service-from-tripit/</guid>
      <description>&lt;p&gt;As I&amp;rsquo;ve starting travelling a lot recently, I&amp;rsquo;ve been making reasonably heavy use of both &lt;a href=&#34;http://www.dopplr.com/&#34;&gt;Dopplr&lt;/a&gt; and the less well-known &lt;a href=&#34;http://www.tripit.com/&#34;&gt;TripIt&lt;/a&gt;. The idea behind Dopplr is simple: tell it which cities you&amp;rsquo;re travelling to and it will share that information with your other Dopplr contacts, notifying you when you&amp;rsquo;re in the same place. You can also syndicate your travel plans - I have mine published on &lt;a href=&#34;http://www.facebook.com/&#34;&gt;Facebook&lt;/a&gt; and available as a feed via &lt;a href=&#34;http://www.google.com/calendar/render&#34;&gt;Google Calendar&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Juno</title>
      <link>/blog/2008/02/18/juno/</link>
      <pubDate>Mon, 18 Feb 2008 23:13:33 +0000</pubDate>
      <guid>/blog/2008/02/18/juno/</guid>
      <description>&lt;blockquote&gt;Sonic Youth sucks, they&#39;re just noise — Juno&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Juno_%28film%29&#34;&gt;Juno&lt;/a&gt; is the kind of movie that reminds you why being alive (oh yeah, and watching films) is a good thing. From the Sunny D-guzzling opening to the bittersweet ending, it definitely delivers the laughs as the reviews promised. They&amp;rsquo;ve pinched a few of the cast from &lt;a href=&#34;http://en.wikipedia.org/wiki/Arrested_Development_(TV_series)&#34;&gt;Arrested Development&lt;/a&gt;, a quality American sit-com, and it shows in the delivery. &lt;a href=&#34;http://en.wikipedia.org/wiki/Ellen_Page&#34;&gt;Ellen Page&lt;/a&gt; is also strong in the title role as Juno herself. None of the cast speak like real human beings, but that doesn&amp;rsquo;t seem to matter too much - as long as you&amp;rsquo;re at or around the level of political correctness of Jeremy Clarkson, you&amp;rsquo;ll love it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>RIAS Home Insurance Need Some Data Washing</title>
      <link>/blog/2008/02/18/rias-home-insurance-need-some-data-washing/</link>
      <pubDate>Mon, 18 Feb 2008 20:16:06 +0000</pubDate>
      <guid>/blog/2008/02/18/rias-home-insurance-need-some-data-washing/</guid>
      <description>&lt;p&gt;Hmm. Got this letter through the door the other day:&lt;/p&gt;&#xA;&lt;blockquote&gt;Dear Ms Ferrier [sic],&#xA;**Born before 1958! Your age could save you money on your home insurance.**&#xA;Let&#39;s face it, you are bombarded with messages promising you cheaper insurance... [etc. etc.]&lt;/blockquote&gt;&#xA;&lt;p&gt;Quite entertaining that they managed to get both my sex and my age (quite significantly) wrong. I don&amp;rsquo;t think they&amp;rsquo;ll be getting my business.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Observations on a Journey</title>
      <link>/blog/2008/01/27/observations-on-a-journey/</link>
      <pubDate>Sun, 27 Jan 2008 18:05:00 +0000</pubDate>
      <guid>/blog/2008/01/27/observations-on-a-journey/</guid>
      <description>&lt;p&gt;I stayed in London last night, so decided to try something a little different and fly out of &lt;a href=&#34;http://www.londoncityairport.com/&#34;&gt;London City&lt;/a&gt; rather than &lt;a href=&#34;http://www.heathrowairport.com/&#34;&gt;Heathrow&lt;/a&gt; for my upcoming journey to Madrid. I think I&amp;rsquo;ve decided that this was a mistake. I was staying at R&amp;rsquo;s in Hammersmith, and the journey to City is much longer than it was in my head. In retrospect, Heathrow would have been much simpler; just a quick trip down the &lt;a href=&#34;http://en.wikipedia.org/wiki/Piccadilly_Line&#34;&gt;Piccadilly line&lt;/a&gt;. The &lt;a href=&#34;http://www.tfl.gov.uk/modalpages/2632.aspx&#34;&gt;DLR&lt;/a&gt; (something Richard &lt;a href=&#34;http://gendal.blogspot.com/2006/08/end-of-dlr.html&#34;&gt;has written about&lt;/a&gt; &lt;a href=&#34;http://gendal.blogspot.com/2006/10/why-has-dlr-started-to-suck.html&#34;&gt;before&lt;/a&gt;) didn&amp;rsquo;t help. Only a few years after opening a potentially useful extension to London City, they are already deciding to play the UK rail game and shut it at the weekends for engineering work; a bus was needed. Pathetic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ratatouille</title>
      <link>/blog/2008/01/16/ratatouille/</link>
      <pubDate>Wed, 16 Jan 2008 16:18:58 +0000</pubDate>
      <guid>/blog/2008/01/16/ratatouille/</guid>
      <description>&lt;p&gt;With &lt;a href=&#34;http://en.wikipedia.org/wiki/Ratatouille_(film)&#34;&gt;Ratatouille&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Brad_Bird&#34;&gt;Brad Bird&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Pixar&#34;&gt;Pixar&lt;/a&gt; have finally transcended animation. Bird recently said that they wanted animation to be seen as an art form rather than a genre, and one can see why.&lt;/p&gt;&#xA;&lt;p&gt;Ratatouille has a subtle plot, well-designed characters, humour, tears, and much of the other excellent content one has come to expect from Pixar. At times it drags a little, but in showing how animation can serve to tell a story (rather than simply entertain), as well as any live-action film, they deserve total credit.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Toronto Trip</title>
      <link>/blog/2008/01/15/toronto-trip/</link>
      <pubDate>Tue, 15 Jan 2008 01:18:20 +0000</pubDate>
      <guid>/blog/2008/01/15/toronto-trip/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m in Toronto this week, working with some of my colleagues from the &lt;a href=&#34;http://www-03.ibm.com/software/ca/en/torontolab/&#34;&gt;Toronto development lab&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Some observations on the trip so far:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;If travelling via the US, &lt;a href=&#34;http://en.wikipedia.org/wiki/John_F._Kennedy_International_Airport&#34;&gt;JFK&lt;/a&gt; is preferable as an interchange to &lt;a href=&#34;http://en.wikipedia.org/wiki/O%27Hare_International_Airport&#34;&gt;O&amp;rsquo;Hare&lt;/a&gt; - the terminal is modern and pleasant, and changing is easier. But:&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Go direct to Canada if you can - you cut down on immigration paperwork.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;My car (a &lt;a href=&#34;http://en.wikipedia.org/wiki/Pontiac_G6&#34;&gt;Pontiac G6&lt;/a&gt;) is pretty cool, and like all North American cars I&amp;rsquo;ve driven, very usable and drivable. Driving here in Canada doesn&amp;rsquo;t seem to be much different from the US.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Win a Happiness Workshop</title>
      <link>/blog/2008/01/14/win-a-happiness-workshop/</link>
      <pubDate>Mon, 14 Jan 2008 13:47:19 +0000</pubDate>
      <guid>/blog/2008/01/14/win-a-happiness-workshop/</guid>
      <description>&lt;p&gt;I met Alexander Kjerulf, the self-titled &lt;a href=&#34;http://positivesharing.com/&#34;&gt;Chief Happiness Officer&lt;/a&gt; (possibly one of the most cheerful and effusive people you&amp;rsquo;d ever meet) at &lt;a href=&#34;http://www.gelconference.com/c/eurogel06.php&#34;&gt;euroGel 2006&lt;/a&gt;, where he was running a workshop. Now he&amp;rsquo;s coming to the UK to work with &lt;a href=&#34;http://wwww.hp.co.uk/&#34;&gt;HP&lt;/a&gt;, providing consultancy on happiness in the workplace. There&amp;rsquo;s a competition running to win free consultancy for companies of 100 employees or less. If you work somewhere of that size, and you think your workplace could do with a few smiles, I&amp;rsquo;d strongly suggest taking a look at &lt;a href=&#34;http://positivesharing.com/2008/01/hp-and-i-team-up-to-make-the-uk-happy-at-work/&#34;&gt;his blog entry on the subject&lt;/a&gt;. He&amp;rsquo;s a great chap and you&amp;rsquo;d potentially be getting some great consultancy for free.&lt;/p&gt;</description>
    </item>
    <item>
      <title>More Flexible Firefly Smart Playlists with Perl, sqlite3 and m3u</title>
      <link>/blog/2008/01/05/more-flexible-firefly-smart-playlists-with-perl-sqlite3-and-m3u/</link>
      <pubDate>Sat, 05 Jan 2008 15:30:35 +0000</pubDate>
      <guid>/blog/2008/01/05/more-flexible-firefly-smart-playlists-with-perl-sqlite3-and-m3u/</guid>
      <description>&lt;p&gt;I use &lt;a href=&#34;http://www.fireflymediaserver.org/&#34;&gt;Firefly&lt;/a&gt; (previously called mt-daapd) as a media server for my &lt;a href=&#34;http://www.rokulabs.com/products_soundbridge.php&#34;&gt;Roku Soundbridge&lt;/a&gt;. It has a feature called &amp;lsquo;Smart Playlists&amp;rsquo; that dynamically create playlists based on certain criteria, but they aren&amp;rsquo;t that powerful - they don&amp;rsquo;t support sorting or other more advanced query features.&lt;/p&gt;&#xA;&lt;p&gt;Fortunately, underlying Firefly is a &lt;a href=&#34;http://www.sqlite.org/&#34;&gt;sqlite&lt;/a&gt; database, which can be queried using standard SQL syntax. This enables a technique of creating static playlists that are automatically re-generated periodically instead.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Online Address Frustration</title>
      <link>/blog/2007/12/27/online-address-frustration/</link>
      <pubDate>Thu, 27 Dec 2007 14:05:45 +0000</pubDate>
      <guid>/blog/2007/12/27/online-address-frustration/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m surprised at the poor state of online contact management, given how mature the online e-mail market is. I&amp;rsquo;ve just spent a frustrating and mostly wasted morning with &lt;a href=&#34;http://www.plaxo.com/&#34;&gt;Plaxo&lt;/a&gt;, trying to see if it could fulfil my relatively simple needs (online contact management, syncing with something desktop-based, ideally &lt;a href=&#34;http://www.mozilla-europe.org/en/products/thunderbird/&#34;&gt;Thunderbird&lt;/a&gt;, and syncing with my mobile phone as a nice to have). After struggling with the over-engineered Plaxo interface, a wobbly Thunderbird sync extension that loses critical bits of data, and a de-duper that misses obvious duplicates, I gave up. The latter service requires signing up to a free trial, which I&amp;rsquo;ve now cancelled.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Rescuers</title>
      <link>/blog/2007/12/25/the-rescuers/</link>
      <pubDate>Tue, 25 Dec 2007 13:20:38 +0000</pubDate>
      <guid>/blog/2007/12/25/the-rescuers/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/The_Rescuers&#34;&gt;The Rescuers&lt;/a&gt; is perfect for Christmas - it&amp;rsquo;s a lovely family movie without the irritating Christmas tat. From its basic yet beautiful introduction with static paintings. through the robust characterisation, rough animation and moving song, it&amp;rsquo;s a classic from start to finish, especially compared to some of the &lt;a href=&#34;http://en.wikipedia.org/wiki/Lilo_%26_Stitch&#34;&gt;more recent Disney fare&lt;/a&gt;. It&amp;rsquo;s well plotted, with no parts that drag or bore. The voice talent, particularly Oscar-winning &lt;a href=&#34;http://en.wikipedia.org/wiki/Geraldine_Page&#34;&gt;Geraldine Page&lt;/a&gt; as &lt;a href=&#34;http://en.wikipedia.org/wiki/Madame_Medusa&#34;&gt;Madame Medusa&lt;/a&gt; is hilarious and well-timed. The well-named Evinrude (&lt;a href=&#34;http://en.wikipedia.org/wiki/Evinrude_Outboard_Motors&#34;&gt;a real brand of motorboat engine&lt;/a&gt;) is very funny. It has the typical Disney blend of humour, drama, and sentiment that makes them such a good watch. &lt;a href=&#34;http://en.wikipedia.org/wiki/Walt_Disney&#34;&gt;Walt Disney&lt;/a&gt; would be proud.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Subscribers on Google Reader</title>
      <link>/blog/2007/12/25/subscribers-on-google-reader/</link>
      <pubDate>Tue, 25 Dec 2007 13:12:35 +0000</pubDate>
      <guid>/blog/2007/12/25/subscribers-on-google-reader/</guid>
      <description>&lt;p&gt;Tip for anyone who blogs and uses &lt;a href=&#34;http://www.google.com/reader/&#34;&gt;Google Reader&lt;/a&gt;:  the &lt;a href=&#34;http://googlereader.blogspot.com/2007/11/attack-of-interns-recommendations-and.html&#34;&gt;new &amp;lsquo;Discover&amp;rsquo; feature&lt;/a&gt; of Google Reader enables you to see how many people are subscribed to your blog. Select &amp;lsquo;Browse&amp;rsquo; and search for your blog using keywords. When you&amp;rsquo;ve found it, it&amp;rsquo;ll show how many subscribers there are. Take the number with a pinch of salt: it is, of course, only one of many blog readers, albeit a popular one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Les Livres</title>
      <link>/blog/2007/12/18/les-livres/</link>
      <pubDate>Tue, 18 Dec 2007 10:07:01 +0000</pubDate>
      <guid>/blog/2007/12/18/les-livres/</guid>
      <description>&lt;p&gt;Every time I get sad about the &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/11/14/illiberal-hampshire-police/&#34;&gt;illiberal attitudes&lt;/a&gt; of the public sector in the UK, at least I can &lt;a href=&#34;http://www.nytimes.com/idg/IDG_002570DE00740E18002573AF005B04A4.html?ex=1355202000&amp;amp;en=65a283e4514b2abd&amp;amp;ei=5090&amp;amp;partner=rssuserland&amp;amp;emc=rss&#34;&gt;reassure myself that I don&amp;rsquo;t live in France&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>One-Time Pad Irritation</title>
      <link>/blog/2007/12/02/one-time-pad-irritation/</link>
      <pubDate>Sun, 02 Dec 2007 11:57:11 +0000</pubDate>
      <guid>/blog/2007/12/02/one-time-pad-irritation/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.natwest.com/&#34;&gt;NatWest&lt;/a&gt; have recently introduced a one-time pad device on their on-line banking system, which I&amp;rsquo;ve just got my hands on. As someone who travels a lot, it&amp;rsquo;s going to be an inconvenience to carry around, so I phoned up NatWest to see if I could have it disabled. The chap I spoke to implied it was being introduced by all UK banks in one form or another and wasn&amp;rsquo;t going to be optional. Does anyone know if this is true? I wonder if they have really thought through the implications for their customers. Online banking is often of the most use when you are away from home, and carrying a physical device seems like a very stone-age method of providing security. Why can&amp;rsquo;t I choose not to have it?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why is it hard to... (part #734)</title>
      <link>/blog/2007/11/27/why-is-it-hard-to-part-734/</link>
      <pubDate>Tue, 27 Nov 2007 21:07:50 +0000</pubDate>
      <guid>/blog/2007/11/27/why-is-it-hard-to-part-734/</guid>
      <description>&lt;p&gt;&amp;hellip; find good food in &lt;a href=&#34;http://en.wikipedia.org/wiki/Madrid&#34;&gt;Madrid&lt;/a&gt;? I&amp;rsquo;m obviously doing something wrong.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been in Madrid for just over a week now. My first mistake was to assume that restaurants would be open when I wanted them. Unfortunately, it appears that the local convention dictates that you don&amp;rsquo;t eat till about 9pm, so most don&amp;rsquo;t even open till 8.30pm. It took me a few days to give in and toe the line. The places I was forced into when I ignored this convention were not pretty (a cheap and nasty buffet being one of them). Although I&amp;rsquo;m now resigned to it, the habit of eating so late really disrupts my sleep (please, no comments about siestas. It&amp;rsquo;s close to freezing here some nights, and most people work 8am-6pm - with lunch at 3pm).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sunday</title>
      <link>/blog/2007/11/18/sunday/</link>
      <pubDate>Sun, 18 Nov 2007 13:16:01 +0000</pubDate>
      <guid>/blog/2007/11/18/sunday/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://amazon.co.uk/&#34;&gt;Amazon&lt;/a&gt; have obviously got just as sick of Royal Mail as I have. They now seem to be using the &lt;a href=&#34;https://www.hdnl.co.uk/&#34;&gt;Home Delivery Network&lt;/a&gt; instead for large parcels. I&amp;rsquo;ve just had some network kit delivered - on a Sunday! What&amp;rsquo;s even more impressive, I picked the &lt;a href=&#34;http://www.amazon.co.uk/gp/help/customer/display.html?ie=UTF8&amp;amp;nodeId=1204872&#34;&gt;cheapest delivery option available&lt;/a&gt;.  There&amp;rsquo;s also online tracking available.&lt;/p&gt;&#xA;&lt;p&gt;Roll on postal competition.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lake District &#39;07</title>
      <link>/blog/2007/11/15/lake-district-07/</link>
      <pubDate>Thu, 15 Nov 2007 21:37:49 +0000</pubDate>
      <guid>/blog/2007/11/15/lake-district-07/</guid>
      <description>&lt;p&gt;Well, it took me a while, so both of my travelling companions already got &lt;a href=&#34;http://flickr.com/photos/ellagale/sets/72157602663125965/&#34;&gt;their&lt;/a&gt; &lt;a href=&#34;http://flickr.com/photos/mlle_jordan/sets/72157603581674956/&#34;&gt;photos&lt;/a&gt; up. But I finally got round to posting up &lt;a href=&#34;http://flickr.com/photos/andrewferrier/sets/72157603195781214/&#34;&gt;a few select snaps&lt;/a&gt; from our Lake District trip a month or so back. As I expected, most of my interesting shots were of the tragically recursive variety: photographs of photographers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting WPA Working with a Thinkpad T42 and Knoppix 5.1.1</title>
      <link>/blog/2007/11/10/getting-wpa-working-with-a-thinkpad-t42-and-knoppix-511/</link>
      <pubDate>Sat, 10 Nov 2007 08:52:20 +0000</pubDate>
      <guid>/blog/2007/11/10/getting-wpa-working-with-a-thinkpad-t42-and-knoppix-511/</guid>
      <description>&lt;p&gt;Thinkpad problems mean that I&amp;rsquo;m currently borrowing a T42 from work. It took me a while to get WPA working with Knoppix 5.1.1. Here are the magic incantations required:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wpa_passphrase YOURSSID YourWPAPassPhrase &amp;gt; /etc/wpa_supplicant/wpa_supplicant.conf&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wpa_supplicant -ieth1 -c /etc/wpa_supplicant/wpa_supplicant.conf &lt;span class=&#34;p&#34;&gt;&amp;amp;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ifup eth1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pump -i eth1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Replace &lt;code&gt;eth1&lt;/code&gt; in the list above with whatever network interface name Knoppix has assigned to your wireless card (reading through the output of &lt;code&gt;dmesg&lt;/code&gt; should help you with this). Don&amp;rsquo;t forget to double-check that your router has the MAC address of the card (use &lt;code&gt;ifconfig&lt;/code&gt; to find this) if you&amp;rsquo;re using MAC address filtering.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Zürich</title>
      <link>/blog/2007/10/28/zurich/</link>
      <pubDate>Sun, 28 Oct 2007 13:01:17 +0000</pubDate>
      <guid>/blog/2007/10/28/zurich/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m home for the weekend after spending last week with an IBM customer in &lt;a href=&#34;http://en.wikipedia.org/wiki/Z%C3%BCrich&#34;&gt;Zürich&lt;/a&gt; - I return on Monday. It&amp;rsquo;s my first time to the city, and my impressions are certainly mixed. Swiss efficiency is present throughout (with the exception of the so-far variable &lt;a href=&#34;http://www.swiss.com/&#34;&gt;Swiss airline&lt;/a&gt;), with trains exhibiting to-the-second precision and an airport devoid of queues (&lt;a href=&#34;http://en.wikipedia.org/wiki/Heathrow&#34;&gt;Heathrow&lt;/a&gt;, you have a lot to learn). But &lt;a href=&#34;http://www.ichotelsgroup.com/h/d/cp/1/en/hotel/zrhha&#34;&gt;my supposed 4-star hotel&lt;/a&gt; is a little lacklustre, and the city itself rather concreted and dull. Nevertheless, I had the best &lt;a href=&#34;http://en.wikipedia.org/wiki/Falafel&#34;&gt;falafels&lt;/a&gt; I&amp;rsquo;ve ever eaten the other night, and next weekend I stay in Zürich, so maybe I&amp;rsquo;ll find something to change my opinion.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Use a Thinkpad Instead of a Hammer</title>
      <link>/blog/2007/10/09/use-a-thinkpad-instead-of-a-hammer/</link>
      <pubDate>Tue, 09 Oct 2007 16:26:40 +0000</pubDate>
      <guid>/blog/2007/10/09/use-a-thinkpad-instead-of-a-hammer/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://lenovoblogs.com/designmatters/?p=185&#34;&gt;David Hill wrote recently&lt;/a&gt; on &lt;a href=&#34;http://lenovoblogs.com/designmatters&#34;&gt;a Lenovo Blog&lt;/a&gt; about the design qualities that make &lt;a href=&#34;http://en.wikipedia.org/wiki/ThinkPad&#34;&gt;Thinkpads&lt;/a&gt; great. Whilst some of these are shared by other laptop manufacturers, I have to say I largely agree - even if mine is supplied &amp;lsquo;free&amp;rsquo; for use on company business. After dropping it &lt;a href=&#34;http://www.andrewferrier.com/blog/2007/01/26/drop-your-laptop-or-how-to-live-and-happy-and-fulfilling-life-by-keeping-your-data-on-the-network/&#34;&gt;again&lt;/a&gt; the other day (yes, I&amp;rsquo;m clumsy, sorry boss), it took a huge chunk out of my wooden floor. But after the battery had been popped back in, it spun back up and back to life. Truly amazing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>R.I.P. Colin McRae</title>
      <link>/blog/2007/09/16/rip-colin-mcrae/</link>
      <pubDate>Sun, 16 Sep 2007 16:01:45 +0000</pubDate>
      <guid>/blog/2007/09/16/rip-colin-mcrae/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://news.bbc.co.uk/1/hi/scotland/glasgow_and_west/6997270.stm&#34;&gt;R.I.P. Colin McRae&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spam Comments</title>
      <link>/blog/2007/09/05/spam-comments/</link>
      <pubDate>Wed, 05 Sep 2007 14:29:59 +0000</pubDate>
      <guid>/blog/2007/09/05/spam-comments/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been getting a lot of spam comments on my blog recently, which even &lt;a href=&#34;http://akismet.com/&#34;&gt;Akismet&lt;/a&gt; isn&amp;rsquo;t catching.&lt;/p&gt;&#xA;&lt;p&gt;So I was amused to get &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/08/screenselect-merges-with-lovefilm/#comment-39435&#34;&gt;this comment&lt;/a&gt; today:&lt;/p&gt;&#xA;&lt;blockquote&gt;hello , my name is Richard and I know  you get a lot of spammy comments ,&#xA;I can help you with this problem . I know a lot of spammers and I will ask them not to post on your site. It will reduce the volume of spam by 30-50% .In return Id like to ask you to put a link to my site on the index page of your site....&lt;/blockquote&gt;&#xA;&lt;p&gt;I think you can see where it&amp;rsquo;s going. One can&amp;rsquo;t help but feel that just maybe he knows a lot of spammers and knows I get a lot of spammy comments because he is a [&lt;strong&gt;fill in the obvious blank&lt;/strong&gt;]. How frustrating.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Spell</title>
      <link>/blog/2007/07/23/how-to-spell/</link>
      <pubDate>Mon, 23 Jul 2007 12:19:04 +0000</pubDate>
      <guid>/blog/2007/07/23/how-to-spell/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been interested in languages for a few years (despite only being able to speak one with any fluency) and consider myself a bit of an amateur linguist. It&amp;rsquo;s long been a standing question as to how to determine &amp;lsquo;correct&amp;rsquo; English. Linguists divide grammar into two competing factions: &lt;a href=&#34;http://en.wikipedia.org/wiki/Descriptive_linguistics&#34;&gt;descriptive&lt;/a&gt; (30% people speak &lt;em&gt;like this&lt;/em&gt;, 70% people speak &lt;em&gt;like that&lt;/em&gt;) and &lt;a href=&#34;http://en.wikipedia.org/wiki/Prescriptive&#34;&gt;prescriptive&lt;/a&gt; (thou shalt speak &lt;em&gt;in this way&lt;/em&gt;, as others have since time immemorial). It&amp;rsquo;s not hard to see that this concept could be - and probably has been - extended to spelling.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flickr Disrupts the Rich?</title>
      <link>/blog/2007/07/02/flickr-disrupts-the-rich/</link>
      <pubDate>Mon, 02 Jul 2007 14:59:19 +0000</pubDate>
      <guid>/blog/2007/07/02/flickr-disrupts-the-rich/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been interested in photography since I was small, progressing through a simple fixed-focal-length compact camera to a basic 35mm SLR, playing with many cameras, including SLRs and compacts, and now back just to &lt;a href=&#34;http://www.sony.co.uk/view/ShowProduct.action?product=DSC-W55&#34;&gt;a digital compact camera I quite like&lt;/a&gt;. I&amp;rsquo;ve found digital sufficiently liberating that it has re-invigorated my interest in photography: primarily because it makes everything easier and cheaper. (Maybe one day I&amp;rsquo;ll invest in a 35mm digital SLR but &lt;a href=&#34;http://www.andrewferrier.com/blog/2007/01/10/the-time-is-ripe-for-innovation-in-lenses/&#34;&gt;I still want something smaller&lt;/a&gt;). Even &lt;a href=&#34;http://europe.nokia.com/A4344227&#34;&gt;my new phone&lt;/a&gt; has a camera that&amp;rsquo;s worth a second look.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gallery to Flickr</title>
      <link>/blog/2007/06/20/gallery-to-flickr/</link>
      <pubDate>Wed, 20 Jun 2007 19:10:41 +0000</pubDate>
      <guid>/blog/2007/06/20/gallery-to-flickr/</guid>
      <description>&lt;p&gt;Just spent a little while consolidating all my photos: moving the remainder from my &lt;a href=&#34;http://gallery.menalto.com/&#34;&gt;Gallery&lt;/a&gt; installation on &lt;a href=&#34;http://www.andrewferrier.com/&#34;&gt;andrewferrier.com&lt;/a&gt; to their new and preferred home &lt;a href=&#34;http://www.flickr.com/photos/andrewferrier/&#34;&gt;on Flickr&lt;/a&gt;. My Flickr account is now vastly more populated with photos (and more variable in quality). &lt;a href=&#34;http://www.wildgardenseed.com/Taj/Export_Gallery2_to_Flickr.shtml&#34;&gt;This script&lt;/a&gt; basically did all the work. It doesn&amp;rsquo;t support nested albums, so I had to move all sub-albums to the top level, as well as removing the few &amp;lsquo;symlinks&amp;rsquo; I had on photos (later versions of Gallery support this). But apart from that, it was plain (if a little slow) sailing. A recommended approach.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bit Literacy</title>
      <link>/blog/2007/06/20/bit-literacy/</link>
      <pubDate>Wed, 20 Jun 2007 08:33:04 +0000</pubDate>
      <guid>/blog/2007/06/20/bit-literacy/</guid>
      <description>&lt;p&gt;Just finished reading &lt;a href=&#34;http://creativegood.com/team/mark.html&#34;&gt;Mark Hurst&lt;/a&gt;&amp;rsquo;s new book, &lt;a href=&#34;http://bitliteracy.com/&#34;&gt;Bit Literacy&lt;/a&gt;. Mark is a chap of many interests and the creative driver behind the excellent (and varied) &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/02/eurogel-2006-conference/&#34;&gt;euroGel conference I attended in Copenhagen last year&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The premise for the book is that the computer-using public are getting swamped by e-mails, web content, blogs, photos, files, and so on - something that most folk would probably agree with. Mark ranges over all of these topics, and gives recommendations for how to handle each. Some of the material borrows from elsewhere - for example, the chapter on email appears to be heavily influenced by David Allen&amp;rsquo;s now-infamous &lt;a href=&#34;http://www.davidco.com/what_is_gtd.php&#34;&gt;Getting Things Done&lt;/a&gt; method - but this is no bad thing: it&amp;rsquo;s obvious that Mark is trying to bring together a style guide for the technical world. &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Elements_of_Style&#34;&gt;The Elements of Style&lt;/a&gt; is mentioned at least once as a model from the world of the written word. Most of his recommendations are straightforward and backed up with a solid amount of reasoning.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rome - Tick!</title>
      <link>/blog/2007/06/19/rome-tick/</link>
      <pubDate>Tue, 19 Jun 2007 14:28:13 +0000</pubDate>
      <guid>/blog/2007/06/19/rome-tick/</guid>
      <description>&lt;p&gt;Got back from Rome - I had a great time with Laura, Minder, and Nick. &lt;a href=&#34;http://www.flickr.com/photos/andrewferrier/sets/72157600399911892/&#34;&gt;Some photos&lt;/a&gt; and some impressions:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t go there if you don&amp;rsquo;t like Italian food. Do if you do, it&amp;rsquo;s delicious.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t go there if you like breakfast. Do if you don&amp;rsquo;t mind a half-arsed croissant.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t go there if you like modern architecture. Do if you like crumbly stuff a few thousand years old.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t go there if you like your shops to be open and accessible (grumble, continental Europe, grumble). Do if you don&amp;rsquo;t care.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Oslo Today</title>
      <link>/blog/2007/06/08/oslo-today/</link>
      <pubDate>Fri, 08 Jun 2007 19:22:09 +0000</pubDate>
      <guid>/blog/2007/06/08/oslo-today/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/andrewferrier/sets/72157600326692466/&#34;&gt;Some photos from Oslo today&lt;/a&gt;. I&amp;rsquo;m not sure what is about this city, but I&amp;rsquo;m really not gelling with it. Apart from the ludicrous expense attached to everything, it seems to lack much definition, centre, or character. The food, often a highlight of travel for me, is sorely lacking (with the exception of the bread - dark and flavourful). Having seen some of the Norwegian countryside whilst staying in &lt;a href=&#34;http://en.wikipedia.org/wiki/Drammen&#34;&gt;Drammen&lt;/a&gt; this week, I suspect I&amp;rsquo;d much prefer rural Norway to the city. Maybe another time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Norway Over - Almost</title>
      <link>/blog/2007/06/07/norway-over-almost/</link>
      <pubDate>Thu, 07 Jun 2007 14:27:10 +0000</pubDate>
      <guid>/blog/2007/06/07/norway-over-almost/</guid>
      <description>&lt;p&gt;So we&amp;rsquo;ve just finished our last day with the customer here in Norway, and presented on the work we&amp;rsquo;ve been doing for them. All in all, it&amp;rsquo;s been a pretty enjoyable (if stressful) week, and I&amp;rsquo;m looking forward to doing more direct customer work in the near future.&lt;/p&gt;&#xA;&lt;p&gt;Due to a mix-up with dates, my flight doesn&amp;rsquo;t leave until  Saturday evening, so I&amp;rsquo;ve got Friday and Saturday in Oslo to find out a bit more about the city, have a good time and take some pictures. I&amp;rsquo;ve just checked into the third hotel so far this week, so time to relax for a bit before heading out to find food!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Open Dopplr</title>
      <link>/blog/2007/06/05/open-dopplr/</link>
      <pubDate>Tue, 05 Jun 2007 09:38:16 +0000</pubDate>
      <guid>/blog/2007/06/05/open-dopplr/</guid>
      <description>&lt;p&gt;I &lt;a href=&#34;http://www.andrewferrier.com/blog/2007/05/04/dopplr/&#34;&gt;wrote the other week about Dopplr&lt;/a&gt; and am finding it quite cool (despite some competition for attention from &lt;a href=&#34;http://www.facebook.com/&#34;&gt;Facebook&lt;/a&gt;, &lt;a href=&#34;http://beta.plazes.com/&#34;&gt;Plazes&lt;/a&gt;, and others). They&amp;rsquo;re now allowing unlimited invites, so if you know me and would like one, let me know.&lt;/p&gt;</description>
    </item>
    <item>
      <title>On the Way to Oslo</title>
      <link>/blog/2007/06/03/on-the-way-to-oslo/</link>
      <pubDate>Sun, 03 Jun 2007 21:37:49 +0000</pubDate>
      <guid>/blog/2007/06/03/on-the-way-to-oslo/</guid>
      <description>&lt;p&gt;Sometimes travel produces the strangest combinations of experience. I was upgraded to Club Europe by &lt;a href=&#34;http://www.britishairways.com/&#34;&gt;BA&lt;/a&gt; on my flight to Oslo (probably something to do with the &lt;a href=&#34;http://www.aa.com/&#34;&gt;AA&lt;/a&gt; Gold Card that I was mysteriously sent after returning from San Jose earlier in the year). So as I write this inflight, I&amp;rsquo;ve just finished an impressively delicious chicken curry, polished off a bottle of red wine (no, not THAT size), and a decent bit of Stilton (which, I might add, goes particularly well with left-over curry sauce - yes, really). I&amp;rsquo;m listening to &lt;a href=&#34;http://www.kelliepickler.com/&#34;&gt;Kellie Pickler&lt;/a&gt; on my &lt;a href=&#34;http://europe.nokia.com/A4144238&#34;&gt;phone-cum-MP3-player&lt;/a&gt; with an operating system that barely manages to go a day without rebooting (but it&amp;rsquo;s OK, I&amp;rsquo;m gonna upgrade to an &lt;a href=&#34;http://europe.nokia.com/A4142101&#34;&gt;E61&lt;/a&gt; soon, which &lt;a href=&#34;http://www.creativeflurries.com/&#34;&gt;Dave&lt;/a&gt; assures me is the bee&amp;rsquo;s knees). Kellie Pickler, incidentally, is pretty much the equivalent of &lt;a href=&#34;http://en.wikipedia.org/wiki/Gareth_Gates&#34;&gt;Gareth Gates&lt;/a&gt; - as an American Idol almost-made-it - but the novelty of country music means that the unadventurous style is lost on me, and it evokes pleasant feelings of my trip to California anyway (yes, even California has country music).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Starbucks in Winchester</title>
      <link>/blog/2007/06/03/starbucks-in-winchester/</link>
      <pubDate>Sun, 03 Jun 2007 12:19:15 +0000</pubDate>
      <guid>/blog/2007/06/03/starbucks-in-winchester/</guid>
      <description>&lt;p&gt;It appears that &lt;a href=&#34;http://starbucks.co.uk/&#34;&gt;Starbucks&lt;/a&gt; is finally coming to &lt;a href=&#34;http://en.wikipedia.org/wiki/Winchester&#34;&gt;Winchester&lt;/a&gt;. No doubt many will lament over this further Americanisation and homogenisation of our high street, but I&amp;rsquo;m kinda curious.&lt;/p&gt;&#xA;&lt;p&gt;For a long time, Winchester&amp;rsquo;s most obvious and best option for coffee (in my humble opinion) has been the equally sterile and characterless &lt;a href=&#34;http://www.caffenero.com/&#34;&gt;Caffè Nero&lt;/a&gt; chain. There are a few other chains and independents around, but they&amp;rsquo;re all weaker for one reason or another (low ceilings, no air-conditioning, dirty tables, etc.). Starbucks will become its most obvious competitor, located only a few doors down, and will hopefully shake things up. It&amp;rsquo;s interesting how Caffè Nero&amp;rsquo;s dominant position has allowed it to get away with some things - the lines are always far too long, and the staff slow and inefficient. I see this as a practical example to observe how change in markets works, that wouldn&amp;rsquo;t be possible in a larger city with less incumbency and more turnover of residents. It&amp;rsquo;s going to be curious to see what happens, and I&amp;rsquo;ll be one of the first in Starbucks&amp;rsquo; door.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Myths of Innovation</title>
      <link>/blog/2007/06/03/the-myths-of-innovation/</link>
      <pubDate>Sun, 03 Jun 2007 08:58:58 +0000</pubDate>
      <guid>/blog/2007/06/03/the-myths-of-innovation/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just finished reading &lt;a href=&#34;http://www.scottberkun.com/&#34;&gt;Scott Berkun&lt;/a&gt;&amp;rsquo;s new book &lt;a href=&#34;http://www.amazon.com/Myths-Innovation-Scott-Berkun/dp/0596527055&#34;&gt;The Myths of Innovation&lt;/a&gt;. Like his previous effort, &lt;a href=&#34;http://www.scottberkun.com/the-book-the-art-of-project-management/&#34;&gt;The Art of Project Management&lt;/a&gt;, its main redeeming feature is its &lt;a href=&#34;http://www.scottberkun.com/essays/53-how-to-detect-bullshit/&#34;&gt;no-bullshit tone&lt;/a&gt;. Reading The Art of Project Management, it was easy to see the influence of Berkun&amp;rsquo;s experience working on &lt;a href=&#34;http://www.microsoft.com/windows/products/winfamily/ie/default.mspx&#34;&gt;Internet Explorer&lt;/a&gt; at &lt;a href=&#34;http://www.microsoft.com/&#34;&gt;Microsoft&lt;/a&gt;, but it nevertheless stretched into topics other than mere software or technology, giving a less dry alternative to traditional project management textbooks. The Myths of Innovation is similar, and Berkun&amp;rsquo;s objective seems to be to cut through the Harvard-inspired hype and discuss some of the untruths around innovation - my favourite subjects include &amp;lsquo;The best ideas win&amp;rsquo; and &amp;lsquo;Your boss knows more about innovation than you&amp;rsquo;. He never denies innovation - indeed, he is clearly a major student of it. But if, like me, you&amp;rsquo;re tired of hearing innovation as a buzzword and want a book you can nod your head to and say &amp;lsquo;couldn&amp;rsquo;t agree more&amp;rsquo;, this is probably the one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little Miss Sunshine</title>
      <link>/blog/2007/05/29/little-miss-sunshine/</link>
      <pubDate>Tue, 29 May 2007 13:20:33 +0000</pubDate>
      <guid>/blog/2007/05/29/little-miss-sunshine/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Little_Miss_Sunshine&#34;&gt;Little Miss Sunshine&lt;/a&gt; is a film well-described by its title. Its playful and &lt;a href=&#34;http://en.wikipedia.org/wiki/Am%C3%A9lie&#34;&gt;Amelie&lt;/a&gt;-esque opening accurately reflects the film to come: well-structured, and full of crazy characters. &lt;a href=&#34;http://en.wikipedia.org/wiki/Steve_Carell&#34;&gt;Steve Carell&lt;/a&gt; (&lt;a href=&#34;http://en.wikipedia.org/wiki/The_Office_%28US_TV_series%29&#34;&gt;The Office - US&lt;/a&gt;), in particular, plays a difficult role, that of a depressed man who learns to enjoy life. The stand-out acting, however, has to be from &lt;a href=&#34;http://en.wikipedia.org/wiki/Abigail_Breslin&#34;&gt;Abigail Breslin&lt;/a&gt;, who plays Olive, the little girl around whom the film is centred. It has always seemed unfair to me that child actors automatically get a lower billing, and this is a good example of that disparity. It is amazing to think that someone so young could get such a strong grip on acting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>From Palm, to Google Calendar</title>
      <link>/blog/2007/05/10/from-palm-to-google-calendar/</link>
      <pubDate>Thu, 10 May 2007 18:58:04 +0000</pubDate>
      <guid>/blog/2007/05/10/from-palm-to-google-calendar/</guid>
      <description>&lt;p&gt;As part of &lt;a href=&#34;http://www.andrewferrier.com/blog/2007/01/26/drop-your-laptop-or-how-to-live-and-happy-and-fulfilling-life-by-keeping-your-data-on-the-network/&#34;&gt;my cunning plan to move my data online&lt;/a&gt;, I decided to move away from using my Palm for managing my diary - and towards &lt;a href=&#34;http://www.google.com/calendar/&#34;&gt;Google Calendar&lt;/a&gt; instead. I&amp;rsquo;ve already stopped using the Palm to-do list; all I really need to do now is find a decent online addressbook; &lt;a href=&#34;http://www.plaxo.com/&#34;&gt;Plaxo&lt;/a&gt; being one possibility that &lt;a href=&#34;http://www.ctomkins.co.uk/&#34;&gt;Chris&lt;/a&gt; suggested.&lt;/p&gt;&#xA;&lt;p&gt;It took me a while to figure out how to get my data out of the Palm. Palm don&amp;rsquo;t provide a decent export to anything other than Palm formats for the datebook, so a third-party exporter was called for. The web is seemingly full of dodgy Windows shareware to do the job, but &lt;a href=&#34;http://www.jpilot.org/&#34;&gt;jpilot&lt;/a&gt; (which I already, but rarely, use on my Linux machine) turned up trumps. It exports directly to the modern &lt;a href=&#34;http://en.wikipedia.org/wiki/ICalendar&#34;&gt;iCalendar&lt;/a&gt; standard, fully supported by Google Calendar. Hurrah! Since this solution doesn&amp;rsquo;t seem to be well-documented, I thought I&amp;rsquo;d write it down.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Departed</title>
      <link>/blog/2007/05/06/the-departed/</link>
      <pubDate>Sun, 06 May 2007 22:05:57 +0000</pubDate>
      <guid>/blog/2007/05/06/the-departed/</guid>
      <description>&lt;blockquote&gt;&#39;I don&#39;t want to be a product of my environment - I want my environment to be a product of me&#39; - Frank Costello.&lt;/blockquote&gt;&#xA;&lt;p&gt;This noble sentiment from the mouth of a gangster - reminiscent of &lt;a href=&#34;http://en.wikipedia.org/wiki/Capitalism_and_Freedom&#34;&gt;Milton Friedman&amp;rsquo;s reproof&lt;/a&gt; of &lt;a href=&#34;http://www.bartleby.com/124/pres56.html&#34;&gt;JFK&amp;rsquo;s famous speech&lt;/a&gt; - kicks off &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Departed&#34;&gt;The Departed&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Acting in it are a &amp;lsquo;who&amp;rsquo;s who&amp;rsquo; of junior and senior male American film stars, including &lt;a href=&#34;http://en.wikipedia.org/wiki/Leonardo_DiCaprio&#34;&gt;Leonardio DiCaprio&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Matt_Damon&#34;&gt;Matt Damon&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Mark_Wahlberg&#34;&gt;Mark Wahlberg&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Alec_Baldwin&#34;&gt;Alec Baldwin&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Jack_Nicholson&#34;&gt;Jack Nicholson&lt;/a&gt;, and &lt;a href=&#34;http://en.wikipedia.org/wiki/Martin_Sheen&#34;&gt;Martin Sheen&lt;/a&gt;. Sure, the first two look a bit alike (yes, they do!), but once you&amp;rsquo;ve overcome that, it&amp;rsquo;s pretty easy to follow. And boy, are they all good.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dopplr</title>
      <link>/blog/2007/05/04/dopplr/</link>
      <pubDate>Fri, 04 May 2007 13:49:54 +0000</pubDate>
      <guid>/blog/2007/05/04/dopplr/</guid>
      <description>&lt;p&gt;It appears that &lt;a href=&#34;http://gendal.blogspot.com/2007/05/twitter-dopplr-and-stuff.html&#34;&gt;all the cool kids&lt;/a&gt; are using &lt;a href=&#34;http://www.dopplr.com/&#34;&gt;Dopplr&lt;/a&gt; to run into each other more often. I&amp;rsquo;m kinda curious to know whether it&amp;rsquo;ll work (I ran some numbers on this a few years ago with some colleagues and we concluded it wouldn&amp;rsquo;t). So I&amp;rsquo;ve signed up. I&amp;rsquo;ve one beta invite left, so if you&amp;rsquo;d like it, let me know.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blogging ROI</title>
      <link>/blog/2007/04/04/blogging-roi/</link>
      <pubDate>Wed, 04 Apr 2007 15:46:05 +0000</pubDate>
      <guid>/blog/2007/04/04/blogging-roi/</guid>
      <description>&lt;p&gt;Of recent months, the frequency of posts on this blog has declined from a peak of about two a day to once every few weeks. This is primarily because I&amp;rsquo;ve realised that such a high posting frequency isn&amp;rsquo;t sustainable, and it isn&amp;rsquo;t giving me the &lt;a href=&#34;http://en.wikipedia.org/wiki/Return_on_Investment&#34;&gt;ROI&lt;/a&gt; I&amp;rsquo;d hoped for. Combined with some personal projects I&amp;rsquo;ve been working on in the past week or two, I simply don&amp;rsquo;t have the time to write all the articles I want to. I hope my writing is still interesting to my friends, family, and strangers - but it has become, and probably will remain, more sporadic than it once was. This blog isn&amp;rsquo;t going anywhere, and I&amp;rsquo;ll continue to post - it might just not be as often as it used to be. I hope you continue to enjoy it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ORD</title>
      <link>/blog/2007/03/18/ord/</link>
      <pubDate>Sun, 18 Mar 2007 18:12:45 +0000</pubDate>
      <guid>/blog/2007/03/18/ord/</guid>
      <description>&lt;p&gt;OK, so leaving some time between connecting flights is sensible. But six hours is just silly. Silly, silly, silly. Nevertheless, I&amp;rsquo;ve bought lounge entry here at &lt;a href=&#34;http://www.ohare.com/&#34;&gt;O&amp;rsquo;Hare&lt;/a&gt;, so am relaxing and enjoying what &lt;a href=&#34;http://www.aa.com/&#34;&gt;AA&lt;/a&gt; have to offer (even though they have the cheek to contract out wireless access to T-Mobile, who charge another ten bucks). Hopefully I won&amp;rsquo;t feel too knackered by the time I land at &lt;a href=&#34;http://www.heathrowairport.com/&#34;&gt;Heathrow&lt;/a&gt; tomorrow morning.&lt;/p&gt;&#xA;&lt;p&gt;On the plus side, I didn&amp;rsquo;t get any argument this morning over the two huge, heavy bags I checked in. Why don&amp;rsquo;t more hotels have weighing machines, huh?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hampshire Craigslist</title>
      <link>/blog/2007/03/18/hampshire-craigslist/</link>
      <pubDate>Sun, 18 Mar 2007 00:28:12 +0000</pubDate>
      <guid>/blog/2007/03/18/hampshire-craigslist/</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t know exactly how recent it is, but Craigslist now has a &lt;a href=&#34;http://hampshire.craigslist.org/&#34;&gt;Hampshire section&lt;/a&gt;. I&amp;rsquo;ve found the &lt;a href=&#34;http://sfbay.craigslist.org/&#34;&gt;Bay Area incarnation&lt;/a&gt; to be fantastic whilst I&amp;rsquo;ve been out here in California, and I&amp;rsquo;m glad that their brand of free listings has finally reached the area where I live. The word needs spreading, so pass it on!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Observations on Automatic Gearboxes</title>
      <link>/blog/2007/03/17/observations-on-automatic-gearboxes/</link>
      <pubDate>Sat, 17 Mar 2007 00:13:27 +0000</pubDate>
      <guid>/blog/2007/03/17/observations-on-automatic-gearboxes/</guid>
      <description>&lt;p&gt;Well, I&amp;rsquo;m now staying down near &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Jose,_California&#34;&gt;San Jose&lt;/a&gt; again. I&amp;rsquo;ve rented a car again (this time out of my own pocket) and despite going for the cheapest option, &lt;a href=&#34;http://www.hertz.com/&#34;&gt;Hertz&lt;/a&gt; have given me a &lt;a href=&#34;http://www.mazda.com/&#34;&gt;Mazda&lt;/a&gt; (prounced in American English with a long &lt;strong&gt;a&lt;/strong&gt;, according to the TV) with a &lt;a href=&#34;http://en.wikipedia.org/wiki/Semi-automatic_transmission&#34;&gt;semi-automatic option&lt;/a&gt; on the shifter (I think technically it&amp;rsquo;s actually &lt;a href=&#34;http://en.wikipedia.org/wiki/Tiptronic&#34;&gt;Tiptronic&lt;/a&gt;, which is subtly different).&lt;/p&gt;&#xA;&lt;p&gt;The first car - a &lt;a href=&#34;http://www.toyota.com/&#34;&gt;Toyota&lt;/a&gt; which I gave back a week ago - had just standard automatic transmission, and was straightforward once I got the hang of it (never having driven an automatic before). This car is easy too, despite the even sloppier handling. The semi-automatic option is interesting though. I&amp;rsquo;ve tried flipping it across from &amp;lsquo;Drive&amp;rsquo; (handle the gears for me please) to &amp;lsquo;Manual&amp;rsquo; (pull stick toward you to change up, and push stick away from you to change down). And it sure does work. It&amp;rsquo;s even clever enough not to let you do stupid stuff (like downshifting when that would blow the engine, or upshifting when that would stall the car).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Black Snake Moan</title>
      <link>/blog/2007/03/13/black-snake-moan/</link>
      <pubDate>Tue, 13 Mar 2007 08:01:27 +0000</pubDate>
      <guid>/blog/2007/03/13/black-snake-moan/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Black_Snake_Moan_%28film%29&#34;&gt;Black Snake Moan&lt;/a&gt; is rich, thick, and satisfying, like a good film should be.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Samuel_L._Jackson&#34;&gt;Samuel L. Jackson&lt;/a&gt; plays a strong role as the Good Samaritan with an unusual method. &lt;a href=&#34;http://en.wikipedia.org/wiki/Christina_Ricci&#34;&gt;Christina Ricci&lt;/a&gt; is unashamedly raunchy as the object of his &amp;lsquo;caring&amp;rsquo; (which makes for slightly uncomfortable watching when you remember her first major role in &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Addams_Family&#34;&gt;The Addams Family&lt;/a&gt; aged eleven). Surprisingly, even &lt;a href=&#34;http://en.wikipedia.org/wiki/Justin_Timberlake&#34;&gt;Justin Timberlake&lt;/a&gt; does a passable job as the third wheel in the film.&lt;/p&gt;</description>
    </item>
    <item>
      <title>School of Rock</title>
      <link>/blog/2007/03/13/school-of-rock/</link>
      <pubDate>Tue, 13 Mar 2007 04:55:54 +0000</pubDate>
      <guid>/blog/2007/03/13/school-of-rock/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/School_of_Rock&#34;&gt;School of Rock&lt;/a&gt; is fun, fun, fun. &lt;a href=&#34;http://en.wikipedia.org/wiki/Jack_Black_%28actor%29&#34;&gt;Jack Black&lt;/a&gt;, annoying in so many roles, was born to play this never-quite-made-it rock-obsessed loafer who forms a rock band with some school kids. &lt;a href=&#34;http://en.wikipedia.org/wiki/Joan_Cusack&#34;&gt;Joan Cusack&lt;/a&gt;, whilst not remotely believeable as an actual high-school principal, provides some fun scenes and a sexy will-they, won&amp;rsquo;t-they aside for Black&amp;rsquo;s character throughout the film. The kids, clearly crucial to the success of the film, are well-cast and act with skill and talent.&lt;/p&gt;</description>
    </item>
    <item>
      <title>San Francisco - High Up</title>
      <link>/blog/2007/03/11/san-francisco-high-up/</link>
      <pubDate>Sun, 11 Mar 2007 23:39:58 +0000</pubDate>
      <guid>/blog/2007/03/11/san-francisco-high-up/</guid>
      <description>&lt;p&gt;I feel a bit like &lt;a href=&#34;http://en.wikipedia.org/wiki/Richard_Gere&#34;&gt;Richard Gere&lt;/a&gt; in &lt;a href=&#34;http://en.wikipedia.org/wiki/Pretty_Woman&#34;&gt;Pretty Woman&lt;/a&gt;, but without the good looks, the riches or the sexy female companion. I&amp;rsquo;m now enclosed in a room on the top (26th) floor of the &lt;a href=&#34;http://www.ichotelsgroup.com/h/d/hi/1/en/hotel/sfogg?_requestid=484274&#34;&gt;Holiday Inn on Van Ness Ave.&lt;/a&gt;, and it&amp;rsquo;s much nicer than &lt;a href=&#34;http://www.andrewferrier.com/blog/2007/03/11/san-francisco/&#34;&gt;the motel I stayed in last night&lt;/a&gt;. The only problem is the altitude; as Gere said &amp;lsquo;[I stay here because] &amp;hellip; it&amp;rsquo;s the best&amp;rsquo;. I asked for a high room too because of the view - it is fabulous (see &lt;a href=&#34;http://www.flickr.com/photos/andrewferrier/418099711/&#34;&gt;this photo&lt;/a&gt;). Like his character, though, I&amp;rsquo;m scared of heights. What a combination.&lt;/p&gt;</description>
    </item>
    <item>
      <title>San Francisco</title>
      <link>/blog/2007/03/11/san-francisco/</link>
      <pubDate>Sun, 11 Mar 2007 05:16:56 +0000</pubDate>
      <guid>/blog/2007/03/11/san-francisco/</guid>
      <description>&lt;p&gt;So the Redbook residency is over, and after a little dance around the Bay Area this morning involving &lt;a href=&#34;http://www.bestwestern.com/&#34;&gt;Best Western&lt;/a&gt;, &lt;a href=&#34;http://www.hertz.com/&#34;&gt;Hertz&lt;/a&gt;, and &lt;a href=&#34;http://www.bart.gov/&#34;&gt;BART&lt;/a&gt;, I&amp;rsquo;ve rid myself of my car (minimum hassle, especially considering I dented the &lt;a href=&#34;http://en.wikipedia.org/wiki/Bumper&#34;&gt;bumper&lt;/a&gt;), and am sitting in a &lt;a href=&#34;http://www.civiccenterinnsf.com/&#34;&gt;shabby motel&lt;/a&gt; a few blocks off the dodgier end of &lt;a href=&#34;http://en.wikipedia.org/wiki/Market_Street_%28San_Francisco%29&#34;&gt;Market Street&lt;/a&gt; in &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Francisco%2C_California&#34;&gt;San Francisco&lt;/a&gt;. I&amp;rsquo;m none too impressed - despite the seemingly ubiquitous free wireless - simply because the area doesn&amp;rsquo;t feel that great. To that end, I&amp;rsquo;ve booked myself in a (seemingly much nicer, but also more expensive) &lt;a href=&#34;http://www.ichotelsgroup.com/h/d/hi/1/en/hotel/sfogg?_requestid=262833&#34;&gt;Holiday Inn&lt;/a&gt; from tomorrow. Another hard lesson in &amp;lsquo;you get what you pay for&amp;rsquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My First Earthquake...</title>
      <link>/blog/2007/03/02/my-first-earthquake/</link>
      <pubDate>Fri, 02 Mar 2007 05:28:46 +0000</pubDate>
      <guid>/blog/2007/03/02/my-first-earthquake/</guid>
      <description>&lt;p&gt;&amp;hellip; was a little less thrilling than I&amp;rsquo;d hoped. I felt a ripple pass across the room very rapidly, accompanied by a low rumbling sound and a few creaks. You couldn&amp;rsquo;t mistake it for anything else, but it was very undramatic. Nothing stopped working, nothing fell down. Not quite &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Andreas_Fault&#34;&gt;the next big one&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Update 2007-03-01 21:51 PST&lt;/strong&gt;: It appears I was nowhere near the epicentre. The &lt;a href=&#34;http://sfgate.com/chronicle/&#34;&gt;San Francisco Chronicle&lt;/a&gt; &lt;a href=&#34;http://sfgate.com/cgi-bin/article.cgi?f=/c/a/2007/03/01/BAGJVOE5I33.DTL&#34;&gt;has covered the quake&lt;/a&gt;, which was centered around the city of &lt;a href=&#34;http://en.wikipedia.org/wiki/Lafayette%2C_California&#34;&gt;Lafayette&lt;/a&gt; (for which &lt;a href=&#34;http://en.wikipedia.org/w/index.php?title=Lafayette%2C_California&amp;amp;oldid=112007908&#34;&gt;the Wikipedia entry&lt;/a&gt; is already updated - astonishing). The &lt;a href=&#34;http://quake.wr.usgs.gov/&#34;&gt;USGS&lt;/a&gt; also has &lt;a href=&#34;http://quake.wr.usgs.gov/recenteqs/Quakes/nc40194055.htm&#34;&gt;some technical data&lt;/a&gt; on their website. It&amp;rsquo;s impressive that I could feel it almost 30 miles away across the bay in &lt;a href=&#34;http://en.wikipedia.org/wiki/Mountain_View%2C_California&#34;&gt;Mountain View&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Almost 4 Weeks</title>
      <link>/blog/2007/03/01/almost-4-weeks/</link>
      <pubDate>Thu, 01 Mar 2007 21:42:47 +0000</pubDate>
      <guid>/blog/2007/03/01/almost-4-weeks/</guid>
      <description>&lt;p&gt;Things are still ticking along nicely here in &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Jose,_California&#34;&gt;San Jose&lt;/a&gt;. Am currently trying to plan what to do in my last week here, which will be a holiday. Probably some time in &lt;a href=&#34;http://en.wikipedia.org/wiki/San_francisco&#34;&gt;San Francisco&lt;/a&gt;, possibly some time in &lt;a href=&#34;http://en.wikipedia.org/wiki/Las_vegas&#34;&gt;Vegas&lt;/a&gt; (flying there, I&amp;rsquo;ve given up on the idea of driving through &lt;a href=&#34;http://en.wikipedia.org/wiki/Death_valley&#34;&gt;Death Valley&lt;/a&gt; without a companion), then back to San Jose for a few days before flying home.&lt;/p&gt;&#xA;&lt;p&gt;On a mostly unrelated note, went to &lt;a href=&#34;http://www.amctheatres.com/&#34;&gt;a cinema&lt;/a&gt; the other day which was obviously using digital projectors for the adverts. This is the first time I&amp;rsquo;ve seen them used in a cinema, and they are without doubt the way forward - no flickers and no crackles. Of course, cinemas still suffer from the sticky-popcorn-noisy-teenager syndrome, but that&amp;rsquo;s a different problem.&lt;/p&gt;</description>
    </item>
    <item>
      <title>3 Weeks</title>
      <link>/blog/2007/02/24/3-weeks/</link>
      <pubDate>Sat, 24 Feb 2007 03:33:32 +0000</pubDate>
      <guid>/blog/2007/02/24/3-weeks/</guid>
      <description>&lt;p&gt;Well, I&amp;rsquo;ve been in the &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Francisco_Bay_Area&#34;&gt;Bay Area&lt;/a&gt; for nearly 3 weeks, with another 2 still to go on my &lt;a href=&#34;http://www.redbooks.ibm.com/&#34;&gt;Redbook&lt;/a&gt; project and then 1 week of vacation (which I&amp;rsquo;m now regretting not making longer - too late - my plane tickets are non-refundable). The Redbook is thoroughly enjoyable and there are some talented and interesting people on the team which makes for a worthwhile experience.&lt;/p&gt;&#xA;&lt;p&gt;The apartment here is beginning to feel a bit like home - I even found myself referring to it as &amp;lsquo;home&amp;rsquo; this afternoon. It&amp;rsquo;s interesting how easy it is to uproot and move your life elsewhere for a while (&lt;a href=&#34;http://www.andrewferrier.com/blog/2007/01/26/drop-your-laptop-or-how-to-live-and-happy-and-fulfilling-life-by-keeping-your-data-on-the-network/&#34;&gt;keeping data on the network&lt;/a&gt; has a surprising amount to do with this). I&amp;rsquo;d quite happily live in this area permanently. The standard of living is without question higher than in the UK (despite the typically variable US food), and the only thing that&amp;rsquo;d hold me back would be missing my friends and family in the UK, which I would find hard. I&amp;rsquo;d also miss the opportunity to go to &lt;a href=&#34;http://en.wikipedia.org/wiki/London&#34;&gt;London&lt;/a&gt; so often, which I love too (&lt;a href=&#34;http://en.wikipedia.org/wiki/San_francisco&#34;&gt;San Francisco&lt;/a&gt; is the closest equivalent here).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Napa</title>
      <link>/blog/2007/02/19/napa/</link>
      <pubDate>Mon, 19 Feb 2007 02:36:36 +0000</pubDate>
      <guid>/blog/2007/02/19/napa/</guid>
      <description>&lt;p&gt;Went for a trip up to &lt;a href=&#34;http://en.wikipedia.org/wiki/Napa%2C_California&#34;&gt;Napa&lt;/a&gt; today (through downtown &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Francisco&#34;&gt;SF&lt;/a&gt;, across the &lt;a href=&#34;http://en.wikipedia.org/wiki/Golden_Gate_Bridge&#34;&gt;Golden Gate&lt;/a&gt;, around to Napa via &lt;a href=&#34;http://en.wikipedia.org/wiki/Sausalito,_California&#34;&gt;Sausalito&lt;/a&gt;, then back down the eastern side of the bay via &lt;a href=&#34;http://en.wikipedia.org/wiki/Oakland,_California&#34;&gt;Oakland&lt;/a&gt;). It was a beautifully sunny day, so I took plenty of photos with &lt;a href=&#34;http://www.andrewferrier.com/blog/2007/02/15/photography-problem-solved-for-now/&#34;&gt;the new Sony&lt;/a&gt;. Sunny weather always makes photography easy, even for amateurs like me, but I have to say I&amp;rsquo;m quite pleased with the results. You can see the latest photos in &lt;a href=&#34;http://www.flickr.com/photos/andrewferrier/&#34;&gt;my Flickr photostream&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Photography Problem Solved - For Now</title>
      <link>/blog/2007/02/15/photography-problem-solved-for-now/</link>
      <pubDate>Thu, 15 Feb 2007 04:34:10 +0000</pubDate>
      <guid>/blog/2007/02/15/photography-problem-solved-for-now/</guid>
      <description>&lt;p&gt;I am now the proud owner of a &lt;a href=&#34;http://www.amazon.com/Sony-Cybershot-DSCW55-Digital-Optical/dp/B000M4J2LM/sr=8-2/qid=1171509241/ref=sr_1_2/105-8235789-0242065?ie=UTF8&amp;amp;s=electronics&#34;&gt;Sony Cybershot DSCW-55&lt;/a&gt;, which I&amp;rsquo;ll use for the remainder of my trip around the &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Francisco_Bay_Area&#34;&gt;Bay Area&lt;/a&gt; to take some photos, after my Canon  Powershot &lt;a href=&#34;http://www.andrewferrier.com/blog/2007/02/13/e18/&#34;&gt;failed&lt;/a&gt;. I got it from &lt;a href=&#34;http://www.bestbuy.com/&#34;&gt;Best Buy&lt;/a&gt; for the bargain price of $240 including a 1GB memory card.  Not bad for a 7.1MP camera, especially given that current exchange rates almost halve that price when converting to pounds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Advantages&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Easy-to-use Sony design - the build quality seems pretty good too. Normally I avoid &lt;a href=&#34;http://www.sony.com/index.php&#34;&gt;Sony&lt;/a&gt; in the same way I avoid &lt;a href=&#34;http://www.apple.com/&#34;&gt;Apple&lt;/a&gt; - I just don&amp;rsquo;t understand the fuss (sorry &lt;a href=&#34;http://adrianspender.com/blog/2007/02/10/southampton-apple-store-grand-opening/&#34;&gt;Apple&lt;/a&gt; &lt;a href=&#34;http://andypiper.wordpress.com/2007/02/11/switcher/&#34;&gt;fans&lt;/a&gt;). This time, the bargain price swayed it for me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>E18</title>
      <link>/blog/2007/02/13/e18/</link>
      <pubDate>Tue, 13 Feb 2007 03:04:18 +0000</pubDate>
      <guid>/blog/2007/02/13/e18/</guid>
      <description>&lt;p&gt;It appears that my problems with my Powershot may not be the result of mishandling after all; I&amp;rsquo;m a victim of the dreaded &lt;a href=&#34;http://en.wikipedia.org/wiki/E18_error&#34;&gt;E18 error&lt;/a&gt;. This appears to be a design flaw in Canon compact cameras that they refuse to acknowledge the existence of (the fact that there&amp;rsquo;s an extensive &lt;a href=&#34;http://en.wikipedia.org/&#34;&gt;Wikipedia&lt;/a&gt; page for the problem says it all). Numerous solutions have been suggested; I&amp;rsquo;ve tried taking the camera apart a little to clean out around the lens but got nervous and screwed it back together again. My last attempt will be to buy some compressed air in a can and try that. By the sounds of things, if Canon try to charge for repairs, I may just have to pay up. But this, combined with the fact that it appears they won&amp;rsquo;t honour their warranties worldwide (which means I cannot really buy a 400D here) means that my opinion of Canon has plummeted from &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/25/canon-beat-plusnet/&#34;&gt;their previous record&lt;/a&gt; with me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>R.I.P. Katy</title>
      <link>/blog/2007/02/12/rip-katy/</link>
      <pubDate>Mon, 12 Feb 2007 20:42:34 +0000</pubDate>
      <guid>/blog/2007/02/12/rip-katy/</guid>
      <description>&lt;p&gt;Katy, our family&amp;rsquo;s cat, died of cancer today. I wish I had been able to be at home. She wasn&amp;rsquo;t the brightest cat ever, and she was very nervous, but she sure was beautiful and I&amp;rsquo;ll miss her a lot. Good-bye, Katy.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;/images/blog/resize-of-00010_g.jpg&#34; alt=&#34;Katy&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Canon Can&#39;t</title>
      <link>/blog/2007/02/11/canon-cant/</link>
      <pubDate>Sun, 11 Feb 2007 18:14:42 +0000</pubDate>
      <guid>/blog/2007/02/11/canon-cant/</guid>
      <description>&lt;p&gt;Following up from yesterday&amp;rsquo;s sad tale, &lt;a href=&#34;http://www.usa.canon.com/&#34;&gt;Canon US&lt;/a&gt; have told me by email that if I buy a 400D from &lt;a href=&#34;http://www.amazon.com/&#34;&gt;Amazon here&lt;/a&gt;, I&amp;rsquo;d need to return it to the US for warranty service, via a US address. This makes me considerably more nervous about purchasing a camera here.&lt;/p&gt;&#xA;&lt;p&gt;Unsurprisingly, &lt;a href=&#34;http://www.canon.co.uk/&#34;&gt;Canon&amp;rsquo;s UK website&lt;/a&gt; provides much worse service - I can&amp;rsquo;t even find an email address to check with them whether they&amp;rsquo;d fix a camera under a US warranty. I still find it amazing that companies think it&amp;rsquo;s reasonable to leave their customers without an email address to contact. I&amp;rsquo;ll probably call them on Monday to confirm, but I&amp;rsquo;m not happy with this level of pre-sales support. I&amp;rsquo;ll be taking a look at &lt;a href=&#34;http://www.nikonusa.com/&#34;&gt;Nikon&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I Hate Being Clumsy</title>
      <link>/blog/2007/02/11/i-hate-being-clumsy/</link>
      <pubDate>Sun, 11 Feb 2007 01:28:36 +0000</pubDate>
      <guid>/blog/2007/02/11/i-hate-being-clumsy/</guid>
      <description>&lt;p&gt;OK, so I&amp;rsquo;m an idiot. I broke my camera (again). And I can&amp;rsquo;t (practically) get it repaired before I get back to the UK. Somehow, &lt;a href=&#34;http://www.andrewferrier.com/blog/2007/01/26/drop-your-laptop-or-how-to-live-and-happy-and-fulfilling-life-by-keeping-your-data-on-the-network/&#34;&gt;breaking valuable stuff&lt;/a&gt; seems to be happening a lot recently. Is it possible to train oneself to be less careless? Or is it just an unchangeable characteristic? I&amp;rsquo;m not in a good mood, anyway.&lt;/p&gt;&#xA;&lt;p&gt;Fortunately, my trip out today wasn&amp;rsquo;t really that photogenic in practice - there&amp;rsquo;s been a lot of rain here recently, and even though I drove 140 miles today (all the way up the East side of &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Francisco_Bay_Area&#34;&gt;The Bay&lt;/a&gt; to &lt;a href=&#34;http://en.wikipedia.org/wiki/Oakland%2C_California&#34;&gt;Oakland&lt;/a&gt;, across the &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Francisco-Oakland_Bay_Bridge&#34;&gt;Bay Bridge&lt;/a&gt;, and through &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Francisco%2C_California&#34;&gt;San Francisco&lt;/a&gt;), it was pretty misty and wet, and I wouldn&amp;rsquo;t have got any good pictures anyway (although I got a good view of downtown, with the &lt;a href=&#34;http://en.wikipedia.org/wiki/Transamerica_Pyramid&#34;&gt;Transamerica Pyramid&lt;/a&gt; and many of the other landmarks I remember from my last trip).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Observations on the Trip so Far</title>
      <link>/blog/2007/02/05/observations-on-the-trip-so-far/</link>
      <pubDate>Mon, 05 Feb 2007 01:08:15 +0000</pubDate>
      <guid>/blog/2007/02/05/observations-on-the-trip-so-far/</guid>
      <description>&lt;p&gt;&lt;em&gt;Observations on Chicago&lt;/em&gt;: &lt;a href=&#34;http://www.foxnews.com/story/0,2933,250183,00.html&#34;&gt;Cold, cold, cold&lt;/a&gt;. It was -19 degrees centigrade yesterday evening. Fortunately the only time I had to step &amp;lsquo;outside&amp;rsquo; was on the jetway. Today, the police are recommending that people in the area don&amp;rsquo;t leave their houses. It&amp;rsquo;s nice and sunny in California.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Observations on Hertz #1 Club Gold&lt;/em&gt;: &lt;a href=&#34;https://www2.hertz.com/goldcorp/learnmore.cfm&#34;&gt;So cool&lt;/a&gt;. Just turn up (2 hours late but it didn&amp;rsquo;t seem to matter), get in the car, show your license, and drive off. This is the way things should be.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Broken Blogging</title>
      <link>/blog/2007/02/02/broken-blogging/</link>
      <pubDate>Fri, 02 Feb 2007 17:51:50 +0000</pubDate>
      <guid>/blog/2007/02/02/broken-blogging/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m heading off to &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Jose,_California&#34;&gt;San José&lt;/a&gt; this weekend to take part in an &lt;a href=&#34;http://www.redbooks.ibm.com/residents.nsf/50da6a28780ffa688525701b004a4f21/2cbc89ae66f39e7f85257221003de046?OpenDocument&#34;&gt;IBM Redbook Residency&lt;/a&gt;. I&amp;rsquo;ve never contributed to a &lt;a href=&#34;http://www.redbooks.ibm.com/&#34;&gt;Redbook&lt;/a&gt; before, and by all accounts it&amp;rsquo;s an intense experience. I&amp;rsquo;m hoping to take some time out to see the &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Francisco_Bay_Area&#34;&gt;Bay Area&lt;/a&gt;, but I probably won&amp;rsquo;t be writing here very frequently - I&amp;rsquo;ll be using this mainly to chronicle tales of the &lt;a href=&#34;http://en.wikipedia.org/wiki/California&#34;&gt;California&lt;/a&gt; sunshine. I hope to get back to writing for real when I return in mid-March.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Phwoar, Get a Load of those Sales Figures!</title>
      <link>/blog/2007/02/01/phwoar-get-a-load-of-those-sales-figures/</link>
      <pubDate>Thu, 01 Feb 2007 18:05:40 +0000</pubDate>
      <guid>/blog/2007/02/01/phwoar-get-a-load-of-those-sales-figures/</guid>
      <description>&lt;p&gt;The political arguments around government and business are well understood. At one extreme are people who despise profit-making businesses, considering them a necessary evil at best, and who&amp;rsquo;d prefer to see governments take more action to protect their and society&amp;rsquo;s interests. At the other are those who&amp;rsquo;d prefer to see governments scaled down significantly and businesses given more freedom.&lt;/p&gt;&#xA;&lt;p&gt;People with &lt;a href=&#34;http://en.wikipedia.org/wiki/Libertarianism&#34;&gt;my political opinions&lt;/a&gt; often make arguments for the latter based on either practical or moral arguments. &lt;a href=&#34;http://gendal.blogspot.com/&#34;&gt;Richard&lt;/a&gt; and I had a &lt;a href=&#34;https://www2.blogger.com/comment.g?blogID=7327817&amp;amp;postID=5755546256029206548&#34;&gt;online discussion about this recently&lt;/a&gt;. But maybe there&amp;rsquo;s another, more silly, question that&amp;rsquo;s missing: which is sexier: business or government? A quick look at the &lt;a href=&#34;http://www.usa.gov/&#34;&gt;primary US government portal&lt;/a&gt; compared to &lt;a href=&#34;http://www.walmart.com/&#34;&gt;Wal-Mart&amp;rsquo;s homepage&lt;/a&gt; leaves me in no doubt who hired the better web designer, at any rate (and Wal-Mart is hardly an example of glamour). Which corporate body makes you want to interact with them? Anybody who&amp;rsquo;s spent any time at a UK local council, with their cuppa-and-rich-tea-biscuit image, will know what I mean (that&amp;rsquo;s an example of non-sexiness, if it&amp;rsquo;s not clear: not that I have anything against rich tea).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Milton Friedman Day</title>
      <link>/blog/2007/01/29/milton-friedman-day/</link>
      <pubDate>Mon, 29 Jan 2007 08:30:14 +0000</pubDate>
      <guid>/blog/2007/01/29/milton-friedman-day/</guid>
      <description>&lt;p&gt;Today is &lt;a href=&#34;http://www.miltonfriedmanday.org/&#34;&gt;Milton Friedman day&lt;/a&gt;. &lt;a href=&#34;http://en.wikipedia.org/wiki/Milton_Friedman&#34;&gt;Friedman&lt;/a&gt; is a personal hero of mine, an economist who worked hard to publicise the concepts of freedom and liberty, and who sadly passed away &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/11/16/rip-milton-friedman/&#34;&gt;last November&lt;/a&gt;. His clarity and forthrightness in explaining his beliefs to the layman won him praise, and deservedly so:&lt;/p&gt;&#xA;&lt;blockquote&gt;The most important single central fact about a free market is that no exchange takes place unless both parties benefit.&lt;/blockquote&gt;&#xA;&lt;p&gt;Milton&amp;rsquo;s son David is also an economist, and continues to promote his ideas on &lt;a href=&#34;http://daviddfriedman.blogspot.com/&#34;&gt;this blog&lt;/a&gt;. &lt;a href=&#34;http://www.economist.com/&#34;&gt;The Economist&lt;/a&gt; has also drawn up &lt;a href=&#34;http://www.economist.com/debate/freeexchange/2007/01/free_to_choose.cfm&#34;&gt;an interesting selection of quotes&lt;/a&gt; discussing Friedman.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Drop Your Laptop or: How to Live a Happy and Fulfilling Life by Keeping Your Data on the Network</title>
      <link>/blog/2007/01/26/drop-your-laptop-or-how-to-live-and-happy-and-fulfilling-life-by-keeping-your-data-on-the-network/</link>
      <pubDate>Fri, 26 Jan 2007 14:09:12 +0000</pubDate>
      <guid>/blog/2007/01/26/drop-your-laptop-or-how-to-live-and-happy-and-fulfilling-life-by-keeping-your-data-on-the-network/</guid>
      <description>&lt;p&gt;I managed to drop my &lt;a href=&#34;http://www.ibm.com/&#34;&gt;IBM&lt;/a&gt;-owned &lt;a href=&#34;http://www.pc.ibm.com/europe/thinkpad/&#34;&gt;Thinkpad&lt;/a&gt; fairly violently last weekend and the hard disk crashed. Thinkpads are worth the money, folks, they really are the most reliable laptops going (honest - IBM has sold the brand to &lt;a href=&#34;http://www.pc.ibm.com/europe/thinkpad/&#34;&gt;Lenovo&lt;/a&gt; now, anyway). Unfortunately even it couldn&amp;rsquo;t withstand my abuse.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m currently in the process of getting it fixed, but it was impressive how little disruption it has so far caused. I was both concerned and embarrassed when it first happened: partly because I really need a laptop to &lt;a href=&#34;http://soatipsntricks.wordpress.com/2007/01/07/connecting-enterprise-applications-to-websphere-esb/&#34;&gt;take away with me to San José&lt;/a&gt;, and partly because, well, it&amp;rsquo;s embarrassing to break other people&amp;rsquo;s stuff (even if that person is a virtual entity employing a few hundred thousand people).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wagamama Authorisation</title>
      <link>/blog/2007/01/25/wagamama-authorisation/</link>
      <pubDate>Thu, 25 Jan 2007 21:27:47 +0000</pubDate>
      <guid>/blog/2007/01/25/wagamama-authorisation/</guid>
      <description>&lt;p&gt;Two recent visits to &lt;a href=&#34;http://www.wagamama.com/&#34;&gt;Wagamama&lt;/a&gt; (outstanding noodle bars - give them a try if you haven&amp;rsquo;t already) have uncovered a strange habit: when asking for the bill, it&amp;rsquo;s brought immediately to your table, with a slip asking for the tip and a signature. Once this is filled in, your credit card is taken away briefly - presumably to be swiped. But no further signature is required, and even more surprisingly no PIN number is requested. That&amp;rsquo;s the end of the transaction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Team America: World Police</title>
      <link>/blog/2007/01/22/team-america-world-police/</link>
      <pubDate>Mon, 22 Jan 2007 21:56:45 +0000</pubDate>
      <guid>/blog/2007/01/22/team-america-world-police/</guid>
      <description>&lt;blockquote&gt;**Lisa**: Promise me you&#39;ll never die.&#xA;** Gary**: You know I can&#39;t promise that.&#xA;** Lisa**: If you did that, I would make love to you right now.&#xA;** Gary**: I promise I&#39;ll never die!&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Team_America:_World_Police&#34;&gt;Team America&lt;/a&gt; is just wicked fun. Sure, it&amp;rsquo;s political, and that appeals. The satire is well aimed, and the targets well-deserving. But like Parker and Stone&amp;rsquo;s previous film, &lt;a href=&#34;http://en.wikipedia.org/wiki/South_Park:_Bigger%2C_Longer_%26_Uncut&#34;&gt;South Park: Bigger, Longer &amp;amp; Uncut&lt;/a&gt;, it also works well as a film in its own right. The South Park film performed a strong parody of a Disney movie, with the music being the standout attribute that made it work. Team America serves as a parody of an action film, with exactly the same strength. &lt;a href=&#34;http://en.wikipedia.org/wiki/Fourth_wall&#34;&gt;Fourth wall&lt;/a&gt;-breaking satire such as the song &lt;em&gt;Montage&lt;/em&gt; only add to the fun.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Boringstoke?</title>
      <link>/blog/2007/01/21/boringstoke/</link>
      <pubDate>Sun, 21 Jan 2007 18:37:56 +0000</pubDate>
      <guid>/blog/2007/01/21/boringstoke/</guid>
      <description>&lt;p&gt;After annoying myself by breaking my &lt;a href=&#34;http://en.wikipedia.org/wiki/ThinkPad&#34;&gt;Thinkpad&lt;/a&gt; yesterday evening, and finding myself with nothing to do today, I decided to take a random break to &lt;a href=&#34;http://en.wikipedia.org/wiki/Basingstoke&#34;&gt;Basingstoke&lt;/a&gt; and try to make a photographic record of this strange town. &lt;a href=&#34;http://www.andrewferrier.com/gallery/v/Holidays/Basingstoke/&#34;&gt;The results&lt;/a&gt; aren&amp;rsquo;t exactly astonishing photographically, but I have tried to capture some of the divided character of the place.&lt;/p&gt;&#xA;&lt;p&gt;I grew up in Farnborough, so I&amp;rsquo;ve been familiar with the area for quite some time, and when I was younger, we used to jokingly refer to it as &amp;lsquo;Boringstoke&amp;rsquo;. But Basingstoke is a city of strange contrasts, unlike many others I can think of. The main thing that strikes you as you walk through parts of the city centre is 60s concrete architecture (a much maligned style in my opinion; &lt;a href=&#34;http://en.wikipedia.org/wiki/Category:Ern%C5%91_Goldfinger_buildings&#34;&gt;Ernő Goldfinger&lt;/a&gt; showed how to do it right). However, Basingstoke has pretty parts that remind one of cathedral towns such as &lt;a href=&#34;http://en.wikipedia.org/wiki/Winchester&#34;&gt;Winchester&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Guildford&#34;&gt;Guildford&lt;/a&gt;, or &lt;a href=&#34;http://en.wikipedia.org/wiki/Salisbury&#34;&gt;Salisbury&lt;/a&gt;. It also has some gleaming, shiny parts (the &lt;a href=&#34;http://en.wikipedia.org/wiki/Barclays_Bank&#34;&gt;Barclays&lt;/a&gt; building) and some unforgivingly ugly office blocks (such as Alencon House, previously occupied by IBM). It has some hilly streets that in places seemed to uncannily resemble &lt;a href=&#34;http://en.wikipedia.org/wiki/Kendal&#34;&gt;Kendal&lt;/a&gt;; and a spotless shopping centre selling upper-middle-class goods and services.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cancelled LOVEFiLM</title>
      <link>/blog/2007/01/21/cancelled-lovefilm/</link>
      <pubDate>Sun, 21 Jan 2007 13:20:03 +0000</pubDate>
      <guid>/blog/2007/01/21/cancelled-lovefilm/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/08/screenselect-merges-with-lovefilm/&#34;&gt;written&lt;/a&gt; &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/11/01/signs-of-strife-in-lovefilm-land/&#34;&gt;many&lt;/a&gt; &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/12/10/no-love-for-lovefilm/&#34;&gt;times&lt;/a&gt; &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/12/17/customer-service-update-lovefilm-and-plusnet/&#34;&gt;before&lt;/a&gt; about the poor quality customer service I&amp;rsquo;ve received from &lt;a href=&#34;http://www.lovefilm.com/&#34;&gt;LOVEFiLM&lt;/a&gt;, the UK&amp;rsquo;s largest DVD rental service, and those posts have solicited a lot of complaints from other people too. I&amp;rsquo;ve finally bitten the bullet and cancelled my account: a combination of frustration with poor delivery times, them never sending me the titles high on my list, and that they &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/12/17/customer-service-update-lovefilm-and-plusnet/&#34;&gt;won&amp;rsquo;t allow me to freely suspend my account&lt;/a&gt; for a reasonable amount of time. It&amp;rsquo;s sad, as they used to provide excellent customer service when I first used them a few years ago (when they were small), but acquisitions and growth seem to have made them fat and lazy, and they no longer treat customers with respect - written examples are all over their website, including the veiled threats of continued charges in the cancellation process itself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Godfather</title>
      <link>/blog/2007/01/20/the-godfather/</link>
      <pubDate>Sat, 20 Jan 2007 15:03:50 +0000</pubDate>
      <guid>/blog/2007/01/20/the-godfather/</guid>
      <description>&lt;p&gt;Normally I write some rough notes about a film as I&amp;rsquo;m watching it in order to help me write these reviews afterward. &lt;a href=&#34;http://en.wikipedia.org/wiki/The_godfather&#34;&gt;The Godfather&lt;/a&gt; had me hooked, and I almost forgot.&lt;/p&gt;&#xA;&lt;p&gt;The Godfather is a film I&amp;rsquo;ve been planning to watch for a long time, but have put off (as I wrote in &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/12/08/scarface/&#34;&gt;my review for Scarface&lt;/a&gt;, I don&amp;rsquo;t particularly care for gangster films - nevertheless, I&amp;rsquo;m trying to watch some of the classics). The Godfather is not a film to be enjoyed, but it is a film to see nevertheless. The performances of &lt;a href=&#34;http://en.wikipedia.org/wiki/Marlon_Brando&#34;&gt;Marlon Brando&lt;/a&gt; and&lt;a href=&#34;http://en.wikipedia.org/wiki/Al_Pacino&#34;&gt; Al Pacino&lt;/a&gt; are extremely strong, and it&amp;rsquo;s hard to imagine that the studio disapproved of the participation of both these actors. Fundamentally, the Godfather is about family ties and trust (or lack of it) rather than dominance and winning, and this - in my crude analysis - is how it differs from a film like Scarface.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Subscribe to Comments Disabled</title>
      <link>/blog/2007/01/19/subscribe-to-comments-disabled/</link>
      <pubDate>Fri, 19 Jan 2007 13:42:21 +0000</pubDate>
      <guid>/blog/2007/01/19/subscribe-to-comments-disabled/</guid>
      <description>&lt;p&gt;I recently installed the &lt;a href=&#34;http://txfx.net/code/wordpress/subscribe-to-comments/&#34;&gt;Subscribe to Comments&lt;/a&gt; plugin on this blog. However, it seems to have attracted far too much spam. I&amp;rsquo;ve therefore disabled it again until a version is developed that&amp;rsquo;s a bit more hardy against spammers. You can always subscribe to an &lt;a href=&#34;http://en.wikipedia.org/wiki/RSS_(file_format)&#34;&gt;RSS feed&lt;/a&gt; for the comments on any post (as you can with any &lt;a href=&#34;http://wordpress.org/&#34;&gt;Wordpress&lt;/a&gt;-powered blog) by appending &lt;strong&gt;/feed&lt;/strong&gt; to the &lt;a href=&#34;http://en.wikipedia.org/wiki/Permalink&#34;&gt;permalink&lt;/a&gt; URL for that post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Acid Test</title>
      <link>/blog/2007/01/16/the-acid-test/</link>
      <pubDate>Tue, 16 Jan 2007 17:01:25 +0000</pubDate>
      <guid>/blog/2007/01/16/the-acid-test/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/blog/smoothie_label.jpg&#34; alt=&#34;Smoothie Label&#34;&gt; Fun chemistry fact of the day: &lt;a href=&#34;http://en.wikipedia.org/wiki/Acidity_regulator&#34;&gt;Acidity regulators&lt;/a&gt; regulate &lt;a href=&#34;http://en.wikipedia.org/wiki/PH&#34;&gt;pH&lt;/a&gt; in general, not just acidity. Hence (presumably) why this smoothie bottle contains Citric Acid as an acidity regulator (my first thought was: shouldn&amp;rsquo;t it be an alkali?).&lt;/p&gt;&#xA;&lt;p&gt;This is when I wish I&amp;rsquo;d done &lt;a href=&#34;http://www.alevelchemistry.co.uk/&#34;&gt;Chemistry A-Level&lt;/a&gt; rather than &lt;a href=&#34;http://www.fmnetwork.org.uk/&#34;&gt;Further Maths&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Open Mapping Becomes Viable?</title>
      <link>/blog/2007/01/15/open-mapping-becomes-viable/</link>
      <pubDate>Mon, 15 Jan 2007 20:49:35 +0000</pubDate>
      <guid>/blog/2007/01/15/open-mapping-becomes-viable/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://plv.livejournal.com/110345.html&#34;&gt;A long discussion with plv the other day about open source&lt;/a&gt; and what it really meant got me thinking about that model when applied to other domains, such as mapping.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt; have clearly made a success of &lt;a href=&#34;http://maps.google.com/&#34;&gt;Google Maps&lt;/a&gt; (I&amp;rsquo;ve discussed Google Maps before &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/12/04/map-fight/&#34;&gt;as compared to&lt;/a&gt; Multimap - not entirely favourably - but whatever I think, the market loves the former). Plenty of competitors have also sprung up, notably &lt;a href=&#34;http://maps.live.com/&#34;&gt;from Microsoft&lt;/a&gt;. Incidentally, &lt;a href=&#34;http://www.flashearth.com/&#34;&gt;Flash Earth&lt;/a&gt; brings together all of these services into one ultra-slick interface; although I&amp;rsquo;d still love to see them available on &lt;a href=&#34;http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=j_han&#34;&gt;Jeff Han&amp;rsquo;s touch screen&lt;/a&gt; (&lt;a href=&#34;http://www.apple.com/iphone/&#34;&gt;iPhone&lt;/a&gt;, eat your heart out - your interface is nothing on this).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Crash</title>
      <link>/blog/2007/01/13/crash/</link>
      <pubDate>Sat, 13 Jan 2007 21:36:12 +0000</pubDate>
      <guid>/blog/2007/01/13/crash/</guid>
      <description>&lt;p&gt;(This review is about the &lt;a href=&#34;http://en.wikipedia.org/wiki/Crash_%282004_film%29&#34;&gt;2004 film&lt;/a&gt; directed by &lt;a href=&#34;http://en.wikipedia.org/wiki/Paul_Haggis&#34;&gt;Paul Haggis&lt;/a&gt;; not the controversial &lt;a href=&#34;http://en.wikipedia.org/wiki/Crash_%281996_film%29&#34;&gt;1996 David Cronenberg film&lt;/a&gt; of the same name).&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve never been more in two minds about a film than with Crash.&lt;/p&gt;&#xA;&lt;p&gt;Crash is primarily about racial tension amongst a variety of characters who pop up all over &lt;a href=&#34;http://en.wikipedia.org/wiki/Los_angeles&#34;&gt;LA&lt;/a&gt;. As I began watching, I was getting ready to lay into it for its rather childish and simplistic treatment of these racial divisions. At times, I found it almost insulting to the intelligence. The strongest characters were the cookie-cutter car thieves, who at first seemed to be placed there for some sick comic relief - not an encouraging sign. The film ran through the usual murmurings about stereotypes and making assumptions based on them (some wrong, some right). &lt;a href=&#34;http://rogerebert.suntimes.com/apps/pbcs.dll/article?AID=/20060108/COMMENTARY/601080310&#34;&gt;Roger Ebert thinks&lt;/a&gt; this it does well because it shows victimizers being victimized. I respectfully disagree - I think that&amp;rsquo;s somewhat of a cliché and that it would be more accurate and honest to keep it simple. &lt;a href=&#34;http://www.laweekly.com/index.php?option=com_lawcontent&amp;amp;task=view&amp;amp;id=12416&amp;amp;Itemid=9&#34;&gt;Scott Foundas describes this position eloquently&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blog Moved</title>
      <link>/blog/2007/01/13/blog-moved/</link>
      <pubDate>Sat, 13 Jan 2007 14:35:31 +0000</pubDate>
      <guid>/blog/2007/01/13/blog-moved/</guid>
      <description>&lt;p&gt;This blog has now moved to my new domain &lt;a href=&#34;http://www.andrewferrier.com/&#34;&gt;andrewferrier.com&lt;/a&gt;. You shouldn&amp;rsquo;t notice any change if you are using a web browser or a well-designed &lt;a href=&#34;http://en.wikipedia.org/wiki/News_aggregator&#34;&gt;feedreader&lt;/a&gt; to read it, as all parts of the old blog (including &lt;a href=&#34;http://en.wikipedia.org/wiki/Permalink&#34;&gt;permalinks&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/RSS_(file_format)&#34;&gt;RSS feed&lt;/a&gt;, etc.) should permanently redirect to the new one. You might just want to check that your RSS reader is pointing to the new blog though, or alter your browser bookmarks. The redirection will disappear in a few months. I&amp;rsquo;d appreciate it if you can let me know if you see any problems with the new blog.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Does the Web Decrease Attention Span?</title>
      <link>/blog/2007/01/12/does-the-web-decrease-attention-span/</link>
      <pubDate>Fri, 12 Jan 2007 16:03:53 +0000</pubDate>
      <guid>/blog/2007/01/12/does-the-web-decrease-attention-span/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve recently taken to reading a lot more on-line - particularly as services such as &lt;a href=&#34;http://del.icio.us/&#34;&gt;del.icio.us&lt;/a&gt; have helped me to find high-quality content and more high-quality blogs come on the scene. This, of course, is the long tail of written content. One of the things I&amp;rsquo;ve noticed, though, is that as I read more and different things, I get more impatient with long articles. I hardly read non-fiction books any more, and fiction books almost never (preferring &lt;a href=&#34;http://www.andrewferrier.com/blog/category/film-and-music/&#34;&gt;film&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Time is Ripe for Innovation in Lenses</title>
      <link>/blog/2007/01/10/the-time-is-ripe-for-innovation-in-lenses/</link>
      <pubDate>Wed, 10 Jan 2007 14:23:40 +0000</pubDate>
      <guid>/blog/2007/01/10/the-time-is-ripe-for-innovation-in-lenses/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s plain that the camera industry has seen a significant degree of disruption in the last 5-10 years, almost all of it driven by digital cameras. On the back of this, we&amp;rsquo;ve seen a huge explosion in pictures on the web (most obviously on sites like &lt;a href=&#34;http://www.flickr.com/&#34;&gt;Flickr&lt;/a&gt;), as well as other interesting changes (such as print-it-yourself kiosks in photo shops and chemists). Amateur photography seems to be going through a resurgence - I have started taking a lot more photographs, as have &lt;a href=&#34;http://www.flickr.com/photos/han_parker/&#34;&gt;many&lt;/a&gt; &lt;a href=&#34;http://www.flickr.com/photos/dps/&#34;&gt;of&lt;/a&gt; &lt;a href=&#34;http://flickr.com/photos/jameshodgson&#34;&gt;my&lt;/a&gt; &lt;a href=&#34;http://www.flickr.com/photos/ellagale&#34;&gt;friends&lt;/a&gt; &lt;a href=&#34;http://www.flickr.com/photos/aspender/&#34;&gt;and&lt;/a&gt; &lt;a href=&#34;http://flickr.com/photos/andypiper/&#34;&gt;colleagues&lt;/a&gt;. Whether that resurgence will be permanent is unknown, but of course the increase in the convenience of cameras (no more waiting for development, easy digitisation) is not temporary.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Climate Change, Free Trade, and Money</title>
      <link>/blog/2007/01/09/climate-change-free-trade-and-money/</link>
      <pubDate>Tue, 09 Jan 2007 20:05:06 +0000</pubDate>
      <guid>/blog/2007/01/09/climate-change-free-trade-and-money/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.ted.com/tedtalks/&#34;&gt;TEDTalks&lt;/a&gt; has hit a home-run again (seriously, I can&amp;rsquo;t recommend this series of videos highly enough - whatever you think about whatever else I&amp;rsquo;ve written here, you&amp;rsquo;ll find something you like). &lt;a href=&#34;http://www.lomborg.com/&#34;&gt;Bjorn Lomborg&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Bj%C3%B8rn_Lomborg#Accusations_of_scientific_dishonesty&#34;&gt;who&amp;rsquo;s not a stranger to controversy&lt;/a&gt;, explains in &lt;a href=&#34;http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=b_lomborg&#34;&gt;this 2005 TED presentation&lt;/a&gt; why climate change, relative to the world&amp;rsquo;s other great problems (e.g. disease, sanitation), isn&amp;rsquo;t an efficient problem to solve. This is a finding of the &lt;a href=&#34;http://www.copenhagenconsensus.com/Default.aspx?ID=668&#34;&gt;Copenhagen Consensus&lt;/a&gt;, who expended no small amount of effort on the exercise. He makes very clear what the ranking means - not that it isn&amp;rsquo;t desirable to &amp;lsquo;solve&amp;rsquo; climate change (it is) but simply that it&amp;rsquo;s inefficient - there&amp;rsquo;s more bang for the buck in &amp;lsquo;solving&amp;rsquo; &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/15/why-trade-is-beneficial-the-ebay-way/&#34;&gt;free trade&lt;/a&gt; or controlling HIV/AIDS than in solving climate change.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rational Dating?</title>
      <link>/blog/2007/01/08/rational-dating/</link>
      <pubDate>Mon, 08 Jan 2007 17:48:12 +0000</pubDate>
      <guid>/blog/2007/01/08/rational-dating/</guid>
      <description>&lt;p&gt;Economists approach things in weird ways. I&amp;rsquo;ve noticed several posts on the more popular economic blogs recently discussing marriage, relationships, and sex: &lt;a href=&#34;http://econlog.econlib.org/archives/2006/11/are_husbands_re.html&#34;&gt;Are Husbands Really Like Potatoes?&lt;/a&gt; being a good example, as well as &lt;a href=&#34;http://econlog.econlib.org/archives/2006/11/polygamy_jealou.html&#34;&gt;a discussion of polygamy&lt;/a&gt;. Tyler Cowen has even briefly looked at &lt;a href=&#34;http://www.marginalrevolution.com/marginalrevolution/2007/01/questions_i_am_.html&#34;&gt;how nudity affects human behaviour&lt;/a&gt; (arguably not directly related to relationships, but it&amp;rsquo;s a fun read anyway).&lt;/p&gt;&#xA;&lt;p&gt;Given that I like the economic way of thinking (given &lt;a href=&#34;http://en.wikibooks.org/wiki/A-level_Economics&#34;&gt;my limited training&lt;/a&gt;), I thought I&amp;rsquo;d take a look at dating, something close to my heart as a bachelor. This arguably makes me so far unqualified to discuss the subject - but I&amp;rsquo;ll give it a go anyway.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Winchester Letting Company</title>
      <link>/blog/2007/01/03/winchester-letting-company/</link>
      <pubDate>Wed, 03 Jan 2007 16:05:18 +0000</pubDate>
      <guid>/blog/2007/01/03/winchester-letting-company/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m not sure what the blogosphere-approved name for it is, but I had &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/08/screenselect-merges-with-lovefilm/#comment-10228&#34;&gt;my first truly negative comment&lt;/a&gt; on this blog the other day. I&amp;rsquo;m not quite sure why the author chose to leave it, but he&amp;rsquo;s right in a roundabout way: I do like holding the market to account, like any amateur economist.&lt;/p&gt;&#xA;&lt;p&gt;To that end, here&amp;rsquo;s a positive story: if you&amp;rsquo;re looking for a letting agent in or around the &lt;a href=&#34;http://en.wikipedia.org/wiki/Winchester&#34;&gt;Winchester&lt;/a&gt; area, I can&amp;rsquo;t recommend the &lt;a href=&#34;http://www.winchesterletting.co.uk/richtext.asp?page_id=1&#34;&gt;Winchester Letting Company&lt;/a&gt; highly enough. They&amp;rsquo;ve been superb from day one: helpful and friendly. The two problems I&amp;rsquo;ve had so far with my flat have been resolved in less than 12 hours, including when my boiler broke this morning and they resolved it before lunchtime. They charge no ongoing fees, and are generally all-round helpful folks. If you&amp;rsquo;re looking to rent somewhere round here, give them a try.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reward Cards - Still Rewarding?</title>
      <link>/blog/2007/01/02/reward-cards-still-rewarding/</link>
      <pubDate>Tue, 02 Jan 2007 22:33:40 +0000</pubDate>
      <guid>/blog/2007/01/02/reward-cards-still-rewarding/</guid>
      <description>&lt;p&gt;Faffing with the contents of &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/28/my-kingdom-for-a-wallet/&#34;&gt;my wallet&lt;/a&gt; today in the supermarket, I began wondering about &lt;a href=&#34;http://en.wikipedia.org/wiki/Loyalty_card&#34;&gt;reward cards&lt;/a&gt; - are they still worth the plastic they&amp;rsquo;re printed on? They&amp;rsquo;ve been around in the UK for over a decade, and two major supermarkets - &lt;a href=&#34;http://www.tesco.com/&#34;&gt;Tesco&lt;/a&gt; and &lt;a href=&#34;http://www.sainsburys.co.uk/&#34;&gt;Sainsbury&amp;rsquo;s&lt;/a&gt; - still use them. I have one of each. However, I sometimes wonder why I don&amp;rsquo;t throw them away - cash rewards of approximately 1% (presumably all that the supermarkets can afford) hardly seem worth the bother of carrying them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Is There a Long Tail of Supply?</title>
      <link>/blog/2006/12/29/is-there-a-long-tail-of-supply/</link>
      <pubDate>Fri, 29 Dec 2006 16:12:11 +0000</pubDate>
      <guid>/blog/2006/12/29/is-there-a-long-tail-of-supply/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Long_tail&#34;&gt; &lt;/a&gt;&lt;a href=&#34;http://longtail.typepad.com/&#34;&gt;Chris Anderson&amp;rsquo;s&lt;/a&gt; &lt;a href=&#34;http://en.wikipedia.org/wiki/Long_tail&#34;&gt;The Long Tail&lt;/a&gt;, although now passé for the trendiest &lt;a href=&#34;http://en.wikipedia.org/wiki/MBA&#34;&gt;MBA&lt;/a&gt;s, still seems to be kicking around as a buzzphrase. The canonical example is &lt;a href=&#34;http://www.amazon.com/&#34;&gt;Amazon&lt;/a&gt; - they have a vast range of books available because the cost of maintaining a huge catalogue is low (many books are listed but aren&amp;rsquo;t in stock; other books are in stock at a third party supplier so Amazon effectively outsource the storage; an online database can be essentially unlimited in size at minimal cost).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Civilised Airports Put Stuff After Security Control</title>
      <link>/blog/2006/12/28/civilised-airports-put-stuff-after-security-control/</link>
      <pubDate>Thu, 28 Dec 2006 22:06:05 +0000</pubDate>
      <guid>/blog/2006/12/28/civilised-airports-put-stuff-after-security-control/</guid>
      <description>&lt;p&gt;I travelled just enough last year (although mostly not on business) to start analysing air travel, as some of my colleagues have done &lt;a href=&#34;http://gendal.blogspot.com/2005/12/up-in-air.html&#34;&gt;for&lt;/a&gt; &lt;a href=&#34;http://gendal.blogspot.com/2006/08/flying.html&#34;&gt;a&lt;/a&gt; &lt;a href=&#34;http://rooreynolds.com/2006/12/27/2006-travel/&#34;&gt;while&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;And so I&amp;rsquo;m afraid this post is &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/30/travel-pain/&#34;&gt;another whinge about airports&lt;/a&gt;. Why o why do they ever put interesting stuff (i.e., shops) before security control? OK, sure, some relatives come to see people off, so a coffee shop or two might not go amiss in larger terminals. But apart from that, why bother? Doesn&amp;rsquo;t every rational person proceed through security control as soon as they&amp;rsquo;ve checked in - and don&amp;rsquo;t they check in as soon as they&amp;rsquo;ve entered the airport?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtual Conferences and Video Content</title>
      <link>/blog/2006/12/25/virtual-conferences-and-video-content/</link>
      <pubDate>Mon, 25 Dec 2006 16:31:36 +0000</pubDate>
      <guid>/blog/2006/12/25/virtual-conferences-and-video-content/</guid>
      <description>&lt;p&gt;This year has clearly been the year of &lt;a href=&#34;http://www.youtube.com/&#34;&gt;YouTube&lt;/a&gt;, &lt;a href=&#34;http://video.google.com/&#34;&gt;Google Video&lt;/a&gt; and other pretenders to the throne. And &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/11/03/its-a-web-20-jungle-out-there/&#34;&gt;as I&amp;rsquo;ve discussed before&lt;/a&gt;, I think Flash-based video is really cool.&lt;/p&gt;&#xA;&lt;p&gt;However, not everything it&amp;rsquo;s used for involves cats falling off trees as per &lt;a href=&#34;http://en.wikipedia.org/wiki/You&#39;ve_Been_Framed&#34;&gt;You&amp;rsquo;ve Been Framed&lt;/a&gt;, or &lt;a href=&#34;http://en.wikipedia.org/wiki/Lonelygirl15&#34;&gt;actors fooling people&lt;/a&gt;. One of the best uses has been the &lt;a href=&#34;http://del.icio.us/andrewferrier/conference%2Bvideo&#34;&gt;huge amount of compelling video that&amp;rsquo;s been released free from conferences&lt;/a&gt; this year. I&amp;rsquo;ve absorbed tens of hours of it this year, on subjects as diverse as &lt;a href=&#34;http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=tony_robbins&#34;&gt;life coaching from legend Tony Robbins&lt;/a&gt; (&lt;a href=&#34;http://positivesharing.com/2006/10/peak-state/&#34;&gt;Alexander Kjerulf has been&lt;/a&gt; to one of his seminars, and I want to go too), &lt;a href=&#34;http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=m_gladwell&#34;&gt;the marketing of spaghetti sauce&lt;/a&gt;, and &lt;a href=&#34;http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=a_degrey&#34;&gt;curing aging&lt;/a&gt;. &amp;lsquo;Catch-all&amp;rsquo; conferences such as &lt;a href=&#34;http://www.gelconference.com/&#34;&gt;Gel&lt;/a&gt;, &lt;a href=&#34;http://www.ted.com/&#34;&gt;TED&lt;/a&gt;, and &lt;a href=&#34;http://www.liftconference.com/&#34;&gt;LIFT&lt;/a&gt; have all got in on the act. This, of course, is an alternative to physically travelling, and will surely produce more super-star conferences that attract bigger names, bigger audiences, and grow in stature.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Down with Love</title>
      <link>/blog/2006/12/24/down-with-love/</link>
      <pubDate>Sun, 24 Dec 2006 09:01:44 +0000</pubDate>
      <guid>/blog/2006/12/24/down-with-love/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Down_with_Love&#34;&gt;Down with Love&lt;/a&gt; is the kind of film I would normally pass by without hesitation based on &lt;a href=&#34;http://upload.wikimedia.org/wikipedia/en/1/1c/Downwithlove.jpg&#34;&gt;the promo poster&lt;/a&gt;. I only fell into it by accident, on late-night TV. I think I need to learn from this experience: it&amp;rsquo;s excellent.&lt;/p&gt;&#xA;&lt;p&gt;Down with Love is everything the &lt;a href=&#34;http://en.wikipedia.org/wiki/Austin_Powers_series&#34;&gt;Austin Powers series&lt;/a&gt; would be if it wasn&amp;rsquo;t so silly. Set in 60s &lt;a href=&#34;http://en.wikipedia.org/wiki/Manhattan&#34;&gt;Manhattan&lt;/a&gt;, Down with Love is the story of a feminist author who is seduced by a playboy who turns out not to be the guy who she&amp;hellip; well, I won&amp;rsquo;t spoil the plot. Suffice to say it isn&amp;rsquo;t the main reason for watching. Down with Love manages to be camp throughout, without once breaking down into nonsense. Performances from  &lt;a href=&#34;http://en.wikipedia.org/wiki/Ewan_McGregor&#34;&gt;Ewan McGregor&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Ren%C3%A9e_Zellweger&#34;&gt;Renée Zellweger&lt;/a&gt;, and &lt;a href=&#34;http://en.wikipedia.org/wiki/David_Hyde_Pierce&#34;&gt;David Hyde Pierce&lt;/a&gt; are all hilarious, and the ending of the film, whilst a little contrived, lampoons its own plot beautifully. Superb sets, costumes, and everything else required to re-create a 60s that never existed round it off.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blogging @ Christmas</title>
      <link>/blog/2006/12/23/blogging-christmas/</link>
      <pubDate>Sat, 23 Dec 2006 21:21:51 +0000</pubDate>
      <guid>/blog/2006/12/23/blogging-christmas/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been away for the past few days, so haven&amp;rsquo;t had a chance to write recently. Normal service will be resumed soon. In the meantime, happy Christmas!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Customer Service Update - LOVEFiLM and PlusNet</title>
      <link>/blog/2006/12/17/customer-service-update-lovefilm-and-plusnet/</link>
      <pubDate>Sun, 17 Dec 2006 17:47:35 +0000</pubDate>
      <guid>/blog/2006/12/17/customer-service-update-lovefilm-and-plusnet/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve written &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/08/screenselect-merges-with-lovefilm/&#34;&gt;several&lt;/a&gt; &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/11/01/signs-of-strife-in-lovefilm-land/&#34;&gt;times&lt;/a&gt; &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/12/10/no-love-for-lovefilm/&#34;&gt;before&lt;/a&gt; about &lt;a href=&#34;http://www.lovefilm.com/&#34;&gt;LOVEFiLM&lt;/a&gt; and their deteriorating customer service. They&amp;rsquo;ve just got worse - sometime during or after the merger with Screenselect, it seems that they sneaked in a change - you can now only &amp;lsquo;go on holiday&amp;rsquo; (pause the service) for a maximum of 4 weeks a year, and only 2 weeks at a time (with a holiday size measured in units of 1 week). No doubt this is within the T&amp;amp;Cs;, but this clearly isn&amp;rsquo;t going to suit lots of people (myself included), and is just another ill-considered attempt to shave costs (maintaining your account details is essentially zero cost). The only thing that&amp;rsquo;s keeping me clinging on to LOVEFiLM is their range (the delivery times aren&amp;rsquo;t getting any better), so I suspect I&amp;rsquo;ll be ditching them soon. Unless of course they feel like improving? Guys? Hello?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Interview with Alexander Kjerulf, Chief Happiness Officer</title>
      <link>/blog/2006/12/15/interview-with-alexander-kjerulf-chief-happiness-officer/</link>
      <pubDate>Fri, 15 Dec 2006 13:11:01 +0000</pubDate>
      <guid>/blog/2006/12/15/interview-with-alexander-kjerulf-chief-happiness-officer/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/blog/jumping3.jpg&#34; alt=&#34;Alexander Kjerulf Jumping&#34;&gt;Since meeting &lt;a href=&#34;http://positivesharing.com/about-me/&#34;&gt;Alexander Kjerulf&lt;/a&gt; at &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/02/eurogel-2006-conference/&#34;&gt;euroGel 2006&lt;/a&gt; last year, I&amp;rsquo;ve been following his work as the self-appointed &lt;a href=&#34;http://positivesharing.com/&#34;&gt;Chief Happiness Officer&lt;/a&gt; with interest. He&amp;rsquo;s just released his first book, &lt;a href=&#34;http://positivesharing.com/happyhouris9to5/&#34;&gt;Happy Hour is 9 to 5&lt;/a&gt;. Alex is also one of the most energetic and inspiring people I&amp;rsquo;ve met. He&amp;rsquo;s kindly consented to be the first interviewee on this blog. I hope you enjoy it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;AF:&lt;/em&gt; What first interested you about happiness at work? Were you unhappy at your workplace?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Midnight Cowboy</title>
      <link>/blog/2006/12/14/midnight-cowboy/</link>
      <pubDate>Thu, 14 Dec 2006 23:08:19 +0000</pubDate>
      <guid>/blog/2006/12/14/midnight-cowboy/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Midnight_cowboy&#34;&gt;Midnight Cowboy&lt;/a&gt; is a hard film to call. It&amp;rsquo;s a slice of film history, with some well-known visuals, well-known music, and well-known scenes:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#34;Hey! I&#39;m walkin&#39; here! I&#39;m walkin&#39; here!&#34; - Ratso&lt;/blockquote&gt;&#xA;&lt;p&gt;But it&amp;rsquo;s a confusing film, with plenty of montages, flashbacks, fantasy scenes, and a drug-induced party. I wasn&amp;rsquo;t expecting any of that, and it doesn&amp;rsquo;t exactly help carry the plot (that which there is) forward. The sex scenes, despite being notorious (Midnight Cowboy was the only X-rated film to ever win an Oscar - it&amp;rsquo;s since been downgraded to R-rated) are tame by modern standards: although there&amp;rsquo;s a strong theme of ambiguous sexuality running throughout the film, with Joe Buck (&lt;a href=&#34;http://en.wikipedia.org/wiki/Jon_Voight&#34;&gt;Jon Voight&lt;/a&gt;) - the cowboy of the title - being pretty indiscriminate about who he sleeps with, even in his role as a &lt;a href=&#34;http://en.wikipedia.org/wiki/Male_prostitute&#34;&gt;hustler&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Source Code Crazy</title>
      <link>/blog/2006/12/12/source-code-crazy/</link>
      <pubDate>Tue, 12 Dec 2006 21:38:33 +0000</pubDate>
      <guid>/blog/2006/12/12/source-code-crazy/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve thought for a while that build, source-code management, and bug tracking software (which I&amp;rsquo;m collectively calling meta-software) could, and should, be so much simpler. I&amp;rsquo;ve written previously about my contention that &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/24/software-change-management-should-change/&#34;&gt;bugs and features are the same thing&lt;/a&gt;, but the problem is wider. Software has a tendency to acquire features over time, and software that&amp;rsquo;s used to make other software is no exception. Here are some assorted thoughts about how to improve the situation:&lt;/p&gt;</description>
    </item>
    <item>
      <title>No Love for LOVEFiLM</title>
      <link>/blog/2006/12/10/no-love-for-lovefilm/</link>
      <pubDate>Sun, 10 Dec 2006 21:11:44 +0000</pubDate>
      <guid>/blog/2006/12/10/no-love-for-lovefilm/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/08/screenselect-merges-with-lovefilm/&#34;&gt;written&lt;/a&gt; &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/11/01/signs-of-strife-in-lovefilm-land/&#34;&gt;before&lt;/a&gt; about my mixed relationship with &lt;a href=&#34;http://www.lovefilm.com/&#34;&gt;LOVEFiLM&lt;/a&gt;. It&amp;rsquo;s now becoming obvious that, as I suspected might happen, the turnaround time for sending out DVDs is worsening again - my last five or so have all taken several days longer than they should have, and the delays are getting longer each time. I&amp;rsquo;m &lt;a href=&#34;http://www.dvdrr.com/reviews/LoveFilm.html&#34;&gt;far from the only&lt;/a&gt; ex-Screenselect customer to see this. If this continues, I&amp;rsquo;ll be cancelling my account. Please, LOVEFiLM, get it sorted.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scarface</title>
      <link>/blog/2006/12/08/scarface/</link>
      <pubDate>Fri, 08 Dec 2006 19:26:59 +0000</pubDate>
      <guid>/blog/2006/12/08/scarface/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m not a big fan of gangster films, so I&amp;rsquo;m only prepared to watch the very best. Most such films are violent and gruesome, which turns me off (particularly the latter), and &lt;a href=&#34;http://en.wikipedia.org/wiki/Scarface_%281983_film%29&#34;&gt;Scarface&lt;/a&gt; is no exception. However, it&amp;rsquo;s surprisingly moralistic. As Tony Montana (&lt;a href=&#34;http://en.wikipedia.org/wiki/Al_Pacino&#34;&gt;Al Pacino&lt;/a&gt;, of course) says&amp;hellip;&lt;/p&gt;&#xA;&lt;blockquote&gt;I never fucked anybody over in my life that didn&#39;t have it coming to &#39;em. You got that? All I have in this world is my balls and my word and I don&#39;t break &#39;em for no one.&lt;/blockquote&gt;&#xA;&lt;p&gt;&amp;hellip; and he&amp;rsquo;s right: at least by his terms. Scarface is also an interesting study of the drugs industry. Of course, it&amp;rsquo;s hard to know how accurate it is (I suspect real drug dealing is much more mundane than the glamorous life here), but nevertheless, there was more than one scene that reminded me of the interesting study of drug dealing in &lt;a href=&#34;http://www.freakonomics.com/&#34;&gt;Freakonomics&lt;/a&gt;, with the price of risk being openly discussed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Free Banking Update</title>
      <link>/blog/2006/12/06/free-banking-update/</link>
      <pubDate>Wed, 06 Dec 2006 17:08:06 +0000</pubDate>
      <guid>/blog/2006/12/06/free-banking-update/</guid>
      <description>&lt;p&gt;After &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/29/end-of-free-banking/&#34;&gt;writing a few months ago&lt;/a&gt; about how bank customers were reneging on the contracts they signed and suing their banks for &amp;lsquo;illegal&amp;rsquo; bank charges, it appears that free banking is indeed in danger, with &lt;a href=&#34;http://www.hsbc.co.uk/&#34;&gt;HSBC&lt;/a&gt; &lt;a href=&#34;http://www.timesonline.co.uk/article/0,,2-2453714,00.html&#34;&gt;introducing a monthly fee&lt;/a&gt;. I&amp;rsquo;m glad to see that they won&amp;rsquo;t be charging them to those account holders with balances greater than £1,500 (read: those who rarely encounter fees anyway), but it&amp;rsquo;ll still be interesting to see how this shakes up the market. To me, this is a clear example of an unintended consequence of government regulation, in an area that would be better off left alone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Steve Forbes @ London Junto @ Lansdowne Club @ Mayfair</title>
      <link>/blog/2006/12/05/steve-forbes-london-junto-lansdowne-club-mayfair/</link>
      <pubDate>Tue, 05 Dec 2006 14:36:52 +0000</pubDate>
      <guid>/blog/2006/12/05/steve-forbes-london-junto-lansdowne-club-mayfair/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://gendal.blogspot.com/&#34;&gt;Richard&lt;/a&gt; and I went to see &lt;a href=&#34;http://en.wikipedia.org/wiki/Steve_Forbes&#34;&gt;Steve Forbes&lt;/a&gt; (of &lt;a href=&#34;http://www.forbes.com/&#34;&gt;Forbes magazine&lt;/a&gt; fame) speaking last night at an event organised by The London &lt;a href=&#34;http://en.wikipedia.org/wiki/Junto&#34;&gt;Junto&lt;/a&gt; (a &lt;a href=&#34;http://en.wikipedia.org/wiki/Libertarianism&#34;&gt;libertarianish&lt;/a&gt; organisation). The topic was flat taxes, and Forbes made a compelling argument for one - albeit probably preaching to the converted. Forbes has to be one of the most knowledgeable people I&amp;rsquo;ve ever seen speak - he dealt with economics, business, and geopolitical questions with equal capability, forthrightness, and clarity. He&amp;rsquo;s a former Republican presidential candidate, and it&amp;rsquo;s obvious from his winning politician&amp;rsquo;s smile. The &lt;a href=&#34;http://www.lansdowneclub.com/&#34;&gt;Lansdowne Club&lt;/a&gt; is a traditional old-boys London Club (you can tell this partly because they pointedly use the word &lt;em&gt;criterion&lt;/em&gt; &lt;a href=&#34;http://www.lansdowneclub.com/home/member_services&#34;&gt;on their website&lt;/a&gt;), and it made a suitable venue, although it didn&amp;rsquo;t exactly appeal to my taste. All in all, a worthy experiment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Exim: Remove &#39;if error_message...&#39; From Your .forward</title>
      <link>/blog/2006/12/05/exim-remove-if-error_message-from-your-forward/</link>
      <pubDate>Tue, 05 Dec 2006 10:48:32 +0000</pubDate>
      <guid>/blog/2006/12/05/exim-remove-if-error_message-from-your-forward/</guid>
      <description>&lt;p&gt;For users of &lt;a href=&#34;http://www.exim.org/&#34;&gt;Exim&lt;/a&gt; only:&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s normally &lt;a href=&#34;http://www.exim.org/exim-html-4.50/doc/html/filter_1.html&#34;&gt;recommended&lt;/a&gt; to include the line &lt;code&gt;if error_message then finish endif&lt;/code&gt; in your &lt;code&gt;.forward&lt;/code&gt; filter file, to make sure error messages don&amp;rsquo;t cause recursive problems in your mail system. I have found that this doesn&amp;rsquo;t work in practice if you normally receive a lot of spam, because spammers are increasingly using &lt;em&gt;your&lt;/em&gt; email address to spam other people. This causes bounces back to you, which bypass your spam filter because of that line (at least in my setup, using &lt;a href=&#34;http://marc.merlins.org/linux/exim/sa.html&#34;&gt;sa-exim&lt;/a&gt;). Removing that line greatly reduced the amount of spam reaching my inbox.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Map Fight!</title>
      <link>/blog/2006/12/04/map-fight/</link>
      <pubDate>Mon, 04 Dec 2006 16:18:46 +0000</pubDate>
      <guid>/blog/2006/12/04/map-fight/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/11/27/information-design/&#34;&gt;I wrote recently&lt;/a&gt; about my indecision surrounding the domain of information design; should detail or simplicity win out? (as always, the answer is probably somewhere in the middle - but hey, that&amp;rsquo;s boring). Google Maps and Multimap provide an interesting example of what I&amp;rsquo;m talking about.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://maps.google.co.uk/&#34;&gt;Google&amp;rsquo;s maps&lt;/a&gt; are simple; straightforward; and link together yellow pages data with mapping data - together with some &lt;a href=&#34;http://www.google.com/apis/maps/&#34;&gt;cool APIs&lt;/a&gt; that enable &lt;a href=&#34;http://googlemapsmania.blogspot.com/&#34;&gt;rip-offs&lt;/a&gt; (an ancient term for a &lt;a href=&#34;http://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)&#34;&gt;mashup&lt;/a&gt;). However, they also strip out contextual data that any professional navigator would consider important - landmarks, land type, buildings, etc. It seems apparent that Google are trying to hit a particular market - those who find conventional maps too confusing. And to be fair, they&amp;rsquo;re doing pretty well - empirical data suggests lots of folks use them. Their reasonably robust &lt;a href=&#34;http://www.google.com/gmm/&#34;&gt;mobile maps&lt;/a&gt; are also quite handy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Assault on Precinct 13</title>
      <link>/blog/2006/12/02/assault-on-precinct-13/</link>
      <pubDate>Sat, 02 Dec 2006 20:10:07 +0000</pubDate>
      <guid>/blog/2006/12/02/assault-on-precinct-13/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Assault_on_Precinct_13_%281976_film%29&#34;&gt;Assault on Precinct 13&lt;/a&gt; is a low-budget action film from horror director &lt;a href=&#34;http://en.wikipedia.org/wiki/John_Carpenter&#34;&gt;John Carpenter&lt;/a&gt;. The premise of the film is very simple: a gang takes revenge for a recent bust by assaulting a police station staffed by a skeleton crew (plus a few hangers-on). Initially it appears we aren&amp;rsquo;t supposed to sympathise with the police, as they&amp;rsquo;re shown as brutish and unsympathetic, but a shocking scene a third of the way through the film turns this on its head and suddenly we empathise with the plight of those who then become beseiged and the &amp;rsquo;tight corners&amp;rsquo; nature of the film shines through.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Transport is Good</title>
      <link>/blog/2006/12/01/transport-is-good/</link>
      <pubDate>Fri, 01 Dec 2006 14:40:41 +0000</pubDate>
      <guid>/blog/2006/12/01/transport-is-good/</guid>
      <description>&lt;p&gt;It seems to be a commonly held contemporary belief that transport and travel are a guilty pleasure at best, and reprehensible at worst, mainly due to the unpleasant environmental side-effects, and should be minimised. Environmentalists have already invented &lt;a href=&#34;http://www.reallifenews.com/environment/2006/11/which_carbon_offset_scheme_to.php&#34;&gt;carbon offsetting&lt;/a&gt; to assuage collective and individual guilt about the trendy problem of carbon emissions (&lt;a href=&#34;http://abuseofdiscretion.blogspot.com/2006/05/even-tim-harford-thinks-al-gore-is.html&#34;&gt;Tim Harford has explained why this makes no sense&lt;/a&gt;; and I think it&amp;rsquo;s nothing short of miraculous how carbon offsetting services can put a price on emissions so easily).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ink Sticker</title>
      <link>/blog/2006/11/29/ink-sticker/</link>
      <pubDate>Wed, 29 Nov 2006 20:11:23 +0000</pubDate>
      <guid>/blog/2006/11/29/ink-sticker/</guid>
      <description>&lt;p&gt;Some of the marketing efforts I&amp;rsquo;m most impressed by are the little, obvious things. I recently ordered some replacement ink cartridges from &lt;a href=&#34;http://www.inkfactory.com/&#34;&gt;The Ink Factory&lt;/a&gt; (excellent service, by the way - next day delivery and cheap prices, as well as good quality non-OEM cartridges). I&amp;rsquo;ve ordered from them twice now - this time round I had to dig out their name from my email archives - searching Google for &lt;a href=&#34;http://www.google.co.uk/search?sourceid=navclient-ff&amp;amp;ie=UTF-8&amp;amp;rls=GGGL,GGGL:2006-18,GGGL:en&amp;amp;q=printer+ink+uk&#34;&gt;printer ink uk&lt;/a&gt; brings up a lot of sites. They&amp;rsquo;ve now sent me some tiny stickers, with their website and phone number printed on them, one of which has now gone on the inside of my printer hood. Next time, I won&amp;rsquo;t have to do that hunt. So obvious, so simple, so clever.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Easy Rider</title>
      <link>/blog/2006/11/28/easy-rider/</link>
      <pubDate>Tue, 28 Nov 2006 11:47:43 +0000</pubDate>
      <guid>/blog/2006/11/28/easy-rider/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Easy_Rider&#34;&gt;Easy Rider&lt;/a&gt; is cool: and as it&amp;rsquo;s from the decade that invented cool, the 60s, it&amp;rsquo;s everything you expect - messy, drug-riddled, hairy and hippy. There&amp;rsquo;s no slickness or shine here: just folks kicking back.&lt;/p&gt;&#xA;&lt;p&gt;Easy Rider presents the world as suits it best: there&amp;rsquo;s no suburban American, just little towns and vast expanses of beautiful and wild desert. The visuals are perfectly offset by classic American music - country and rock &amp;rsquo;n&amp;rsquo; roll - and even the editor seems to be high at times, with wild cuts and babbled scenes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Information Design</title>
      <link>/blog/2006/11/27/information-design/</link>
      <pubDate>Mon, 27 Nov 2006 17:10:48 +0000</pubDate>
      <guid>/blog/2006/11/27/information-design/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m undecided on information design. For a long time, I&amp;rsquo;ve been a big fan of &lt;a href=&#34;http://www.edwardtufte.com/tufte/books_vdqi&#34;&gt;Edward Tufte&lt;/a&gt;: his wordy-but-worthy book, &lt;a href=&#34;http://www.edwardtufte.com/tufte/books_vdqi&#34;&gt;The Visual Display of Quantitative Information&lt;/a&gt;, is a classic of non-fiction (&amp;ldquo;Best 100 books of the 20th century.&amp;rdquo; - &lt;a href=&#34;http://www.amazon.com/&#34;&gt;Amazon&lt;/a&gt;), and is self-exemplifying to a fault: the typography is beautiful, the illustrations rich and detailed. It&amp;rsquo;s also a classic treatise on how to visually abuse statistics. His other publications, whilst they cover some of the same topics, aren&amp;rsquo;t quite so easy to follow, although the short essay &lt;a href=&#34;http://www.edwardtufte.com/tufte/powerpoint&#34;&gt;The Cognitive Style of Powerpoint&lt;/a&gt; is worth a read if you&amp;rsquo;re a Powerpoint hater like me (also see &lt;a href=&#34;http://norvig.com/&#34;&gt;Peter Norvig&lt;/a&gt;&amp;rsquo;s &lt;a href=&#34;http://norvig.com/Gettysburg/&#34;&gt;Gettysburg Address in Powerpoint&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chest Pain</title>
      <link>/blog/2006/11/26/chest-pain/</link>
      <pubDate>Sun, 26 Nov 2006 16:47:27 +0000</pubDate>
      <guid>/blog/2006/11/26/chest-pain/</guid>
      <description>&lt;p&gt;Passing along Chelsea Embankment yesterday, I noticed that the &lt;a href=&#34;http://www.bhf.org.uk/&#34;&gt;British Heart Foundation&lt;/a&gt; is running &lt;a href=&#34;http://www.bhf.org.uk/doubtkills/what_is_a_heart_attack.aspx&#34;&gt;a series of adverts&lt;/a&gt; designed to encourage people with chest pain to call &lt;a href=&#34;http://en.wikipedia.org/wiki/999_%28emergency_telephone_number%29&#34;&gt;999&lt;/a&gt;. Sounds eminently sensible as a first step. However, Robert Fischell, &lt;a href=&#34;http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=r_fischell&#34;&gt;presenting at TED 2005&lt;/a&gt;, stated that 75% of patients arriving at Emergency Rooms (&lt;a href=&#34;http://en.wikipedia.org/wiki/Emergency_Department&#34;&gt;Casualty&lt;/a&gt; in Brit-speak) with chest pain aren&amp;rsquo;t suffering from a heart attack: and thus aren&amp;rsquo;t taken very seriously - i.e., they are triaged below other patients (Fischell was presenting on an early warning device that provides more certain diagnoses). The BHF says on their website: &amp;lsquo;If you think you are having a heart attack, dial 999 immediately&amp;rsquo;. But almost no-one will know whether they are having a heart attack: they will merely feel the symptom of a possible one. Obviously trying to educate people in health matters is important. But isn&amp;rsquo;t it only sensible that we be given a bit of statistical context? I&amp;rsquo;d like to see the BHF be a little more responsible and a little less alarmist. I want to be able to weigh up my health risks sensibly to make good life-style choices: this kind of education doesn&amp;rsquo;t help.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sexual Synchronicity Economics</title>
      <link>/blog/2006/11/24/sexual-synchronicity-economics/</link>
      <pubDate>Fri, 24 Nov 2006 10:30:10 +0000</pubDate>
      <guid>/blog/2006/11/24/sexual-synchronicity-economics/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve written about synchronicity vs. asynchronicity &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/20/is-text-messaging-synchronous/&#34;&gt;before&lt;/a&gt;, but I wanted to revisit the subject because it seems to be so key to modern services; as more and more communication mechanisms evolve out of available technology and entrepreneurs&amp;rsquo; imagination, understanding customer&amp;rsquo;s usage patterns will be important when developing businesses around them. An excellent article by Gregor Hohpe, &lt;a href=&#34;http://www.enterpriseintegrationpatterns.com/ramblings/18_starbucks.html&#34;&gt;Starbucks Does Not Use Two-Phase Commit&lt;/a&gt; (included in &lt;a href=&#34;http://www.joelonsoftware.com/AboutMe.html&#34;&gt;Joel Spolsky&lt;/a&gt;&amp;rsquo;s &lt;a href=&#34;http://www.joelonsoftware.com/articles/BestSoftwareWriting.html&#34;&gt;Best Software Writing Vol. 1&lt;/a&gt;), is an examination of why understanding computer science concepts such as &lt;a href=&#34;http://en.wikipedia.org/wiki/Two-phase_commit&#34;&gt;2PC&lt;/a&gt; (and, I would argue, &lt;a href=&#34;http://en.wikipedia.org/wiki/Synchronous&#34;&gt;synchronicity&lt;/a&gt;) is important when engaging in &lt;a href=&#34;http://en.wikipedia.org/wiki/Business_Process_Reengineering&#34;&gt;business process engineering&lt;/a&gt;. There&amp;rsquo;s a large overlap between business and software engineering here, and this is why IBM sells products like &lt;a href=&#34;http://www.ibm.com/software/integration/wps/&#34;&gt;WebSphere Process Server&lt;/a&gt; together with business consultants to help customers implement them. There are a number of other essays in Spolsky&amp;rsquo;s excellent book which also discuss related subjects.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Splogged</title>
      <link>/blog/2006/11/23/splogged/</link>
      <pubDate>Thu, 23 Nov 2006 17:18:11 +0000</pubDate>
      <guid>/blog/2006/11/23/splogged/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve noticed that my blog&amp;rsquo;s been &lt;a href=&#34;http://en.wikipedia.org/wiki/Spam_blog&#34;&gt;splogged&lt;/a&gt; - unsurprisingly, using &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/11/02/rated-x/&#34;&gt;one of my film reviews&lt;/a&gt; that contains some &amp;lsquo;adult&amp;rsquo; words (see &lt;a href=&#34;http://racconti-erotici-incesto-madre-figlio.sany.com.es/13946/&#34;&gt;here&lt;/a&gt; for the &lt;a href=&#34;http://en.wikipedia.org/wiki/NSFW&#34;&gt;NSFW&lt;/a&gt; copycat). Does this mean I&amp;rsquo;ve made the blogging bigtime? I&amp;rsquo;m still only at Technorati rank 147,804 - although (in a not-at-all-sore-loser fashion) I feel the same about Technorati as &lt;a href=&#34;http://gendal.blogspot.com/&#34;&gt;Richard&lt;/a&gt; does about Sun - what exactly is the point?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spiegel vs. BBC</title>
      <link>/blog/2006/11/22/spiegel-vs-bbc/</link>
      <pubDate>Wed, 22 Nov 2006 16:49:56 +0000</pubDate>
      <guid>/blog/2006/11/22/spiegel-vs-bbc/</guid>
      <description>&lt;p&gt;Fascinating. &lt;a href=&#34;http://www.spiegel.de/international/0,1518,449533,00.html&#34;&gt;This 2-day old article&lt;/a&gt; regarding a German plane bomb plot made the front page of the &lt;a href=&#34;http://service.spiegel.de/cache/international/&#34;&gt;Der Spiegel&lt;/a&gt; website, but never came anywhere near the front page of the BBC one (&lt;a href=&#34;http://news.bbc.co.uk/1/hi/world/europe/6164886.stm&#34;&gt;this&lt;/a&gt; eventually made an appearance, hidden away). Perhaps British folks are expected not to care about German travellers? Maybe alleged terrorist threats are now that commonplace? Or is the BBC just not quite as capable as it many believe it to be? Our &lt;a href=&#34;http://biased-bbc.blogspot.com/&#34;&gt;&amp;rsquo;trusted&amp;rsquo;&lt;/a&gt; news source slips past day by day without asking the most basic of questions in most situations (mostly, &amp;lsquo;show me the evidence&amp;rsquo;). It&amp;rsquo;s immoral that I would face &lt;a href=&#34;http://www.tvlicensing.co.uk/&#34;&gt;a £1000 fine&lt;/a&gt; for having a box of electronics and refusing to pay for this (I don&amp;rsquo;t own a TV).&lt;/p&gt;</description>
    </item>
    <item>
      <title>IBM Second Life Summit</title>
      <link>/blog/2006/11/20/ibm-second-life-summit/</link>
      <pubDate>Mon, 20 Nov 2006 15:59:42 +0000</pubDate>
      <guid>/blog/2006/11/20/ibm-second-life-summit/</guid>
      <description>&lt;p&gt;I went to a summit on &lt;a href=&#34;http://secondlife.com/&#34;&gt;Second Life&lt;/a&gt; and virtual worlds in &lt;a href=&#34;http://www.ibm.com/uk/hursley&#34;&gt;Hursley&lt;/a&gt; today, hosted by Kevin Aires, Jack Mason, and &lt;a href=&#34;http://rooreynolds.com/&#34;&gt;Roo Reynolds&lt;/a&gt; - it&amp;rsquo;s becoming obvious that there&amp;rsquo;s a big buzz about Second Life both inside and outside IBM - a primary bit of evidence being IBM&amp;rsquo;s &lt;a href=&#34;http://secondlife.reuters.com/stories/2006/11/09/ibm-accelerates-push-into-3d-virtual-worlds/&#34;&gt;recent announcement of a $10m investment&lt;/a&gt; in virtual worlds such as Second Life. For obvious reasons, I can&amp;rsquo;t relate everything that was discussed. However, the discussion did get me thinking about Second Life in a slightly different way from before: as a basis for social networking applications, rather than as a basis for &lt;em&gt;any&lt;/em&gt; application: an example of the former being &lt;a href=&#34;http://greateribm.typepad.com/web_log/&#34;&gt;The Greater IBM Connection&lt;/a&gt;, an IBM alumni community. In this respect, it seems to be more analogous to, say, &lt;a href=&#34;http://www.linkedin.com/&#34;&gt;LinkedIn&lt;/a&gt;, than another application platform (Windows, the web, etc.). This scope seems realistic - &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/11/12/is-second-life-able-to-cross-the-chasm/&#34;&gt;as I&amp;rsquo;ve stated before&lt;/a&gt;, meetings and conferences seem to be the best application of Second Life that&amp;rsquo;s been demonstrated so far. The consumer impact of Second Life is still &lt;a href=&#34;http://en.wikipedia.org/wiki/To_be_determined&#34;&gt;TBD&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WHSmith are Boring</title>
      <link>/blog/2006/11/19/whsmith-are-boring/</link>
      <pubDate>Sun, 19 Nov 2006 17:08:20 +0000</pubDate>
      <guid>/blog/2006/11/19/whsmith-are-boring/</guid>
      <description>&lt;p&gt;A sign in the Winchester branch states that &lt;a href=&#34;http://www.whsmith.co.uk/&#34;&gt;WHSmith&lt;/a&gt; have joined the list of retailers who have stopped accepting cheques - Shell &lt;a href=&#34;http://www.thisismoney.co.uk/saving-and-banking/article.html?in_article_id=403521&amp;amp;in_page_id=7&#34;&gt;made headlines&lt;/a&gt; when they announced they were to do the same back in September last year. Apparently WHSmith are &lt;a href=&#34;http://news.bbc.co.uk/1/hi/programmes/working_lunch/6038242.stm&#34;&gt;concerned about fraud&lt;/a&gt;, and &lt;a href=&#34;http://www.financenewsonline.co.uk/articles/New-security-measures-in-place-for-cheques-17956792.html&#34;&gt;this news story&lt;/a&gt; implies that it&amp;rsquo;s only an experiment, but it wouldn&amp;rsquo;t surprise me if part of the decision is also related to the cost of processing and handling, and that this will become permanent - after all, it&amp;rsquo;s rare that you see a cheque being used in a shop now, and with good reason - they are tedious, awkward, and slow to process.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kiss Kiss Bang Bang</title>
      <link>/blog/2006/11/17/kiss-kiss-bang-bang/</link>
      <pubDate>Fri, 17 Nov 2006 15:07:21 +0000</pubDate>
      <guid>/blog/2006/11/17/kiss-kiss-bang-bang/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Kiss_Kiss_Bang_Bang&#34;&gt;Kiss Kiss Bang Bang&lt;/a&gt; is a murder mystery. It&amp;rsquo;s sexy, witty, and fast-paced. Lead actors&lt;a href=&#34;http://en.wikipedia.org/wiki/Robert_Downey_Jr.&#34;&gt; Robert Downey Jr.&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Val_Kilmer&#34;&gt;Val Kilmer&lt;/a&gt; (the latter as the superbly sarcastic Gay Perry), are a fabulous duo and perfectly cast. &lt;a href=&#34;http://en.wikipedia.org/wiki/Michelle_Monaghan&#34;&gt;Michelle Monaghan&lt;/a&gt; adds a saucy touch. The plot is intricate and has more twists than a pretzel, just like any decent murder mystery. It has car chases and guns. &lt;a href=&#34;http://en.wikipedia.org/wiki/Fourth_wall&#34;&gt;Downey Jr.&lt;/a&gt; breaks the fourth wall all over the shop - and the icing on the cake is his aside about the poor ending to the &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Lord_of_the_Rings:_The_Return_of_the_King_%28film%29&#34;&gt;last LoTR&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>RIP, Milton Friedman</title>
      <link>/blog/2006/11/16/rip-milton-friedman/</link>
      <pubDate>Thu, 16 Nov 2006 23:13:52 +0000</pubDate>
      <guid>/blog/2006/11/16/rip-milton-friedman/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Milton_Friedman&#34;&gt;A truly great man&lt;/a&gt;. The world is poorer (in every sense) with his passing. Russ Roberts was fortunate enough &lt;a href=&#34;http://www.econtalk.org/archives/_featuring/milton_friedman/index.html&#34;&gt;to interview him&lt;/a&gt; only a few months ago - his brilliance shone through even at the age of 94. From another interview in 2004:&lt;/p&gt;&#xA;&lt;blockquote&gt;There are four ways in which you can spend money. You can spend your own money on yourself. When you do that, why then you really watch out what you’re doing, and you try to get the most for your money. Then you can spend your own money on somebody else. For example, I buy a birthday present for someone. Well, then I’m not so careful about the content of the present, but I’m very careful about the cost. Then, I can spend somebody else’s money on myself. And if I spend somebody else’s money on myself, then I’m sure going to have a good lunch! Finally, I can spend somebody else’s money on somebody else. And if I spend somebody else’s money on somebody else, I’m not concerned about how much it is, and I’m not concerned about what I get. And that’s government. And that’s close to 40% of our national income.&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: The New York Times &lt;a href=&#34;http://www.nytimes.com/2006/11/16/business/17friedmancnd.html?hp&amp;amp;ex=1163739600&amp;amp;en=b22d188423a336e8&amp;amp;ei=5094&amp;amp;partner=homepage&#34;&gt;has a detailed story and biography&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pleasantville</title>
      <link>/blog/2006/11/16/pleasantville/</link>
      <pubDate>Thu, 16 Nov 2006 10:11:33 +0000</pubDate>
      <guid>/blog/2006/11/16/pleasantville/</guid>
      <description>&lt;blockquote&gt;&#39;What&#39;s sex?&#39; - Betty&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Pleasantville_(film)&#34;&gt; Pleasantville&lt;/a&gt; is a favourite film of mine. Powerful on many levels, it manages to captivate the attention as well as entertain and give pause for thought.&lt;/p&gt;&#xA;&lt;p&gt;The premise is simple; David (&lt;a href=&#34;http://en.wikipedia.org/wiki/Tobey_Maguire&#34;&gt;Tobey Maguire&lt;/a&gt;) is given a remote control that allows him to enter the TV set and the programme of Pleasantville with his sister Jennifer (&lt;a href=&#34;http://en.wikipedia.org/wiki/Reese_Witherspoon&#34;&gt;Reese Witherspoon&lt;/a&gt;). This mysterious start to the film is a well-trod one (&lt;a href=&#34;http://en.wikipedia.org/wiki/Gremlins&#34;&gt;Gremlins&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Back_to_the_future&#34;&gt;Back to the Future&lt;/a&gt; being well-known previous examples), but it works without too much tedium. The world of Pleasantville that they enter is a black and white sitcom set in the 50s with bland, inoffensive content. David loves this programme, but, egged on by his sister&amp;rsquo;s behaviour in having sex with one of the town&amp;rsquo;s other teenagers (in a place where holding hands is risqué), he soon begins to encourage the townspeople to rebel and investigate their adventurous side. Apparently too much sex means poor quality basketball the next morning, but as each townsperson&amp;rsquo;s innocence is challenged, the town begins to turn from black and white to colour, piece by piece, in a most beautiful manner, as they realise their greater potential.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Digital Sound Innovation</title>
      <link>/blog/2006/11/15/digital-sound-innovation/</link>
      <pubDate>Wed, 15 Nov 2006 19:03:13 +0000</pubDate>
      <guid>/blog/2006/11/15/digital-sound-innovation/</guid>
      <description>&lt;p&gt;When I was younger, I used to spend a lot of time tinkering with digital sound: mostly &lt;a href=&#34;http://en.wikipedia.org/wiki/MOD_(file_format)&#34;&gt;MOD files&lt;/a&gt;, on the venerable &lt;a href=&#34;http://www.fasttracker2.com/&#34;&gt;FastTracker&lt;/a&gt;. The highlight was remixing a track by &lt;a href=&#34;http://mod.zayda.net/&#34;&gt;Jim Young&lt;/a&gt; - I&amp;rsquo;ve unfortunately lost my version, but &lt;a href=&#34;http://www.modarchive.com/cgi-bin/download.cgi/U/u4ia.mod&#34;&gt;here&lt;/a&gt;&amp;rsquo;s the original (any competent media player, such as &lt;a href=&#34;http://www.xmms.org/&#34;&gt;XMMS&lt;/a&gt; or &lt;a href=&#34;http://www.winamp.com/&#34;&gt;Winamp&lt;/a&gt;, should still be able to play MOD files with the right plugin). I used the sound of my CD drive opening as an &amp;lsquo;instrument&amp;rsquo; (slowed down many times), and felt very silly when I came to listen it to some years later. Only later did I realise that the professionals do exactly the same thing; &lt;a href=&#34;http://en.wikipedia.org/wiki/Gary_Rydstrom&#34;&gt;Gary Rydstrom&lt;/a&gt;, one of Hollywood&amp;rsquo;s leading sound designers, describes how he used exactly the same kind of &lt;a href=&#34;http://en.wikipedia.org/wiki/Found_art&#34;&gt;found art&lt;/a&gt; - bottles, floors, etc. - to design sounds for &lt;a href=&#34;http://en.wikipedia.org/wiki/Monsters,_Inc.&#34;&gt;Monsters Inc.&lt;/a&gt; on the DVD extras for same. Nevertheless, my efforts were still pushing unlistenable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Illiberal Hampshire Police</title>
      <link>/blog/2006/11/14/illiberal-hampshire-police/</link>
      <pubDate>Tue, 14 Nov 2006 18:51:11 +0000</pubDate>
      <guid>/blog/2006/11/14/illiberal-hampshire-police/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/blog/halloween_flour.jpg&#34; alt=&#34;Halloween Flour&#34;&gt;Firstly we learn that owning knives in &lt;a href=&#34;http://en.wikipedia.org/wiki/Hampshire&#34;&gt;Hampshire&lt;/a&gt; is wrong. Or maybe it isn&amp;rsquo;t; &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/10/local-papers-are-even-worse-than-national-ones/&#34;&gt;but the police only seem interested in gathering them anyway&lt;/a&gt;. Then we discover that the police are targeting signs that &lt;a href=&#34;http://www.telegraph.co.uk/news/main.jhtml?xml=/news/2006/07/28/nwitness28.xml&#34;&gt;others find offensive&lt;/a&gt;. I&amp;rsquo;m not convinced this is a good use of my tax money.&lt;/p&gt;&#xA;&lt;p&gt;But accordingly, I would like to politely request that &lt;a href=&#34;http://www.hampshire.police.uk/&#34;&gt;Hampshire Police&lt;/a&gt; remove the following signs across the county, which I find offensive:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&amp;lsquo;Please wash before exiting rest room&amp;rsquo; (the facilities in my office)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Religiously Economical or Economically Religious?</title>
      <link>/blog/2006/11/13/religiously-economical-or-economically-religious/</link>
      <pubDate>Mon, 13 Nov 2006 21:38:47 +0000</pubDate>
      <guid>/blog/2006/11/13/religiously-economical-or-economically-religious/</guid>
      <description>&lt;p&gt;As I&amp;rsquo;ve mentioned before, I regularly listen to the &lt;a href=&#34;http://www.econtalk.org/&#34;&gt;Econtalk&lt;/a&gt; series of &lt;a href=&#34;http://en.wikipedia.org/wiki/Podcasting&#34;&gt;podcasts&lt;/a&gt;; along with &lt;a href=&#34;http://www.ted.com/tedtalks/index.cfm?flashEnabled=1&#34;&gt;TEDTalks&lt;/a&gt;, they are one of the highlights of my [vod,pod]cast week.&lt;/p&gt;&#xA;&lt;p&gt;An Econtalk podcast on the &lt;a href=&#34;http://www.econtalk.org/archives/2006/10/the_economics_o_7.html&#34;&gt;subject of religion&lt;/a&gt; a few weeks ago was the first I haven&amp;rsquo;t fully enjoyed. &lt;a href=&#34;http://economics.gmu.edu/faculty/liannaccone.html&#34;&gt;Larry Iannacone&lt;/a&gt;, the guest that week, outlined a theory he has spent many years developing: the amount of religious participation in a market (e.g. a country) is correlated with the amount of religious freedom permitted. He alleged that the USA was a good example - somewhere that had &lt;a href=&#34;http://en.wikipedia.org/wiki/First_Amendment_to_the_United_States_Constitution&#34;&gt;constitutionally guaranteed religious freedom&lt;/a&gt;, and subsequently widespread religious belief. This argument has intuitive power (when people are more free to do stuff their own way, they are more likely to take part in it), and seems empirically justified too (I didn&amp;rsquo;t spend long on the &lt;a href=&#34;http://www.thearda.com/&#34;&gt;ARDA&lt;/a&gt; website he linked to, which contains more statistics on this than one can shake a stick at).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Is Second Life Able to Cross the Chasm?</title>
      <link>/blog/2006/11/12/is-second-life-able-to-cross-the-chasm/</link>
      <pubDate>Sun, 12 Nov 2006 22:11:36 +0000</pubDate>
      <guid>/blog/2006/11/12/is-second-life-able-to-cross-the-chasm/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://secondlife.com/&#34;&gt;Second Life&lt;/a&gt; is an idea I want to like. It&amp;rsquo;s not a game, and it&amp;rsquo;s not just for playing around either (despite the slightly frivolous avatars and other trivialities imported from actual games). Some of my colleagues from IBM in various R&amp;amp;D; labs around the world - such as the &lt;a href=&#34;http://eightbar.co.uk/&#34;&gt;Emerging Technologies Lab&lt;/a&gt; here in Hursley - have been doing an admirable job of promoting Second Life as a genuine business tool (articles &lt;a href=&#34;http://games.slashdot.org/article.pl?sid=06/10/02/2244220&#34;&gt;on Slashdot&lt;/a&gt;, &lt;a href=&#34;http://news.bbc.co.uk/1/hi/technology/6111738.stm&#34;&gt;the BBC&lt;/a&gt;), and I think it&amp;rsquo;s great that IBM is looking at using something so bright and fresh.&lt;/p&gt;</description>
    </item>
    <item>
      <title>On Demand, in the Air</title>
      <link>/blog/2006/11/11/on-demand-in-the-air/</link>
      <pubDate>Sat, 11 Nov 2006 14:58:35 +0000</pubDate>
      <guid>/blog/2006/11/11/on-demand-in-the-air/</guid>
      <description>&lt;p&gt;A recent BBC &lt;a href=&#34;http://www.bbc.co.uk/radio4/news/inbusiness/archive.shtml&#34;&gt;In Business&lt;/a&gt; episode discussed the recent innovations in the &lt;a href=&#34;http://www.release1-0.com/release1/abstracts.php?counter=6315799&#34;&gt;on-demand air-taxi market&lt;/a&gt;. One of the startups hoping to make a name for themselves in this market are &lt;a href=&#34;http://www.dayjet.com/&#34;&gt;DayJet&lt;/a&gt;, who are in the process of launching a service which allows for buying seats on charter aircraft from and to airports you nominate. The logistics are solved in real-time by an automated system, and the wider the time window you allow for your journey (which permits drop off/pick-up of other passengers), the cheaper the ticket. DayJet are hoping to offer prices not far off the cost of a standard economy/coach ticket on scheduled flights. They are also planning to use extremely cheap (only $1.5 million) jet aircraft produced by &lt;a href=&#34;http://www.eclipseaviation.com/&#34;&gt;Eclipse&lt;/a&gt;. I think all of this combines to produce what seems to be a pretty novel service, although to be fair &lt;a href=&#34;http://www.linearair.com/&#34;&gt;they aren&amp;rsquo;t the only ones&lt;/a&gt; exploring this market.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spam and OCR</title>
      <link>/blog/2006/11/10/spam-and-ocr/</link>
      <pubDate>Fri, 10 Nov 2006 14:12:59 +0000</pubDate>
      <guid>/blog/2006/11/10/spam-and-ocr/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s strange how the same techniques can be used to attack both sides of a problem. For some time now, some of the more sophisticated web spammers have been using &lt;a href=&#34;http://en.wikipedia.org/wiki/OCR&#34;&gt;OCR&lt;/a&gt; techniques to circumvent &lt;a href=&#34;http://en.wikipedia.org/wiki/Captcha&#34;&gt;CAPTCHA&lt;/a&gt;s on websites in order to hijack free email accounts, submit comment spam on blogs, and similar forms of mischievousness.&lt;/p&gt;&#xA;&lt;p&gt;As the more capable e-mail spammers seem to be figuring out that anti-spam technologies are getting pretty good at filtering out the crap they send, normally using rule-based detection, &lt;a href=&#34;http://en.wikipedia.org/wiki/Bayesian_filtering&#34;&gt;Bayesian learning&lt;/a&gt;, or a combination of the two, a lot of spam now being sent out is image-based - and anti-spammers are now using OCR to fight back against this new tide.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Common Myths about Common Myths</title>
      <link>/blog/2006/11/09/common-myths-about-common-myths/</link>
      <pubDate>Thu, 09 Nov 2006 11:35:07 +0000</pubDate>
      <guid>/blog/2006/11/09/common-myths-about-common-myths/</guid>
      <description>&lt;p&gt;A quick Google search for &lt;a href=&#34;http://www.google.co.uk/search?sourceid=navclient-ff&amp;amp;ie=UTF-8&amp;amp;rls=GGGL,GGGL:2006-18,GGGL:en&amp;amp;q=%22common+myths+about%22&#34;&gt;&amp;ldquo;common myths about&amp;rdquo;&lt;/a&gt; turns up ~315,000 hits. Apparently, there are a lot of myths about:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Sex&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Atheists&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Copyright&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Science&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Gifted Students&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The Apple Mac&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Web Design&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Earthquakes&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/West_nile_virus&#34;&gt;West Nile Virus&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The last one is the most surprising. I&amp;rsquo;m not even sure what the West Nile Virus is. Perhaps that&amp;rsquo;s why there are myths about it. But at least as regards the other subjects, it seems to be a slight cheat, and writing cliché, to &amp;lsquo;correct&amp;rsquo; a set of myths without demonstrating that they exist. For example, here are some alleged myths concerning the subjects above:&lt;/p&gt;</description>
    </item>
    <item>
      <title>S.W.A.T.</title>
      <link>/blog/2006/11/08/swat/</link>
      <pubDate>Wed, 08 Nov 2006 22:02:26 +0000</pubDate>
      <guid>/blog/2006/11/08/swat/</guid>
      <description>&lt;p&gt;Ladies and Gentlemen, you may turn off your brains now.&lt;/p&gt;&#xA;&lt;p&gt;How to develop the plot of a &lt;a href=&#34;http://en.wikipedia.org/wiki/S.W.A.T._%28film%29&#34;&gt;brainless Hollywood action flick&lt;/a&gt;, in 11 easy steps:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Demonstrate &lt;a href=&#34;http://en.wikipedia.org/wiki/SWAT&#34;&gt;SWAT&lt;/a&gt;&amp;rsquo;s awesome prowess but arrogant fallibility with an opening scene that introduces handsome lead &lt;a href=&#34;http://en.wikipedia.org/wiki/Colin_Farrell&#34;&gt;Colin Farrell&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Develop some guilt and other emotion to be easily overcome later in the film, via a few heart-to-heart chats between colleagues. Demote Farrell for his cockiness in the first scene, but consign his colleague to the police bin of history.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lightbulb Conundrum - Drinks, Anyone?</title>
      <link>/blog/2006/11/08/lightbulb-conundrum-drinks-anyone/</link>
      <pubDate>Wed, 08 Nov 2006 10:18:57 +0000</pubDate>
      <guid>/blog/2006/11/08/lightbulb-conundrum-drinks-anyone/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Beer&#34;&gt;A pint&lt;/a&gt; is yours if you can solve this conundrum for me (a theoretical explanation you can convince me of will do; I have a practical workaround).&lt;/p&gt;&#xA;&lt;p&gt;A few weeks ago I replaced some of the bulbs in my house with &lt;a href=&#34;http://en.wikipedia.org/wiki/Compact_fluorescent_lamp&#34;&gt;energy-saving ones&lt;/a&gt;. However, the ceiling light in my hall behaves in a very odd manner. Occasionally, after I switch it off at the wall, it flickers on very briefly (for about 1/10 second) about once every minute - even though the power is (allegedly) off. The flicker is fairly dim, so I only notice it at night. If I take the bulb out of the socket, the flicker stops. If I put it back, it starts again. This behaviour happily continues for hours - to the extent that I remove the bulb when it happens because it&amp;rsquo;s too distracting when trying to sleep.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Milwaukee, Minnesota</title>
      <link>/blog/2006/11/07/milwaukee-minnesota/</link>
      <pubDate>Tue, 07 Nov 2006 19:43:52 +0000</pubDate>
      <guid>/blog/2006/11/07/milwaukee-minnesota/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.rottentomatoes.com/m/milwaukee_minnesota/&#34;&gt;Milwaukee, Minnesota&lt;/a&gt; is an engaging story about Albert, a mentally retarded ice fisher in &lt;a href=&#34;http://en.wikipedia.org/wiki/Milwaukee,_Wisconsin&#34;&gt;Milwaukee&lt;/a&gt; (which keen observers of American geography will note is actually in &lt;a href=&#34;http://en.wikipedia.org/wiki/Wisconsin&#34;&gt;Wisconsin&lt;/a&gt;). It starts out gently, but quickly turns into a mystery, with various parties vying for Albert&amp;rsquo;s attention and the money left after his over-protective mother died.&lt;/p&gt;&#xA;&lt;p&gt;Albert is played by &lt;a href=&#34;http://en.wikipedia.org/wiki/Troy_Garity&#34;&gt;Troy Garity&lt;/a&gt;, who at times looks uncannily like &lt;a href=&#34;http://en.wikipedia.org/wiki/Dustin_Hoffman&#34;&gt;Dustin Hoffman&lt;/a&gt; in &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Graduate&#34;&gt;The Graduate&lt;/a&gt;. Good supporting performances come from &lt;a href=&#34;http://en.wikipedia.org/wiki/Randy_Quaid&#34;&gt;Randy Quaid&lt;/a&gt; and others, who do a good job of conveying complex sub-plots and old grievances without saying a word.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Liquid Relaxation</title>
      <link>/blog/2006/11/06/liquid-relaxation/</link>
      <pubDate>Mon, 06 Nov 2006 18:59:08 +0000</pubDate>
      <guid>/blog/2006/11/06/liquid-relaxation/</guid>
      <description>&lt;p&gt;For anyone who hasn&amp;rsquo;t heard, there are &lt;a href=&#34;http://www.heathrowairport.com/portal/controller/dispatcher.jsp?CiID=fb9da11b4763d010VgnVCM10000036821c0a____&amp;amp;CtID=448c6a4c7f1b0010VgnVCM200000357e120a____&amp;amp;Ct=B2C_CT_GENERAL&amp;amp;RootCh=Airport%20Information&amp;amp;Ch=Security+control&amp;amp;ChID=b0eba11b4763d010VgnVCM10000036821c0a____&amp;amp;ChPath=LHR%5EAirport+Information%5ESecurity+control&amp;amp;ChIDPath=bde597dc2eb12010VgnVCM100000147e120a____%5E473797dc2eb12010VgnVCM100000147e120a____%5Eb0eba11b4763d010VgnVCM10000036821c0a____&#34;&gt;new EU-wide regulations on hand baggage&lt;/a&gt; - which have the effect of slightly relaxing the rules that were in place at UK airports (although there are still plenty of awkward gotchas). The implication of this, of course, is that either the &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/10/uk-air-travel-recreates-1984/&#34;&gt;original terrorist threat&lt;/a&gt; has subsided (although it would be nice for the security &amp;lsquo;services&amp;rsquo; to explain why), or that they panicked and couldn&amp;rsquo;t handle the situation they suddenly found themselves in. Either way, I suspect the next knee-jerk reaction isn&amp;rsquo;t far off. In the meantime, maybe this will reduce the number of annoyed executives having to check in an overnight bag.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The History Boys</title>
      <link>/blog/2006/11/05/the-history-boys/</link>
      <pubDate>Sun, 05 Nov 2006 22:10:42 +0000</pubDate>
      <guid>/blog/2006/11/05/the-history-boys/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/The_History_Boys&#34;&gt;The History Boys&lt;/a&gt; is a little different from some of the other &amp;lsquo;up-North-lads-do-good pictures of recent years (&lt;a href=&#34;http://en.wikipedia.org/wiki/The_Full_Monty&#34;&gt;Full Monty&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Billy_Elliot&#34;&gt;Billy Elliott&lt;/a&gt;). Firstly, it is a bit intelligent (although it&amp;rsquo;s probably a bit unfair to expect the Full Monty to be intelligent, superb though it is, and there&amp;rsquo;s still a lot of &lt;a href=&#34;http://en.wikipedia.org/wiki/English_literature&#34;&gt;English-lit.&lt;/a&gt; and philosophical self-indulgence in The History Boys). It&amp;rsquo;s a strong character-focused film, and masterfully acted by a surprisingly large set of prominent performers (who aren&amp;rsquo;t really as young as they look), as well as being hilarious to boot - to the extent that the more serious scenes sometimes dull the film&amp;rsquo;s impact.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fight, Fight, Fight!</title>
      <link>/blog/2006/11/05/fight-fight-fight/</link>
      <pubDate>Sun, 05 Nov 2006 11:51:56 +0000</pubDate>
      <guid>/blog/2006/11/05/fight-fight-fight/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://gendal.blogspot.com/2006/11/i-am-economically-literate.html&#34;&gt;Richard posted a link&lt;/a&gt; to the &lt;a href=&#34;http://woodrow.mpls.frb.fed.us/info/&#34;&gt;Federal Reserve Bank of Minneapolis&lt;/a&gt;&amp;rsquo;s multi-guess &lt;a href=&#34;http://woodrow.mpls.frb.fed.us/research/studies/econlit/test.html&#34;&gt;Economic Literacy Test&lt;/a&gt;. Most of it was fairly easy if you know the &lt;a href=&#34;http://en.wikibooks.org/wiki/Wikibooks:Economics_bookshelf&#34;&gt;standard economic textbook&lt;/a&gt; viewpoint on capitalism (which allows for a few &lt;a href=&#34;http://en.wikipedia.org/wiki/Market_failure&#34;&gt;market failures&lt;/a&gt; but is mostly fairly single-minded about the market&amp;rsquo;s ability to be efficient).&lt;/p&gt;&#xA;&lt;p&gt;Unlike Richard, though, I only managed 11/13 on the first pass. So in true bad loser style, it&amp;rsquo;s time to defend myself. I got the right answer second time round on both questions I failed on, and I was dithering over two possible answers on both. One mistake was because of the ambiguous use of the phrase &amp;lsquo;public interest&amp;rsquo; in the question (they actually meant: make goods and services people want, I thought of cuddly things like clouds and cars that don&amp;rsquo;t pollute). The other was to do with high inflation and the money supply - mah, I&amp;rsquo;ve never understood macroeconomics properly anyway. Plus it was the 12th question and I was getting slapdash&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Two Google Ideas</title>
      <link>/blog/2006/11/04/two-google-ideas/</link>
      <pubDate>Sat, 04 Nov 2006 13:07:30 +0000</pubDate>
      <guid>/blog/2006/11/04/two-google-ideas/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt; have created a powerful brand based on creating simplicity from complexity (what all good IT is about). Their tools aren&amp;rsquo;t perfect, but they&amp;rsquo;ve made life easier for billions, and so I think they still deserve some free feedback from time-to-time. So, a few thoughts:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Mr. Google, please develop a podcast search engine. So much interesting content is now being released as podcasts (quick plug for my favourite: &lt;a href=&#34;http://www.econtalk.org/&#34;&gt;EconTalk&lt;/a&gt;), that it would be useful to be able to search them. All you have to do is invent a speech-to-text interpreter that actually works reliably. Simple. [&lt;strong&gt;Note&lt;/strong&gt;: as I sometimes do, I wrote this post in advance of it being published. I&amp;rsquo;ve since discovered that such a tool &lt;a href=&#34;http://www.podzinger.com/&#34;&gt;already exists&lt;/a&gt;. However, I thought I&amp;rsquo;d leave the original prose here: Google, if you get one out soon, you could still corner the market]&lt;/p&gt;</description>
    </item>
    <item>
      <title>It&#39;s a Web 2.0 Jungle Out There</title>
      <link>/blog/2006/11/03/its-a-web-20-jungle-out-there/</link>
      <pubDate>Fri, 03 Nov 2006 11:02:53 +0000</pubDate>
      <guid>/blog/2006/11/03/its-a-web-20-jungle-out-there/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve upgraded my interweb connection to &lt;a href=&#34;http://en.wikipedia.org/wiki/Web_2&#34;&gt;Web 2.0&lt;/a&gt; in the last few months. Although no-one can really point to what Web 2.0 is (even though there&amp;rsquo;s a &lt;a href=&#34;http://web2.0validator.com/&#34;&gt;validator&lt;/a&gt; for it), many people feel that they know it when they see it. I now defend the term against &lt;a href=&#34;http://en.wikipedia.org/wiki/Web_2#Criticism&#34;&gt;cynics&lt;/a&gt; because I think it&amp;rsquo;s genuinely useful. To me, it&amp;rsquo;s a combination of little things: blogging and feedreading, a good quality web browser, in-place dynamic web sites (mostly driven by &lt;a href=&#34;http://en.wikipedia.org/wiki/Ajax_%28programming%29&#34;&gt;AJAX&lt;/a&gt;), to name but a few. For a technically minded person, I&amp;rsquo;m atypically late adopting, and so I&amp;rsquo;ve only recently happened on two powerful aspects of Web 2.0:&lt;/p&gt;</description>
    </item>
    <item>
      <title>SOA Tips &#39;n&#39; Tricks Blog Launched</title>
      <link>/blog/2006/11/02/soa-tips-n-tricks-blog-launched/</link>
      <pubDate>Thu, 02 Nov 2006 14:57:33 +0000</pubDate>
      <guid>/blog/2006/11/02/soa-tips-n-tricks-blog-launched/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.ctomkins.co.uk/&#34;&gt;Chris Tomkins&lt;/a&gt; and I both work on the &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; team, and have been blogging about it and related IBM SOA products for some months. We&amp;rsquo;ve now decided to join forces and launch a new blog called &lt;a href=&#34;http://soatipsntricks.wordpress.com/&#34;&gt;SOA Tips &amp;rsquo;n&amp;rsquo; Tricks&lt;/a&gt;. This will contain technical tips on ESB and other products as well as wider issues - we don&amp;rsquo;t know exactly how it will evolve so please feel free to leave us some feedback on the things you read - what you like, and what you don&amp;rsquo;t. I plan to discontinue writing about ESB or SOA specifically here on my personal blog, although I&amp;rsquo;ll continue to discuss wider &lt;a href=&#34;http://www.andrewferrier.com/blog/category/ibm/&#34;&gt;IBM&lt;/a&gt; issues.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rated X</title>
      <link>/blog/2006/11/02/rated-x/</link>
      <pubDate>Thu, 02 Nov 2006 10:53:33 +0000</pubDate>
      <guid>/blog/2006/11/02/rated-x/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Rated_X_%28film%29&#34;&gt;Rated X&lt;/a&gt; is a film about the (ahem) adult film industry, so sensitive eyes might want to stop reading this review now. It stacks up well against other films of the genre, such as &lt;a href=&#34;http://en.wikipedia.org/wiki/Boogie_Nights&#34;&gt;Boogie Nights&lt;/a&gt; (although it&amp;rsquo;s not as funny), and &lt;a href=&#34;http://en.wikipedia.org/wiki/The_People_vs._Larry_Flynt&#34;&gt;The People vs. Larry Flynt&lt;/a&gt; (although it&amp;rsquo;s not as political). The film tells a frequently unfulfilled dream: two brothers (well played by real-life brothers &lt;a href=&#34;http://en.wikipedia.org/wiki/Emilio_Estevez&#34;&gt;Emilio Estevez&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Charlie_Sheen&#34;&gt;Charlie Sheen&lt;/a&gt;) want to make porn that isn&amp;rsquo;t just cheap and tacky, but tells a story.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Signs of Strife in LOVEFiLM Land</title>
      <link>/blog/2006/11/01/signs-of-strife-in-lovefilm-land/</link>
      <pubDate>Wed, 01 Nov 2006 09:27:44 +0000</pubDate>
      <guid>/blog/2006/11/01/signs-of-strife-in-lovefilm-land/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/08/screenselect-merges-with-lovefilm/&#34;&gt;My recent posting&lt;/a&gt; regarding the Screenselect/LOVEFiLM merger elicited a lot of (mostly unfavourable) comments from strangers regarding LOVEFiLM&amp;rsquo;s poor service. So far I hadn&amp;rsquo;t seen any of that, but &lt;a href=&#34;http://www.lovefilm.com/&#34;&gt;their website&lt;/a&gt; has just refused to downgrade my package (i.e allow me to reduce my spend with them). I&amp;rsquo;ve sent an email, but as others have pointed out, they have pre-prepared excuses ready about the high volumes of email they are getting (hint: this isn&amp;rsquo;t OK, LOVEFiLM, you should have expected it). We&amp;rsquo;ll see how fast this problem gets sorted: is this the start of a slippery slope which ends in me cancelling my account? Time will tell.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Broken Flowers</title>
      <link>/blog/2006/10/31/broken-flowers/</link>
      <pubDate>Tue, 31 Oct 2006 18:15:25 +0000</pubDate>
      <guid>/blog/2006/10/31/broken-flowers/</guid>
      <description>&lt;p&gt;What &lt;a href=&#34;http://en.wikipedia.org/wiki/Jack_nicholson&#34;&gt;Jack Nicholson&lt;/a&gt;&amp;rsquo;s &lt;a href=&#34;http://en.wikipedia.org/wiki/As_Good_as_It_Gets&#34;&gt;As Good as It Gets&lt;/a&gt; is to &lt;a href=&#34;http://en.wikipedia.org/wiki/Bill_Murray&#34;&gt;Bill Murray&lt;/a&gt;&amp;rsquo;s &lt;a href=&#34;http://en.wikipedia.org/wiki/Lost_in_Translation&#34;&gt;Lost in Translation&lt;/a&gt;, Nicholson&amp;rsquo;s &lt;a href=&#34;http://en.wikipedia.org/wiki/About_Schmidt&#34;&gt;About Schmidt&lt;/a&gt; is to Murray&amp;rsquo;s &lt;a href=&#34;http://en.wikipedia.org/wiki/Broken_Flowers&#34;&gt;Broken Flowers&lt;/a&gt;. The actors in question are both senior Hollywood players, distinguished and experienced. Both the former films, despite their differences in setting, are existential and witty. Both the latter are existential yet tedious. I had the same feeling watching Broken Flowers as I did watching About Schmidt - boredom. Although only 105 minutes long, it feels like an age, and most scenes simply drift along without holding the interest. It&amp;rsquo;s not a slow burner - the fire never gets lit. Broken Flowers was acclaimed at Cannes and I simply don&amp;rsquo;t know why. There&amp;rsquo;s little else to say - but I certainly wouldn&amp;rsquo;t recommend this as one of Murray&amp;rsquo;s best.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Maybe I&#39;m Shallow</title>
      <link>/blog/2006/10/31/maybe-im-shallow/</link>
      <pubDate>Tue, 31 Oct 2006 10:22:52 +0000</pubDate>
      <guid>/blog/2006/10/31/maybe-im-shallow/</guid>
      <description>&lt;p&gt;On a trip to London the other week, I was wearing a nice &lt;a href=&#34;http://en.wikipedia.org/wiki/Pinstripe&#34;&gt;pinstripe&lt;/a&gt; suit. With my neatly ironed shirt, conservative tie, and smart cufflinks, I thought I looked very presentable. But as I&amp;rsquo;ve &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/20/how-to-have-a-disappointing-late-night-journey-home-part-5/&#34;&gt;already admitted&lt;/a&gt;, I also bought some pomegranate juice. What was I thinking? Sure, it was OK, but what a &lt;a href=&#34;http://en.wikipedia.org/wiki/Yuppie&#34;&gt;yuppie&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;So here&amp;rsquo;s a question: does how you&amp;rsquo;re dressed and what you&amp;rsquo;re doing affect what you buy? Do you feel compelled to buy more expensive stuff because you look like you should be able to afford it? Do you allow yourself to buy budget &lt;a href=&#34;http://en.wikipedia.org/wiki/Baked_beans&#34;&gt;baked beans&lt;/a&gt; when you&amp;rsquo;re sloping down to the shops in a scruffy t-shirt on Sunday morning? Or are you unaffected by such self-imposed peer pressure?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Meta-Blog</title>
      <link>/blog/2006/10/30/meta-blog/</link>
      <pubDate>Mon, 30 Oct 2006 17:54:47 +0000</pubDate>
      <guid>/blog/2006/10/30/meta-blog/</guid>
      <description>&lt;p&gt;As this blog reaches &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/16/5100/&#34;&gt;another milestone&lt;/a&gt; (this is the 200th post), I get the feeling I&amp;rsquo;ve written far more than I set out to. So I thought I&amp;rsquo;d round up some statistics:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;200 posts&lt;/strong&gt; - approximately &lt;strong&gt;1.6/day&lt;/strong&gt; since 25th June.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;246 comments&lt;/strong&gt; - approximately &lt;strong&gt;1.96/day&lt;/strong&gt;, and an average of &lt;strong&gt;1.23/article&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;2,958 spam comments&lt;/strong&gt; caught by &lt;a href=&#34;http://akismet.com/download/&#34;&gt;Akismet&lt;/a&gt; - approximately &lt;strong&gt;167/week&lt;/strong&gt; - although this is nowhere near my personal email, which hovers more around the frightening figure of** 4,000/week** - I love &lt;a href=&#34;http://spamassassin.apache.org/&#34;&gt;SpamAssassin&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>TV Programmes at the Extremes</title>
      <link>/blog/2006/10/30/tv-programmes-at-the-extremes/</link>
      <pubDate>Mon, 30 Oct 2006 10:02:15 +0000</pubDate>
      <guid>/blog/2006/10/30/tv-programmes-at-the-extremes/</guid>
      <description>&lt;p&gt;There seem to be only two types of fiction-based TV programme:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The episode starts, everything changes, then everything ends exactly the same way it started. This is typified by comedies, such as &lt;a href=&#34;http://en.wikipedia.org/wiki/The_simpsons&#34;&gt;The Simpsons&lt;/a&gt;, which often have crazy storylines that seem irretrievable, but end up where they began. In fact, more than one episode of The Simpsons has parodied this technique.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The episode starts, everything changes, then everything ends up differently at the end. This is typified by soaps such as &lt;a href=&#34;http://en.wikipedia.org/wiki/Eastenders&#34;&gt;Eastenders&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Innovating for the Impossible</title>
      <link>/blog/2006/10/29/innovating-for-the-impossible/</link>
      <pubDate>Sun, 29 Oct 2006 20:38:00 +0000</pubDate>
      <guid>/blog/2006/10/29/innovating-for-the-impossible/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s a fun thought experiment: imagine what innovations would be necessary, feasible, or useful if the fundamental biological or physical restrictions of our world were different: not generally, but in a specific area.&lt;/p&gt;&#xA;&lt;p&gt;For example, let&amp;rsquo;s say that the hair on our heads grew not at the rate it does now -  &lt;a href=&#34;http://health.howstuffworks.com/question251.htm&#34;&gt;approximately 0.5mm/day&lt;/a&gt; - but at 1m/day. It seems clear that hairdressers, as least as they are currently organised, wouldn&amp;rsquo;t be able to keep up. Either we&amp;rsquo;d need hairdressers to be everywhere and very efficient, or, more likely, we&amp;rsquo;d need some form of automated haircutting machine - perhaps with one installed in every bathroom. Brides-to-be would struggle to look just-so at the right moment, so there&amp;rsquo;d need to be an emergency hairdresser on standby.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Free Hour</title>
      <link>/blog/2006/10/29/free-hour/</link>
      <pubDate>Sun, 29 Oct 2006 10:19:23 +0000</pubDate>
      <guid>/blog/2006/10/29/free-hour/</guid>
      <description>&lt;p&gt;Once a year (&lt;a href=&#34;http://wwp.united-kingdom-uk.com/&#34;&gt;today is the day&lt;/a&gt;) I wake up and realise I&amp;rsquo;ve been given a free hour. Does anyone else savour that moment?&lt;/p&gt;&#xA;&lt;p&gt;(Of course, once a year, I lose an hour - but I prefer not to talk about that&amp;hellip;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Diabetes</title>
      <link>/blog/2006/10/27/diabetes/</link>
      <pubDate>Fri, 27 Oct 2006 13:04:21 +0000</pubDate>
      <guid>/blog/2006/10/27/diabetes/</guid>
      <description>&lt;p&gt;Maybe it&amp;rsquo;s just me, but &lt;a href=&#34;http://en.wikipedia.org/wiki/Diabetes&#34;&gt;diabetes&lt;/a&gt; seems to be a hot issue recently. In my ignorance, I didn&amp;rsquo;t realise it was so widespread and so important. A &lt;a href=&#34;http://www.itconversations.com/shows/detail1622.html&#34;&gt;recent podcast&lt;/a&gt; on the &lt;a href=&#34;http://www.itconversations.com/&#34;&gt;IT Conversations&lt;/a&gt; site with Larry Ellingson (former chair of the &lt;a href=&#34;http://www.diabetes.org/&#34;&gt;American Diabetes Association&lt;/a&gt;) discussed the disease in detail, and there was a single fact mentioned that took me by surprise: 300 million in the world (4%) have diabetes. However, the prevalence of diabetes in the Western world is considerably greater, primarily because of poor diet and exercise, which exacerbates Type II diabetes. (&lt;a href=&#34;http://en.wikipedia.org/wiki/Diabetes_mellitus_type_1&#34;&gt;Type I&lt;/a&gt;: not enough &lt;a href=&#34;http://en.wikipedia.org/wiki/Insulin&#34;&gt;insulin&lt;/a&gt; produced by the body, &lt;a href=&#34;http://en.wikipedia.org/wiki/Diabetes_mellitus_type_2&#34;&gt;Type II&lt;/a&gt;: insulin that&amp;rsquo;s produced is resisted by the pancreas). In the US, 95% of people with diabetes are overweight. If you don&amp;rsquo;t know someone with diabetes, you are probably in the minority.&lt;/p&gt;</description>
    </item>
    <item>
      <title>In a Modern-Day World Controlled by International Mass Media, One Brave Blogger Unleashes a Terrible Secret...</title>
      <link>/blog/2006/10/27/in-a-modern-day-world-controlled-by-international-mass-media-one-brave-blogger-unleashes-a-terrible-secret/</link>
      <pubDate>Fri, 27 Oct 2006 09:33:56 +0000</pubDate>
      <guid>/blog/2006/10/27/in-a-modern-day-world-controlled-by-international-mass-media-one-brave-blogger-unleashes-a-terrible-secret/</guid>
      <description>&lt;p&gt;Does it ever seem like every single &lt;a href=&#34;http://en.wikipedia.org/wiki/Cinema_of_the_United_States&#34;&gt;Hollywood&lt;/a&gt; &lt;a href=&#34;http://en.wikipedia.org/wiki/Trailer_(movie)&#34;&gt;movie trailer&lt;/a&gt; uses the same voiceover? Well, it pretty much does. &lt;a href=&#34;http://en.wikipedia.org/wiki/Don_Lafontaine&#34;&gt;Don LaFontaine&lt;/a&gt; is probably the guy you&amp;rsquo;re thinking of: he&amp;rsquo;s only got a few major competitors, and you&amp;rsquo;d recognise &lt;a href=&#34;http://en.wikipedia.org/wiki/Tex_Brashear&#34;&gt;each&lt;/a&gt; &lt;a href=&#34;http://en.wikipedia.org/wiki/Hal_Douglas&#34;&gt;of&lt;/a&gt; &lt;a href=&#34;http://en.wikipedia.org/wiki/Hal_Douglas&#34;&gt;them&lt;/a&gt; too. They all got together in a limo one day (&lt;a href=&#34;http://www.youtube.com/watch?v=JQRtuxdfQHw&#34;&gt;video here&lt;/a&gt;). So, any suggestions for what to do about this obvious &lt;a href=&#34;http://en.wikipedia.org/wiki/Oligopoly&#34;&gt;oligopoly&lt;/a&gt;? Let&amp;rsquo;s hope the &lt;a href=&#34;http://en.wikipedia.org/wiki/Federal_Trade_Commission&#34;&gt;FTC&lt;/a&gt; get straight on it, anyway.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Sales Ain&#39;t Heavy; That&#39;s My Chevy</title>
      <link>/blog/2006/10/26/the-sales-aint-heavy-thats-my-chevy/</link>
      <pubDate>Thu, 26 Oct 2006 09:26:10 +0000</pubDate>
      <guid>/blog/2006/10/26/the-sales-aint-heavy-thats-my-chevy/</guid>
      <description>&lt;p&gt;For those who don&amp;rsquo;t keep up with such things, the American car industry &lt;a href=&#34;http://www.economist.com/business/globalexecutive/reading/displayStory.cfm?story_id=2119229&#34;&gt;is&lt;/a&gt; &lt;a href=&#34;http://www.economist.com/business/globalexecutive/reading/displayStory.cfm?story_id=2119229&#34;&gt;in&lt;/a&gt; &lt;a href=&#34;http://www.bbc.co.uk/worldservice/specials/1516_assignment/page12.shtml&#34;&gt;big trouble&lt;/a&gt;. &lt;a href=&#34;http://en.wikipedia.org/wiki/Detroit,_Michigan&#34;&gt;Detroit&lt;/a&gt;&amp;rsquo;s sales have been declining for some time, hurt by high costs, and &lt;a href=&#34;http://en.wikipedia.org/wiki/Japan&#34;&gt;Japan&lt;/a&gt; is stepping in to take their place. Some Americans, of course, will only buy American, but many seem to be taking the more pragmatic approach. High gas prices and a preference for marketing big cars and vans among America&amp;rsquo;s car markers haven&amp;rsquo;t helped.&lt;/p&gt;&#xA;&lt;p&gt;Chevy seems to be upping the ante with a &lt;a href=&#34;http://news.yahoo.com/s/adweek/20061004/ad_bpiaw/hotlineschevychangesitstuneinsilveradocampaign&#34;&gt;controversial new advert&lt;/a&gt; for their Silverado truck - with an admittedly catchy tune (&lt;a href=&#34;http://www.youtube.com/watch?v=0jlKJAXPfOI&#34;&gt;video&lt;/a&gt;; I&amp;rsquo;m not sure what &lt;a href=&#34;http://en.wikipedia.org/wiki/Stephen_Colbert&#34;&gt;Stephen Colbert&lt;/a&gt; has to do with it). A &lt;a href=&#34;http://www.slate.com/id/2151143/fr/podcast/&#34;&gt;recent Slate podcast&lt;/a&gt; deconstructs this in detail; suffice to say that images of &lt;a href=&#34;http://en.wikipedia.org/wiki/Hurricane_Katrina&#34;&gt;Katrina&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Vietnam_War&#34;&gt;Vietnam&lt;/a&gt; are hardly likely to avoid heated discussion. A slightly blunt and clumsy parody is &lt;a href=&#34;http://www.youtube.com/watch?v=SPNMERRPuHw&amp;amp;mode=related&amp;amp;search=&#34;&gt;already doing the rounds&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wedding Crashers</title>
      <link>/blog/2006/10/25/wedding-crashers/</link>
      <pubDate>Wed, 25 Oct 2006 18:16:21 +0000</pubDate>
      <guid>/blog/2006/10/25/wedding-crashers/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;5 / 10.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Medium.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;OKish.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Reasonable.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Not too bad; not too good.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;All of these phrases describe &lt;a href=&#34;http://en.wikipedia.org/wiki/Wedding_Crashers&#34;&gt;Wedding Crashers&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;One of the more infamous moments from &lt;a href=&#34;http://www.bbc.co.uk/topgear/&#34;&gt;Top Gear&lt;/a&gt; has &lt;a href=&#34;http://en.wikipedia.org/wiki/Jeremy_Clarkson&#34;&gt;Jeremy Clarkson&lt;/a&gt; &lt;a href=&#34;http://news.bbc.co.uk/1/hi/entertainment/5367516.stm&#34;&gt;drumming his fingers&lt;/a&gt; on the top of a (notoriously bland) &lt;a href=&#34;http://en.wikipedia.org/wiki/Opel_Vectra&#34;&gt;Vectra&lt;/a&gt; for an entire minute, unable to think of anything to say. This film elicits the same lack of reaction from me. As I watch films these days I tend to take notes so I can write up reviews afterward. With this incoherent set of scenes I struggled to think of much to write.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Marketing Beat Me Black and Green</title>
      <link>/blog/2006/10/25/marketing-beat-me-black-and-green/</link>
      <pubDate>Wed, 25 Oct 2006 08:10:23 +0000</pubDate>
      <guid>/blog/2006/10/25/marketing-beat-me-black-and-green/</guid>
      <description>&lt;p&gt;Marketing doesn&amp;rsquo;t have to be subtle. I was recently sent a DVD from &lt;a href=&#34;http://www.lovefilm.com/&#34;&gt;Lovefilm&lt;/a&gt; that contained a small complimentary bar of &lt;a href=&#34;http://www.greenandblacks.com/&#34;&gt;Green &amp;amp; Black&lt;/a&gt;&amp;rsquo;s chocolate (5p at cost price?). Being the greedy man I am, I knew this bar wouldn&amp;rsquo;t be enough once I&amp;rsquo;d started it, but even the thought of eating it got me salivating. Cursing the marketers involved for being so cunning, I immediately hastened to &lt;a href=&#34;http://www.sainsburys.co.uk/&#34;&gt;Sainsbury&amp;rsquo;s&lt;/a&gt; to stock up (in my defence, I bought some other stuff too).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Woolwich from Winchester</title>
      <link>/blog/2006/10/24/woolwich-marketing/</link>
      <pubDate>Tue, 24 Oct 2006 15:09:42 +0000</pubDate>
      <guid>/blog/2006/10/24/woolwich-marketing/</guid>
      <description>&lt;p&gt;Just before a trip to London a few days ago, I inserted my &lt;a href=&#34;http://www.woolwich.co.uk/&#34;&gt;Woolwich&lt;/a&gt; card in an &lt;a href=&#34;http://en.wikipedia.org/wiki/Automated_teller_machine&#34;&gt;ATM&lt;/a&gt; near &lt;a href=&#34;http://en.wikipedia.org/wiki/Winchester_station&#34;&gt;Winchester Station&lt;/a&gt;. I hit the &amp;lsquo;balance on screen&amp;rsquo; button, and saw &amp;lsquo;your card issuer has declined your request&amp;rsquo;. A bit mysterious. I don&amp;rsquo;t normally keep much money in that account, but obviously I still wanted to make sure that someone wasn&amp;rsquo;t in the process of stealing it. So I phoned up the &amp;rsquo;lost and stolen&amp;rsquo; line on the back of the card and explained the problem. I was told that, because I wasn&amp;rsquo;t an Openplan account holder (whatever that is), it wasn&amp;rsquo;t possible to do any telephone banking past 5.30pm. Although my security details could be verified, I was told that no further information could be given. The card could be cancelled, and a new one sent out, but I didn&amp;rsquo;t want to go through the hassle for the risk attached to such a small sum of money.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Coffee; Old Beans?</title>
      <link>/blog/2006/10/23/new-coffee-old-beans/</link>
      <pubDate>Mon, 23 Oct 2006 12:39:31 +0000</pubDate>
      <guid>/blog/2006/10/23/new-coffee-old-beans/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve recently got some new break-out rooms at &lt;a href=&#34;http://www-5.ibm.com/uk/locations/hursley_details.html&#34;&gt;Hursley&lt;/a&gt;, which contain some very comfy sofas; I must go in there more often. I tried the new coffee machines therein too - they were more disappointing. I&amp;rsquo;ll stick with my no-way-to-obtain-good-coffee-at-my-workplace theory. Back to &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/18/caffeine-free-at-work/&#34;&gt;plan A&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Zopa Away!</title>
      <link>/blog/2006/10/23/zopa-away/</link>
      <pubDate>Mon, 23 Oct 2006 09:43:31 +0000</pubDate>
      <guid>/blog/2006/10/23/zopa-away/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just signed up for an account with &lt;a href=&#34;https://www.zopa.com/ZopaWeb/&#34;&gt;Zopa&lt;/a&gt;, a UK-based &lt;a href=&#34;http://en.wikipedia.org/wiki/Peer-to-peer_%28meme%29&#34;&gt;peer-to-peer&lt;/a&gt; money lending market (for a similar US-based site, see &lt;a href=&#34;http://www.prosper.com/&#34;&gt;Prosper&lt;/a&gt;). It&amp;rsquo;s going to be a few weeks before I can seed my Zopa account with some capital to lend, but the concept looks absolutely fascinating (as well as potentially lucrative), and I can&amp;rsquo;t wait to see how well it turns out. It looks like it has the potential to cause some disruption to a part of the financial market in the same way as &lt;a href=&#34;http://www.paypal.com/&#34;&gt;Paypal&lt;/a&gt; did, and I hope it does well. Given the recent news of &lt;a href=&#34;http://en.wikipedia.org/wiki/Muhammad_Yunus&#34;&gt;Muhammad Yunus&lt;/a&gt; winning the &lt;a href=&#34;http://en.wikipedia.org/wiki/Nobel_Peace_Prize&#34;&gt;Nobel Peace Prize&lt;/a&gt; for his novel &lt;a href=&#34;http://en.wikipedia.org/wiki/Microcredit&#34;&gt;microcredit&lt;/a&gt; form of lending, let&amp;rsquo;s hope that innovation in finance continues, and governments don&amp;rsquo;t choose to regulate it further.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ideas Are Assets</title>
      <link>/blog/2006/10/22/ideas-are-assets/</link>
      <pubDate>Sun, 22 Oct 2006 12:55:27 +0000</pubDate>
      <guid>/blog/2006/10/22/ideas-are-assets/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.ibm.com/&#34;&gt;IBM&lt;/a&gt; loves patents. We&amp;rsquo;ve held the &lt;a href=&#34;http://www.ibm.com/ibm/licensing/&#34;&gt;record for thirteen years&lt;/a&gt; for the most U.S. patents granted each year. IBM&amp;rsquo;s margin over the competition is also good (&lt;a href=&#34;http://en.wikipedia.org/wiki/List_of_top_United_States_patent_recipients&#34;&gt;2941&lt;/a&gt; in 2005, compared to 1828 for our nearest competitor, &lt;a href=&#34;http://www.canon.com/&#34;&gt;Canon&lt;/a&gt;). IBMers are actively encouraged to develop patents (which is probably why we do so well in the patent charts), and IBM is a large company with a lot of resources and a disproportionately large &lt;a href=&#34;http://en.wikipedia.org/wiki/IBM_Research&#34;&gt;R&amp;amp;D;&lt;/a&gt; spend - perhaps no-one should be too surprised.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Proactive Customer Service</title>
      <link>/blog/2006/10/21/proactive-customer-service/</link>
      <pubDate>Sat, 21 Oct 2006 23:31:23 +0000</pubDate>
      <guid>/blog/2006/10/21/proactive-customer-service/</guid>
      <description>&lt;p&gt;Well, it looks like writing &lt;a href=&#34;http://www.andrewferrier.com/blog/category/customer-service/&#34;&gt;about customer service&lt;/a&gt; can have an effect. About two months back &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/04/82ask-get-it-wrong/&#34;&gt;I wrote about how 82ASK had disappointed me&lt;/a&gt; - they found my prose, &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/07/82ask-get-it-very-right/&#34;&gt;replied, and made it all OK&lt;/a&gt;. Now, &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/08/screenselect-merges-with-lovefilm/&#34;&gt;another recent posting&lt;/a&gt; about the LOVEFiLM/Screenselect merger has elicited &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/08/screenselect-merges-with-lovefilm/#comment-2439&#34;&gt;a comment&lt;/a&gt; from the &lt;a href=&#34;http://www.lovefilm.com/&#34;&gt;LOVEFiLM&lt;/a&gt; team. They haven&amp;rsquo;t entirely addressed my concerns, but their proactive approach is encouraging, and might tip the balance in favour of hanging on, if and when problems do occur.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Barbarous Dentistry</title>
      <link>/blog/2006/10/21/barbarous-dentistry/</link>
      <pubDate>Sat, 21 Oct 2006 11:17:14 +0000</pubDate>
      <guid>/blog/2006/10/21/barbarous-dentistry/</guid>
      <description>&lt;p&gt;Getting your hair cut is normally dead time, unless you find the conversation particularly stimulating. So as I was having mine trimmed this morning, I got to wondering:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Why going to the barber&amp;rsquo;s is like going to the dentist&lt;/em&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You have to sit very still or bad things happen. This is tricky and you tend to squirm. From time to time they re-orient your head.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;They have a &lt;a href=&#34;http://www.colinpearson.com/visual/uploaded_images/dentist%20chair-793890.jpg&#34;&gt;special chair&lt;/a&gt; that goes up and down.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Have a Disappointing Late-Night Journey Home, Part 5</title>
      <link>/blog/2006/10/20/how-to-have-a-disappointing-late-night-journey-home-part-5/</link>
      <pubDate>Fri, 20 Oct 2006 17:43:18 +0000</pubDate>
      <guid>/blog/2006/10/20/how-to-have-a-disappointing-late-night-journey-home-part-5/</guid>
      <description>&lt;p&gt;Get on a train at &lt;a href=&#34;http://en.wikipedia.org/wiki/Waterloo_Station&#34;&gt;Waterloo&lt;/a&gt; bound for &lt;a href=&#34;http://en.wikipedia.org/wiki/Winchester_railway_station&#34;&gt;Winchester&lt;/a&gt;. Discover that there is a bus &amp;lsquo;service&amp;rsquo; from &lt;a href=&#34;http://en.wikipedia.org/wiki/Basingstoke_railway_station&#34;&gt;Basingstoke&lt;/a&gt; to Winchester, due to mid-week engineering work, despite having checked online and the &lt;a href=&#34;http://www.nationalrail.co.uk/&#34;&gt;timetable&lt;/a&gt; asserting no such thing. After a brief chat with them, discover that the three pretty ladies sitting opposite you are actually travelling to somewhere this train doesn&amp;rsquo;t go, them having been misinformed by someone from &lt;a href=&#34;http://www.southwesttrains.co.uk/&#34;&gt;SWT&lt;/a&gt; - they will leave the train in short order. Realise that all the podcasts you have on your phone are dry and boring, and the &lt;a href=&#34;http://en.wikipedia.org/wiki/Pomegranate&#34;&gt;Pomegranate&lt;/a&gt; juice you&amp;rsquo;ve bought from &lt;a href=&#34;http://en.wikipedia.org/wiki/Marks_and_spencer&#34;&gt;M&amp;amp;S;&lt;/a&gt; tastes weird. When you get off the bus in Winchester, walk home through the pouring rain in a nice suit, with no umbrella. Curse a deep and hidden puddle that creeps up on your shiny shoes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Grave of the Fireflies</title>
      <link>/blog/2006/10/19/grave-of-the-fireflies/</link>
      <pubDate>Thu, 19 Oct 2006 10:14:26 +0000</pubDate>
      <guid>/blog/2006/10/19/grave-of-the-fireflies/</guid>
      <description>&lt;p&gt;Folks, this is the power of well-constructed fiction. &lt;a href=&#34;http://en.wikipedia.org/wiki/Grave_of_the_Fireflies&#34;&gt;Grave of the Fireflies&lt;/a&gt; is an astonishingly powerful animated film about a Japanese brother and sister orphaned during a firebombing in &lt;a href=&#34;http://en.wikipedia.org/wiki/WWII&#34;&gt;WWII&lt;/a&gt;. It&amp;rsquo;s a film to move you to tears, and feel that frustratingly ironic anger at evil folks who drop bombs on innocents. The characters are so well focused they just draw you into the story, and I found it easy to ride the emotional rollercoaster the entire way. The younger sister (Setsuko) is perfectly honed to behave the way a young child might in such upsetting circumstances, and the older brother (Seita) makes promises he cannot keep, and suffers accordingly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Welcome</title>
      <link>/blog/2006/10/18/welcome/</link>
      <pubDate>Wed, 18 Oct 2006 21:44:05 +0000</pubDate>
      <guid>/blog/2006/10/18/welcome/</guid>
      <description>&lt;p&gt;I didn&amp;rsquo;t realise this was going to happen, but after my recent posting about the &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/15/corporate-identity-alignment-and-blogging/&#34;&gt;virtues of corporate blogging&lt;/a&gt;, &lt;a href=&#34;http://www.ibm.com/&#34;&gt;ibm.com&lt;/a&gt; has gone all-out and has posted a &lt;a href=&#34;http://www.ibm.com/blogs/zz/en/index.html&#34;&gt;directory&lt;/a&gt; of IBMers who are blogging externally on the front page, so it&amp;rsquo;s entirely possible you&amp;rsquo;ve arrived from there - in which case, welcome!&lt;/p&gt;&#xA;&lt;p&gt;I work on one of the test teams for &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt;, and we&amp;rsquo;re currently working hard on the &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/11/websphere-esb-602-announced/&#34;&gt;recently announced&lt;/a&gt; 6.0.2 version, so I haven&amp;rsquo;t been posting quite as much on work topics recently as I normally aim to do. But if you&amp;rsquo;d like to take a look at my past postings on &lt;a href=&#34;http://www.andrewferrier.com/blog/category/esb/&#34;&gt;SOA and ESB&lt;/a&gt; or &lt;a href=&#34;http://www.andrewferrier.com/blog/category/ibm/websphere/&#34;&gt;WebSphere&lt;/a&gt;, or indeed anything else on my blog, please do, and please feel to leave a comment, ask a question, or &lt;a href=&#34;http://www.andrewferrier.com/blog/about-me/&#34;&gt;get in touch&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caffeine Free at Work</title>
      <link>/blog/2006/10/18/caffeine-free-at-work/</link>
      <pubDate>Wed, 18 Oct 2006 14:21:03 +0000</pubDate>
      <guid>/blog/2006/10/18/caffeine-free-at-work/</guid>
      <description>&lt;p&gt;As Adrian &lt;a href=&#34;http://aspender.wordpress.com/2006/09/14/caffeine-withdrawal/&#34;&gt;did recently&lt;/a&gt;, I&amp;rsquo;ve gone completely caffeine free at work, and have been so for about a month (except on the odd occasion that I&amp;rsquo;ve forgotten and lapsed). The only things I&amp;rsquo;ll allow myself are herbal tea, normally &lt;a href=&#34;http://www.englishteastore.com/camomile.html&#34;&gt;camomile&lt;/a&gt;, or from time-to-time a &lt;a href=&#34;http://en.wikipedia.org/wiki/Green_tea&#34;&gt;green&lt;/a&gt; one. I did this primarily for health reasons - I am finding that my ability to concentrate is much better now, as well as suffering from fewer headaches and other unpleasant side-effects. However, I was spurred on by the poor quality of tea and coffee provided by &lt;a href=&#34;http://www.ritazza.com/&#34;&gt;Ritazza&lt;/a&gt; here at work - this is something I&amp;rsquo;ve realised ever since I&amp;rsquo;ve began to make &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/14/char/&#34;&gt;tea&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Coffee_percolator&#34;&gt;coffee&lt;/a&gt; properly at home. I&amp;rsquo;ve also found that I&amp;rsquo;ve been drinking less tea and coffee at home since cutting off caffeine at work - I seem to find it less appealing. The whole exercise also saves me a penny or two as well.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Silly Word of the Day #94</title>
      <link>/blog/2006/10/18/silly-word-of-the-day-94/</link>
      <pubDate>Wed, 18 Oct 2006 08:48:31 +0000</pubDate>
      <guid>/blog/2006/10/18/silly-word-of-the-day-94/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Marchitecture&lt;/strong&gt;. I shamelessly stole this from a presentation I attended the other day (names withheld to protect the innocent). If it resonates with you, it probably doesn&amp;rsquo;t need explaining, but marchitecture is &lt;a href=&#34;http://en.wikipedia.org/wiki/Software_architecture&#34;&gt;IT architecture&lt;/a&gt; that is used for marketing reasons rather than technical ones. Sometimes the marchitecture looks the same as the &amp;lsquo;real&amp;rsquo; architecture, sometimes not. &lt;a href=&#34;http://en.wikipedia.org/w/index.php?title=Marchitecture&amp;amp;oldid=77014800&#34;&gt;Wikipedia&amp;rsquo;s definition&lt;/a&gt; seems a bit narrow (I&amp;rsquo;m not sure what electronic architecture is anyway), but hey. &lt;a href=&#34;http://en.wikipedia.org/wiki/Wikipedia:No_original_research&#34;&gt;No original research&lt;/a&gt; seems to one of the more widely violated Wikipedian principles.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Second Life - Second Look</title>
      <link>/blog/2006/10/17/second-life-second-look/</link>
      <pubDate>Tue, 17 Oct 2006 16:42:29 +0000</pubDate>
      <guid>/blog/2006/10/17/second-life-second-look/</guid>
      <description>&lt;p&gt;James has just given me a brief tour of &lt;a href=&#34;http://secondlife.com/&#34;&gt;Second Life&lt;/a&gt;. &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/13/second-life-first-look/&#34;&gt;Once again&lt;/a&gt; I had problems - cracking graphics and a crashing client - but I was a bit more impressed than last time - having a guide to show me the good stuff and get the hang of the controls helped. I also met one or two of the other IBMers using Second Life. It&amp;rsquo;s clear that there&amp;rsquo;s still a lot more to explore. I&amp;rsquo;ve decided that I should attend one of the &lt;a href=&#34;http://eightbar.co.uk/category/second-life/&#34;&gt;virtual IBM events&lt;/a&gt; - this seems to be one of the best uses of Second Life I&amp;rsquo;ve heard of so far.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Architect</title>
      <link>/blog/2006/10/17/my-architect/</link>
      <pubDate>Tue, 17 Oct 2006 10:30:41 +0000</pubDate>
      <guid>/blog/2006/10/17/my-architect/</guid>
      <description>&lt;p&gt;Perhaps it&amp;rsquo;s because I rent DVDs online, but I often seem to watch films with similar themes close together in time (&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/20/christiane-f/&#34;&gt;Christiane F&lt;/a&gt; and &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/19/trainspotting/&#34;&gt;Trainspotting&lt;/a&gt;, for example). I&amp;rsquo;ve just watched &lt;a href=&#34;http://en.wikipedia.org/wiki/My_Architect&#34;&gt;My Architect&lt;/a&gt; for the second time; and spent the entire film realising that it&amp;rsquo;s everything &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/12/tarnation/&#34;&gt;Tarnation&lt;/a&gt; could have been. Nathaniel Kahn goes looking for the spirit of his architect father, &lt;a href=&#34;http://en.wikipedia.org/wiki/Louis_Kahn&#34;&gt;Louis Kahn&lt;/a&gt;, by travelling the world and finding the buildings (and people) that he touched. This film has real poignancy and warmth. Louis was a quality-over-quantity artist, and it&amp;rsquo;s apparent in all the architecture here, beautifully photographed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flaky Trackback / Pingbacks on Wordpress 2.0.x</title>
      <link>/blog/2006/10/16/flaky-trackback-pingbacks-on-wordpress-20x/</link>
      <pubDate>Mon, 16 Oct 2006 16:39:18 +0000</pubDate>
      <guid>/blog/2006/10/16/flaky-trackback-pingbacks-on-wordpress-20x/</guid>
      <description>&lt;p&gt;It seems that pingbacks and trackbacks (which are pingbacks&amp;rsquo; more awkward, older cousin) are a bit flaky on &lt;a href=&#34;http://wordpress.org/&#34;&gt;Wordpress&lt;/a&gt; 2.0.x (for more information on how both are supposed to work, see &lt;a href=&#34;http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/&#34;&gt;this excellent tutorial&lt;/a&gt;). I&amp;rsquo;ve long suspected that&amp;rsquo;s the case, because blog entries I&amp;rsquo;ve linked to haven&amp;rsquo;t had pingbacks appear, and it seems I&amp;rsquo;m not the &lt;a href=&#34;http://wordpress.org/support/topic/59117?replies=1&#34;&gt;only&lt;/a&gt; &lt;a href=&#34;http://wordpress.org/support/topic/89571&#34;&gt;one&lt;/a&gt; with such problems. However, I&amp;rsquo;ve tested pingbacks with this blog in both directions against &lt;a href=&#34;http://www.tamba2.org.uk/wordpress/TestTrack/index.php&#34;&gt;TestTrack&lt;/a&gt;, which enables you to test ping- and trackbacks, and it does seem to work. TestTrack is running an 2.1 alpha level of Wordpress, so let&amp;rsquo;s hope that sorts out the bugs when it arrives.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Speakers from a Van</title>
      <link>/blog/2006/10/16/speakers-from-a-van/</link>
      <pubDate>Mon, 16 Oct 2006 09:04:29 +0000</pubDate>
      <guid>/blog/2006/10/16/speakers-from-a-van/</guid>
      <description>&lt;p&gt;When I was at &lt;a href=&#34;http://www.imperial.ac.uk/&#34;&gt;Imperial&lt;/a&gt; not so many years ago, there was a story in &lt;a href=&#34;http://www.felixonline.co.uk/&#34;&gt;Felix&lt;/a&gt;, the college newspaper, about local ruffians selling knocked-off speakers from the backs of white vans in the &lt;a href=&#34;http://en.wikipedia.org/wiki/South_Kensington&#34;&gt;South Ken&lt;/a&gt; area. At the time, students were advised not to approach them and to inform the police. I thought not much more of it, apart from it being a slightly bizarre way of &lt;a href=&#34;http://en.wikipedia.org/wiki/Fence_%28criminal%29&#34;&gt;fencing&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;However, I recently read a story in &lt;a href=&#34;http://www.sethgodin.com/&#34;&gt;Seth Godin&lt;/a&gt;&amp;rsquo;s book, &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/23/irrational-rationalisation-and-marketing/&#34;&gt;All Marketers are Liars&lt;/a&gt;, which cast a new light on this. Apparently, something similar was happening in 80s &lt;a href=&#34;http://www.harvard.edu/&#34;&gt;Harvard&lt;/a&gt;: entrepreneurs would buy last year&amp;rsquo;s model of speaker (hence cheaply) and sell them to local students from the back of a van. Because the students assumed they were stolen, they could rationalise why they were cheap. The entrepreneurs made a tidy profit.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Corporate Identity, Alignment, and Blogging</title>
      <link>/blog/2006/10/15/corporate-identity-alignment-and-blogging/</link>
      <pubDate>Sun, 15 Oct 2006 08:35:13 +0000</pubDate>
      <guid>/blog/2006/10/15/corporate-identity-alignment-and-blogging/</guid>
      <description>&lt;p&gt;I find it entertaining when people state &amp;lsquo;&lt;a href=&#34;http://www.walmart.com/&#34;&gt;Walmart&lt;/a&gt; wants&amp;hellip;&amp;rsquo;, &amp;lsquo;&lt;a href=&#34;http://www.ford.co.uk/&#34;&gt;Ford&lt;/a&gt; thinks&amp;hellip;&amp;rsquo;, or &amp;lsquo;&lt;a href=&#34;http://www.bt.com/&#34;&gt;BT&lt;/a&gt; needs&amp;hellip;&amp;rsquo;. It&amp;rsquo;s quite painfully obvious that corporations don&amp;rsquo;t have feelings or thoughts. What is true is that people within them do. I&amp;rsquo;ve thought for some time that one of greatest contributors to a corporation&amp;rsquo;s success is when the thoughts of its people are aligned. Unaligned thoughts are unlikely to be useful. Aligned thoughts can happen by accident (less likely) or because of good quality leadership (more likely), but in either case it&amp;rsquo;s important to recognise that they are still individual thoughts.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Char</title>
      <link>/blog/2006/10/14/char/</link>
      <pubDate>Sat, 14 Oct 2006 17:07:28 +0000</pubDate>
      <guid>/blog/2006/10/14/char/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/blog/char_tea.jpg&#34; alt=&#34;Char Tea Shop&#34;&gt;For those who live in or visit the area, you might be interested in a funky little tea shop that&amp;rsquo;s just opened in &lt;a href=&#34;http://en.wikipedia.org/wiki/Winchester&#34;&gt;Winchester&lt;/a&gt; called Char. I was introduced to this tea shop by plv, who&amp;rsquo;s &lt;a href=&#34;http://plv.livejournal.com/95086.html&#34;&gt;also written about it&lt;/a&gt;. The shop is run by a very nice gentleman who seems to know far more about tea than is good for one person. The prices aren&amp;rsquo;t cheap (let&amp;rsquo;s be blunt, they are expensive), but you could spend all day smelling the samples and deciding. I can recommend the Jasmine White Needle.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pulp Fiction</title>
      <link>/blog/2006/10/14/pulp-fiction/</link>
      <pubDate>Sat, 14 Oct 2006 10:14:31 +0000</pubDate>
      <guid>/blog/2006/10/14/pulp-fiction/</guid>
      <description>&lt;p&gt;What to say about &lt;a href=&#34;http://en.wikipedia.org/wiki/Pulp_Fiction_%28film%29&#34;&gt;Pulp Fiction&lt;/a&gt; that hasn&amp;rsquo;t been said before? Here&amp;rsquo;s what it gets right:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Non-chronological editing&lt;/strong&gt;: Blocks of story slapped together to make sense rather than mark time. A novel-ish concept when it first was released, and still fairly novel today.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;A perfect name&lt;/strong&gt;: It really is pulp fiction: lurid and action-packed. The burger Jules eats at one point is pure &lt;a href=&#34;http://en.wikipedia.org/wiki/Americana&#34;&gt;Americana&lt;/a&gt;. The comically poor &lt;a href=&#34;http://en.wikipedia.org/wiki/Rear_projection&#34;&gt;rear projection&lt;/a&gt; used as Butch is escaping in the taxi is another joke about the cheap nature of the story.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Second Life - First Look</title>
      <link>/blog/2006/10/13/second-life-first-look/</link>
      <pubDate>Fri, 13 Oct 2006 19:12:58 +0000</pubDate>
      <guid>/blog/2006/10/13/second-life-first-look/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve finally given in and taken my first tentative steps into &lt;a href=&#34;http://secondlife.com/&#34;&gt;Second Life&lt;/a&gt; (it&amp;rsquo;s legit once it has &lt;a href=&#34;http://www.economist.com/business/displaystory.cfm?story_id=7963538&#34;&gt;an Economist article&lt;/a&gt;; or something&amp;hellip;). My first impressions are so-so; it&amp;rsquo;s obvious that there&amp;rsquo;s a lot to explore and do that I&amp;rsquo;ve only just scratched the surface of (see &lt;a href=&#34;http://andypiper.wordpress.com/&#34;&gt;Andy Piper&amp;rsquo;s blog&lt;/a&gt; for a lot more posts on Second Life; including how IBM are getting involved). But the system obviously needs some work - the client crashed twice within the space of two hours, once bringing down Windows. The movement is pretty jerky, despite turning the detail down to minimum, and the graphics flickery, almost unusably so. I&amp;rsquo;ve already been forced to upgrade the client once (~25MB download). It&amp;rsquo;s possible my &lt;a href=&#34;http://www.pc.ibm.com/us/notebooks/thinkpad/t-series/index.html&#34;&gt;T43&lt;/a&gt; just isn&amp;rsquo;t up to the job (dodgy graphics drivers?), but I don&amp;rsquo;t have anything more powerful or different to try it on.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Feedreader</title>
      <link>/blog/2006/10/13/feedreader/</link>
      <pubDate>Fri, 13 Oct 2006 09:36:24 +0000</pubDate>
      <guid>/blog/2006/10/13/feedreader/</guid>
      <description>&lt;p&gt;I&amp;rsquo;d been struggling for a while to find a decent RSS reader for Windows. However, I&amp;rsquo;ve now been using &lt;a href=&#34;http://www.feedreader.com/&#34;&gt;Feedreader&lt;/a&gt; for a few weeks, and am very happy with it. It fully supports nested folders/categories, which is nigh-on essential if you&amp;rsquo;re regularly monitoring as many feeds as I am (&amp;gt;100). You can effectively aggregate several feeds together by viewing them at the folder level. Feeds can be viewed using the text contained within the feed itself, or you can easily open the original blog entry inline. The &lt;a href=&#34;http://en.wikipedia.org/wiki/OPML&#34;&gt;OPML&lt;/a&gt; import/export support seems robust, and fully supports the nested folders. Feedreader will also discover feeds in a relatively intelligent way if you feed it a blog URL, as well as supporting searching across all cached blog entries.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tarnation</title>
      <link>/blog/2006/10/12/tarnation/</link>
      <pubDate>Thu, 12 Oct 2006 18:35:06 +0000</pubDate>
      <guid>/blog/2006/10/12/tarnation/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Tarnation&#34;&gt;Tarnation&lt;/a&gt; has been &lt;a href=&#34;http://www.rottentomatoes.com/m/tarnation/&#34;&gt;very well recieved&lt;/a&gt;. It hurts me to say so, as it&amp;rsquo;s obviously such a personal film, but I&amp;rsquo;m going to go out on a limb - it doesn&amp;rsquo;t work for me. I&amp;rsquo;m sure the premise is good; &lt;a href=&#34;http://en.wikipedia.org/wiki/Jonathan_Caouette&#34;&gt;Jonathan Caouette&lt;/a&gt; created a documentary about his life and that of his mother (both of them suffer from mental problems), and employed some slightly abstract editing techniques and only semi-structured narration. The film was initially produced for $218 on a &lt;a href=&#34;http://en.wikipedia.org/wiki/Macintosh&#34;&gt;Mac&lt;/a&gt;, which is impressive, and doesn&amp;rsquo;t really show. But although it has occasional scenes of emotional power, some parts of the presentation are self-indulgent (lengthy scenes that don&amp;rsquo;t convey much in the way of documentation), in a way that turned me off the participants (and thus, the filmmaker). I do worry that maybe I didn&amp;rsquo;t get it, but I still ultimately came away unfulfilled by this film.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenSSH Niggle #329</title>
      <link>/blog/2006/10/12/openssh-niggle-329/</link>
      <pubDate>Thu, 12 Oct 2006 09:22:16 +0000</pubDate>
      <guid>/blog/2006/10/12/openssh-niggle-329/</guid>
      <description>&lt;p&gt;It appears that in some fairly recent version of &lt;a href=&#34;http://www.openssh.org/&#34;&gt;OpenSSH&lt;/a&gt;, the support for the &lt;code&gt;~/.ssh/authorized_keys2&lt;/code&gt; file was removed (along with the &lt;code&gt;known_hosts2&lt;/code&gt; file). It had apparently &lt;a href=&#34;http://lwn.net/2001/1108/a/openssh-3.0.php3&#34;&gt;been deprecated&lt;/a&gt; in preference to the &lt;code&gt;~/.ssh/authorized_keys&lt;/code&gt; file a while ago. This caused me some grief when my ISP silently upgraded OpenSSH recently and my automatic backup scripts (which rely on key authentication) stopped working. Renaming the file fixed the problem.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I&#39;ve Got Nothing to Hide</title>
      <link>/blog/2006/10/11/ive-got-nothing-to-hide/</link>
      <pubDate>Wed, 11 Oct 2006 15:13:56 +0000</pubDate>
      <guid>/blog/2006/10/11/ive-got-nothing-to-hide/</guid>
      <description>&lt;p&gt;A little practical experiment:&lt;/p&gt;&#xA;&lt;p&gt;I was listening to a &lt;a href=&#34;http://uscpublicdiplomacy.org/index.php/events/events_detail/1925/&#34;&gt;podcast by Bruce Schneier&lt;/a&gt; the other day on the topic of privacy. I found his speaking to be a little less powerful than &lt;a href=&#34;http://www.schneier.com/blog/&#34;&gt;his blog&lt;/a&gt;. However, although I didn&amp;rsquo;t always agree with his proposed economic or legal solutions to problems, primarily because we have a differing political perspective, he is good at explaining security principles and how they apply to real life.&lt;/p&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re like me, when discussing privacy with people, you sometimes get frustrated by people who use the mantra &amp;lsquo;What are you scared of? I have nothing to hide.&amp;rsquo;, or some variation. I find this a hard argument to win. Bruce gave a simple reply which I&amp;rsquo;m betting is 90% effective.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WebSphere ESB 6.0.2 Announced</title>
      <link>/blog/2006/10/11/websphere-esb-602-announced/</link>
      <pubDate>Wed, 11 Oct 2006 09:18:17 +0000</pubDate>
      <guid>/blog/2006/10/11/websphere-esb-602-announced/</guid>
      <description>&lt;p&gt;As Adrian has pointed out, &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; 6.0.2 &lt;a href=&#34;http://www-306.ibm.com/fcgi-bin/common/ssi/ssialias?infotype=an&amp;amp;subtype=ca&amp;amp;appname=Demonstration&amp;amp;htmlfid=897/ENUS206-244&#34;&gt;has just been announced&lt;/a&gt;. This will be available around the end of the year (together with corresponding new versions of &lt;a href=&#34;http://www.ibm.com/software/integration/wps/&#34;&gt;WebSphere Process Server&lt;/a&gt; and &lt;a href=&#34;http://www.ibm.com/software/integration/wid/&#34;&gt;Websphere Integration Developer&lt;/a&gt;). There are a whole host of new features which increase ESB&amp;rsquo;s capability, as well as other improvements. See &lt;a href=&#34;http://aspender.wordpress.com/2006/10/10/websphere-esb-602-announced/&#34;&gt;Adrian&amp;rsquo;s post&lt;/a&gt; for more information.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is WebSphere MQ link?</title>
      <link>/blog/2006/10/10/what-is-websphere-mq-link/</link>
      <pubDate>Tue, 10 Oct 2006 14:42:09 +0000</pubDate>
      <guid>/blog/2006/10/10/what-is-websphere-mq-link/</guid>
      <description>&lt;p&gt;WebSphere MQ link allows you to connect &lt;a href=&#34;http://www.ibm.com/software/webservers/appserv/was/&#34;&gt;WebSphere Application Server&lt;/a&gt; (or any WAS-based product, such as &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt;) to a &lt;a href=&#34;http://www.ibm.com/software/mqseries/&#34;&gt;WebSphere MQ&lt;/a&gt; server. From the perspective of MQ, WAS/ESB&amp;rsquo;s messaging engine appears to be just another MQ server (and, accordingly, you connect them together with sender &amp;amp; receiver channels). From the perspective of WAS/ESB, MQ appears to be a foreign bus. Thus, &amp;lsquo;foreign destinations&amp;rsquo; (WAS/ESB) and &amp;lsquo;remote queues&amp;rsquo; (MQ) can be used as appropriate to exchange messages across the link. Both point-to-point and pub/sub style messaging can be used, and the MQ link maps corresponding message features as closely as possible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GoogleTube?</title>
      <link>/blog/2006/10/10/googletube/</link>
      <pubDate>Tue, 10 Oct 2006 07:07:41 +0000</pubDate>
      <guid>/blog/2006/10/10/googletube/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt;&amp;rsquo;s &lt;a href=&#34;http://www.google.com/intl/en/press/pressrel/google_youtube.html&#34;&gt;deal&lt;/a&gt; to buy &lt;a href=&#34;http://www.youtube.com/&#34;&gt;YouTube&lt;/a&gt; confuses me for two reasons:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;$1.65 billion is an awful lot of money. Is YouTube really worth that much to Google, even to take a competitor out?&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://video.google.com/&#34;&gt;Google Video&lt;/a&gt; and YouTube seem pretty similar in look &amp;amp; feel, featureset, etc. So why is Google deciding to keep it as a separate brand? Perhaps they are planning to discontinue Google Video by merging it into YouTube. Keeping them apart would certainly seem like a waste of resources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Imperial MEng Presentations</title>
      <link>/blog/2006/10/09/imperial-meng-presentations/</link>
      <pubDate>Mon, 09 Oct 2006 16:32:42 +0000</pubDate>
      <guid>/blog/2006/10/09/imperial-meng-presentations/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www-5.ibm.com/uk/locations/hursley_details.html&#34;&gt;IBM Hursley&lt;/a&gt; invited three final-year &lt;a href=&#34;http://www.doc.ic.ac.uk/teaching/undergraduate/computing/&#34;&gt;MEng&lt;/a&gt; students from &lt;a href=&#34;http://www.imperial.ac.uk/&#34;&gt;Imperial College&lt;/a&gt; to give us presentations on their individual MEng projects today (mine, from several years ago, can be found &lt;a href=&#34;http://www.andrewferrier.com/project/index.php&#34;&gt;here&lt;/a&gt;). They were:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.doc.ic.ac.uk/~mfh02/&#34;&gt;Marc Hull&lt;/a&gt;, who talked about his project on &lt;a href=&#34;http://www.doc.ic.ac.uk/~mfh02/project/&#34;&gt;Balancing simplicity and efficiency in web applications&lt;/a&gt;. Marc&amp;rsquo;s work focused on improving the development of stateful web applications, and in particular on &lt;a href=&#34;http://www.andrewferrier.com/past_work/ORMapping.pdf&#34;&gt;object-relational mapping in Java&lt;/a&gt;, in an attempt to allow more straightforward persistence of objects to databases. This has always seemed to me to be an area lacking in usability and ease (see &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/27/esb-negates-the-decline-of-j2ee/&#34;&gt;J2EE&lt;/a&gt; for plenty of examples), so anything that moves us closer is welcome.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Future of the Mainframe</title>
      <link>/blog/2006/10/09/future-of-the-mainframe/</link>
      <pubDate>Mon, 09 Oct 2006 08:18:32 +0000</pubDate>
      <guid>/blog/2006/10/09/future-of-the-mainframe/</guid>
      <description>&lt;p&gt;Many folks have written the mainframe off for years. And it certainly seems true that it isn&amp;rsquo;t as compelling as it once was with respect to performance or capability; it&amp;rsquo;s complex and most people don&amp;rsquo;t understand it, despite the &lt;a href=&#34;http://en.wikipedia.org/wiki/Total_cost_of_ownership&#34;&gt;potential TCO advantages&lt;/a&gt;. But I attended an &lt;a href=&#34;http://www-304.ibm.com/jct03001c/services/learning/ites.wss/us/en?pageType=course_description&amp;amp;courseCode=E10S0&#34;&gt;introductory course&lt;/a&gt; on &lt;a href=&#34;http://en.wikipedia.org/wiki/Z/OS&#34;&gt;z/OS&lt;/a&gt; (IBM&amp;rsquo;s &amp;lsquo;standard&amp;rsquo; mainframe OS) some months ago, and it&amp;rsquo;s striking how much the mainframe still has to offer that other platforms don&amp;rsquo;t, particularly with respect to the *ilities that Richard was &lt;a href=&#34;http://gendal.blogspot.com/2006/10/remember-what-bilities-give-you.html&#34;&gt;writing about recently&lt;/a&gt; - mostly due to the superior architecture and hardware. Of course mainframes can be arcane, and in some cases actually backward, but it seems like plenty of people &lt;a href=&#34;http://www-03.ibm.com/press/us/en/pressrelease/20398.wss&#34;&gt;aren&amp;rsquo;t willing to give up on them just yet&lt;/a&gt;. However, it&amp;rsquo;s a known problem that those with expertise in mainframes &lt;a href=&#34;http://hardware.slashdot.org/article.pl?sid=03/05/21/164247&#34;&gt;are leaving the workforce&lt;/a&gt;. So it&amp;rsquo;s refreshing to see that IBM is committing to &lt;a href=&#34;http://www-03.ibm.com/press/us/en/pressrelease/20384.wss&#34;&gt;simplifying the platform&lt;/a&gt;. This is going to be a challenge - changing the platform whilst keeping its reputation for stability is going to be hard - but it&amp;rsquo;s necessary for IBM to keep the platform alive, and necessary for the mission-critical systems that our customers run that still rely on this knowledge. So I look forward to seeing how it changes over the coming years.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Screenselect Merges with LOVEFiLM</title>
      <link>/blog/2006/10/08/screenselect-merges-with-lovefilm/</link>
      <pubDate>Sun, 08 Oct 2006 08:26:57 +0000</pubDate>
      <guid>/blog/2006/10/08/screenselect-merges-with-lovefilm/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.screenselect.co.uk/&#34;&gt;Screenselect&lt;/a&gt;, the DVD rental service I was using, has finally merged completely with &lt;a href=&#34;http://www.lovefilm.com/&#34;&gt;LOVEFiLM&lt;/a&gt;, under the latter brand. I was very happy with Screenselect, so it will be interesting to see if this changes anything, for better or for worse. I was using LOVEFiLM up to about a year ago. I left because they used &lt;a href=&#34;http://en.wikipedia.org/wiki/Online_DVD_rental#.22Throttling.22&#34;&gt;throttling&lt;/a&gt;, but denied it when asked and blamed delays on the &lt;a href=&#34;http://www.royalmail.com/&#34;&gt;Royal Mail&lt;/a&gt; instead. I hope I don&amp;rsquo;t begin to experience this again, because I&amp;rsquo;m going to struggle to find another rental service with such a wide range of film I tend to like (including the more &amp;lsquo;arty&amp;rsquo; stuff). Time will tell.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sign of the Killer</title>
      <link>/blog/2006/10/07/sign-of-the-killer/</link>
      <pubDate>Sat, 07 Oct 2006 18:48:02 +0000</pubDate>
      <guid>/blog/2006/10/07/sign-of-the-killer/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/The_Caveman%27s_Valentine&#34;&gt;This film&lt;/a&gt; makes no sense.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Toto, I&#39;ve Got a Feeling We&#39;re Not in Kansas Anymore</title>
      <link>/blog/2006/10/07/toto-ive-got-a-feeling-were-not-in-kansas-anymore/</link>
      <pubDate>Sat, 07 Oct 2006 14:23:49 +0000</pubDate>
      <guid>/blog/2006/10/07/toto-ive-got-a-feeling-were-not-in-kansas-anymore/</guid>
      <description>&lt;p&gt;Nope, not &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Wizard_of_Oz_(1939_film)&#34;&gt;The Wizard of Oz&lt;/a&gt;. One of the characters in &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Cat_Returns&#34;&gt;The Cat Returns&lt;/a&gt; is a crow named Toto, but he helps out Haru (not Dorothy) when she is kidnapped to the Cat Kingdom (rather than, er, Oz). Yep, this is a kid&amp;rsquo;s film. It&amp;rsquo;s entertaining and well-executed, as one would expect from &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/06/howls-moving-castle/&#34;&gt;another film&lt;/a&gt; from the &lt;a href=&#34;http://en.wikipedia.org/wiki/Studio_Ghibli&#34;&gt;Studio Ghibli&lt;/a&gt; production team, and light-hearted too, but there&amp;rsquo;s nothing deep, nothing glittering, and nothing rich like one might get from a &lt;a href=&#34;http://en.wikipedia.org/wiki/Hayao_Miyazaki&#34;&gt;Hayao Miyazaki&lt;/a&gt; film (such as Howl&amp;rsquo;s Moving Castle, &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/10/06/howls-moving-castle/&#34;&gt;which I wrote about the other day&lt;/a&gt;). A good film, but not one with a soul.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Howl&#39;s Moving Castle</title>
      <link>/blog/2006/10/06/howls-moving-castle/</link>
      <pubDate>Fri, 06 Oct 2006 20:40:42 +0000</pubDate>
      <guid>/blog/2006/10/06/howls-moving-castle/</guid>
      <description>&lt;p&gt;To see animation at its very peak, you need to see Japanese &lt;a href=&#34;http://en.wikipedia.org/wiki/Anime&#34;&gt;anime&lt;/a&gt;. &lt;a href=&#34;http://en.wikipedia.org/wiki/Howl%27s_Moving_Castle_%28film%29&#34;&gt;Howl&amp;rsquo;s Moving Castle&lt;/a&gt; is another excellent slice of this from director &lt;a href=&#34;http://en.wikipedia.org/wiki/Hayao_Miyazaki&#34;&gt;Hayao Miyazaki&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Miyazaki&amp;rsquo;s film is superbly executed in almost every way. The animation is mouth-wateringly rich and silky, supplemented by camera moves made possible in the age of &lt;a href=&#34;http://en.wikipedia.org/wiki/Computer-generated_imagery&#34;&gt;CGI&lt;/a&gt;. It&amp;rsquo;s clear that he is using this technology to not only match what&amp;rsquo;s possible in live action, but move beyond it. The art is typically Japanese - beautiful and detailed. The moving castle itself seems to be a bewildering mix of 2D and 3D - an almost living object on screen. It has to be seen to be believed - and some scenes have elements of almost photographic realism. The sound, including the &lt;a href=&#34;http://en.wikipedia.org/wiki/Foley_artist&#34;&gt;foley&lt;/a&gt;, is competent and matches the visuals well.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why Developed Countries are Heading for Increasing Inequality and Centrists Might Not be as Balanced as They Think</title>
      <link>/blog/2006/10/06/why-developed-countries-are-heading-for-increasing-inequality-and-centrists-might-not-be-as-balanced-as-they-think/</link>
      <pubDate>Fri, 06 Oct 2006 09:25:21 +0000</pubDate>
      <guid>/blog/2006/10/06/why-developed-countries-are-heading-for-increasing-inequality-and-centrists-might-not-be-as-balanced-as-they-think/</guid>
      <description>&lt;p&gt;From time to time I listen to &lt;a href=&#34;http://www.radioeconomics.com/&#34;&gt;RadioEconomics&lt;/a&gt;. It&amp;rsquo;s not quite as interesting to me as &lt;a href=&#34;http://www.econtalk.org/&#34;&gt;EconTalk&lt;/a&gt;, partly because it doesn&amp;rsquo;t have the same focus on liberty, but an interesting discussion the other day with &lt;a href=&#34;http://www.acidplanet.com/mediaserver/casts/0003000/ap-20060918-1228.mp3&#34;&gt;Dr. Diane Coyle from Manchester University&lt;/a&gt; brought me to two conclusions:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Developed countries will suffer from increasing inequality if the current trend of outsourcing increases. Creative &amp;lsquo;knowledge&amp;rsquo; work is becoming the province of a large proportion of the population in places such as the US and the UK. However, there are still fundamental limitations on transport and technology that mean that labour-intensive jobs, from train driving to fruit stacking in &lt;a href=&#34;http://www.tesco.com/&#34;&gt;Tesco&lt;/a&gt;, aren&amp;rsquo;t going away any time soon. A gap in the middle will begin to form, where the medium-skill jobs once were, that are now being increasingly fulfilled by folks in India and other places. This is probably inevitable. Maybe this seems like an obvious point to some people, but I think it is crucially important to keep this in mind to evaluate the promises of those who would like to be in the position to form public policy (in short, election candidates). Whether income inequality is a problem is a question for another time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Consequences of Travel Delay</title>
      <link>/blog/2006/10/05/the-consequences-of-travel-delay/</link>
      <pubDate>Thu, 05 Oct 2006 10:17:09 +0000</pubDate>
      <guid>/blog/2006/10/05/the-consequences-of-travel-delay/</guid>
      <description>&lt;p&gt;A train I was on from Winchester to London yesterday was delayed because of faulty doors on another train. In fact, at one point, we actually managed to go backwards for a few miles to get to usable track. Despite sitting stationary for 15 minutes whilst the signalmen dithered and ending up almost half an hour late, &lt;a href=&#34;http://www.southwesttrains.co.uk/&#34;&gt;South West Trains&lt;/a&gt; didn&amp;rsquo;t mention provide any reparations for passengers on the train. By contrast, my experiments in travelling by coach recently (primarily on &lt;a href=&#34;http://www.nationalexpress.com/&#34;&gt;National Express&lt;/a&gt;) have been very promising; they are cheaper than the train and surprisingly reliable for road-based transport. I shall consider them more seriously in the future as an alternative to the train (I don&amp;rsquo;t normally drive).&lt;/p&gt;</description>
    </item>
    <item>
      <title>IBM Bloggers</title>
      <link>/blog/2006/10/05/ibm-bloggers/</link>
      <pubDate>Thu, 05 Oct 2006 08:56:07 +0000</pubDate>
      <guid>/blog/2006/10/05/ibm-bloggers/</guid>
      <description>&lt;p&gt;I am now on &lt;a href=&#34;http://domino.research.ibm.com/ibmcom/planetibm.nsf/pages/bytag.html?Open&amp;amp;tag=all&#34;&gt;the official list of IBM external bloggers&lt;/a&gt;. You can find plenty of my colleagues there also, blogging on a variety of IBM-related and other topics.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Semasiology Change - the Word &#39;Expert&#39;</title>
      <link>/blog/2006/10/04/change-in-semasiology-of-the-word-expert/</link>
      <pubDate>Wed, 04 Oct 2006 15:18:13 +0000</pubDate>
      <guid>/blog/2006/10/04/change-in-semasiology-of-the-word-expert/</guid>
      <description>&lt;p&gt;(Using &lt;a href=&#34;http://www.bartleby.com/61/86/S0248600.html&#34;&gt;big words&lt;/a&gt; gives me a cheap thrill).&lt;/p&gt;&#xA;&lt;p&gt;Has anyone else noticed that the word &amp;rsquo;expert&amp;rsquo; is changing its meaning, becoming more generous? It seems like the bar for becoming an &amp;rsquo;expert&amp;rsquo; is lower than it once was (good examples can be found on the &lt;a href=&#34;http://en.wikipedia.org/wiki/BBC_News&#34;&gt;6 o&amp;rsquo;clock news&lt;/a&gt;). Of course it&amp;rsquo;s hard to measure this other than empirically, but it&amp;rsquo;s fun to play the mental exercise - are you an expert in anything? I&amp;rsquo;m going to assert arbitrarily that unless you know more about a subject than 95% of the people who are in some way experienced in the field in question (by the most narrow definition feasible), then you&amp;rsquo;re not an expert. I think this approximates to the definition of &amp;rsquo;expert&amp;rsquo; most people used to have, but not any more (I&amp;rsquo;d postulate the figure is now drifting in the 60% region). My strict definition of &amp;rsquo;expert&amp;rsquo; means I&amp;rsquo;m not one in &lt;a href=&#34;http://www.andrewferrier.com/blog/category/society/economics/&#34;&gt;economics&lt;/a&gt;, &lt;a href=&#34;http://www.andrewferrier.com/blog/category/film-and-music/&#34;&gt;film&lt;/a&gt;, &lt;a href=&#34;http://www.andrewferrier.com/blog/category/society/libertarianism/&#34;&gt;libertarianism&lt;/a&gt;, &lt;a href=&#34;http://www.andrewferrier.com/blog/category/esb/&#34;&gt;SOA&lt;/a&gt;, or a variety of other fields I&amp;rsquo;m interested in. I don&amp;rsquo;t find this depressing, though - I think it just makes the word more useful. A vague definition is the enemy of precise language (something &lt;a href=&#34;http://www.amazon.com/Elements-Style-Fourth-Roger-Angell/dp/020530902X&#34;&gt;Strunk and White&lt;/a&gt; advocated). Unfortunately, &lt;a href=&#34;http://www.answers.com/expert&amp;amp;r=67&#34;&gt;most dictionaries are vague on expert&lt;/a&gt;, only hinting towards a &amp;lsquo;high degree of skill&amp;rsquo;. This is why I felt it might be better to put numbers on it (even if the domain can still be vague).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Perl Getting the Job Done</title>
      <link>/blog/2006/10/03/perl-getting-the-job-done/</link>
      <pubDate>Tue, 03 Oct 2006 16:23:40 +0000</pubDate>
      <guid>/blog/2006/10/03/perl-getting-the-job-done/</guid>
      <description>&lt;p&gt;Sometimes I think we in the IT industry forget that the point of computing is to make the lives of human beings easier; to do things for us and automate our work; not to introduce extra tasks (this premise is the thrust of IBM&amp;rsquo;s &lt;a href=&#34;http://www-03.ibm.com/autonomic/&#34;&gt;Autonomic&lt;/a&gt; campaign). I was reminded of this the other day when I was writing a set of &lt;a href=&#34;http://en.wikipedia.org/wiki/Perl&#34;&gt;Perl&lt;/a&gt; scripts to download podcasts for me by tidying up the output of &lt;a href=&#34;http://goldenpod.nongnu.org/&#34;&gt;goldenpod&lt;/a&gt;. I wrote these in Perl because, despite its arcane syntax, it is fabulous for the kind of &amp;lsquo;glue&amp;rsquo; job I was doing: taking the output of another program, modifying it, doing some tidy-up on my filesystem, etc. This is primarily because of the &lt;a href=&#34;http://www.cpan.org/&#34;&gt;rich set of modules available&lt;/a&gt;, which in my experience dwarfs any other language. It took an hour or two to write, but now that I&amp;rsquo;m done, it&amp;rsquo;s rock-solid stable and does its work silently without my intervention, saving me time in the long run.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WebSphere ESB Fixpack 3 Released </title>
      <link>/blog/2006/10/02/websphere-esb-fixpack-3-released/</link>
      <pubDate>Mon, 02 Oct 2006 14:21:03 +0000</pubDate>
      <guid>/blog/2006/10/02/websphere-esb-fixpack-3-released/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re using &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt;, Fixpack 3 for version 6.0.1 has just been released, which fixes a variety of problems. You can find out more &lt;a href=&#34;http://www-1.ibm.com/support/docview.wss?rs=2346&amp;amp;context=SS7J6S&amp;amp;dc=D400&amp;amp;uid=swg24013640&amp;amp;loc=en_US&amp;amp;cs=UTF-8&amp;amp;lang=en&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Let&#39;s be Generous to SOA</title>
      <link>/blog/2006/10/02/lets-be-generous-to-soa/</link>
      <pubDate>Mon, 02 Oct 2006 12:39:25 +0000</pubDate>
      <guid>/blog/2006/10/02/lets-be-generous-to-soa/</guid>
      <description>&lt;p&gt;One of the troubles of working in the IT industry is that no-one ever agrees on what the next big thing means. This is partly because software terms tend to run out from between your fingers when you try to grab them, just like soft putty - want to try defining &amp;lsquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/Blog&#34;&gt;blogging&lt;/a&gt;&amp;rsquo;? One example I&amp;rsquo;m thinking about a lot at the moment is &lt;a href=&#34;http://en.wikipedia.org/wiki/Service-oriented_architecture&#34;&gt;SOA&lt;/a&gt; (Service-oriented architecture). The problem isn&amp;rsquo;t just that people don&amp;rsquo;t know what SOA means, but that there isn&amp;rsquo;t a single definition - every software vendor has a subtly different message.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ray</title>
      <link>/blog/2006/10/02/ray/</link>
      <pubDate>Mon, 02 Oct 2006 08:27:56 +0000</pubDate>
      <guid>/blog/2006/10/02/ray/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Ray_(film)&#34;&gt;Ray&lt;/a&gt; is a biopic-by-the-numbers. Depicting the life of &lt;a href=&#34;http://en.wikipedia.org/wiki/Ray_Charles&#34;&gt;Ray Charles&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Jamie_Foxx&#34;&gt;Jamie Foxx&lt;/a&gt; does a competent job of portraying someone blind (it&amp;rsquo;s of course hard to tell how close he is to Charles). The film lurches from one scene to the next, and portrays Charles as a fun-loving but flawed man (cynics might point out that this is what most biographical films of entertainers do). There&amp;rsquo;s nothing that particularly stands out, but no part of the film that&amp;rsquo;s truly awful either. Worth watching if you&amp;rsquo;re interested in Ray Charles&amp;rsquo;s life, but otherwise nothing special.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Leadership for the Future - Bill Clinton</title>
      <link>/blog/2006/10/01/leadership-for-the-future-bill-clinton/</link>
      <pubDate>Sun, 01 Oct 2006 12:21:20 +0000</pubDate>
      <guid>/blog/2006/10/01/leadership-for-the-future-bill-clinton/</guid>
      <description>&lt;p&gt;Last Tuesday, I attended &lt;a href=&#34;http://en.wikipedia.org/wiki/Bill_Clinton&#34;&gt;Bill Clinton&lt;/a&gt;&amp;rsquo;s &amp;lsquo;Leadership for the Future&amp;rsquo; seminar at the &lt;a href=&#34;http://www.royalalberthall.com/&#34;&gt;Royal Albert Hall&lt;/a&gt;. Although I don&amp;rsquo;t necessarily agree with his politics (he obviously sits somewhere around the centre-left and I&amp;rsquo;m some undecided variety of &lt;a href=&#34;http://www.andrewferrier.com/blog/category/society/libertarianism/&#34;&gt;libertarian&lt;/a&gt;), I couldn&amp;rsquo;t pass up the opportunity to see a former world leader speaking. The tickets (£60 - £300) weren&amp;rsquo;t cheap for the hour and a half&amp;rsquo;s presentation, and the occupancy of the hall seemed to suffer accordingly, but it was worth it. The Royal Albert Hall, which glittered more than I remembered it from my graduation, was a suitably impressive but slightly gaudy venue.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Starbucks Success</title>
      <link>/blog/2006/09/30/starbucks-success/</link>
      <pubDate>Sat, 30 Sep 2006 20:15:43 +0000</pubDate>
      <guid>/blog/2006/09/30/starbucks-success/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/blog/20060926.jpg&#34; alt=&#34;Tesco Fruits&#34;&gt;&lt;a href=&#34;http://www.starbucks.com/&#34;&gt;Starbucks&lt;/a&gt; didn&amp;rsquo;t exactly get where they were by accident. I recently saw this sign in a branch on &lt;a href=&#34;http://en.wikipedia.org/wiki/Gloucester_Road%2C_London&#34;&gt;Gloucester Road&lt;/a&gt; (it says &amp;lsquo;Coffee Grounds for Your Garden&amp;rsquo;). Starbucks are giving away some of their waste coffee grounds for free. The cost of packaging is probably almost equal to the cost of disposal saved, plus it benefits their &lt;a href=&#34;http://starbucks.co.uk/en-GB/_Social+Responsibility/&#34;&gt;green credentials&lt;/a&gt;. It&amp;rsquo;s also another good reason to go to Starbucks rather than another coffee shop down the road.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Connected Again</title>
      <link>/blog/2006/09/30/connected-again/</link>
      <pubDate>Sat, 30 Sep 2006 13:44:41 +0000</pubDate>
      <guid>/blog/2006/09/30/connected-again/</guid>
      <description>&lt;p&gt;It appears PlusNet have finally resolved &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/23/dont-use-plusnet/&#34;&gt;the issues with my broadband&lt;/a&gt;; although they never really explained what it was, apparently &amp;lsquo;BT corrected a fault on the network&amp;rsquo;. I was without for about two weeks: given how bad they were at sorting it out, I&amp;rsquo;ll be sending them a letter requesting compensation. We&amp;rsquo;ll see how well that&amp;rsquo;s received.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Paucity of Posts</title>
      <link>/blog/2006/09/28/paucity-of-posts/</link>
      <pubDate>Thu, 28 Sep 2006 22:10:36 +0000</pubDate>
      <guid>/blog/2006/09/28/paucity-of-posts/</guid>
      <description>&lt;p&gt;Apologies for the shortage of posts recently; it&amp;rsquo;s been a very busy week - I should be back to normal posting behaviour by the weekend.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Canon Beat PlusNet</title>
      <link>/blog/2006/09/25/canon-beat-plusnet/</link>
      <pubDate>Mon, 25 Sep 2006 14:56:49 +0000</pubDate>
      <guid>/blog/2006/09/25/canon-beat-plusnet/</guid>
      <description>&lt;p&gt;Just so it doesn&amp;rsquo;t seem like I&amp;rsquo;m &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/23/dont-use-plusnet/&#34;&gt;always grumbling about poor customer service&lt;/a&gt;, I&amp;rsquo;d like to point out that Canon have recently been very good. I got some dirt into my &lt;a href=&#34;http://www.amazon.co.uk/Canon-PowerShot-Digital-Camera-Optical/dp/B000B5O08C&#34;&gt;S80 digital camera&lt;/a&gt; when in Edinburgh about a month ago. I sent it back to Canon&amp;rsquo;s UK repair centre, half-expecting an argument about mistreatment. They cleaned it, readjusted some things, and sent it back to me, good as new. It took a month, which was a little longer than I&amp;rsquo;d hoped for, but they didn&amp;rsquo;t charge either, which I was expecting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Presumed Innocent</title>
      <link>/blog/2006/09/24/presumed-innocent/</link>
      <pubDate>Sun, 24 Sep 2006 10:13:55 +0000</pubDate>
      <guid>/blog/2006/09/24/presumed-innocent/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Presumed_Innocent_%28film%29&#34;&gt;Presumed Innocent&lt;/a&gt; is definitely imperfect. The premise is good; the American-legal-system-based-thriller has been done before several times, and well: &lt;a href=&#34;http://en.wikipedia.org/wiki/A_Few_Good_Men&#34;&gt;A Few Good Men&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Pelican_Brief_%28film%29&#34;&gt;The Pelican Brief&lt;/a&gt;. But Presumed Innocent is great in concept, poor in execution. &lt;a href=&#34;http://en.wikipedia.org/wiki/Harrison_ford&#34;&gt;Harrison Ford&lt;/a&gt; is miscast as the star, a lawyer with a silly haircut and a silly name (Rusty Sabich). The film relies heavily on flashbacks, but they don&amp;rsquo;t fit well, and the whole plot is poorly managed and as ill-fitting as Rusty&amp;rsquo;s suit. Surprisingly leaden acting and a clumsy script don&amp;rsquo;t help much either. This film is in that rare category - one that has potential, but would benefit from a remake.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Don&#39;t Use PlusNet</title>
      <link>/blog/2006/09/23/dont-use-plusnet/</link>
      <pubDate>Sat, 23 Sep 2006 17:46:10 +0000</pubDate>
      <guid>/blog/2006/09/23/dont-use-plusnet/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/15/the-outside-world-is-broken/&#34;&gt;still&lt;/a&gt; having problems with my &lt;a href=&#34;http://www.plus.net/&#34;&gt;PlusNet&lt;/a&gt; broadband. Not only are they not interested in talking to me (phone line queues over an hour, website queries often take days), but when they do, we go round in circles discussing basic settings on my router rather than addressing the problem (my protestations that I haven&amp;rsquo;t changed a sausage are seemingly ignored). So please, if you&amp;rsquo;re looking for an ADSL provider, and value customer service, &lt;strong&gt;don&amp;rsquo;t go with PlusNet&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Irrational Rationalisation and Marketing</title>
      <link>/blog/2006/09/23/irrational-rationalisation-and-marketing/</link>
      <pubDate>Sat, 23 Sep 2006 14:04:43 +0000</pubDate>
      <guid>/blog/2006/09/23/irrational-rationalisation-and-marketing/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just finished reading &lt;a href=&#34;http://www.sethgodin.com/&#34;&gt;Seth Godin&lt;/a&gt;&amp;rsquo;s book &lt;a href=&#34;http://www.amazon.co.uk/All-Marketers-Are-Liars-Authentic/dp/1591841003&#34;&gt;All Marketers Are Liars&lt;/a&gt; (yes, I know I was &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/20/friedman-and-roads/&#34;&gt;reading something different a few days ago&lt;/a&gt;; I&amp;rsquo;ve got a short attention span). His book taught me a lot about marketing and convinced me it doesn&amp;rsquo;t have to be fake and cynical. But perhaps the most important personal lesson I&amp;rsquo;ve taken away is to understand worldviews better. One of Seth&amp;rsquo;s basic principles is that each person has a set of worldviews: marketing that doesn&amp;rsquo;t match them is &lt;a href=&#34;http://en.wikipedia.org/wiki/Rationalization_%28psychology%29&#34;&gt;rationalised&lt;/a&gt; away in our brains, even when that&amp;rsquo;s illogical. This has been demonstrated by psychologists many times, but irrational rationalisation (pun aware) makes people uncomfortable, so we don&amp;rsquo;t talk about it much. This is one of things that makes marketing to people hard: framing the message in terms of their worldview. I think this is just as important to understand in personal relationships (persuading) as it is in selling products (marketing). In fact, it seems that Godin would assert that the former is marketing too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Naqoyqatsi</title>
      <link>/blog/2006/09/22/naqoyqatsi/</link>
      <pubDate>Fri, 22 Sep 2006 20:39:16 +0000</pubDate>
      <guid>/blog/2006/09/22/naqoyqatsi/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Naqoyqatsi&#34;&gt;Naqoyqatsi&lt;/a&gt; is a second-rate final film in the trilogy that also includes &lt;a href=&#34;http://en.wikipedia.org/wiki/Koyaanisqatsi&#34;&gt;Koyaanisqatsi&lt;/a&gt; and &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/13/powaqqatsi/&#34;&gt;Powaqqatsi&lt;/a&gt;. I think &lt;a href=&#34;http://en.wikipedia.org/wiki/Godfrey_Reggio&#34;&gt;Godfrey Reggio&lt;/a&gt; thought he was branching out into something new here by using digitally manipulated archive material and CGI, but actually the film comes across as tired and pedestrian. Five minutes of it might be tolerable in the &lt;a href=&#34;http://www.tate.org.uk/&#34;&gt;Tate Gallery&lt;/a&gt; out of curiousity at the &amp;lsquo;pretty patterns&amp;rsquo;, but it&amp;rsquo;s nothing compared to the ground-breaking Koyaanisqatsi or its first sequel. I turned it off before the end out of boredom.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IBM, Software, and SOA</title>
      <link>/blog/2006/09/22/ibm-software-and-soa/</link>
      <pubDate>Fri, 22 Sep 2006 09:51:50 +0000</pubDate>
      <guid>/blog/2006/09/22/ibm-software-and-soa/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.businessweek.com/technology/content/aug2006/tc20060814_505390.htm?campaign_id=rss_null&#34;&gt;Business Week recently pointed out&lt;/a&gt;, in an article &lt;a href=&#34;http://www-03.ibm.com/developerworks/blogs/page/SOA_Off_the_Record?entry=business_week_article_rocks&#34;&gt;linked from Sandy Carter&amp;rsquo;s SOA blog&lt;/a&gt;, that IBM now makes more profit from software than services, which had been our mainstay for a number of years now. I&amp;rsquo;m not 100% clear on the details (it&amp;rsquo;s not often I get to look at the big book o&amp;rsquo; accounts), but it&amp;rsquo;s good to know that we in IBM Software Group are doing good for the company&amp;rsquo;s bottom line.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bill Clinton Leads the Royal Albert Hall</title>
      <link>/blog/2006/09/21/bill-clinton-leads-the-royal-albert-hall/</link>
      <pubDate>Thu, 21 Sep 2006 16:16:24 +0000</pubDate>
      <guid>/blog/2006/09/21/bill-clinton-leads-the-royal-albert-hall/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just booked my ticket for &lt;a href=&#34;http://en.wikipedia.org/wiki/Bill_Clinton&#34;&gt;Bill Clinton&lt;/a&gt;&amp;rsquo;s &lt;a href=&#34;http://tickets.royalalberthall.com/season/production.aspx?id=7902&amp;amp;src=t&amp;amp;monthyear=&#34;&gt;leadership seminar&lt;/a&gt; next Tuesday. Although my politics don&amp;rsquo;t align that well with his, I&amp;rsquo;ve nevertheless long thought he&amp;rsquo;s an intelligent man, and look forward to hearing what he has to say. David Millward from the Telegraph &lt;a href=&#34;http://blogs.telegraph.co.uk/ukcorrespondents/davidmillward/sept06/clintongig.htm&#34;&gt;has also written about this&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Media Consumption Control</title>
      <link>/blog/2006/09/21/media-consumption-control/</link>
      <pubDate>Thu, 21 Sep 2006 10:23:21 +0000</pubDate>
      <guid>/blog/2006/09/21/media-consumption-control/</guid>
      <description>&lt;p&gt;Media, and methods for consuming them, could be divided into three categories, according to the degree that they allow control over the rate of flow of information into your brain:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Allow No Control&lt;/em&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Theatre&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Cinema&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Live Radio&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Live TV&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;em&gt;Allow Some Control (Pauseable, Restartable)&lt;/em&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Watching a film at home (VHS, DVD)&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Podcasting&#34;&gt;Podcast&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Radio over Internet&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;TV over Internet&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;em&gt;Allow Flexible Control&lt;/em&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Reading - books, the web, etc.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The list is hardly comprehensive, I&amp;rsquo;ve just listed some of those with which I&amp;rsquo;m more familiar. There is of course some wiggle room. For example, some DVD players allow films to be slowed down/speeded up, although dramatically changing the speed ruins the experience. Also, of course, you can record TV programmes for later viewing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Christiane F</title>
      <link>/blog/2006/09/20/christiane-f/</link>
      <pubDate>Wed, 20 Sep 2006 19:13:20 +0000</pubDate>
      <guid>/blog/2006/09/20/christiane-f/</guid>
      <description>&lt;p&gt;Another day, another film about heroin. But &lt;a href=&#34;http://en.wikipedia.org/wiki/Christiane_F.&#34;&gt;Christiane F&lt;/a&gt; is no &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/19/trainspotting/&#34;&gt;Trainspotting&lt;/a&gt;. This film is the true story of Christiane, a 14-year girl in &lt;a href=&#34;http://en.wikipedia.org/wiki/Berlin&#34;&gt;Berlin&lt;/a&gt; in the mid-70s, who turns to prostitution to fund her growing &amp;lsquo;H&amp;rsquo; habit. Gritty and dirty, the film portrays 70s Berlin as one might expect - as an environment drenched with drugs and dotted with &lt;a href=&#34;http://en.wikipedia.org/wiki/Volkswagen_Beetle&#34;&gt;VW Beetles&lt;/a&gt;. The blunt effects and the realism of the cinematography support the story well. &lt;a href=&#34;http://en.wikipedia.org/wiki/David_Bowie&#34;&gt;David Bowie&lt;/a&gt; provides an excellent soundtrack for the movie, including a German-language version of &lt;a href=&#34;http://en.wikipedia.org/wiki/%22Heroes%22_%28song%29&#34;&gt;Heroes&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Friedman and Roads</title>
      <link>/blog/2006/09/20/friedman-and-roads/</link>
      <pubDate>Wed, 20 Sep 2006 12:14:51 +0000</pubDate>
      <guid>/blog/2006/09/20/friedman-and-roads/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m currently podcast-less, due to the &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/15/the-outside-world-is-broken/&#34;&gt;continued incompetence of PlusNet&lt;/a&gt;, and so am reading &lt;a href=&#34;http://en.wikipedia.org/wiki/Milton_Friedman&#34;&gt;Milton Friedman&lt;/a&gt;&amp;rsquo;s &lt;a href=&#34;http://en.wikipedia.org/wiki/Capitalism_and_Freedom&#34;&gt;Capitalism and Freedom&lt;/a&gt; (&lt;a href=&#34;http://gendal.blogspot.com/2006/09/im-glad-im-not-in-paid-for-newspaper.html&#34;&gt;at Richard&amp;rsquo;s suggestion&lt;/a&gt;). So far it&amp;rsquo;s an excellent book, and everything I expected.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s interesting how the power of the market might surprise even Friedman himself, however - given that the book was originally written in 1962. On page 30 Friedman discusses the use of tolls on roads, and how they are ineffective in the general case, because of the high costs of administering them on most roads. This is an example of a &amp;rsquo;neighborhood effect&amp;rsquo;, one of only two types of &lt;a href=&#34;http://en.wikipedia.org/wiki/Market_failure&#34;&gt;market failure&lt;/a&gt; he identifies. From this, the implication is that a petrol tax is an effective solution.&lt;/p&gt;</description>
    </item>
    <item>
      <title>euroGel 2007 Discount</title>
      <link>/blog/2006/09/19/booked-eurogel-2007/</link>
      <pubDate>Tue, 19 Sep 2006 08:30:21 +0000</pubDate>
      <guid>/blog/2006/09/19/booked-eurogel-2007/</guid>
      <description>&lt;p&gt;After &lt;a href=&#34;http://www.gelconference.com/c/eurogel06.php&#34;&gt;euroGel 2006&lt;/a&gt;, which was truly &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/02/eurogel-2006-conference/&#34;&gt;a &amp;lsquo;good&amp;rsquo; experience for me&lt;/a&gt;, &lt;a href=&#34;http://www.goodexperience.com/about/mark.php&#34;&gt;Mark Hurst&lt;/a&gt; has announced that euroGel is coming back to &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/06/copenhagen-vs-london/&#34;&gt;Copenhagen&lt;/a&gt; in 2007. I&amp;rsquo;ve just booked my ticket, and as a previous attendee, I&amp;rsquo;ve got a 20% discount, so the price was only USD $480. I&amp;rsquo;m allowed to share this discount (which is only valid until this Friday, 22nd September) with friends and colleagues, so if you&amp;rsquo;re interested, let me know and I&amp;rsquo;ll send you the link. You can sign up at the regular price &lt;a href=&#34;https://www.goodexperience.com/gel/db/register.php?id=10&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Trainspotting</title>
      <link>/blog/2006/09/19/trainspotting/</link>
      <pubDate>Tue, 19 Sep 2006 02:06:58 +0000</pubDate>
      <guid>/blog/2006/09/19/trainspotting/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Trainspotting_(film)&#34;&gt;Trainspotting&lt;/a&gt; is from the oh-so-cool &lt;a href=&#34;http://en.wikipedia.org/wiki/Pulp_Fiction&#34;&gt;Pulp Fiction&lt;/a&gt; mold, the late-90s cult film that&amp;rsquo;s too popular to be a cult. I think this turned me off it first time round, and so I avoided it. But having seen it now, it does have some appeal, despite the largely unpleasant storyline and one genuinely shocking scene. The film walks a tightrope between promoting heroin use as acceptable (although never normal, never glamorous), and showing the downside. But it does have the guts to point out that heroin feels great - 1000 times better than an orgasm can&amp;rsquo;t be that bad, right? The consensual, liberal attitude of the film has appeal.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DVDs Have Replaced VHS - but why?</title>
      <link>/blog/2006/09/18/dvds-have-replaced-vhs-but-why/</link>
      <pubDate>Mon, 18 Sep 2006 14:23:59 +0000</pubDate>
      <guid>/blog/2006/09/18/dvds-have-replaced-vhs-but-why/</guid>
      <description>&lt;p&gt;I think it&amp;rsquo;s safe to say that &lt;a href=&#34;http://en.wikipedia.org/wiki/DVD&#34;&gt;DVD&lt;/a&gt; is now the distribution medium of choice for films (and TV programmes, etc.), rather than &lt;a href=&#34;http://en.wikipedia.org/wiki/Vhs&#34;&gt;VHS&lt;/a&gt;. Most high street shops, whether selling or renting, stock DVDs in greater quantities than VHS, and some don&amp;rsquo;t stock VHS at all. This is also true of most online retailers.&lt;/p&gt;&#xA;&lt;p&gt;But is anyone else surprised at how quickly this change has occurred? Technically speaking, DVDs aren&amp;rsquo;t that compelling. Sure, they have some advantages: the quality is better, they last longer, they are random-access. But are they that much better? Is the change entirely demand-side driven? Or are there good reasons for distributors to encourage the switch to DVD?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alien Quadrilogy - 4 x 5</title>
      <link>/blog/2006/09/18/alien-quadrilogy-4-x-5/</link>
      <pubDate>Mon, 18 Sep 2006 11:57:25 +0000</pubDate>
      <guid>/blog/2006/09/18/alien-quadrilogy-4-x-5/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Alien_%28film%29&#34;&gt;Alien&lt;/a&gt;: Nerve-racking, small, polished, gory, and a classic.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Aliens_%28film%29&#34;&gt;Aliens&lt;/a&gt;: Exciting, large, loud, glossy, and militaristic.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Alien%C2%B3&#34;&gt;Alien 3&lt;/a&gt;: Awkward, bizarre, surprising, religious, and closeted.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Alien:_Resurrection&#34;&gt;Alien: Resurrection&lt;/a&gt;: Laughable, patchy, graphical, vague, and French.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Outside World is Broken</title>
      <link>/blog/2006/09/15/the-outside-world-is-broken/</link>
      <pubDate>Fri, 15 Sep 2006 11:59:44 +0000</pubDate>
      <guid>/blog/2006/09/15/the-outside-world-is-broken/</guid>
      <description>&lt;p&gt;My &lt;a href=&#34;http://en.wikipedia.org/wiki/ADSL&#34;&gt;ADSL&lt;/a&gt; at home is currently broken. Unfortunately I&amp;rsquo;m with &lt;a href=&#34;http://www.plus.net/&#34;&gt;PlusNet&lt;/a&gt;, who don&amp;rsquo;t seem to care too much about their customers: I have had to run the gauntlet of poorly thought-out automated phone systems, long waits to speak to a human being, and support websites that don&amp;rsquo;t cut to the chase.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s an interesting illustration of how much I&amp;rsquo;ve come to rely on this communication mechanism, however. I&amp;rsquo;ve already had several instances over the past few days where I&amp;rsquo;ve tried to use my network connection on instinct - for example, &lt;a href=&#34;http://www.nationalrail.co.uk/&#34;&gt;looking up train times&lt;/a&gt; last night - before remembering it&amp;rsquo;s not there. I&amp;rsquo;m really not sure how healthy this is. Of course, a fast, always-on network connection is useful. But perhaps I shouldn&amp;rsquo;t rely on its presence as much as I do. What are your experiences of this? Do you feel uncomfortable when part of your connection to the modern world is broken?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gaddafi: A Living Myth</title>
      <link>/blog/2006/09/15/gaddafi-a-living-myth/</link>
      <pubDate>Fri, 15 Sep 2006 09:32:58 +0000</pubDate>
      <guid>/blog/2006/09/15/gaddafi-a-living-myth/</guid>
      <description>&lt;p&gt;I went to see &lt;a href=&#34;http://www.eno.org/gaddafi/homepage.html&#34;&gt;Gaddafi&lt;/a&gt; last night. Sadly, it was a bit of a disappointment. Poor production values certainly conspired against it: sloppy stagecraft, unadventurous lighting and props, and sound quality that one wouldn&amp;rsquo;t expect from a theatre like the &lt;a href=&#34;http://www.eno.org/&#34;&gt;ENO&lt;/a&gt;. It appears it&amp;rsquo;s their first foray into something so modern and experimental, and it shows. Flaky choreography and a cluttered stage layout didn&amp;rsquo;t help either.&lt;/p&gt;&#xA;&lt;p&gt;But the greater problems were in the recreation of the &lt;a href=&#34;http://en.wikipedia.org/wiki/Muammar_al-Qaddafi&#34;&gt;al-Gaddafi&lt;/a&gt; story. The script was badly developed, jumping around and never really deciding who Gaddafi was or what the story was about. The historical context was never clear, despite obvious attempts to convey it - apart from when it involved the west, when reliance on pre-recorded TV footage seemed to be the only way the director could sell his message. Apart from some vague sense that I probably wouldn&amp;rsquo;t like him, I learnt little about Gaddafi or &lt;a href=&#34;http://en.wikipedia.org/wiki/Libya&#34;&gt;Libya&lt;/a&gt; that I didn&amp;rsquo;t already know (and I&amp;rsquo;m hardly an expert). Some self-conscious statements about an actor playing Gaddafi, breaking the &lt;a href=&#34;http://en.wikipedia.org/wiki/Fourth_wall&#34;&gt;fourth wall&lt;/a&gt;, were arrogant and out-of-place.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Concert Audio and Alison Young</title>
      <link>/blog/2006/09/13/concert-audio-and-alison-young/</link>
      <pubDate>Wed, 13 Sep 2006 11:29:34 +0000</pubDate>
      <guid>/blog/2006/09/13/concert-audio-and-alison-young/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve long thought (I&amp;rsquo;m aware this will make me sound like a &lt;a href=&#34;http://en.wikipedia.org/wiki/Young_Fogey&#34;&gt;young fogey&lt;/a&gt;) that most concerts are way too loud. This is why I tend to avoid them - I&amp;rsquo;ve seen both the rock music of the &lt;a href=&#34;http://en.wikipedia.org/wiki/Foo_Fighters&#34;&gt;Foo Fighters&lt;/a&gt; and the delicacy and &lt;a href=&#34;http://en.wikipedia.org/wiki/Dynamic_range&#34;&gt;dynamic range&lt;/a&gt; of &lt;a href=&#34;http://en.wikipedia.org/wiki/Sigur_R%C3%B3s&#34;&gt;Sigur Rós&lt;/a&gt; spoilt on stage. The only times I tend to attend gigs are when the venue is small and the artist is unknown to me (which helps built the sense of atmosphere and overcome the poorer sound quality). There&amp;rsquo;s a &lt;a href=&#34;http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0000cX&amp;amp;topic_id=1&#34;&gt;long discussion&lt;/a&gt; on &lt;a href=&#34;http://www.edwardtufte.com/&#34;&gt;Edward Tufte&lt;/a&gt;&amp;rsquo;s website about the technical aspects of this over-amplification issue.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IBM and Open-source</title>
      <link>/blog/2006/09/13/ibm-and-open-source/</link>
      <pubDate>Wed, 13 Sep 2006 07:35:54 +0000</pubDate>
      <guid>/blog/2006/09/13/ibm-and-open-source/</guid>
      <description>&lt;p&gt;One of the things I&amp;rsquo;ve felt &lt;a href=&#34;http://www.ibm.com/&#34;&gt;IBM&lt;/a&gt;&amp;rsquo;s been strong at in recent years is the way we embrace open-source as a development model, and as a model for providing software to our customers. &lt;a href=&#34;http://www.eclipse.org/&#34;&gt;Eclipse&lt;/a&gt;, which has a lot of support from IBM, is a well-known example, but there are plenty of others. I honestly believe that the provision of open-source software gives us a competitive edge over IT organisations of comparable size. Sure, we don&amp;rsquo;t do it for all our products, but for toolchains like Eclipse it has delivered real benefits - the number of plugins developed for it is testament to that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cheeky Sainsbury&#39;s</title>
      <link>/blog/2006/09/11/cheeky-sainsburys/</link>
      <pubDate>Mon, 11 Sep 2006 09:39:44 +0000</pubDate>
      <guid>/blog/2006/09/11/cheeky-sainsburys/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/13/tesco-show-what-innovation-is/#comment-498&#34;&gt;I&amp;rsquo;ve written before&lt;/a&gt; about how useless the downtown Sainsbury&amp;rsquo;s in Winchester is. I&amp;rsquo;ve noticed, however, they have recently put up a cunning sign, which, paraphrased, reads:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;&amp;lsquo;We are currently experiencing a shortage of organic milk. [And indeed they were, the shelf was empty]. However, Sainsbury&amp;rsquo;s XYZ milk is available, and 5p from each pint goes to farmers to help them convert over to organic production.&amp;rsquo;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Sainsbury&amp;rsquo;s, here&amp;rsquo;s a hint: I&amp;rsquo;m not interested in voluntarily subsidising farmers&amp;rsquo; investment in their own production and helping you and them to solve logistical and production problems. Yes, I&amp;rsquo;m happy to buy organic milk at a price premium, and, yes, I&amp;rsquo;m aware that most of the difference goes to Sainsbury&amp;rsquo;s, not the farmers. But asking me to voluntarily pay extra to you and the farmers for no tangible benefit is taking things a bit too far - I&amp;rsquo;m going to fall on the tight-fisted side of your price targeting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reuse and SOA</title>
      <link>/blog/2006/09/10/reuse-and-soa/</link>
      <pubDate>Sun, 10 Sep 2006 16:35:12 +0000</pubDate>
      <guid>/blog/2006/09/10/reuse-and-soa/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blogs.zdnet.com/service-oriented/&#34;&gt;Joe McKendrick&lt;/a&gt; discusses &lt;a href=&#34;http://en.wikipedia.org/wiki/Service_oriented_architecture&#34;&gt;SOA&lt;/a&gt; and reuse in a &lt;a href=&#34;http://blogs.zdnet.com/service-oriented/?p=699&#34;&gt;recent blog entry&lt;/a&gt;, essentially drawing on some comments from &lt;a href=&#34;http://www.davidchappell.com/&#34;&gt;David Chappell&lt;/a&gt; that reuse didn&amp;rsquo;t do as well as predicted in the era of &lt;a href=&#34;http://en.wikipedia.org/wiki/Object-oriented_programming&#34;&gt;object-orientation&lt;/a&gt;, and that SOA isn&amp;rsquo;t faring well in this department either. &lt;a href=&#34;http://weblog.infoworld.com/realworldsoa/&#34;&gt;Dave Linthicum&lt;/a&gt;, in his &lt;a href=&#34;http://weblog.infoworld.com/realworldsoa/archives/2006/09/soa_and_reuse_a.html&#34;&gt;latest podcast&lt;/a&gt;, also discusses this topic.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m not sure I can comment that widely on the state of current SOA projects, and I would agree that SOA may suffer from similar management problems to that of object-orientation: if developers of SOA systems aren&amp;rsquo;t rewarded for saving time with a reuse strategy, they won&amp;rsquo;t be enthused to do so. This is an important part of any software project, and encouraging reuse is a best practice that shouldn&amp;rsquo;t be restricted to object-orientation or SOA.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Test Automation Conference</title>
      <link>/blog/2006/09/09/google-test-automation-conference/</link>
      <pubDate>Sat, 09 Sep 2006 18:04:41 +0000</pubDate>
      <guid>/blog/2006/09/09/google-test-automation-conference/</guid>
      <description>&lt;p&gt;I spent last Thursday and Friday in London at the &lt;a href=&#34;http://management.silicon.com/itpro/0,39024675,39154338,00.htm&#34;&gt;Google offices in Victoria&lt;/a&gt; for the first &lt;a href=&#34;http://www.google.co.uk/intl/en/events/londontesters/speakers.html&#34;&gt;Google Test Automation Conference&lt;/a&gt;. The presentation topics ranged widely, considering the relatively narrow scope of the conference, but most were well developed and interesting, even if some retrod familiar topics. Some of the highlights included:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.xml.com/pub/au/218&#34;&gt;Steve Loughran&lt;/a&gt; and &lt;a href=&#34;http://conferences.oreillynet.com/cs/eurooscon/view/e_spkr/2332&#34;&gt;Julio Guijarro&lt;/a&gt;, &lt;a href=&#34;http://www.hpl.hp.com/&#34;&gt;HP Labs&lt;/a&gt;. This presentation was about &lt;a href=&#34;http://www.smartfrog.org/&#34;&gt;Smartfrog&lt;/a&gt;, a system deployment framework, which Steve and Julio were working on as part of a strategy for system testing. They demonstrated several examples of how the system might work in practice. Smartfrog looks pretty flexible, and I plan to spend some time looking into it. Frameworks for deployment have an inherent problem in catering to the wide variety of platforms, configuration mechanisms, deployment combinations and so on that are necessary in practice. Anything that gets closer to this is therefore welcome. Smartfrog also has the interesting property that the &lt;a href=&#34;http://www.w3.org/TR/xhtml1/&#34;&gt;XHTML&lt;/a&gt; it produces as output is sufficiently well-formed that, although it has an embedded &lt;a href=&#34;http://www.w3.org/Style/CSS/&#34;&gt;CSS&lt;/a&gt; stylesheet for presentation in a web browser, it can also be parsed as &lt;a href=&#34;http://www.w3.org/XML/&#34;&gt;XML&lt;/a&gt; data without much effort, and thus act as a machine-readable data source as well. This might seem obvious to some folks, and I&amp;rsquo;m willing to bet it&amp;rsquo;s not the first time it&amp;rsquo;s been done, but it seemed novel to me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>82ASK Get it Very Right</title>
      <link>/blog/2006/09/07/82ask-get-it-very-right/</link>
      <pubDate>Thu, 07 Sep 2006 22:01:47 +0000</pubDate>
      <guid>/blog/2006/09/07/82ask-get-it-very-right/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m very impressed. A few days ago &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/04/82ask-get-it-wrong/&#34;&gt;I wrote about how 82ASK had screwed up&lt;/a&gt; the answer to a question. This evening, totally unprompted, I get an email:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;&amp;lsquo;I have been passed details of your unsatisfactory response from 82ASK&amp;hellip;&amp;rsquo;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;&amp;lsquo;We have given you two free credits in the hope that you will continue to use the 82ASK service, and to apologise again for your unsatisfactory response.&amp;rsquo;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;&amp;lsquo;It appears in this instance our usually reliable sources have let us down, and we will endeavour to find a better source for questions of this nature in the future.&amp;rsquo;&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Copenhagen vs. London</title>
      <link>/blog/2006/09/06/copenhagen-vs-london/</link>
      <pubDate>Wed, 06 Sep 2006 14:17:39 +0000</pubDate>
      <guid>/blog/2006/09/06/copenhagen-vs-london/</guid>
      <description>&lt;p&gt;_Why Copenhagen Is a Bit Like London&#xA;_&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;English is spoken fluently.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;It has its &lt;a href=&#34;http://en.wikipedia.org/wiki/Danish_kroner&#34;&gt;own wacky money&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Lots of public infrastructure is just a little bit more run-down than you&amp;rsquo;d like.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Nothing is particularly efficient.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;It has a mix of modernity and cuteness in its architecure.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;It is &lt;a href=&#34;http://www5.flickr.com/photos/ilmungo/47189166/&#34;&gt;tolerant&lt;/a&gt; and multi-cultural.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;em&gt;Why Copenhagen Isn&amp;rsquo;t That Much Like London&lt;/em&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;It&amp;rsquo;s much smaller.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Food is nicer but more expensive.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Very few things, beyond tourist material, are written in English.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Kaospilots</title>
      <link>/blog/2006/09/06/the-kaospilots/</link>
      <pubDate>Wed, 06 Sep 2006 07:24:00 +0000</pubDate>
      <guid>/blog/2006/09/06/the-kaospilots/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/02/eurogel-2006-conference/#comment-963&#34;&gt;Henrique&amp;rsquo;s recent comment&lt;/a&gt; reminded me of another interesting bunch of people I met at &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/09/02/eurogel-2006-conference/&#34;&gt;euroGel 2006&lt;/a&gt;: the incoming class of &lt;a href=&#34;http://www.kaospilot.dk/&#34;&gt;the Kaospilots&lt;/a&gt;, &amp;lsquo;&lt;a href=&#34;http://www.odemagazine.com/article.php?aID=4168&#34;&gt;The most unusual school in the world&lt;/a&gt;&amp;rsquo;. They sound like an indie band, but Kaospilots is actually a private university, teaching business and related creative subjects. They are partly self-funding, and the concept seems novel - all teachers are external consultants. The most striking thing I found in the students I met was their drive - it&amp;rsquo;s obviously not a university course you drift onto. I think this university model is worth keeping an eye on.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SOA for Dummies</title>
      <link>/blog/2006/09/05/soa-for-dummies/</link>
      <pubDate>Tue, 05 Sep 2006 10:31:31 +0000</pubDate>
      <guid>/blog/2006/09/05/soa-for-dummies/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just received my IBM special edition of &lt;a href=&#34;http://www.amazon.co.uk/Service-oriented-Architecture-Dummies/dp/0470054352/ref=sr_11_1/202-8057367-6954244?ie=UTF8&#34;&gt;Service Oriented Architecture for Dummies&lt;/a&gt;. It&amp;rsquo;s shorter than the regular book, but is free - so you can use this link and order one yourself. It only covers the basics of &lt;a href=&#34;http://en.wikipedia.org/wiki/Service-oriented_architecture&#34;&gt;SOA&lt;/a&gt;, and doesn&amp;rsquo;t dive into depth on &lt;a href=&#34;http://en.wikipedia.org/wiki/Enterprise_Service_Bus&#34;&gt;ESB&lt;/a&gt;s, &lt;a href=&#34;http://en.wikipedia.org/wiki/Service_component_architecture&#34;&gt;SCA&lt;/a&gt;, or any particular product, but despite being so general, it&amp;rsquo;s nevertheless worth a read if you&amp;rsquo;re looking for a good introduction to what SOA is all about.&lt;/p&gt;</description>
    </item>
    <item>
      <title>82ASK Get it Wrong</title>
      <link>/blog/2006/09/04/82ask-get-it-wrong/</link>
      <pubDate>Mon, 04 Sep 2006 07:33:59 +0000</pubDate>
      <guid>/blog/2006/09/04/82ask-get-it-wrong/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve had superb experiences with &lt;a href=&#34;http://82ask.com/&#34;&gt;82ASK&lt;/a&gt; up till now. It&amp;rsquo;s a very simple but useful service; text any question to 82ASK (82275) and they send you the answer back for a pound (or don&amp;rsquo;t charge if they can&amp;rsquo;t answer). I&amp;rsquo;ve found it&amp;rsquo;s very useful when out and about and you&amp;rsquo;re trying to answer a travel or shopping query.&lt;/p&gt;&#xA;&lt;p&gt;After flying back to &lt;a href=&#34;http://en.wikipedia.org/wiki/Heathrow&#34;&gt;Heathrow&lt;/a&gt; Terminal 4 the other day, I need to get to the Central Bus Station, which is right next to Terminals 1, 2, and 3. On the way out I&amp;rsquo;d caught the free Heathrow Express to T4, but I thought it went in a loop round Heathrow, like the tube, so wasn&amp;rsquo;t suitable for the return hop. I wanted to get to the bus station quickly to see if I could catch an earlier bus home. So I sent this to 82ASK as I was getting off the plane:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Syriana</title>
      <link>/blog/2006/09/03/syriana/</link>
      <pubDate>Sun, 03 Sep 2006 18:18:00 +0000</pubDate>
      <guid>/blog/2006/09/03/syriana/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Syriana&#34;&gt;Syriana&lt;/a&gt; is a tight but complex thriller that deals with issues of politics, oil, and terrorism. Recent happenings with &lt;a href=&#34;http://en.wikipedia.org/wiki/Hezbollah&#34;&gt;Hezbollah&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Iran&#34;&gt;Iran&lt;/a&gt; give it extra poignance. It would certainly benefit from repeat watchings, and I wouldn&amp;rsquo;t claim to be able to explain it all. The relevancy or accuracy of the film it is probably almost impossible to know.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s certainly an adult American thriller, and &lt;a href=&#34;http://en.wikipedia.org/wiki/Iran&#34;&gt;Stephen Gaghan&lt;/a&gt;, the writer and director, is obviously familiar with American political nature and is not constrained by his national culture. Even the fake British news presentation at one point is not from the usual Hollywood &amp;rsquo;tea and the queen&amp;rsquo; mold, and only allows one minor slip-up through: the use of the phrase &amp;lsquo;one-hundred-sixty&amp;rsquo; rather than &amp;lsquo;one hundred and sixty&amp;rsquo;. There is a lot of subtitled foreign language content (such as substantial amounts of Arabic spoken by &lt;a href=&#34;http://en.wikipedia.org/wiki/George_Clooney&#34;&gt;George Clooney&lt;/a&gt;), which is also rare in American film (another good example being &lt;a href=&#34;http://en.wikipedia.org/wiki/George_Clooney&#34;&gt;The Last Samurai&lt;/a&gt;). Let&amp;rsquo;s hope this consciousness of the world from American filmmakers grows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>euroGel 2006 Conference</title>
      <link>/blog/2006/09/02/eurogel-2006-conference/</link>
      <pubDate>Sat, 02 Sep 2006 14:08:48 +0000</pubDate>
      <guid>/blog/2006/09/02/eurogel-2006-conference/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just come back from the Good Experience Live (&lt;a href=&#34;http://www.gelconference.com/c/eurogel06.php&#34;&gt;euroGel&lt;/a&gt;) conference in &lt;a href=&#34;http://en.wikipedia.org/wiki/Copenhagen&#34;&gt;Copenhagen&lt;/a&gt; (more on the city and Denmark in a later post). It was a superb and surprisingly moving experience, and as a conference that I paid for myself, I would say it was worth every penny for personal development reasons alone. I would recommend it to anyone with a wide range of interests.&lt;/p&gt;&#xA;&lt;p&gt;The theme of the conference is hard to pin down; it is defined as &amp;lsquo;good experience in all its forms&amp;rsquo;. I&amp;rsquo;m still struggling to &amp;lsquo;get it&amp;rsquo;, but it didn&amp;rsquo;t seem to matter that I didn&amp;rsquo;t. In practice, this seems to mean a variety of speakers from across the arts and technology, some of them specialising in user experience or customer experience, coming together to share their stories.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Will Media Shops Ever Disappear?</title>
      <link>/blog/2006/09/02/will-media-shops-ever-disappear/</link>
      <pubDate>Sat, 02 Sep 2006 09:24:30 +0000</pubDate>
      <guid>/blog/2006/09/02/will-media-shops-ever-disappear/</guid>
      <description>&lt;p&gt;Why do high-street media shops (Videos, DVDs, CDs, Books) still exist? These items were amongst the first to be available for online ordering on the internet, with &lt;a href=&#34;http://www.amazon.com/&#34;&gt;Amazon&lt;/a&gt; and others offering them from around 1995. Yet &lt;a href=&#34;http://www.hmv.co.uk/&#34;&gt;HMV&lt;/a&gt;, &lt;a href=&#34;http://www.waterstones.co.uk/&#34;&gt;Waterstones&lt;/a&gt;, and so on don&amp;rsquo;t show any outward signs of disappearing, or even reducing prices significantly, apart from the hit they allege that virtual media (i.e. MP3 downloading, legal or illegal) is having on their business.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Farmers&#39; Markets Will Be Commodities Soon?</title>
      <link>/blog/2006/09/01/farmers-markets-will-be-commodities-soon/</link>
      <pubDate>Fri, 01 Sep 2006 09:18:13 +0000</pubDate>
      <guid>/blog/2006/09/01/farmers-markets-will-be-commodities-soon/</guid>
      <description>&lt;p&gt;To some people, Farmers&amp;rsquo; markets, such as those that &lt;a href=&#34;http://www.hampshirefarmersmarkets.co.uk/locations/location_detail.asp?location=Winchester&#34;&gt;visit Winchester on a monthly basis&lt;/a&gt;, are an interesting part of a day out. Browsing round provides the opportunity to buy bread, cheese, beer, jams, and other such produce that&amp;rsquo;s no doubt better than most of what the local supermarkets stock. Many people get stuck on particular brands (read: particular stalls), because they prefer them, and go back again and again to the same place.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Beverly Hills Cop</title>
      <link>/blog/2006/08/31/beverly-hills-cop/</link>
      <pubDate>Thu, 31 Aug 2006 13:23:21 +0000</pubDate>
      <guid>/blog/2006/08/31/beverly-hills-cop/</guid>
      <description>&lt;p&gt;Let&amp;rsquo;s be clear: long before &lt;a href=&#34;http://en.wikipedia.org/wiki/Chris_Rock&#34;&gt;Chris Rock&lt;/a&gt; came onto the Hollywood scene, &lt;a href=&#34;http://en.wikipedia.org/wiki/Eddie_Murphy&#34;&gt;Eddie Murphy&lt;/a&gt; was there in his place. This film is classic Murphy, with his wise-cracking, fast-talking, slightly camp personality in full flow.&lt;/p&gt;&#xA;&lt;p&gt;The plot isn&amp;rsquo;t much to speak of, but the comic characterisation is well-done, if a little clichéd - the bumbling duo of Taggart (&lt;a href=&#34;http://en.wikipedia.org/wiki/John_Ashton_%28actor%29&#34;&gt;John Ashton&lt;/a&gt;) and Rosewood (the strangely-named &lt;a href=&#34;http://en.wikipedia.org/wiki/Judge_Reinhold&#34;&gt;Judge Reinhold&lt;/a&gt;) are straight out of the book of cop stereotypes. The film is well-directed and edited - some of &lt;a href=&#34;http://en.wikipedia.org/wiki/Martin_Brest&#34;&gt;Martin Brest&lt;/a&gt;&amp;rsquo;s opening scenes, showing a-day-in-the-life of poor America, could belong to a film much more serious than this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Future of Programming</title>
      <link>/blog/2006/08/30/the-future-of-programming/</link>
      <pubDate>Wed, 30 Aug 2006 12:20:36 +0000</pubDate>
      <guid>/blog/2006/08/30/the-future-of-programming/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Marc_Andreessen&#34;&gt;Marc Andreessen&lt;/a&gt; discussed the history of programming &lt;a href=&#34;http://osc.gigavox.com/shows/detail994.html&#34;&gt;in a recent podcast&lt;/a&gt;, noting the shift from machine-targeted languages to human-targeted languages. Although he seems to think that the change was fairly sudden (for him, it was started with &lt;a href=&#34;http://en.wikipedia.org/wiki/Java_programming_language&#34;&gt;Java&lt;/a&gt; in 1995), and he spends a surprising amount of time discussing &lt;a href=&#34;http://en.wikipedia.org/wiki/PHP&#34;&gt;PHP&lt;/a&gt;, which seems to be his favourite example of an easy-to-use language, his general point is still well founded.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s certainly interesting to see how languages like &lt;a href=&#34;http://en.wikipedia.org/wiki/C_programming_language&#34;&gt;C&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/C++&#34;&gt;C++&lt;/a&gt; are fading, their place being taken by Java. This is simply due to economic incentives: why spend expensive programmer time solving problems than can be solved by a cheap machine? Java is in danger of becoming overly feature-laden, but it still has a single important strength over its predecessors - simple dynamic memory management - no more explicit object creation/destruction. This does for memory what filesystems have done for disk. It&amp;rsquo;s hard to see just how much this has done for development speed and robustness until you compare it to what went before. PHP, &lt;a href=&#34;http://en.wikipedia.org/wiki/Python_programming_language&#34;&gt;Python&lt;/a&gt;, and so on, have the potential to do more, particularly for the new breed of web-based applications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Travel Pain</title>
      <link>/blog/2006/08/30/travel-pain/</link>
      <pubDate>Wed, 30 Aug 2006 08:58:04 +0000</pubDate>
      <guid>/blog/2006/08/30/travel-pain/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Quiet zones on trains:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Only make sense if the train company itself makes minimal noise. Waffling away on the &lt;a href=&#34;http://en.wikipedia.org/wiki/Public_address&#34;&gt;PA&lt;/a&gt;, as on the &lt;a href=&#34;http://en.wikipedia.org/wiki/Heathrow_express&#34;&gt;Heathrow Express&lt;/a&gt; this morning, does not a quiet journey make.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Allow talking, and modern mobile phone microphones are sophisticated enough to pick up normal voice volume audibly, so why are mobiles not permitted? Shouting into the phone is a different matter. Having said that, landline phones normally feed back a small amount of your voice into the loudspeaker to encourage you to be quieter - why don&amp;rsquo;t mobiles do the same? Perhaps an audio engineer could explain.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End of Free Banking?</title>
      <link>/blog/2006/08/29/end-of-free-banking/</link>
      <pubDate>Tue, 29 Aug 2006 11:00:25 +0000</pubDate>
      <guid>/blog/2006/08/29/end-of-free-banking/</guid>
      <description>&lt;p&gt;It appears that there are &lt;a href=&#34;http://news.bbc.co.uk/1/hi/programmes/inside_money/5260016.stm&#34;&gt;increasing numbers of customers revolting against bank charges&lt;/a&gt; which they deem as &amp;lsquo;unfair&amp;rsquo;. It appears that the law states that these charges are indeed illegal, because they cover more than just the costs the banks incur. In other words, banks are not allowed to make a profit on these charges. This is awkward because it artifically distorts the marketplace. It would be useful for banks to put in place high charges to discourage customers from using unauthorised overdrafts, keeping too small a balance for regular transactions, etc. There are already regulations in place ensuring that charges have to be clearly laid out in account terms and conditions, so this isn&amp;rsquo;t &amp;lsquo;unfair&amp;rsquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fix for Popularity Contest Page Views on Wordpress &gt;2.0.0</title>
      <link>/blog/2006/08/28/fix-for-popularity-contest-page-views-on-wordpress-200/</link>
      <pubDate>Mon, 28 Aug 2006 09:15:14 +0000</pubDate>
      <guid>/blog/2006/08/28/fix-for-popularity-contest-page-views-on-wordpress-200/</guid>
      <description>&lt;p&gt;I installed the &lt;a href=&#34;http://www.alexking.org/index.php?content=software/wordpress/content.php&#34;&gt;popularity contest&lt;/a&gt; plugin &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/16/5100/&#34;&gt;some time ago&lt;/a&gt; to count the popularity of posts on this blog. Unfortunately, up till now it hadn&amp;rsquo;t been counting page views, which significantly skewed the statistics. I recently discovered, however, that there was a &lt;a href=&#34;http://pascal.vanhecke.info/2006/03/18/wp-shortstat-plugin-broken-after-upgrading-to-wordpress-202/#more-157&#34;&gt;bug in the WP-ShortStat plugin&lt;/a&gt; which caused it not to register hits (due to a regression in &lt;a href=&#34;http://wordpress.org/&#34;&gt;Wordpress&lt;/a&gt;). I applied a similar fix to &lt;a href=&#34;http://www.alexking.org/software/wordpress/1.5/popularity-contest.zip&#34;&gt;popularity-contest.php version 1.1&lt;/a&gt; and it now works. It looks like &lt;a href=&#34;http://dev.wp-plugins.org/changeset/5081&#34;&gt;a different fix has already been applied&lt;/a&gt; to the version in &lt;a href=&#34;http://trac.edgewall.org/&#34;&gt;Trac&lt;/a&gt; to fix the problem.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Amadeus</title>
      <link>/blog/2006/08/28/amadeus/</link>
      <pubDate>Mon, 28 Aug 2006 08:15:10 +0000</pubDate>
      <guid>/blog/2006/08/28/amadeus/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Amadeus_%28film%29&#34;&gt;Amadeus&lt;/a&gt;, which could have been more lengthily titled &amp;lsquo;The Rise and Fall of &lt;a href=&#34;http://en.wikipedia.org/wiki/Wolfgang_Amadeus_Mozart&#34;&gt;Wolfgang Amadeus Mozart&lt;/a&gt;&amp;rsquo;, is an outstanding film from the &lt;a href=&#34;http://en.wikipedia.org/wiki/Academy_Awards&#34;&gt;Academy Awards&lt;/a&gt;&amp;rsquo; back-catalogue. Winners of eight Oscars, it deserved them all, despite its many historical inaccuracies and liberties. An extremely watchable film, it never drags despite its length, and each scene tells.&lt;/p&gt;&#xA;&lt;p&gt;Amadeus is a film of contrasts. It depicts Mozart as a fun-loving wally, reminiscent of &lt;a href=&#34;http://en.wikipedia.org/wiki/Yahoo_Serious&#34;&gt;Yahoo Serious&lt;/a&gt; in &lt;a href=&#34;http://en.wikipedia.org/wiki/Young_Einstein&#34;&gt;Young Einstein&lt;/a&gt; (or at least his hair). His music, always sublime, provides the soundtrack to the film and makes clear the disparity between it and his outward personality (at least here). It&amp;rsquo;s possible the film libels Mozart with this playful presentation, but if it does, it does it in a charming way. The distinction is reinforced by the assertions of &lt;a href=&#34;http://en.wikipedia.org/wiki/Antonio_Salieri&#34;&gt;Salieri&lt;/a&gt;, the narrator, that Mozart was a vulgar man, but his music was not. The narration is sometimes presented with visuals, and intercuts with the visuals of Mozart&amp;rsquo;s life. &lt;a href=&#34;http://en.wikipedia.org/wiki/Richard_Frank_%28actor%29&#34;&gt;Richard Frank&lt;/a&gt; is superb as the priest of few words: the confessional foil for Salieri&amp;rsquo;s tales of immorality and blasphemy: his head is often in his hands, unbelieving.&lt;/p&gt;</description>
    </item>
    <item>
      <title>10 Web Services Issues</title>
      <link>/blog/2006/08/27/10-web-services-issues/</link>
      <pubDate>Sun, 27 Aug 2006 17:22:53 +0000</pubDate>
      <guid>/blog/2006/08/27/10-web-services-issues/</guid>
      <description>&lt;p&gt;Andre Tost has written &lt;a href=&#34;http://www.ibm.com/developerworks/websphere/techjournal/0608_col_tost/0608_col_tost.html?ca=drs-&#34;&gt;a short, but very helpful, article&lt;/a&gt; that clarifies a few of the more confusing issues surrounding &lt;a href=&#34;http://en.wikipedia.org/wiki/Web_service&#34;&gt;Web Services&lt;/a&gt;. None of the concepts are particularly new, but Andre provides a good summary of some potential pitfalls. It&amp;rsquo;s well worth reading if you&amp;rsquo;re interested in &lt;a href=&#34;http://en.wikipedia.org/wiki/Service-oriented_architecture&#34;&gt;SOA&lt;/a&gt; or &lt;a href=&#34;http://en.wikipedia.org/wiki/Enterprise_Service_Bus&#34;&gt;ESB&lt;/a&gt;s in general, as well as Web Services specifically.&lt;/p&gt;&#xA;&lt;p&gt;As an aside, I found this article as part of the WebSphere ESB &lt;a href=&#34;http://www-306.ibm.com/software/support/rss/websphere/2346.xml?rss=s2346&amp;amp;ca=rsswebsphere&#34;&gt;support RSS feed&lt;/a&gt;. For those that aren&amp;rsquo;t aware, there are support &lt;a href=&#34;http://en.wikipedia.org/wiki/RSS_(file_format)&#34;&gt;RSS feeds&lt;/a&gt; for several IBM software products, which provide new information on documentation, fixes, and other issues. Find the product you&amp;rsquo;re interested in on IBM&amp;rsquo;s website, and click on the &amp;lsquo;Support&amp;rsquo; link. Then look for the orange RSS logo for the feed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Fugitive</title>
      <link>/blog/2006/08/25/the-fugitive/</link>
      <pubDate>Fri, 25 Aug 2006 17:02:38 +0000</pubDate>
      <guid>/blog/2006/08/25/the-fugitive/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/The_Fugitive_(1993_film)&#34;&gt;The Fugitive&lt;/a&gt; is a good action-mystery, based on the original TV series. &lt;a href=&#34;http://en.wikipedia.org/wiki/Harrison_Ford&#34;&gt;Harrison Ford&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Tommy_Lee_Jones&#34;&gt;Tommy Lee Jones&lt;/a&gt; both put in solid performances, and &lt;a href=&#34;http://en.wikipedia.org/wiki/Jeroen_Krabb%C3%A9&#34;&gt;Jeroen Krabbé&lt;/a&gt; is subtle as the slimy Charles Nichols. The plot is careful, without too much flabbiness. It perhaps lacks the shine of a classic, but it&amp;rsquo;s definitely very watchable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Armageddon</title>
      <link>/blog/2006/08/25/armageddon/</link>
      <pubDate>Fri, 25 Aug 2006 12:58:23 +0000</pubDate>
      <guid>/blog/2006/08/25/armageddon/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Armageddon_%28film%29&#34;&gt;Armageddon&lt;/a&gt; is:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://intuitor.com/moviephysics/armageddon.html&#34;&gt;Laughably inaccurate&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Poorly acted by almost everyone. Given the number of high-quality stars (for better examples, see &lt;a href=&#34;http://en.wikipedia.org/wiki/Death_Becomes_Her&#34;&gt;Death Becomes Her&lt;/a&gt; - &lt;a href=&#34;http://en.wikipedia.org/wiki/Bruce_Willis&#34;&gt;Bruce Willis&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Changing_lanes&#34;&gt;Changing Lanes&lt;/a&gt; - &lt;a href=&#34;http://en.wikipedia.org/wiki/Ben_Affleck&#34;&gt;Ben Affleck&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Man_Who_Wasn%27t_There&#34;&gt;The Man Who Wasn&amp;rsquo;t There&lt;/a&gt; - &lt;a href=&#34;http://en.wikipedia.org/wiki/Billy_Bob_Thornton&#34;&gt;Billy Bob Thornton&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Ghost_World_%28film%29&#34;&gt;Ghost World&lt;/a&gt; - &lt;a href=&#34;http://en.wikipedia.org/wiki/Steve_buscemi&#34;&gt;Steve Buscemi&lt;/a&gt;), such a low standard is impressive.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;So gung-ho you can barely watch at times.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Armageddon has:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;A ridiculous plot. Deep-core drillers are hired by &lt;a href=&#34;http://en.wikipedia.org/wiki/Nasa&#34;&gt;NASA&lt;/a&gt; to land on an asteroid in space shuttles and blow it up with a nuclear warhead?&lt;/p&gt;</description>
    </item>
    <item>
      <title>South West Trains Strikes</title>
      <link>/blog/2006/08/24/south-west-trains-strikes/</link>
      <pubDate>Thu, 24 Aug 2006 08:00:54 +0000</pubDate>
      <guid>/blog/2006/08/24/south-west-trains-strikes/</guid>
      <description>&lt;p&gt;It looks like ASLEF &lt;a href=&#34;http://www.southwesttrains.co.uk/SWTrains/Aboutus/News/_striketimetablesadvicenottotravel.htm&#34;&gt;are going ahead with three days of strike action&lt;/a&gt; on &lt;a href=&#34;http://www.southwesttrains.co.uk/SWTrains/&#34;&gt;South West Trains&lt;/a&gt;&amp;rsquo; services. I went to &lt;a href=&#34;http://www.aslef.org.uk/&#34;&gt;their website&lt;/a&gt; to look for an mention of it but could find none. The same was true of the &lt;a href=&#34;http://www.rmt.org.uk/&#34;&gt;RMT&lt;/a&gt;, who are also taking part. Meanwhile, South West Trains have put up notices in stations indicating that ASLEF has announced these strikes because SWT managers drove trains to alleviate recent strike action. As SWT put this, &amp;lsquo;we think this is good customer service&amp;rsquo;. Well, quite. I would support any measures by SWT to reduce union membership amongst their employees if this is what results.&lt;/p&gt;</description>
    </item>
    <item>
      <title>No ESB</title>
      <link>/blog/2006/08/23/no-esb/</link>
      <pubDate>Wed, 23 Aug 2006 21:28:47 +0000</pubDate>
      <guid>/blog/2006/08/23/no-esb/</guid>
      <description>&lt;p&gt;Apologies for the lack of posts recently on &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt;. I&amp;rsquo;m currently out of the office and out of &amp;lsquo;work&amp;rsquo; mode, so I&amp;rsquo;m not writing many posts on that topic. I&amp;rsquo;ll be getting back to it in a week or two, though, so please stay tuned. Incidentally, if you&amp;rsquo;re not already aware, you can subscribe to RSS feeds for just a  specific topic on this blog, such as &lt;a href=&#34;http://www.andrewferrier.com/blog/category/esb/&#34;&gt;SOA &amp;amp; ESB&lt;/a&gt; (&lt;a href=&#34;http://www.andrewferrier.com/blog/category/esb/feed/&#34;&gt;feed here&lt;/a&gt;) - in fact, you can do this with any &lt;a href=&#34;http://wordpress.org/&#34;&gt;WordPress&lt;/a&gt; Blog. Just go to the category archive (select from the list on the right-hand side), then append &amp;lsquo;/feed&amp;rsquo; to the &lt;a href=&#34;http://en.wikipedia.org/wiki/URL&#34;&gt;URL&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Security Ignorance and Fraud</title>
      <link>/blog/2006/08/23/security-ignorance-and-fraud/</link>
      <pubDate>Wed, 23 Aug 2006 09:16:59 +0000</pubDate>
      <guid>/blog/2006/08/23/security-ignorance-and-fraud/</guid>
      <description>&lt;p&gt;Richard has been talking about &lt;a href=&#34;http://gendal.blogspot.com/2006/08/fantastic-scam.html&#34;&gt;security scams over at Gendal World&lt;/a&gt;. There certainly seems to be a lot of empirical evidence that security principles aren&amp;rsquo;t well understood by the general public.&lt;/p&gt;&#xA;&lt;p&gt;For example: My credit card expired recently. On receiving the new one, I forgot to sign it, and put it in my wallet with the back blank (yeah, I know). I&amp;rsquo;ve since been able to use it twice unsigned:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;At a pub, I paid for ~£10 worth of drinks. They didn&amp;rsquo;t use &lt;a href=&#34;http://en.wikipedia.org/wiki/Chip_and_PIN&#34;&gt;chip-and-pin&lt;/a&gt;, so I was asked to sign. When the barman noticed I was missing a signature, he pointed out that I really should sign it, but &amp;rsquo;this time&amp;rsquo; he&amp;rsquo;d take other ID. I showed him my photo driving licence (with a signature), and there were no further questions. I was sufficently fazed that I forgot to sign it again, and:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Catering for the Last-Minute Customer</title>
      <link>/blog/2006/08/22/catering-to-the-last-minute-customer/</link>
      <pubDate>Tue, 22 Aug 2006 13:36:41 +0000</pubDate>
      <guid>/blog/2006/08/22/catering-to-the-last-minute-customer/</guid>
      <description>&lt;p&gt;Imagine the scenario:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You live in &lt;a href=&#34;http://en.wikipedia.org/wiki/Winchester,_Hampshire&#34;&gt;Winchester&lt;/a&gt; and don&amp;rsquo;t drive.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You&amp;rsquo;ve gone out for the night.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You&amp;rsquo;re catching an early flight from &lt;a href=&#34;http://www.southamptonairport.com/&#34;&gt;Southampton airport&lt;/a&gt; the next morning.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Because you&amp;rsquo;re a bit slow, it doesn&amp;rsquo;t occur to you that trains don&amp;rsquo;t go to the airport early enough, until:&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You return home at 1am that morning from the pub to &lt;a href=&#34;http://www.nationalrail.co.uk/&#34;&gt;check the timetable&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You realise they start at least an hour too late.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You panic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Retro-Google</title>
      <link>/blog/2006/08/22/retro-google/</link>
      <pubDate>Tue, 22 Aug 2006 07:17:48 +0000</pubDate>
      <guid>/blog/2006/08/22/retro-google/</guid>
      <description>&lt;p&gt;Purely by accident, I discovered this little bug on Google: go to &lt;a href=&#34;http://www.google.com/wibble/&#34;&gt;google.com/wibble&lt;/a&gt; (or any other invalid URL). The &lt;a href=&#34;http://en.wikipedia.org/wiki/404_error&#34;&gt;404 page&lt;/a&gt; that appears has an ancient logo. Judging from Google&amp;rsquo;s &lt;a href=&#34;http://www.google.com/holidaylogos99.html&#34;&gt;logo history&lt;/a&gt;, it&amp;rsquo;s pre-1999.&lt;/p&gt;&#xA;&lt;p&gt;Is this really a mistake, or is it a feature? I can&amp;rsquo;t believe I&amp;rsquo;m the first to notice this. It&amp;rsquo;s cute, anyway&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Persuasive Words</title>
      <link>/blog/2006/08/20/persuasive-words/</link>
      <pubDate>Sun, 20 Aug 2006 13:55:45 +0000</pubDate>
      <guid>/blog/2006/08/20/persuasive-words/</guid>
      <description>&lt;p&gt;Economists often use words differently from other folk. Words such as &amp;lsquo;profit&amp;rsquo;, &amp;lsquo;wealth&amp;rsquo;, &amp;lsquo;rent&amp;rsquo; and &amp;lsquo;cost&amp;rsquo; all have subtle, but important, differences from the way many of the general public use them. Such words can easily get tied to particular value judgements or politics - for example, the word &amp;lsquo;profit&amp;rsquo; conjures up images of &lt;a href=&#34;http://en.wikipedia.org/wiki/Fat_cat&#34;&gt;fat cats&lt;/a&gt; and greedy people in the minds of many. In the minds of economists, profit is almost always a good thing - partly because they don&amp;rsquo;t tie the word just to money.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Word of the Day #983</title>
      <link>/blog/2006/08/19/word-of-the-day-983/</link>
      <pubDate>Sat, 19 Aug 2006 11:21:57 +0000</pubDate>
      <guid>/blog/2006/08/19/word-of-the-day-983/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Kleptocracy&#34;&gt;Kleptocracy&lt;/a&gt; - where government steals from the public purse.&lt;/p&gt;&#xA;&lt;p&gt;I came across this term the other day in a &lt;a href=&#34;http://www.econtalk.org/archives/2006/08/the_political_e.html&#34;&gt;podcast from Econtalk&lt;/a&gt; in which &lt;a href=&#34;http://www.hoover.org/bios/bdm&#34;&gt;Bruce Bueno de Mesquita&lt;/a&gt; discussed his most recent book, &lt;a href=&#34;http://www.amazon.co.uk/exec/obidos/ASIN/0262524406/sr=8-1/qid=1155814065/ref=sr_1_1/026-2763217-2966022?%5Fencoding=UTF8&amp;amp;s=gateway&amp;amp;v=glance&#34;&gt;The Logic of Political Survival&lt;/a&gt; - a cynical look at how and why governments stay in power. It&amp;rsquo;s well worth a listen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Risk Assessment Affects Air Prices?</title>
      <link>/blog/2006/08/18/risk-assessment-affects-air-prices/</link>
      <pubDate>Fri, 18 Aug 2006 10:37:48 +0000</pubDate>
      <guid>/blog/2006/08/18/risk-assessment-affects-air-prices/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://gendal.blogspot.com/&#34;&gt;Richard&lt;/a&gt; and James &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/15/why-trade-is-beneficial-the-ebay-way/#comments&#34;&gt;have been having a little chat&lt;/a&gt; about the openness of information in markets and how this affects prices. This caused me to wonder about the &lt;a href=&#34;http://news.bbc.co.uk/1/hi/uk/4789169.stm?ls&#34;&gt;recent alleged terrorist threat in the UK&lt;/a&gt;, and how this would affect plane ticket prices. The commonly accepted wisdom seems to be that there was a terrorist threat, that a certain amount of it still persists, and will continue to do so for the foreseeable future. The current &lt;a href=&#34;http://news.bbc.co.uk/1/hi/uk/4789593.stm&#34;&gt;restrictions on carrying liquids&lt;/a&gt; on planes are also a serious inconvienience for people who do a significant amount of air travel.&lt;/p&gt;</description>
    </item>
    <item>
      <title>5/100</title>
      <link>/blog/2006/08/16/5100/</link>
      <pubDate>Wed, 16 Aug 2006 11:11:35 +0000</pubDate>
      <guid>/blog/2006/08/16/5100/</guid>
      <description>&lt;p&gt;As this is my 100th posting to this blog, I&amp;rsquo;ve decided to do a run-down of the five most popular postings so far:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/13/tesco-show-what-innovation-is/&#34;&gt;Tesco Show What Innovation Is&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/18/shaving-and-carry-on/&#34;&gt;Shaving and Carry-on&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/09/what-is-an-esb/&#34;&gt;What is an ESB?&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/07/websphere-message-broker-and-websphere-esb/&#34;&gt;WebSphere Message Broker and WebSphere ESB&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/14/blog-commenting-is-weak/&#34;&gt;Blog Commenting is Weak&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;These rankings are provided by the &lt;a href=&#34;http://wordpress.org/&#34;&gt;Wordpress&lt;/a&gt; &lt;a href=&#34;http://www.alexking.org/blog/2005/05/23/popularity-contest/&#34;&gt;Popularity Contest plugin&lt;/a&gt;, which calculates them based on a weighted average of views, comments, etc. It&amp;rsquo;s almost endlessly tweakable - I&amp;rsquo;m trying to resist the temptation to fiddle. I don&amp;rsquo;t think the above numbers are particularly accurate right now, so they&amp;rsquo;re just a bit of fun, but hopefully the statistics will settle as the new plugin starts to record information.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is Business Logic?</title>
      <link>/blog/2006/08/16/what-is-business-logic/</link>
      <pubDate>Wed, 16 Aug 2006 09:53:47 +0000</pubDate>
      <guid>/blog/2006/08/16/what-is-business-logic/</guid>
      <description>&lt;p&gt;In the world of business-oriented software, we use the phrase &amp;lsquo;business logic&amp;rsquo; a lot. In my particular area (WebSphere integration products), a typical pattern is to delegate &amp;rsquo;technical logic&amp;rsquo; to mediation flows in &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt;, and to put &amp;lsquo;business logic&amp;rsquo; in process flows in &lt;a href=&#34;http://www.ibm.com/software/integration/wps/&#34;&gt;WebSphere Process Server&lt;/a&gt;. It doesn&amp;rsquo;t have to be that way, but that&amp;rsquo;s what many people encourage, as it seems to neatly match what the software can provide.&lt;/p&gt;&#xA;&lt;p&gt;But what do we mean by the phrase &amp;lsquo;business logic&amp;rsquo;? Ultimately both business logic and technical logic come down to the same thing; instructions executed by the machine. I can implement both in mediation flows, Java, Perl, assembler, or shell scripts. So why the distinction? It really depends on one&amp;rsquo;s perception.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Sixth Sense</title>
      <link>/blog/2006/08/15/the-sixth-sense/</link>
      <pubDate>Tue, 15 Aug 2006 13:32:29 +0000</pubDate>
      <guid>/blog/2006/08/15/the-sixth-sense/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/The_Sixth_Sense&#34;&gt;The Sixth Sense&lt;/a&gt; is a reasonable thriller with a good twist at the end (I genuinely didn&amp;rsquo;t know what it was; and I won&amp;rsquo;t spoil it for anyone else who doesn&amp;rsquo;t). &lt;a href=&#34;http://en.wikipedia.org/wiki/Haley_Joel_Osment&#34;&gt;Haley Joel Osment&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Bruce_Willis&#34;&gt;Bruce Willis&lt;/a&gt; are both excellent, and the supporting cast competent. Osment in particular stands out - he has done well in other films such as &lt;a href=&#34;http://en.wikipedia.org/wiki/A.I._%28movie%29&#34;&gt;A.I.&lt;/a&gt;, and is one of the most competent child actors of the modern generation. The film drifts rather to start with, and by the time it gets going the end of the film is approaching. But apart from this mismatch of pace, this is an interesting film from &lt;a href=&#34;http://en.wikipedia.org/wiki/M._Night_Shyamalan&#34;&gt;M. Night Shyamalan&lt;/a&gt;, one of the most successful Indian film directors to break into Hollywood. Willis again proves that he isn&amp;rsquo;t just an action hero (see &lt;a href=&#34;http://en.wikipedia.org/wiki/Death_Becomes_Her&#34;&gt;Death Becomes Her&lt;/a&gt; and &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/06/29/color-of-night/&#34;&gt;Color of Night&lt;/a&gt; for other examples).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why Trade is Beneficial - The Ebay Way</title>
      <link>/blog/2006/08/15/why-trade-is-beneficial-the-ebay-way/</link>
      <pubDate>Tue, 15 Aug 2006 10:28:12 +0000</pubDate>
      <guid>/blog/2006/08/15/why-trade-is-beneficial-the-ebay-way/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.ebay.co.uk/&#34;&gt;Ebay&lt;/a&gt; can provide a very good illustration of why &lt;a href=&#34;http://en.wikipedia.org/wiki/Trade&#34;&gt;trade&lt;/a&gt; is good for everyone.&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s say I have a &lt;a href=&#34;http://en.wikipedia.org/wiki/Coldplay&#34;&gt;Coldplay&lt;/a&gt; t-shirt that I was given as a present, have worn once or twice, but am ashamed of and want to get rid of.  As such, it isn&amp;rsquo;t worth much to me - if forced to assign a value, I might say £1. I&amp;rsquo;ve just been given a phone, though, an older model, and want a spare charger for it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blog Commenting is Weak</title>
      <link>/blog/2006/08/14/blog-commenting-is-weak/</link>
      <pubDate>Mon, 14 Aug 2006 16:59:55 +0000</pubDate>
      <guid>/blog/2006/08/14/blog-commenting-is-weak/</guid>
      <description>&lt;p&gt;Am I missing something, or is blog commenting still immature? I read about 80 blogs currently, and do it mostly through an &lt;a href=&#34;http://en.wikipedia.org/wiki/News_aggregator&#34;&gt;RSS reader&lt;/a&gt; (&lt;a href=&#34;http://www.mozilla.com/thunderbird/&#34;&gt;Thunderbird&lt;/a&gt;), as it&amp;rsquo;s the only way to keep up with that volume. It&amp;rsquo;s straightforward to keep up with the posts themselves - they appear in a separate list for each blog, typically sorted by time posted (at least that&amp;rsquo;s the way Thunderbird presents them).&lt;/p&gt;&#xA;&lt;p&gt;Commenting, on the other hand, is a different matter. On my own blog it&amp;rsquo;s not too bad: if someone posts a comment about one of my posts, or in reply to comments I&amp;rsquo;ve made, I get notified by email, because I&amp;rsquo;m the owner of the blog, and &lt;a href=&#34;http://wordpress.org/&#34;&gt;Wordpress&lt;/a&gt; (which seems pretty close to the state-of-the-art in blogging software) sends an email to tell me that&amp;rsquo;s happened. Even on my own blog, though, there is no notion of hierarchy to comments: they just appear in a stream (in other words, there is no notion of &amp;lsquo;replying&amp;rsquo; stored with a comment). This can make pulling out longer threads of conversation tricky.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Perversion for Profit</title>
      <link>/blog/2006/08/13/perversion-for-profit/</link>
      <pubDate>Sun, 13 Aug 2006 14:58:43 +0000</pubDate>
      <guid>/blog/2006/08/13/perversion-for-profit/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Perversion_for_Profit&#34;&gt;Perversion for Profit&lt;/a&gt; is a 1965 anti-porn documentary film. Very little footage is shown apart from the presenter in the studio: &lt;a href=&#34;http://en.wikipedia.org/wiki/George_Putnam_%28newsman%29&#34;&gt;George Putnam&lt;/a&gt;. His didactic pronouncements, tone of voice, and &lt;a href=&#34;http://en.wikipedia.org/wiki/Brylcreem&#34;&gt;Brylcreemed&lt;/a&gt; presentation would seem hilarious to many today, and this manner is constantly (and justifiably) parodied on TV - &lt;a href=&#34;http://en.wikipedia.org/wiki/Lisa_the_Vegetarian&#34;&gt;The Simpsons perhaps being a good example&lt;/a&gt;. Most of the facts Putnam presents are statements of opinion - connected without demonstrating correlation, much less causation. He doesn&amp;rsquo;t discuss the morality of censorship at all. It&amp;rsquo;s well worth seeing, though, as an example of propaganda - although less subtle than, say, &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/06/25/triumph-of-the-will/&#34;&gt;Triumph of the Will&lt;/a&gt;, it&amp;rsquo;s still crisp, clean filmmaking.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tesco Show What Innovation Is</title>
      <link>/blog/2006/08/13/tesco-show-what-innovation-is/</link>
      <pubDate>Sun, 13 Aug 2006 09:45:23 +0000</pubDate>
      <guid>/blog/2006/08/13/tesco-show-what-innovation-is/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/blog/tesco_fruits.jpg&#34; alt=&#34;Tesco Fruits&#34;&gt;A small example of innovation in the supermarket industry. I know that I should eat a variety of nutrients from fruit and veg, but it&amp;rsquo;s hard to find the time to study foodstuffs in detail. Tesco provide a rough-and-ready guideline on the shelf - at little expense to them, and some benefit to me. I hadn&amp;rsquo;t come across this before. It sounds like a generalisation that&amp;rsquo;ll have plenty of exceptions, but is still accurate enough to be useful.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powaqqatsi</title>
      <link>/blog/2006/08/13/powaqqatsi/</link>
      <pubDate>Sun, 13 Aug 2006 07:07:08 +0000</pubDate>
      <guid>/blog/2006/08/13/powaqqatsi/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Powaqqatsi&#34;&gt;Powaqqatsi: Life in Transformation&lt;/a&gt; is the sequel to the film &lt;a href=&#34;http://en.wikipedia.org/wiki/Koyaanisqatsi&#34;&gt;Koyaansiqatsi: Life out of balance&lt;/a&gt;. Both films share a common style: most shots are of &lt;a href=&#34;http://en.wikipedia.org/wiki/Slow_motion&#34;&gt;slow-motion&lt;/a&gt; or &lt;a href=&#34;http://en.wikipedia.org/wiki/Time-lapse&#34;&gt;time-lapse&lt;/a&gt; (speeded up) photography. Although both are technically documentaries, the only narrator is a &lt;a href=&#34;http://en.wikipedia.org/wiki/Philip_Glass&#34;&gt;Philip Glass&lt;/a&gt; soundtrack. In both cases, this means the message is up for debate. The primary difference between the two is the setting: whereas Koyaansiqatsi is set primarily in the developed world, Powaqqatsi takes its themes mostly from developing countries.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Happy Birthday PC - But What About Network Computing?</title>
      <link>/blog/2006/08/12/happy-birthday-pc-but-what-about-network-computing/</link>
      <pubDate>Sat, 12 Aug 2006 07:01:23 +0000</pubDate>
      <guid>/blog/2006/08/12/happy-birthday-pc-but-what-about-network-computing/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s the 25th birthday of the &lt;a href=&#34;http://en.wikipedia.org/wiki/IBM_PC&#34;&gt;PC&lt;/a&gt; (Personal Computer) today. It was &lt;a href=&#34;http://www-03.ibm.com/ibm/history/documents/pdf/pcpress.pdf&#34;&gt;announced&lt;/a&gt; on the 12th August 1981 (when I was one), and its impact since is well-understood (Wikipedia &lt;a href=&#34;http://en.wikipedia.org/wiki/Personal_computer&#34;&gt;has more detail on its history&lt;/a&gt;). As a &lt;a href=&#34;http://www.economist.com/business/displaystory.cfm?story_id=7226000&#34;&gt;recent Economist article&lt;/a&gt; makes clear, it was an unusual product for IBM, and defined part of the company&amp;rsquo;s image for a long time (the PC business is now owned by &lt;a href=&#34;http://www.lenovo.com/&#34;&gt;Lenovo&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;p&gt;The death of the PC, often seen as the thickest of &lt;a href=&#34;http://en.wikipedia.org/wiki/Thick_client&#34;&gt;thick clients&lt;/a&gt;, has been predicted before on several occasions. One of the more prominent was by &lt;a href=&#34;http://www.sun.com/&#34;&gt;Sun&lt;/a&gt; and others in the late 80s and early 90s, when they claimed that &lt;a href=&#34;http://en.wikipedia.org/wiki/Network_computing&#34;&gt;Networking computing&lt;/a&gt; (based on thin clients and powerful servers) was going to make the PC redundant. They were perhaps ahead of their time, probably because the network just wasn&amp;rsquo;t up to the job yet, but there&amp;rsquo;s a possibility that they may yet be right.&lt;/p&gt;</description>
    </item>
    <item>
      <title>7 Java Irritants</title>
      <link>/blog/2006/08/11/7-java-irritants/</link>
      <pubDate>Fri, 11 Aug 2006 10:31:09 +0000</pubDate>
      <guid>/blog/2006/08/11/7-java-irritants/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Java_programming_language&#34;&gt;Java&lt;/a&gt; is a pretty robust language for the objectives it seems to set itself - being a clean and easy-to-learn object-oriented language - although the slippery slope towards &lt;a href=&#34;http://en.wikipedia.org/wiki/Feature_creep&#34;&gt;featuritis&lt;/a&gt; is very apparent in 5.0. The automatic garbage collection, in particular, is a godsend for someone migrating from &lt;a href=&#34;http://en.wikipedia.org/wiki/C++&#34;&gt;C++&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;But there are still plenty of little niggles that could be rectified:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Make the structure of the program dependent on indentation, like &lt;a href=&#34;http://en.wikipedia.org/wiki/Python_programming_language&#34;&gt;Python&lt;/a&gt;, and get rid of the curly braces everywhere. &lt;a href=&#34;http://www.secnetix.de/~olli/Python/block_indentation.hawk&#34;&gt;It makes sense&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Menus Again: ProBlogger Compares Them to Blogging</title>
      <link>/blog/2006/08/10/menus-again-problogger-compares-them-to-blogging/</link>
      <pubDate>Thu, 10 Aug 2006 15:01:58 +0000</pubDate>
      <guid>/blog/2006/08/10/menus-again-problogger-compares-them-to-blogging/</guid>
      <description>&lt;p&gt;In an attempt to lighten my mood from writing grumbles about big government and security, I notice that &lt;a href=&#34;http://www.problogger.net/archives/2005/01/06/about-darren/&#34;&gt;Darren Rowse&lt;/a&gt; at &lt;a href=&#34;http://www.problogger.net/&#34;&gt;ProBlogger&lt;/a&gt; mentions that &lt;a href=&#34;http://www.problogger.net/archives/2006/08/04/reinvent-your-blog/&#34;&gt;his local cafe has recently reinvigorated their menu&lt;/a&gt;, and seems to be finding more success as a result (he then creates a rather tenuous link to re-invigorating a blog by a similar method). Another vague data point for my menu study? Sadly, he doesn&amp;rsquo;t say exactly what they did to the menu to achieve this. Incidentally, ProBlogger is a meta-blog: blogging about blogging, particularly how to make money out of it professionally.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virgin Rail Accepting Air Tickets</title>
      <link>/blog/2006/08/10/virgin-rail-accepting-air-tickets/</link>
      <pubDate>Thu, 10 Aug 2006 12:51:21 +0000</pubDate>
      <guid>/blog/2006/08/10/virgin-rail-accepting-air-tickets/</guid>
      <description>&lt;p&gt;Whatever it&amp;rsquo;s possible to say about &lt;a href=&#34;http://www.virgintrains.co.uk/default.aspx&#34;&gt;Virgin Trains&lt;/a&gt;&amp;rsquo; unreliability and high prices, they have shown a lot of ingenuity today:&lt;/p&gt;&#xA;&lt;p&gt;&amp;lsquo;&lt;a href=&#34;http://news.bbc.co.uk/1/hi/uk/4778871.stm&#34;&gt;Virgin West Coast has said it will accept London to Manchester air tickets on its trains&lt;/a&gt;.&amp;rsquo;&lt;/p&gt;&#xA;&lt;p&gt;Of course it is good of Virgin to do this - PR moves don&amp;rsquo;t have to be cynical. It&amp;rsquo;s also a clever attempt to persuade people that the train makes sense, though - especially for London to Manchester, where the benefit of flying has always been marginal anyway. As airline travel becomes even more awkward (even when today&amp;rsquo;s restrictions are relaxed - let&amp;rsquo;s hope they are soon), the train will become increasingly attractive. It&amp;rsquo;s a shame, because air travel could be so much friendlier if it were calibrated for a reasonable level of risk rather than zero tolerance. But that doesn&amp;rsquo;t seem realistic in the foreseeable future.&lt;/p&gt;</description>
    </item>
    <item>
      <title>UK Air Travel Recreates 1984</title>
      <link>/blog/2006/08/10/uk-air-travel-recreates-1984/</link>
      <pubDate>Thu, 10 Aug 2006 09:16:38 +0000</pubDate>
      <guid>/blog/2006/08/10/uk-air-travel-recreates-1984/</guid>
      <description>&lt;p&gt;The irony is that I was discussing &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/18/shaving-and-carry-on/#comment-49&#34;&gt;Shaving and Carry-on&lt;/a&gt; not that long ago - it turned out then that I was being over-cautious - but it now seems I was being naïve. It turns out that the UK government thinks that we should be forbidden from &lt;a href=&#34;http://news.bbc.co.uk/1/hi/uk/4778615.stm&#34;&gt;carrying pretty much anything on planes&lt;/a&gt; because of a &amp;lsquo;critical&amp;rsquo; threat (Bruce Schneier &lt;a href=&#34;http://www.schneier.com/blog/archives/2006/08/britain_adopts.html&#34;&gt;has written&lt;/a&gt; about the stupidity of these threat levels before). All I can say is, &lt;a href=&#34;http://www.archive.org/details/ThePowerOfNightmares&#34;&gt;don&amp;rsquo;t believe everything you are told&lt;/a&gt;. When we can hold the government accountable because they actually give us some concrete information, that might change things, but I don&amp;rsquo;t think we should expect that any time soon. This is why I&amp;rsquo;m a &lt;a href=&#34;http://en.wikipedia.org/wiki/Libertarianism&#34;&gt;libertarian&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>METRO-polis</title>
      <link>/blog/2006/08/09/metro-polis/</link>
      <pubDate>Wed, 09 Aug 2006 14:21:35 +0000</pubDate>
      <guid>/blog/2006/08/09/metro-polis/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/08/01/straight-8-and-metro-polis/&#34;&gt;As I wrote previously&lt;/a&gt;, I went to see the world premiere of METRO-polis in Leicester Square recently. Dave has now posted &lt;a href=&#34;http://video.google.com/videoplay?docid=8654104912489500694&amp;amp;hl=en&#34;&gt;METRO-polis&lt;/a&gt; on Google Video. You can see his film from last year, &lt;a href=&#34;http://video.google.com/videoplay?docid=-6332977076582039466&amp;amp;hl=en&#34;&gt;Undo&lt;/a&gt;, as well (which is even better, in my humble opinion).&lt;/p&gt;&#xA;&lt;p&gt;Can I have my fiver now, Dave? :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Do as I say, not as I do</title>
      <link>/blog/2006/08/08/do-as-i-say-not-as-i-do/</link>
      <pubDate>Tue, 08 Aug 2006 11:40:44 +0000</pubDate>
      <guid>/blog/2006/08/08/do-as-i-say-not-as-i-do/</guid>
      <description>&lt;p&gt;Apparently Bono wants the rest of us to fund his Make Poverty History campaign, &lt;a href=&#34;http://www.telegraph.co.uk/news/main.jhtml?xml=/news/2006/08/08/nbono08.xml&#34;&gt;but not himself&lt;/a&gt;. There&amp;rsquo;s no reason why he should pay for this, but perhaps it&amp;rsquo;s time for him to drop the lecturing and recognise that enforced charity &lt;a href=&#34;http://www.catb.org/~esr/faqs/libertarianism.html&#34;&gt;isn&amp;rsquo;t that liberal&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I shall continue to wear &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/06/25/make-bono-history/&#34;&gt;my t-shirt&lt;/a&gt; with pride.&lt;/p&gt;</description>
    </item>
    <item>
      <title>(Custom Mediations) ^ 2</title>
      <link>/blog/2006/08/08/custom-mediations-2/</link>
      <pubDate>Tue, 08 Aug 2006 10:21:45 +0000</pubDate>
      <guid>/blog/2006/08/08/custom-mediations-2/</guid>
      <description>&lt;p&gt;To recap, &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; provides a bunch of re-usable mediations out of the box that you can use in your mediation flows to alter message content (&lt;a href=&#34;http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/topic/com.ibm.wbit.help.medprim.doc/ref/rwesb_XSLTmediationprimitive.html&#34;&gt;XSLT&lt;/a&gt; mediation), filter on it (&lt;a href=&#34;http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/topic/com.ibm.wbit.help.medprim.doc/ref/rwesb_MessageFiltermediationprimitive.html&#34;&gt;Message Filter&lt;/a&gt; mediation), and so on. However, it also provides the facility to create your own mediations, called &amp;lsquo;custom&amp;rsquo; mediations, in mediation flows. Typically, you&amp;rsquo;d use these when the provided mediations can&amp;rsquo;t do something you want to do. They are &lt;a href=&#34;http://en.wikipedia.org/wiki/Service_component_architecture&#34;&gt;SCA&lt;/a&gt; components implemented by a Java class, so appear in the assembly diagram for a mediation module (where you&amp;rsquo;ll see that the mediation flow component references them), but they also appear in the mediation flow itself as a mediation. They provide an execute method, which has a &lt;a href=&#34;http://fullmoon.torolab.ibm.com/tools/emf/sdo/2.2.1/javadoc/commonj/sdo/DataObject.html&#34;&gt;DataObject&lt;/a&gt; as a parameter (message coming in) and return a DataObject (message going out). This is where your logic goes. Normally you don&amp;rsquo;t need to worry too much about all of this, as WebSphere Integration Developer makes it easy to create a custom mediation in your flow like any other mediation, and creates a Java skeleton for you - all you have to do is define the method. You can&amp;rsquo;t specify any of your own parameters on a custom mediation, so typically you&amp;rsquo;d use these where you are doing something specific that you&amp;rsquo;re unlikely to re-use. Nigel Daniels has written an excellent article on how to &lt;a href=&#34;http://www-128.ibm.com/developerworks/websphere/library/techarticles/0601_daniels/0601_daniels.html&#34;&gt;implement custom mediations&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Full Deregulation in the UK Telecoms Market</title>
      <link>/blog/2006/08/07/full-deregulation-in-the-uk-telecoms-market/</link>
      <pubDate>Mon, 07 Aug 2006 16:46:07 +0000</pubDate>
      <guid>/blog/2006/08/07/full-deregulation-in-the-uk-telecoms-market/</guid>
      <description>&lt;p&gt;From an &lt;a href=&#34;http://en.wikipedia.org/wiki/Ofcom&#34;&gt;Ofcom&lt;/a&gt; letter I just received with my phone bill:&lt;/p&gt;&#xA;&lt;p&gt;&amp;lsquo;&amp;hellip;on 1st August 2006, Ofcom, the UK telecoms regulator, ended the formal controls on the cost of phone line rentals and calls from BT. This will leave all phone companies, including BT, free to set their own retail prices for consumers.&amp;rsquo;&lt;/p&gt;&#xA;&lt;p&gt;Hoorah! It&amp;rsquo;s taken a long time, but it&amp;rsquo;s good to see Ofcom finally taking this important step towards maturity in the UK telecoms market. Less government interference in such a crucial technological industry can only be a good thing. Whether they will take the next logical step and dismantle the now redundant tax-funded part of their organisation remains to be seen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Menus and Food Quality - In Practice</title>
      <link>/blog/2006/08/06/menus-and-food-quality-in-practice/</link>
      <pubDate>Sun, 06 Aug 2006 20:20:07 +0000</pubDate>
      <guid>/blog/2006/08/06/menus-and-food-quality-in-practice/</guid>
      <description>&lt;p&gt;More &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/21/the-economics-of-menu-choice-and-food-quality/&#34;&gt;worrying menu indicators&lt;/a&gt;, this time based on an actual Chinese takeaway menu that arrived through my door:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;A massive 222 items in total.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Numbers next to the items.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;em&gt;&amp;lsquo;Orders over £12 - Free Curry Samosa&amp;rsquo;&lt;/em&gt;. Hmm, how Chinese. In fact, there is an entire Curry section, including a Chips option.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The menu has plenty of &lt;em&gt;&amp;lsquo;Improved recipe!&amp;rsquo;&lt;/em&gt; and &lt;em&gt;&amp;lsquo;New!&amp;rsquo;&lt;/em&gt;. Does this come from the &lt;a href=&#34;http://www.mcdonalds.com/&#34;&gt;McDonald&amp;rsquo;s&lt;/a&gt; school of menu design?&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;But it would be unfair to mock this menu without trying it. So I have just finished eating Fried Duck with Ginger and Spring Onion (#69), and Egg Fried Rice (#143). And the verdict: &lt;strong&gt;7/10&lt;/strong&gt;. OK, but not superb - the rice was a bit dry, and the sauce a bit greasy. They also inadvertently added on one more indicator during the ordering process: I was told it would take an unnervingly precise 12 minutes before it was ready.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The New York Times and Graphical Maturity</title>
      <link>/blog/2006/08/06/the-new-york-times-and-graphical-maturity/</link>
      <pubDate>Sun, 06 Aug 2006 15:05:45 +0000</pubDate>
      <guid>/blog/2006/08/06/the-new-york-times-and-graphical-maturity/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;http://www.edwardtufte.com/&#34;&gt;Edward Tufte&lt;/a&gt;&amp;rsquo;s dry-sounding but classic book on data presentation, &lt;a href=&#34;http://www.edwardtufte.com/tufte/books_vdqi&#34;&gt;The Visual Display of Quantitative Information&lt;/a&gt; (which is actually very readable), he draws up a table of the &amp;lsquo;Graphical Sophistication&amp;rsquo; of 15 international news publications (see page 83). &lt;a href=&#34;http://service.spiegel.de/cache/international/&#34;&gt;Der Spiegel&lt;/a&gt; and &lt;a href=&#34;http://www.economist.com/&#34;&gt;The Economist&lt;/a&gt; do well, as do two Japanese papers, &lt;a href=&#34;http://en.wikipedia.org/wiki/Asahi_Shimbun&#34;&gt;Asahi&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Akahata&#34;&gt;Akahata&lt;/a&gt;. &lt;a href=&#34;http://www.nytimes.com/&#34;&gt;The New York Times&lt;/a&gt; comes about half-way down the list. I was reminded of this earlier when I saw &lt;a href=&#34;http://www.nytimes.com/imagepages/2006/08/05/us/20060806_MARRY_GRAPHIC.html&#34;&gt;this graphic&lt;/a&gt; in the NYT, which accompanies &lt;a href=&#34;http://www.nytimes.com/2006/08/06/us/06marry.html?hp&amp;amp;ex=1154923200&amp;amp;en=69caeae731183453&amp;amp;ei=5094&amp;amp;partner=homepage&#34;&gt;a story on the decline of marriage amongst middle-aged men&lt;/a&gt;. Although even I could spot some lessons from Tufte&amp;rsquo;s book which could improve it, it&amp;rsquo;s heartening to see that grown-up statistics and presentation are nevertheless alive. One of Tufte&amp;rsquo;s core rules is to &amp;lsquo;Maximize the data-ink ratio, within reason&amp;rsquo;. This graphic is a good example.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Loadsa Money</title>
      <link>/blog/2006/08/06/loadsa-money/</link>
      <pubDate>Sun, 06 Aug 2006 13:31:24 +0000</pubDate>
      <guid>/blog/2006/08/06/loadsa-money/</guid>
      <description>&lt;p&gt;Imagine an auction with these rules:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;There are 20 people in a room, who can&amp;rsquo;t communicate.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;They are bidding on £10 provided by the auctioneer.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;They each have to put a sealed bid in.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Each one has to pay the amount they bid to the auctioneer &lt;strong&gt;whether they win or not&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The winner gets the £10.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The real puzzle is, what&amp;rsquo;s your strategy as a bidder? And just to complicate things, consider this: bidding £11 may not be a dumb thing to do. It turns out that the auctioneer often makes a lot of money first time round.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kung Fu Hustle</title>
      <link>/blog/2006/08/05/kung-fu-hustle/</link>
      <pubDate>Sat, 05 Aug 2006 21:48:16 +0000</pubDate>
      <guid>/blog/2006/08/05/kung-fu-hustle/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Kung_Fu_Hustle&#34;&gt;Kung Fu Hustle&lt;/a&gt; is a 30s Gangster Comic Book Kung-Fu Chinese Western for the &lt;a href=&#34;http://en.wikipedia.org/wiki/Computer-generated_imagery&#34;&gt;CGI&lt;/a&gt; generation. &lt;a href=&#34;http://en.wikipedia.org/wiki/Wild_Wild_West&#34;&gt;Wild Wild West&lt;/a&gt; meets &lt;a href=&#34;http://en.wikipedia.org/wiki/Sin_City_%28film%29&#34;&gt;Sin City&lt;/a&gt; meets &lt;a href=&#34;http://en.wikipedia.org/wiki/Who_Framed_Roger_Rabbit%3F&#34;&gt;Who Framed Roger Rabbit&lt;/a&gt;.  This film draws on so many styles and genres that &lt;a href=&#34;http://en.wikipedia.org/wiki/Stephen_Chow&#34;&gt;Stephen Chow&lt;/a&gt; (writer/director) must have been reading too much of The Big Book of Movie History; it&amp;rsquo;s set somewhere that just shouldn&amp;rsquo;t exist. There&amp;rsquo;s a rip-off of &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Shining_%28film%29&#34;&gt;The Shining&lt;/a&gt; at one point that doesn&amp;rsquo;t work at all.&lt;/p&gt;&#xA;&lt;p&gt;Nevertheless, it is a lot of good silly fun - although, considering this, it is strikingly violent. Once you get past the fact that it doesn&amp;rsquo;t really make a lot of sense, the plot is simple to follow, there are some funny bits, and some good shots and set pieces with silly sound effects, including &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Matrix&#34;&gt;Matrix&lt;/a&gt; moves #49, #21, and #8. An enjoyable film, but not a classic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Controversial Linguistics Concept of the Week #222</title>
      <link>/blog/2006/08/04/controversial-linguistics-concept-of-the-week-222/</link>
      <pubDate>Fri, 04 Aug 2006 11:15:03 +0000</pubDate>
      <guid>/blog/2006/08/04/controversial-linguistics-concept-of-the-week-222/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;http://en.wikipedia.org/wiki/Sapir-Whorf_hypothesis&#34;&gt;Sapir-Whorf hypothesis&lt;/a&gt; basically states that there is a relationship between the language that a person uses and the way they think about the world. Although it&amp;rsquo;s controversial, many &lt;a href=&#34;http://en.wikipedia.org/wiki/Linguist&#34;&gt;linguists&lt;/a&gt; believe there is at least some truth in it: as Wikipedia says, &amp;lsquo;The opposite extreme—that language does not influence thought at all—is also widely considered to be false&amp;rsquo;. The theory has implications, such as that the value of improving one&amp;rsquo;s vocabulary or learning another language are even greater than they would be otherwise.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Waffle of Bloggers</title>
      <link>/blog/2006/08/04/a-waffle-of-bloggers/</link>
      <pubDate>Fri, 04 Aug 2006 10:41:53 +0000</pubDate>
      <guid>/blog/2006/08/04/a-waffle-of-bloggers/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blogs.tap.ibm.com/weblogs/page/parkerh@sg.ibm.com&#34;&gt;Hannah Parker&lt;/a&gt; has posted &lt;a href=&#34;http://www.flickr.com/photos/han_parker/204718551/in/photostream/&#34;&gt;a picture&lt;/a&gt; of us (the IBM Hursley bloggers) down the pub. That&amp;rsquo;s yours truly looking stupid in the huge Aussie hat.&lt;/p&gt;&#xA;&lt;p&gt;(note: Hannah&amp;rsquo;s blog is accessible only from inside the IBM network, but the picture is on Flickr)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rushmore</title>
      <link>/blog/2006/08/03/rushmore/</link>
      <pubDate>Thu, 03 Aug 2006 08:15:27 +0000</pubDate>
      <guid>/blog/2006/08/03/rushmore/</guid>
      <description>&lt;p&gt;Max Fischer is a precocious boy at &lt;a href=&#34;http://en.wikipedia.org/wiki/Rushmore_%28film%29&#34;&gt;Rushmore&lt;/a&gt; school, more adult than some of his teachers (&lt;a href=&#34;http://en.wikipedia.org/wiki/Brian_Cox&#34;&gt;Brian Cox&lt;/a&gt; has a small part as the headmaster, and is superb as always). He gets into a spat with Herman Blume (&lt;a href=&#34;http://en.wikipedia.org/wiki/Bill_Murray&#34;&gt;Bill Murray&lt;/a&gt;), a local businessman who takes an interest in the school, and who steals his intended girlfriend, Miss Cross, a junior school teacher.&lt;/p&gt;&#xA;&lt;p&gt;This film is weird, sure. Max Fischer is a chamelonic character and is totally unpredictable. Also, Max isn&amp;rsquo;t the only adult in a child&amp;rsquo;s body: his protegee, Dirk Calloway, appears to be even further beyond his years. Like &lt;a href=&#34;http://en.wikipedia.org/wiki/Wes_Anderson&#34;&gt;Wes Anderson&lt;/a&gt;&amp;rsquo;s later film, &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Life_Aquatic_with_Steve_Zissou&#34;&gt;The Life Aquatic with Steve Zissou&lt;/a&gt; (in which Bill Murray also stars), there was an undercurrent of a joke I just didn&amp;rsquo;t get. But unlike that film, this film was funny. Not laugh-out-loud, sure. But I got to the end feeling pleased I&amp;rsquo;d watched it. The choppiness of the plot doesn&amp;rsquo;t seem to matter anymore by then, and the knots on the love stories are nicely tied. For a film like this, that&amp;rsquo;s all one can ask for.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Weird Economics Concept of the Week #421</title>
      <link>/blog/2006/08/02/weird-economics-concept-of-the-week-421/</link>
      <pubDate>Wed, 02 Aug 2006 18:28:01 +0000</pubDate>
      <guid>/blog/2006/08/02/weird-economics-concept-of-the-week-421/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Giffen_good&#34;&gt;Giffen Good&lt;/a&gt;. A Giffen good is a good whereby an increased price means increased demand. Cheap essential foods are sometimes asserted to be Giffen goods, as if the price increases, people can afford less of the pricier foods, and must eat more cheap staples. See &lt;a href=&#34;http://en.wikipedia.org/wiki/Giffen_good&#34;&gt;this Wikipedia article&lt;/a&gt; for more information, as well as the related concept of a &lt;a href=&#34;http://en.wikipedia.org/wiki/Veblen_good&#34;&gt;Veblen Good&lt;/a&gt;. Giffen goods are controversial, and some economists don&amp;rsquo;t believe they exist.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IBM acquires Webify</title>
      <link>/blog/2006/08/02/ibm-acquires-webify/</link>
      <pubDate>Wed, 02 Aug 2006 15:02:48 +0000</pubDate>
      <guid>/blog/2006/08/02/ibm-acquires-webify/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www-03.ibm.com/press/us/en/pressrelease/20058.wss&#34;&gt;IBM has just announced&lt;/a&gt; that it has &lt;a href=&#34;http://www.internetnews.com/ent-news/article.php/3624116&#34;&gt;acquired&lt;/a&gt; &lt;a href=&#34;http://www.webifysolutions.com/&#34;&gt;Webify&lt;/a&gt;, a provider of &amp;lsquo;Service-oriented Business Applications&amp;rsquo;, which are &lt;a href=&#34;http://en.wikipedia.org/wiki/Service-oriented_architecture&#34;&gt;SOA&lt;/a&gt; assets designed specifically for certain markets, such as insurance and healthcare. It will become part of the IBM &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/11/what-is-websphere/&#34;&gt;WebSphere&lt;/a&gt; organisation. It remains to be seen exactly how Webify&amp;rsquo;s products will integrate into the IBM product line, but they sound like they will be a useful addition to IBM&amp;rsquo;s SOA vision, and I look forward to working with our new colleagues from Webify.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Inflated Job Titles Considered Dangerous</title>
      <link>/blog/2006/08/02/inflated-job-titles-considered-dangerous/</link>
      <pubDate>Wed, 02 Aug 2006 14:30:50 +0000</pubDate>
      <guid>/blog/2006/08/02/inflated-job-titles-considered-dangerous/</guid>
      <description>&lt;p&gt;Lengthy and vacuous job titles are increasingly common in many organisations. It&amp;rsquo;s not uncommon to see &amp;lsquo;User experience practice leader&amp;rsquo;, &amp;lsquo;Technical data specialist&amp;rsquo;,  &amp;lsquo;Revenue protection officer&amp;rsquo;, &amp;lsquo;PBT supplier&amp;rsquo;, &amp;lsquo;Guide planner&amp;rsquo;, &amp;lsquo;Authorising supplier manager&amp;rsquo;, or &amp;lsquo;Integrating management expert&amp;rsquo;. They probably make sense to people in that organisation, but to everyone else they seem like &lt;a href=&#34;http://en.wikipedia.org/wiki/Gobbledygook&#34;&gt;goobledygook&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;(&lt;em&gt;Note&lt;/em&gt;: I made most of those up - only one of those titles is real - guess which? However, they all use widespread vocabulary, so hopefully they seem familiar.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Straight 8 and &#39;Metro-polis&#39;</title>
      <link>/blog/2006/08/01/straight-8-and-metro-polis/</link>
      <pubDate>Tue, 01 Aug 2006 12:14:33 +0000</pubDate>
      <guid>/blog/2006/08/01/straight-8-and-metro-polis/</guid>
      <description>&lt;p&gt;I went to the &lt;a href=&#34;http://www.straight8.net/&#34;&gt;Straight 8&lt;/a&gt; film showings at the &lt;a href=&#34;http://www.londonnet.co.uk/cinema/westendvue.html&#34;&gt;Vue in Leicester Square&lt;/a&gt; with Lizzie last night. We saw the film that Dave, Felicity, and Twm had put together - &amp;lsquo;Metro-polis&amp;rsquo; - as well as plenty of others. For those that aren&amp;rsquo;t familiar with it, Straight 8 is a film competition based around shooting onto a reel of &lt;a href=&#34;http://en.wikipedia.org/wiki/8_mm_film&#34;&gt;8mm film&lt;/a&gt; about 3 minutes in length. The entrants are not allowed to develop the film, so no editing is possible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Clothing Didn&#39;t Always Have Content</title>
      <link>/blog/2006/07/31/clothing-didnt-always-have-content/</link>
      <pubDate>Mon, 31 Jul 2006 15:35:00 +0000</pubDate>
      <guid>/blog/2006/07/31/clothing-didnt-always-have-content/</guid>
      <description>&lt;p&gt;It seems that sometimes gradual changes can have a huge sociological impact. &lt;a href=&#34;http://en.wikipedia.org/wiki/T-shirt&#34;&gt;T-shirts&lt;/a&gt; have been around for some time now; they started becoming popular during WWI. As time and technology have progressed, t-shirts have become cheaper than the equivalent shirts. It&amp;rsquo;s now possible to buy t-shirts from a vast array of suppliers with logos, pictures, sayings, and other types of content (to borrow a Web word) pre-printed on them. Moreover, it&amp;rsquo;s become &lt;a href=&#34;http://www.cafepress.com/&#34;&gt;simple to order t-shirts&lt;/a&gt; with your own content printed on them for a reasonable price.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Web Services &amp; JMS - No Problem</title>
      <link>/blog/2006/07/31/web-services-and-jms-no-problem/</link>
      <pubDate>Mon, 31 Jul 2006 08:50:08 +0000</pubDate>
      <guid>/blog/2006/07/31/web-services-and-jms-no-problem/</guid>
      <description>&lt;p&gt;This month&amp;rsquo;s &lt;a href=&#34;http://www.bcs.org/&#34;&gt;BCS&lt;/a&gt; &amp;lsquo;iT NOW&amp;rsquo; magazine contains a short anonymous article entitled &lt;a href=&#34;http://itnow.oxfordjournals.org/cgi/content/abstract/48/4/31&#34;&gt;The problem with SOAs&lt;/a&gt;. It does a reasonable job of explaining what an &lt;a href=&#34;http://en.wikipedia.org/wiki/Service-oriented_architecture&#34;&gt;SOA&lt;/a&gt; is at a high level, but I thought it might be worthwhile briefly discussing it in the context of &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt;. As with many discussions of SOA, the majority of the article is spent discussing &lt;a href=&#34;http://en.wikipedia.org/wiki/Web_service&#34;&gt;Web Services&lt;/a&gt; as the invocation mechanism for SOAs. At the end it mentions &lt;a href=&#34;http://java.sun.com/products/jms/&#34;&gt;JMS&lt;/a&gt; as a possible alternative invocation method, but says &amp;lsquo;implementation may be problematic&amp;rsquo; (although doesn&amp;rsquo;t really explain why).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Removing the Orange Homescreen on the Nokia 6630 and Others</title>
      <link>/blog/2006/07/29/removing-the-orange-homescreen-on-nokia-6630-and-others/</link>
      <pubDate>Sat, 29 Jul 2006 08:09:45 +0000</pubDate>
      <guid>/blog/2006/07/29/removing-the-orange-homescreen-on-nokia-6630-and-others/</guid>
      <description>&lt;p&gt;It appears that Orange, in their infinite wisdom, decided that they were better than Nokia at creating a usable phone, and are in the habit of replacing the standby (home) screen on their some of their smartphones with a custom Orange one. It&amp;rsquo;s actually pretty awful, as it&amp;rsquo;s unreadable, doesn&amp;rsquo;t always update correctly, and doesn&amp;rsquo;t show some useful information such as the current profile. &lt;a href=&#34;http://www.allaboutsymbian.com/forum/showthread.php?t=42568&#34;&gt;Orange were too arrogant to admit this at first&lt;/a&gt;, although in their defence it looks like there will be &lt;a href=&#34;http://discussions.nokia.co.uk/discussions/board/message?board.id=smartphones&amp;amp;message.id=1585&#34;&gt;a way to disable it on future models&lt;/a&gt;. I have a &lt;a href=&#34;http://www.nokia.co.uk/nokia/0,,59880,00.html&#34;&gt;Nokia 6630&lt;/a&gt; and this has annoyed me for some time - I also have a suspicion it has contributed to many of the crashes I seem to encounter with the phone. Fortunately someone has written a small &lt;a href=&#34;http://gegelambert.free.fr/&#34;&gt;application called HSKiller&lt;/a&gt; to kill this homescreen and bring back the default (the page is in French - the download link is right at the top). It has &lt;a href=&#34;http://discussion.forum.nokia.com/forum/showpost.php?p=161860&amp;amp;postcount=9&#34;&gt;a few minor niggles&lt;/a&gt;, but seems to be working relatively well so far for me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Kingdom for a Wallet</title>
      <link>/blog/2006/07/28/my-kingdom-for-a-wallet/</link>
      <pubDate>Fri, 28 Jul 2006 08:52:48 +0000</pubDate>
      <guid>/blog/2006/07/28/my-kingdom-for-a-wallet/</guid>
      <description>&lt;p&gt;Why oh why can&amp;rsquo;t someone make a &lt;a href=&#34;http://en.wikipedia.org/wiki/Wallet&#34;&gt;wallet&lt;/a&gt; that:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Can hold at least ten plastic cards, some cash, and some receipts so they are easily accessible?&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Isn&amp;rsquo;t so huge that it looks like I&amp;rsquo;m carrying a copy of &lt;a href=&#34;http://en.wikipedia.org/wiki/War_And_Peace&#34;&gt;War and Peace&lt;/a&gt; in my pocket?&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Looks fairly smart, preferably made from leather, but not like I just bought it from &lt;a href=&#34;http://en.wikipedia.org/wiki/Giorgio_Armani_S.p.A.&#34;&gt;Armani&lt;/a&gt; or some other o-so-faishonable label?&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Lasts more than 2 weeks?&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;And most importantly, &lt;em&gt;has a &lt;a href=&#34;http://en.wikipedia.org/wiki/Zipper&#34;&gt;zip&lt;/a&gt; &lt;em&gt;all the way round&lt;/em&gt; so your stuff doesn&amp;rsquo;t fall out&lt;/em&gt;?&lt;/p&gt;</description>
    </item>
    <item>
      <title>ESB Negates the Decline of J2EE?</title>
      <link>/blog/2006/07/27/esb-negates-the-decline-of-j2ee/</link>
      <pubDate>Thu, 27 Jul 2006 16:23:52 +0000</pubDate>
      <guid>/blog/2006/07/27/esb-negates-the-decline-of-j2ee/</guid>
      <description>&lt;p&gt;Cote&amp;rsquo; &lt;a href=&#34;http://www.redmonk.com/cote/archives/2006/07/on_the_death_of.html&#34;&gt;posted an article recently&lt;/a&gt; discussing the possible death of &lt;a href=&#34;http://java.sun.com/javaee/&#34;&gt;J2EE&lt;/a&gt; (Andy Piper, another blogger from here in Hursley, &lt;a href=&#34;http://andypiper.wordpress.com/2006/07/27/jee-becoming-too-complex/&#34;&gt;has noticed this too&lt;/a&gt;). It&amp;rsquo;s pretty hard to assess the likelihood of that happening, and I&amp;rsquo;m not sure I&amp;rsquo;m in a position to comment. However, it&amp;rsquo;s probably truthful to say that J2EE is a complex platform to get to grips with. In a sense, J2EE, although a standard and a platform, has always really been &lt;a href=&#34;http://en.wikipedia.org/wiki/Java_programming_language&#34;&gt;Java&lt;/a&gt; plus some other stuff (&lt;a href=&#34;http://en.wikipedia.org/wiki/Enterprise_Java_Bean&#34;&gt;EJB&lt;/a&gt;s, &lt;a href=&#34;http://en.wikipedia.org/wiki/Web_service&#34;&gt;Web Services&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Servlet&#34;&gt;Servlets&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Java_Database_Connectivity&#34;&gt;JDBC&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Java_Message_Service&#34;&gt;JMS&lt;/a&gt;, etc.) rather than a single entity. This means you really need to be able to claim an understanding of all of these to fully &amp;lsquo;get&amp;rsquo; J2EE.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How Do You Know When Documents are Ready?</title>
      <link>/blog/2006/07/27/how-do-you-know-when-documents-are-ready/</link>
      <pubDate>Thu, 27 Jul 2006 14:02:06 +0000</pubDate>
      <guid>/blog/2006/07/27/how-do-you-know-when-documents-are-ready/</guid>
      <description>&lt;p&gt;So let&amp;rsquo;s imagine you&amp;rsquo;ve sent a document out to a bunch of people for their review and comments, and you&amp;rsquo;re currently going through the process of updating it with their corrections, clarification requests, and so on. How do you know when the document&amp;rsquo;s done? Well, how long is a piece of string?&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;d propose the following rule of thumb:&lt;/p&gt;&#xA;&lt;p&gt;Take the number of valid review comments you receive from a particular person, and call that &lt;em&gt;a&lt;/em&gt;. Take the number of times you recieve comments that require you to point someone at a part of the document they&amp;rsquo;ve missed (let&amp;rsquo;s assume it is well organised), and call that _b.&#xA;_&#xA;Divide &lt;em&gt;a&lt;/em&gt; by &lt;em&gt;b&lt;/em&gt; - this is the review quotient.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Breakfast Club</title>
      <link>/blog/2006/07/25/the-breakfast-club/</link>
      <pubDate>Tue, 25 Jul 2006 20:10:07 +0000</pubDate>
      <guid>/blog/2006/07/25/the-breakfast-club/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/The_Breakfast_Club&#34;&gt;The Breakfast Club&lt;/a&gt; is an easy-to-watch movie about five teenagers in detention. It&amp;rsquo;s definitely a teen flick, and most of the more serious friendship-building scenes are clearly aimed squarely at this age bracket. Having said that, the (partly) slapstick comedy appealed to me, although I think it&amp;rsquo;s probably necessary to be in a mood for something a bit silly.&lt;/p&gt;&#xA;&lt;p&gt;The only poorly drawn character in this film is Mr. Vernon, the school principal, who reacts inconsistently and is hard to follow. The students all fit into clear stereotypes at the start, but unsurprisingly move out of these molds as the film progresses. I was expecting good things of &lt;a href=&#34;http://en.wikipedia.org/wiki/Emilio_Estevez&#34;&gt;Emilio Estevez&lt;/a&gt;, and indeed he delivered, but &lt;a href=&#34;http://en.wikipedia.org/wiki/Judd_Nelson&#34;&gt;Judd Nelson&lt;/a&gt; provides a standout performance as probably the hardest character to play: the rebel, who, despite some softening, stays a rebel to the end.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is WebSphere Integration Developer?</title>
      <link>/blog/2006/07/25/what-is-websphere-integration-developer/</link>
      <pubDate>Tue, 25 Jul 2006 16:41:04 +0000</pubDate>
      <guid>/blog/2006/07/25/what-is-websphere-integration-developer/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www-306.ibm.com/software/integration/wid/&#34;&gt;WebSphere Integration Developer&lt;/a&gt; (WID) is IBM&amp;rsquo;s development tool for constructing SCA modules that can be deployed to &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; and &lt;a href=&#34;http://www.ibm.com/software/integration/wps/&#34;&gt;WebSphere Process Server&lt;/a&gt;. It is built on top of &lt;a href=&#34;http://www-306.ibm.com/software/awdtools/developer/application/&#34;&gt;Rational Application Developer&lt;/a&gt; (RAD), which is in turn Eclipse-based, so it inherits a lot of functionality, including support for Java, J2EE, UML, etc. However, it also provides the ability to develop:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;ESB SCA-based mediation modules, which can contain ESB mediation flows (and Java components).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mediation the Third</title>
      <link>/blog/2006/07/24/mediation-the-third/</link>
      <pubDate>Mon, 24 Jul 2006 14:58:07 +0000</pubDate>
      <guid>/blog/2006/07/24/mediation-the-third/</guid>
      <description>&lt;p&gt;After &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/18/how-to-handle-mediation/&#34;&gt;my previous post about mediation in ESB&lt;/a&gt;, I should add that there is a third way to modify messages on the bus, that doesn&amp;rsquo;t go by the name of &amp;lsquo;mediation&amp;rsquo;: using a JAX-RPC handler. It&amp;rsquo;s only suitable for SOAP messages (which can be transported over HTTP or JMS), but is otherwise most similar to Platform Messaging mediations. The primary advantage of JAX-RPC handlers is that they are conformant to a &lt;a href=&#34;http://www.jcp.org/aboutJava/communityprocess/final/jsr921/&#34;&gt;JSR specification&lt;/a&gt;, but they aren&amp;rsquo;t able to do a number of things that mediations can, such as modify the target of a SOAP request.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Correction: SCA Default Binding</title>
      <link>/blog/2006/07/24/correction-sca-default-binding/</link>
      <pubDate>Mon, 24 Jul 2006 12:37:36 +0000</pubDate>
      <guid>/blog/2006/07/24/correction-sca-default-binding/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/06/28/5-minute-soa-sca-in-websphere-esb/&#34;&gt;a previous post describing SCA&lt;/a&gt; in WebSphere &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;ESB&lt;/a&gt; / &lt;a href=&#34;http://www.ibm.com/software/integration/wps/&#34;&gt;Process Server&lt;/a&gt;, I wrote that SCA modules have to be running in the same address space. I&amp;rsquo;d like to correct this: the restriction actually imposed on these bindings is that they need to be between SCA modules running in the same WebSphere cell (see &lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/12/websphere-esb-topologies-part-1/&#34;&gt;this post&lt;/a&gt; for more information on cells, nodes, and servers). This is because the SCA resources that are automatically created when an SCA module is deployed are cell-scoped. Different types of SCA resources are created depending on whether asynchronous or synchronous behaviour is required, which is normally decided automatically, but in both cases the scope is the same. For more information, see &lt;a href=&#34;http://www-128.ibm.com/developerworks/websphere/techjournal/0602_barcia/0602_barcia.html&#34;&gt;this Developerworks article&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Software Change Management Should Change</title>
      <link>/blog/2006/07/24/software-change-management-should-change/</link>
      <pubDate>Mon, 24 Jul 2006 07:31:50 +0000</pubDate>
      <guid>/blog/2006/07/24/software-change-management-should-change/</guid>
      <description>&lt;p&gt;Almost all software, whether it be public domain, open-source, or commercial, is not just released once. Typically it goes through many versions, changing (and hopefully improving) each time, sometimes adding features, sometimes removing bugs or problems, sometimes introducing new ones. This change is normally managed (at least for larger software systems) using two or three elements:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Revision_control&#34;&gt;Version control systems&lt;/a&gt; (also called source control or library systems). These are typically used to keep track of different versions of source-code, enabling previous versions to be retrieved, different parts of the software to be merged together, and so on. &lt;a href=&#34;http://www.nongnu.org/cvs/&#34;&gt;CVS&lt;/a&gt; is a well-known open source example.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Royal Mail Track &amp; Trace is Pointless</title>
      <link>/blog/2006/07/23/royal-mail-track-trace-is-pointless/</link>
      <pubDate>Sun, 23 Jul 2006 18:34:21 +0000</pubDate>
      <guid>/blog/2006/07/23/royal-mail-track-trace-is-pointless/</guid>
      <description>&lt;p&gt;I sent a parcel to Sweden on Friday - some binoculars I&amp;rsquo;d sold on Ebay. Because I sent them &lt;a href=&#34;http://www.royalmail.com/portal/rm/jump2?catId=400024&amp;amp;mediaId=4800006&#34;&gt;International Signed For&lt;/a&gt;, I got a tracking number to use on &lt;a href=&#34;http://www.royalmail.com/&#34;&gt;royalmail.com&lt;/a&gt;. Entering this number on Friday resulted in a message saying that the parcel hadn&amp;rsquo;t yet been entered into the system, and to wait to the next day. Fair enough - this isn&amp;rsquo;t exactly &lt;a href=&#34;http://www.fedex.com/&#34;&gt;Fedex&lt;/a&gt; or &lt;a href=&#34;http://www.ups.com/&#34;&gt;UPS&lt;/a&gt;, and I posted them at a rural post office in Hursley.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Greasy Spoon #124</title>
      <link>/blog/2006/07/23/greasy-spoon-124/</link>
      <pubDate>Sun, 23 Jul 2006 10:22:05 +0000</pubDate>
      <guid>/blog/2006/07/23/greasy-spoon-124/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/blog/fulham_cafe1.jpg&#34; alt=&#34;Fulham Cafe&#34;&gt;If you&amp;rsquo;re in the Fulham area and fancy a good breakfast, you could do a lot worse than the Fulham Cafe on &lt;a href=&#34;http://www.londontown.com/LondonStreets/fulham_road_9de.html&#34;&gt;Fulham Road&lt;/a&gt;. Full English Breakfast including coffee for about 5 pounds. Can&amp;rsquo;t say fairer than that in London.&lt;/p&gt;&#xA;&lt;p&gt;(head out of Fulham Broadway station, turn right onto Fulham Road, and it&amp;rsquo;s on the left-hand-side of the road after two corners and about 300m).&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Disclaimer&lt;/strong&gt;: I have no connection with this cafe apart from being a client.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sideways</title>
      <link>/blog/2006/07/22/sideways/</link>
      <pubDate>Sat, 22 Jul 2006 18:32:47 +0000</pubDate>
      <guid>/blog/2006/07/22/sideways/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Sideways&#34;&gt;This film&lt;/a&gt; is about: fine wine, weddings, car crashes, relationships, broken noses, sex, and road trips. It&amp;rsquo;s an entertaining watch, and an emotional one. You can despise both the main characters and also admire them. &lt;a href=&#34;http://en.wikipedia.org/wiki/Paul_Giamatti&#34;&gt;Paul Giamatti&lt;/a&gt; in particular is good as the neurotic one of the pair.&lt;/p&gt;&#xA;&lt;p&gt;Sideways is definite entertainment, and the two hours don&amp;rsquo;t lag. But, ultimately, there&amp;rsquo;s nothing very demanding for the viewer in it, so it&amp;rsquo;s probably a once-only deal.&lt;/p&gt;</description>
    </item>
    <item>
      <title>eXistenZ</title>
      <link>/blog/2006/07/21/existenz/</link>
      <pubDate>Fri, 21 Jul 2006 19:07:58 +0000</pubDate>
      <guid>/blog/2006/07/21/existenz/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/EXistenZ&#34;&gt;eXistenZ&lt;/a&gt; is &lt;a href=&#34;http://en.wikipedia.org/wiki/David_Cronenberg&#34;&gt;David Cronenberg&lt;/a&gt;&amp;rsquo;s &lt;a href=&#34;http://en.wikipedia.org/wiki/The_matrix&#34;&gt;The Matrix&lt;/a&gt;. But the layers of reality and existential indirection are far more complex and interesting than with The Matrix (although both films are of high quality and have plenty to hold the interest). With eXistenZ, we quickly get into this &amp;rsquo;now, is &lt;em&gt;this&lt;/em&gt; the real world?&amp;rsquo; questions, and keeping track is half the fun. The twists and turns of the plot are pacy and well-thought out. Reality layers are built on computer games, and there are many entertaining in-jokes: anyone who has played simple role-playing games such as one of the &lt;a href=&#34;http://en.wikipedia.org/wiki/Monkey_Island_series&#34;&gt;Monkey Island series&lt;/a&gt; will quickly recognise the style of interaction with the games characters, and it must of been great fun for the actors to play with this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Barcelona Photos</title>
      <link>/blog/2006/07/21/barcelona-photos/</link>
      <pubDate>Fri, 21 Jul 2006 11:40:55 +0000</pubDate>
      <guid>/blog/2006/07/21/barcelona-photos/</guid>
      <description>&lt;p&gt;As promised, &lt;a href=&#34;http://www.andrewferrier.com/gallery2/v/Holidays/Barcelona2006/&#34;&gt;my photos from Barcelona&lt;/a&gt;, including the &lt;a href=&#34;http://www.andrewferrier.com/gallery2/v/Holidays/Barcelona2006/IMG_2496.JPG.html&#34;&gt;Sagrada Família&lt;/a&gt; and &lt;a href=&#34;http://www.andrewferrier.com/gallery2/v/Holidays/Barcelona2006/IMG_2580.JPG.html&#34;&gt;Park Güell&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Liberty Heights</title>
      <link>/blog/2006/07/21/liberty-heights/</link>
      <pubDate>Fri, 21 Jul 2006 10:37:27 +0000</pubDate>
      <guid>/blog/2006/07/21/liberty-heights/</guid>
      <description>&lt;p&gt;To sum this film up in one sentence: sex, business, love, and racial segregation in 50s &lt;a href=&#34;http://en.wikipedia.org/wiki/Baltimore,_Maryland&#34;&gt;Baltimore&lt;/a&gt;. The problem is, I&amp;rsquo;ve pretty much just covered it all. Sure, there some are charming scenes, but fundamentally this film doesn&amp;rsquo;t cover topics that haven&amp;rsquo;t been covered better elsewhere, doesn&amp;rsquo;t include anything spectacular, and although it holds the interest for a while, is ultimately unfulfilling. A worthy effort, but not a classic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Economics of Menu Choice and Food Quality</title>
      <link>/blog/2006/07/21/the-economics-of-menu-choice-and-food-quality/</link>
      <pubDate>Fri, 21 Jul 2006 07:31:14 +0000</pubDate>
      <guid>/blog/2006/07/21/the-economics-of-menu-choice-and-food-quality/</guid>
      <description>&lt;p&gt;Let&amp;rsquo;s say you&amp;rsquo;re setting up a restaurant. How large should the menu be to encourage potential clientele to believe in your food?&lt;/p&gt;&#xA;&lt;p&gt;Put another way: is there any correlation (real or perceived) between the size of a restaurant menu (measured in number of dishes) and the quality of the food that restaurant sells? For some time I was under the impression that there was an inverse relationship: for the best food, avoid those with large menus. This was based on the premise of combining: the kitchen can cheaply combine a number of pre-prepared meal components (meat, sauce, vegetables, carbohydrate) at the last minute to give the potential for a large number of dishes: but the components are not made freshly: and so the quality suffers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Is Text Messaging Synchronous?</title>
      <link>/blog/2006/07/20/is-text-messaging-synchronous/</link>
      <pubDate>Thu, 20 Jul 2006 20:16:16 +0000</pubDate>
      <guid>/blog/2006/07/20/is-text-messaging-synchronous/</guid>
      <description>&lt;p&gt;Working with &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; recently has got me thinking about synchronous and asynchronous communication mechanisms. I began to wonder about a mechanism that&amp;rsquo;s more familiar to most people - &lt;a href=&#34;http://en.wikipedia.org/wiki/Short_message_service&#34;&gt;text messaging&lt;/a&gt; - and how it plays a dual role in usage. Let&amp;rsquo;s recap first on two other communication mechanisms that more obviously fit into one category or the other (perhaps ironically, a modern mobile phone can do all of these, including text messaging):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Temporary Speed Limits - Why?</title>
      <link>/blog/2006/07/20/temporary-speed-limiter-signs/</link>
      <pubDate>Thu, 20 Jul 2006 16:23:18 +0000</pubDate>
      <guid>/blog/2006/07/20/temporary-speed-limiter-signs/</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t own a car, and so don&amp;rsquo;t drive often. This means I usually avoid the passionate debates about speed limits, speed cameras, etc. But I think I&amp;rsquo;ve come up with a speed limit question that&amp;rsquo;s less contentious (famous last words). I almost missed a plane the other day when the coach I was on to the airport was held up in a traffic jam on the &lt;a href=&#34;http://en.wikipedia.org/wiki/M25_motorway&#34;&gt;M25&lt;/a&gt;. What made it more frustrating, though, was the temporary speed limit signs (the ones that light up with a speed above the motorway). Either:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mayor of Sunset Strip</title>
      <link>/blog/2006/07/18/mayor-of-sunset-strip/</link>
      <pubDate>Tue, 18 Jul 2006 21:13:35 +0000</pubDate>
      <guid>/blog/2006/07/18/mayor-of-sunset-strip/</guid>
      <description>&lt;p&gt;This film is about the life of &lt;a href=&#34;http://en.wikipedia.org/wiki/Rodney_Bingenheimer&#34;&gt;Rodney Bingenheimer&lt;/a&gt;. Bingenheimer is the Californian &lt;a href=&#34;http://en.wikipedia.org/wiki/John_peel&#34;&gt;John Peel&lt;/a&gt;: not quite so famous, perhaps, at least outside the US, but the film is jam packed with footage that proves his celebrity-worthiness. In fact, it&amp;rsquo;s clear that celebrity is much more important to him than it was for Peel (which is not to say that music isn&amp;rsquo;t, because he obviously loves that too).&lt;/p&gt;&#xA;&lt;p&gt;He is also, however, incredibly gentle and shy - he seems to typically avoid lengthy eye contact. The film makes clear that in many ways, he&amp;rsquo;s the music equivalent of &lt;a href=&#34;http://en.wikipedia.org/wiki/Andy_warhol&#34;&gt;Andy Warhol&lt;/a&gt;. He even looks like him. It&amp;rsquo;s hard to understand how Bingenheimer survives in the cut-throat world of Hollywood and American entertainment. Perhaps just through being so innocent - there are many poignant scenes in this documentary that underline this characteristic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Glengarry Glen Ross</title>
      <link>/blog/2006/07/18/glengarry-glen-ross/</link>
      <pubDate>Tue, 18 Jul 2006 19:38:31 +0000</pubDate>
      <guid>/blog/2006/07/18/glengarry-glen-ross/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Glengarry_Glen_Ross_(film)&#34;&gt;Fabulous drama from an all-star cast&lt;/a&gt;. This is the kind of film in which it&amp;rsquo;s hard to find imperfect acting, and &lt;a href=&#34;http://en.wikipedia.org/wiki/David_Mamet&#34;&gt;David Mamet&lt;/a&gt;&amp;rsquo;s script makes it even harder. No character is quite as simple as he at first appears, and they&amp;rsquo;re all fascinating. The film just draws you in, despite the simplicity of the setting (it&amp;rsquo;s easy to see that it came from the stage). The ending is untidy, but appropriate, and anyway, this film isn&amp;rsquo;t just about the plot: it&amp;rsquo;s also about the character and machinations of salesmen and their morally blurred world. &lt;a href=&#34;http://en.wikipedia.org/wiki/Al_pacino&#34;&gt;Al Pacino&lt;/a&gt;&amp;rsquo;s character is so transparent that you&amp;rsquo;d swear you&amp;rsquo;d never fall for his patter: but you know you would (he&amp;rsquo;s so funny when playing this kind of character; for another example, see &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Devil%27s_Advocate_%28film%29&#34;&gt;The Devil&amp;rsquo;s Advocate&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Handle Mediation</title>
      <link>/blog/2006/07/18/how-to-handle-mediation/</link>
      <pubDate>Tue, 18 Jul 2006 11:19:47 +0000</pubDate>
      <guid>/blog/2006/07/18/how-to-handle-mediation/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; includes two distinct technologies, both of which use the name &amp;lsquo;mediation&amp;rsquo;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;WebSphere Platform Messaging mediations, introduced in &lt;a href=&#34;http://www.ibm.com/software/webservers/appserv/was/&#34;&gt;WebSphere Application Server&lt;/a&gt; V6.0 (and thus included in WebSphere ESB and &lt;a href=&#34;http://www.ibm.com/software/integration/wps/&#34;&gt;Process Server&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Mediation flows, the primary facility introduced by WebSphere ESB V6.0.1 itself.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s come straight out and say it: yes, this can be a little confusing, given that these two technologies go by similar names. Nevertheless, although both of them can both be used to alter messages on the Platform Messaging bus, they work in quite different ways.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Usability When You Least Expect It</title>
      <link>/blog/2006/07/18/usability-when-you-least-expect-it/</link>
      <pubDate>Tue, 18 Jul 2006 08:55:20 +0000</pubDate>
      <guid>/blog/2006/07/18/usability-when-you-least-expect-it/</guid>
      <description>&lt;p&gt;After getting to Barcelona airport yesterday, I looked in despair at the long lines for the Iberia economy check-in. I thought I&amp;rsquo;d give the quick check-in machines a go, but I wasn&amp;rsquo;t seriously expecting them to work. I&amp;rsquo;d booked both flights for my roundtrip between LHR and BCN with &lt;a href=&#34;http://www.britishairways.com/&#34;&gt;BA&lt;/a&gt; but the return hop was operated by &lt;a href=&#34;http://www.iberia.com/&#34;&gt;Iberia&lt;/a&gt;; the BA quick check-in at &lt;a href=&#34;http://www.heathrowairport.com/&#34;&gt;Heathrow&lt;/a&gt; had worked, but hey, this is a different airline, right? They&amp;rsquo;re not going to have my credit card details or anything, are they? The machine, though, seemed to accept the record locator (booking reference) as an alternative. Maybe this was a faint hope - though I&amp;rsquo;d had experiences with the BA website being incapable of viewing my reservations with &lt;a href=&#34;http://www.aa.com/&#34;&gt;AA&lt;/a&gt;, and vice-versa, so I wasn&amp;rsquo;t confident. But it all just worked - the boarding card was printed, and I was congratulating myself again for my foresight in only packing carry-on.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sagrada Família</title>
      <link>/blog/2006/07/18/sagrada-familia/</link>
      <pubDate>Tue, 18 Jul 2006 08:30:35 +0000</pubDate>
      <guid>/blog/2006/07/18/sagrada-familia/</guid>
      <description>&lt;p&gt;So whilst in Barcelona, we did manage to go inside the &lt;a href=&#34;http://en.wikipedia.org/wiki/Sagrada_familia&#34;&gt;Sagrada Família&lt;/a&gt; in the end (&lt;a href=&#34;http://www.andrewferrier.com/blog/2006/07/15/las-ramblas/&#34;&gt;after taking a look from the outside&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s an even more amazing building inside than out. I felt like I&amp;rsquo;d stepped into the main engine room of a gas turbine on Mars (think &lt;a href=&#34;http://en.wikipedia.org/wiki/Total_Recall_%28film%29&#34;&gt;Total Recall&lt;/a&gt;). It&amp;rsquo;s hard to believe that &lt;a href=&#34;http://en.wikipedia.org/wiki/Gaud%C3%AD&#34;&gt;Gaudí&lt;/a&gt; was allowed to build something like this (do they have planning permission in Spain?), but thank goodness he was - and to be fair, his work is all over Barcelona, so presumably they must have liked it. It&amp;rsquo;s a shame to my mind that it&amp;rsquo;s a Christian building, as it could easily have been something else, unlike most churches, but clearly religion was the main driving force behind Gaudi&amp;rsquo;s work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Shaving and Carry-on</title>
      <link>/blog/2006/07/17/shaving-and-carry-on/</link>
      <pubDate>Mon, 17 Jul 2006 23:41:15 +0000</pubDate>
      <guid>/blog/2006/07/17/shaving-and-carry-on/</guid>
      <description>&lt;p&gt;Just back from Barcelona. I plan to write in greater detail on my trip when I have the chance, but a quick question to the guys out there: how do you shave when on a short trip, given that you can&amp;rsquo;t take razors onboard planes these days? (I have the same opinion about this as Bruce Schneier does about &lt;a href=&#34;http://www.schneier.com/blog/archives/2006/07/a_minor_securit.html&#34;&gt;mobiles in Mumbai&lt;/a&gt;). Increasingly I&amp;rsquo;m trying to manage with carry-on luggage only these days, and I managed it for Barcelona. But after three days, I do look a touch unkempt.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Barcelona x 2</title>
      <link>/blog/2006/07/15/las-ramblas/</link>
      <pubDate>Sat, 15 Jul 2006 13:03:41 +0000</pubDate>
      <guid>/blog/2006/07/15/las-ramblas/</guid>
      <description>&lt;p&gt;I´m in Barcelona currently, visiting some friends. I had some free time this morning so decided to spend it rambling around downtown. I think I covered the two canonical tourist attractions in Barcelona:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Las_Ramblas&#34;&gt;Las Ramblas&lt;/a&gt; - this was a bit of a letdown. It´s obviously a great place to come if you´re after buying a chicken for a pet or some tourist tat, but apart from that the street´s full of tourists looking at not much. Seems to be very much Barcelona´s Oxford Street. Having said that, there is a superb food market to one side - beautifully presented, with the an astonishing amount of colour and liveliness. It felt like a London East-End food market transported to an impossibly posh Indian city centre. That made the ramble a little more worthwhile.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Léon</title>
      <link>/blog/2006/07/13/leon/</link>
      <pubDate>Thu, 13 Jul 2006 23:19:14 +0000</pubDate>
      <guid>/blog/2006/07/13/leon/</guid>
      <description>&lt;p&gt;&lt;em&gt;- &amp;lsquo;L__é__on, what exactly do you do for a living?&amp;rsquo;&lt;/em&gt;&#xA;&lt;em&gt;- &amp;lsquo;Cleaner&amp;rsquo;&lt;/em&gt;&#xA;&lt;em&gt;- &amp;lsquo;You mean you&amp;rsquo;re a hit man?&amp;rsquo;&lt;/em&gt;&#xA;_- &amp;lsquo;Yeah&amp;rsquo; _&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/L%C3%A9on&#34;&gt;Léon&lt;/a&gt; is an astonishingly original film. &lt;a href=&#34;http://en.wikipedia.org/wiki/Natalie_Portman&#34;&gt;Natalie Portman&lt;/a&gt; plays Mathilda, a girl of twelve who befriends a milk-drinking hit-man after he rescues her from thugs who are murdering her family. She asks him to teach her the ways of his chosen career to enable her to exact revenge. And, incredibly, he does.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Office Politics is Worth Understanding</title>
      <link>/blog/2006/07/12/office-politics-is-worth-understanding/</link>
      <pubDate>Wed, 12 Jul 2006 16:59:41 +0000</pubDate>
      <guid>/blog/2006/07/12/office-politics-is-worth-understanding/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.scottberkun.com/&#34;&gt;Scott Berkun&lt;/a&gt;&amp;rsquo;s excellent book, &lt;a href=&#34;http://www.scottberkun.com/books/artofpm/&#34;&gt;The Art of Project Management&lt;/a&gt;, contains a chapter on &amp;lsquo;Power and politics&amp;rsquo;. In it, he describes a realisation he had - from thinking that politics was something practised by selfish and evil people, to thinking that it was a useful skill to develop - something everyone does, for better or worse.&lt;/p&gt;&#xA;&lt;p&gt;His prose convinced me, and I am encouraging myself not to put things I don&amp;rsquo;t like down to &amp;lsquo;politics&amp;rsquo; but instead to try and understand them at a deeper level. I think there is a great temptation to put problems and shortcomings down to politics, without realising that it&amp;rsquo;s part of the way human beings interact and not something that&amp;rsquo;s disposable, however &amp;rsquo;nice&amp;rsquo; everyone is. Ignoring it is intellectual laziness. I think the reason I found it hard to face up to this truth before was that I thought I didn&amp;rsquo;t understand politics, but Scott makes it easy - with descriptions of different types of power, where it comes from, and how to influence those who have it. Practicing politics is still hard, but it&amp;rsquo;s worth trying to improve one&amp;rsquo;s skill.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Irony of the Day #972</title>
      <link>/blog/2006/07/12/irony-of-the-day-972/</link>
      <pubDate>Wed, 12 Jul 2006 16:36:51 +0000</pubDate>
      <guid>/blog/2006/07/12/irony-of-the-day-972/</guid>
      <description>&lt;p&gt;You frequently see fire doors &lt;a href=&#34;http://www.chubb.co.uk/chserver/request/setTemplate:singlecontent/contentTypeA/webdoc/contentId/1394/navId/00000000f&#34;&gt;illegally&lt;/a&gt; propped open outside buildings across the UK. But to see this at a fire station, as I did today at &lt;a href=&#34;http://www.hantsfire.gov.uk/&#34;&gt;Winchester&lt;/a&gt;? Now that&amp;rsquo;s irony.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WebSphere ESB Topologies (Part 1)</title>
      <link>/blog/2006/07/12/websphere-esb-topologies-part-1/</link>
      <pubDate>Wed, 12 Jul 2006 15:25:10 +0000</pubDate>
      <guid>/blog/2006/07/12/websphere-esb-topologies-part-1/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.ibm.com/software/webservers/appserv/was/&#34;&gt;WebSphere Application Server&lt;/a&gt; (WAS) has a variety of ways of defining servers, and their relationships to each other. These are often called WAS topologies. Let&amp;rsquo;s revisit some of the WAS topology concepts from a &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; perspective (although many things you may know or learn about WAS topologies probably apply equally to WebSphere ESB, and vice-versa, because ESB is built on top of WAS).&lt;/p&gt;&#xA;&lt;p&gt;There is a hierarchy of objects in an ESB topology:&lt;/p&gt;</description>
    </item>
    <item>
      <title>What Clients Do I Get with WebSphere ESB?</title>
      <link>/blog/2006/07/11/what-clients-do-i-get-with-websphere-esb/</link>
      <pubDate>Tue, 11 Jul 2006 12:09:18 +0000</pubDate>
      <guid>/blog/2006/07/11/what-clients-do-i-get-with-websphere-esb/</guid>
      <description>&lt;p&gt;So it&amp;rsquo;s Christmas morning, and you&amp;rsquo;ve unwrapped the shiny paper, and you see that Santa has left you a copy of &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; 6.0.1. You&amp;rsquo;re keen to get going on developing your first SOA solution, but you&amp;rsquo;re a little bemused by the &amp;lsquo;Message Service Clients&amp;rsquo; inside the jiffy bag, on CD2. Well, here&amp;rsquo;s what they are:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;IBM Message Service Client for C/C++ (aka C/C++ XMS) - this is available for Windows and Linux.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is WebSphere?</title>
      <link>/blog/2006/07/11/what-is-websphere/</link>
      <pubDate>Tue, 11 Jul 2006 11:30:48 +0000</pubDate>
      <guid>/blog/2006/07/11/what-is-websphere/</guid>
      <description>&lt;p&gt;I still meet a lot of people who are confused by the term &amp;lsquo;WebSphere&amp;rsquo;. Let&amp;rsquo;s clarify, as it has two oft-used meanings. The first, which IBM encourages, refers to the &lt;a href=&#34;http://www.ibm.com/websphere&#34;&gt;WebSphere brand&lt;/a&gt; of software. This comprises many products (probably over 100 once all variations are taken into account), most of which are somehow related to middleware or integration. Included in this brand is the product &lt;a href=&#34;http://www.ibm.com/software/webservers/appserv/was/&#34;&gt;WebSphere Application Server&lt;/a&gt; (WAS), upon which several of the other products are based. The second meaning of the word is as a synonym for WAS, and is popularly used outside IBM (and sometimes inside, when IBMers are feeling lazy). If someone asks &amp;lsquo;do you know WebSphere?&amp;rsquo;, they are almost certainly using the word to refer to WAS specifically.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenOBEX and Nokia 6630 (progress)</title>
      <link>/blog/2006/07/10/openobex-and-nokia-6630-progress/</link>
      <pubDate>Mon, 10 Jul 2006 20:59:22 +0000</pubDate>
      <guid>/blog/2006/07/10/openobex-and-nokia-6630-progress/</guid>
      <description>&lt;p&gt;After getting a 1GB &lt;a href=&#34;http://en.wikipedia.org/wiki/MultiMediaCard&#34;&gt;MMCmini&lt;/a&gt; card for my new &lt;a href=&#34;http://www.nokia.com/6630&#34;&gt;Nokia 6630&lt;/a&gt;, I decided to have another go at getting &lt;a href=&#34;http://openobex.triq.net/&#34;&gt;OpenOBEX&lt;/a&gt; working with it. After applying a &lt;a href=&#34;http://sourceforge.net/forum/message.php?msg_id=3616891&#34;&gt;patch from the forums&lt;/a&gt;, I&amp;rsquo;ve now got &lt;a href=&#34;http://openobex.triq.net/obexfs&#34;&gt;ObexFS&lt;/a&gt; working over USB; I can mount the phone&amp;rsquo;s filesystem locally. The only problem seems to be that I can&amp;rsquo;t create directories, which makes syncing MP3s cumbersome. Argh! I&amp;rsquo;ve signed up for the mailing list so hopefully will get some help there.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why Local Papers are Normally Useless</title>
      <link>/blog/2006/07/10/local-papers-are-even-worse-than-national-ones/</link>
      <pubDate>Mon, 10 Jul 2006 16:16:29 +0000</pubDate>
      <guid>/blog/2006/07/10/local-papers-are-even-worse-than-national-ones/</guid>
      <description>&lt;p&gt;There was a front-page story in my local paper the other day - NewsEXTRA, the freebie cousin of the &lt;a href=&#34;http://www.hampshirechronicle.co.uk/&#34;&gt;Hampshire Chronicle&lt;/a&gt; - about a knife amnesty. Apparently Hampshire police have been running one and are clapping themselves on the back because they&amp;rsquo;ve recieved so many (3000 in &lt;a href=&#34;http://en.wikipedia.org/wiki/Hampshire&#34;&gt;Hampshire&lt;/a&gt;, almost 100 in &lt;a href=&#34;http://en.wikipedia.org/wiki/Winchester&#34;&gt;Winchester&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;p&gt;There are two problems with this:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The police are sending an inconsistent moral and practical message. Is owning knives wrong? One can assume it must be - after all, people have been handing in &amp;lsquo;peeling knives&amp;rsquo; - and otherwise, the police would reject those, right? But in which case, er, how am I supposed to peel my carrots? Oh, maybe knives over a certain size are wrong? So are museums supposed to turn in their collection? The police should get their principles straight before they try to make people feel bad for owning knives per se. &lt;em&gt;Disclaimer&lt;/em&gt;: I only own kitchen knives.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is an ESB?</title>
      <link>/blog/2006/07/09/what-is-an-esb/</link>
      <pubDate>Sun, 09 Jul 2006 18:12:05 +0000</pubDate>
      <guid>/blog/2006/07/09/what-is-an-esb/</guid>
      <description>&lt;p&gt;I recently had a comment attached to one of my posts regarding ESB suggesting that it needed to be translated into English - so that&amp;rsquo;s what I&amp;rsquo;m going to attempt to do here. An ESB is a fairly new and complex concept, and the definition is far from fixed, so don&amp;rsquo;t be surprised if you see some disagreement. As with many things, though, it&amp;rsquo;s also a generalisation and aggregation of some other concepts that already exist, so be aware of that too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Rescuers Down Under</title>
      <link>/blog/2006/07/07/rescuers-down-under/</link>
      <pubDate>Fri, 07 Jul 2006 23:16:51 +0000</pubDate>
      <guid>/blog/2006/07/07/rescuers-down-under/</guid>
      <description>&lt;p&gt;I just watched &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Rescuers_Down_Under&#34;&gt;this film&lt;/a&gt; for about the 5th time (although the first time in many years). It&amp;rsquo;s the 1990 sequel to the original 1977 classic film &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Rescuers&#34;&gt;The Rescuers&lt;/a&gt;. The animation, story, and general quality of the film are quite stunning: it&amp;rsquo;s little-known, but is comparable to &lt;a href=&#34;http://en.wikipedia.org/wiki/The_lion_king&#34;&gt;The Lion King&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Beauty_and_the_beast&#34;&gt;Beauty and the Beast&lt;/a&gt;, and other more prominent Disney animated movies. About the only thing that spoils it are the occasionally dodgy voice talents, in particular some of the Aussie accents. It&amp;rsquo;s a shame they didn&amp;rsquo;t do what &lt;a href=&#34;http://en.wikipedia.org/wiki/Finding_nemo&#34;&gt;Finding Nemo&lt;/a&gt; did 13 years later and bring in native speakers for all the local characters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WebSphere Message Broker and WebSphere ESB</title>
      <link>/blog/2006/07/07/websphere-message-broker-and-websphere-esb/</link>
      <pubDate>Fri, 07 Jul 2006 09:16:32 +0000</pubDate>
      <guid>/blog/2006/07/07/websphere-message-broker-and-websphere-esb/</guid>
      <description>&lt;p&gt;People are sometimes confused about the differences between &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; (built on top of &lt;a href=&#34;http://www.ibm.com/software/webservers/appserv/was/&#34;&gt;WebSphere Application Server&lt;/a&gt;, and using the inbuilt WebSphere Platform Messaging JMS provider) and &lt;a href=&#34;http://www.ibm.com/software/integration/wbimessagebroker/&#34;&gt;WebSphere Message Broker&lt;/a&gt; (which uses &lt;a href=&#34;http://www.ibm.com/software/mqseries/&#34;&gt;WebSphere MQ&lt;/a&gt; as a messaging engine). IBM sometimes describes the latter as &amp;lsquo;Advanced ESB&amp;rsquo;, but Message Broker is not a superset of the functionality in ESB. There is a good &lt;a href=&#34;http://www-306.ibm.com/software/integration/wbimessagebroker/v6/faqs.html&#34;&gt;FAQ on the IBM website&lt;/a&gt; which clears up some of the confusion.&lt;/p&gt;&#xA;&lt;p&gt;In general, Message Broker is designed for working primarily with WebSphere MQ, as well as having a larger set of nodes (or mediation primitives, in WebSphere ESB-speak). WebSphere ESB has a richer set of functionality with respect to SOAP and Web Services (Message Broker treats SOAP as plain XML). ESB is also built on &lt;a href=&#34;http://www-128.ibm.com/developerworks/webservices/library/specification/ws-scasdosumm/&#34;&gt;SCA&lt;/a&gt;, which allows it work more easily with products such as &lt;a href=&#34;http://www.ibm.com/software/integration/wps/&#34;&gt;WebSphere Process Server&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Five Easy Pieces</title>
      <link>/blog/2006/07/05/five-easy-pieces/</link>
      <pubDate>Wed, 05 Jul 2006 21:58:41 +0000</pubDate>
      <guid>/blog/2006/07/05/five-easy-pieces/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m 50:50 about &lt;a href=&#34;http://en.wikipedia.org/wiki/Five_Easy_Pieces&#34;&gt;this film&lt;/a&gt;, really. I wanted to like it. It does contain plenty of classic Americana, some nice shots, and some very competent acting from &lt;a href=&#34;http://en.wikipedia.org/wiki/Jack_Nicholson&#34;&gt;Nicholson&lt;/a&gt; and others. The central scene of the film, where Nicholson is trying to order in a diner, is also him at his sarcastic best: work we&amp;rsquo;ve also seen in later films like &lt;a href=&#34;http://en.wikipedia.org/wiki/As_Good_as_It_Gets&#34;&gt;As Good As It Gets&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;But fundamentally, the film is actually quite boring. The premise has potential: concert pianist turned oil rigger returns to his roots. But the execution is so dry, so tedious, that it really just didn&amp;rsquo;t hold my interest. The film ends without any conclusion, and is ultimately unsatisfying.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What&#39;s in a name? (or: Who exactly are we selling to?)</title>
      <link>/blog/2006/07/05/whats-in-a-name-or-who-exactly-are-we-selling-to/</link>
      <pubDate>Wed, 05 Jul 2006 15:25:23 +0000</pubDate>
      <guid>/blog/2006/07/05/whats-in-a-name-or-who-exactly-are-we-selling-to/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s a tradition in the technology industry of a &amp;lsquo;user&amp;rsquo;. This, apparently, is the poor sod who&amp;rsquo;s going to ultimately use whatever you&amp;rsquo;re creating (software, steering wheels, microwaves, and so on). We&amp;rsquo;re not sure exactly who he is, but he must exist, right? Many of the more theoretical parts of software engineering use this term, for example: &lt;a href=&#34;http://en.wikipedia.org/wiki/User-centered_design&#34;&gt;user-centered design&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/User_interface&#34;&gt;user interfaces&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/User_Error&#34;&gt;user error&lt;/a&gt; (a most horrifically arrogant expression), etc.&lt;/p&gt;&#xA;&lt;p&gt;As a work for a commercial company, I resolved to give up using this word a few years ago, and call these entities &amp;lsquo;customers&amp;rsquo; instead. I figured this would encourage me to be more customer-centric (duh). I&amp;rsquo;ve been relatively successful at giving up my addiction to &amp;lsquo;user&amp;rsquo;, and use of &amp;lsquo;customer&amp;rsquo; reminds me that a feature / bug / product that isn&amp;rsquo;t important to one of our customers, although it might be important to a &amp;lsquo;user&amp;rsquo;, isn&amp;rsquo;t important to me either. After all, we&amp;rsquo;re here to make money, right?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Would you like some process with that project, sir?</title>
      <link>/blog/2006/07/05/would-you-like-some-process-with-that-project-sir/</link>
      <pubDate>Wed, 05 Jul 2006 13:11:55 +0000</pubDate>
      <guid>/blog/2006/07/05/would-you-like-some-process-with-that-project-sir/</guid>
      <description>&lt;p&gt;I work in software development, where process is a hotly-debated topic (some think there should be little, some a lot, some think it should be of this type, some of that). Some people can&amp;rsquo;t even spot a process when it&amp;rsquo;s staring them in the face, and, to be fair, the definition of processes is not exactly cast in stone.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.scottberkun.com/&#34;&gt;Scott Berkun&lt;/a&gt; understands processes well. He makes an accurate analogy between a good process and the white lines separating lanes on a highway: they restrict the (intended) movement of vehicles, but help everyone to travel faster and more safely. They don&amp;rsquo;t intrude, they help. Perhaps a slightly more tenuous extension of this analogy to bad processes would be where the lines are constantly shifting about or the lane schemes being re-arranged, in an attempt to improve matters, but actually confusing everyone and slowing them down.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Near-human Tasks</title>
      <link>/blog/2006/07/04/near-human-tasks/</link>
      <pubDate>Tue, 04 Jul 2006 13:05:18 +0000</pubDate>
      <guid>/blog/2006/07/04/near-human-tasks/</guid>
      <description>&lt;p&gt;This morning I was writing a test plan document. It contained lots of technical nitty-gritty and detail, but a lot of it was the same stuff repeated over and over again. It was very tedious to write (and hence undoubtedly error-prone), but necessary. I kept thinking how useful it would be if I could automate the process. I knew it was just a little too complex, and contained a few too many exceptions, though, that writing a program to do it would be more trouble than it would be worth.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Toilet Indicator Usability</title>
      <link>/blog/2006/07/03/toilet-indicator-light/</link>
      <pubDate>Mon, 03 Jul 2006 22:13:39 +0000</pubDate>
      <guid>/blog/2006/07/03/toilet-indicator-light/</guid>
      <description>&lt;p&gt;As an experiment in being a cheapskate (I normally spend too much), I travelled on a &lt;a href=&#34;http://www.megabus.com/uk/&#34;&gt;Megabus&lt;/a&gt; from Winchester to London at the weekend. To pass the time, I attempted to assess the usability of the light situated outside the toilet (I&amp;rsquo;d left all my good CDs at home). My train of thought was as follows:&lt;/p&gt;&#xA;&lt;p&gt;After seeing the light turn on when someone went inside, I assumed I was correct in my initial guess - it was to indicate it was occupied. So far, so good - although things would have been less certain if you hadn&amp;rsquo;t been sitting next to it and seen it do this before. However, the light stayed on for 3 minutes after someone left the toilet. After seeing this consistently happen twice, I figured it must be going through some cleaning cycle - thus the light really meant &amp;lsquo;do not enter&amp;rsquo; rather than &amp;lsquo;occupied&amp;rsquo;. I was just congratulating myself on figuring out this rather straightforward pattern when a further complication arose - as we approached London, and the roads got bumpier (or so I theorized), the light seemed to switch on and off fairly randomly, and this time I just couldn&amp;rsquo;t correlate it with anything meaningful. Perhaps just a faulty connection in a switch somewhere, but it made me question my previous two conclusions to the extent that as I got off the bus, I realized that I hadn&amp;rsquo;t really learnt anything at all. Perhaps the light had nothing to do with the toilet, apart from being located nearby.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Economic Specialisation and Air-Con</title>
      <link>/blog/2006/07/03/economic-specialisation-and-air-con/</link>
      <pubDate>Mon, 03 Jul 2006 11:29:46 +0000</pubDate>
      <guid>/blog/2006/07/03/economic-specialisation-and-air-con/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s interesting, working in a modern &lt;a href=&#34;http://en.wikipedia.org/wiki/Knowledge_Economy&#34;&gt;knowledge economy&lt;/a&gt; (I&amp;rsquo;m not yet sure whether I like that term), how much happens behind the scenes that you&amp;rsquo;re not aware of. This is the wonder of &lt;a href=&#34;http://en.wikipedia.org/wiki/Division_of_labour&#34;&gt;economic specialisation&lt;/a&gt; and trade.&lt;/p&gt;&#xA;&lt;p&gt;I was reminded of this today on a small level, because one of the buildings here at Hursley has broken air-con (the south of England is currently experiencing a mini-heatwave and I think it&amp;rsquo;s just become too much for our system). I thought of the time I toured the tunnels and back-rooms of our office buildings here, and became aware of all that happened - the huge heaters and air-con units, the electricity and water supply, and all the things we take for granted. The engineer showing us round (who was a contractor) was clearly a specialist in all of this, and took great pride in his domain. I knew next to nothing about what he was showing us, and became aware how dependent we were on him and his colleagues.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dog Days (Hundstage)</title>
      <link>/blog/2006/07/02/dog-days-hundstage/</link>
      <pubDate>Sun, 02 Jul 2006 20:48:54 +0000</pubDate>
      <guid>/blog/2006/07/02/dog-days-hundstage/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.corriere.it/&#34;&gt;Corriere della Sera&lt;/a&gt; said of &lt;a href=&#34;http://www.imdb.com/title/tt0290661/&#34;&gt;Dog Days&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;&amp;lsquo;Those who have seen this film will never forget it, whether they loved it or hated it&amp;rsquo;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Well, I certainly didn&amp;rsquo;t like it, but I also think it is ultimately forgettable. The various stories within the film (whose only common thread is that they happen during a heatwave in &lt;a href=&#34;http://en.wikipedia.org/wiki/Vienna&#34;&gt;Vienna&lt;/a&gt;) are vague, directionless, and mostly uninteresting. The characters are tedious. The hitch-hiker who seems to be suffering from some form of autism is by far the most interesting character, but even her scenes become repetitive after not too long.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Color of Night</title>
      <link>/blog/2006/06/29/color-of-night/</link>
      <pubDate>Thu, 29 Jun 2006 21:22:37 +0000</pubDate>
      <guid>/blog/2006/06/29/color-of-night/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Color_of_Night&#34;&gt;Color of Night&lt;/a&gt; is an odd film. It starts off as a dreadful drama. The plot, though quirky, is jumpy and inconsistent - although not challenging. Bruce Willis plays his typical smartass role, totally unsuited to the psychiatrist he is supposed to be. He seems out of place in this movie. We know he can manage atypical roles (&lt;a href=&#34;http://en.wikipedia.org/wiki/Death_Becomes_Her&#34;&gt;Death Becomes Her&lt;/a&gt;) but he doesn&amp;rsquo;t manage them here. &lt;a href=&#34;http://en.wikipedia.org/wiki/Scott_Bakula&#34;&gt;Scott Bakula&lt;/a&gt; plays another psychologist, a friend of Willis - he portrays a relatively believeable character but gets killed off too quickly. The cop assigned to investigate is an even more camp version of &lt;a href=&#34;http://en.wikipedia.org/wiki/Luis_Guzm%C3%A1n&#34;&gt;Luis Guzmán&lt;/a&gt;. His sympathy for Willis is ridicously non-existent. The therapy group that Willis adopts when Bakula dies is full of parodies of nutcases, not nutcases themselves.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Snakes on a Plane</title>
      <link>/blog/2006/06/29/snakes-on-a-plane/</link>
      <pubDate>Thu, 29 Jun 2006 18:05:59 +0000</pubDate>
      <guid>/blog/2006/06/29/snakes-on-a-plane/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Snakes_on_a_plane&#34;&gt;This film&lt;/a&gt; is either going to be amazing (I&amp;rsquo;m currently guessing &lt;a href=&#34;http://en.wikipedia.org/wiki/Mulholland_Drive_%28film%29&#34;&gt;Mulholland Drive&lt;/a&gt; meets &lt;a href=&#34;http://en.wikipedia.org/wiki/Airplane%21&#34;&gt;Airplane&lt;/a&gt; meets &lt;a href=&#34;http://en.wikipedia.org/wiki/Gremlins&#34;&gt;Gremlins&lt;/a&gt;) or truly awful. Why haven&amp;rsquo;t I heard of it before?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Asynchronicity and Synchronicity in ESBs</title>
      <link>/blog/2006/06/29/asynchronicity-and-synchronicity-in-esbs/</link>
      <pubDate>Thu, 29 Jun 2006 16:14:23 +0000</pubDate>
      <guid>/blog/2006/06/29/asynchronicity-and-synchronicity-in-esbs/</guid>
      <description>&lt;p&gt;Advantages of using synchronous behaviour in an ESB (such as SOAP over HTTP):&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You want your clients to be simple to write - with asynchronous behaviour, when a reply comes back to a client, it needs to know how to correlate that with the request it sent out (this is one reason JMS has the concept of message and correlation IDs). This probably requires it to keep some state hanging around. This isn&amp;rsquo;t necessary with synchronous behaviour, as the client thread blocks waiting for the reply.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dull Presentations and Organizational Change</title>
      <link>/blog/2006/06/29/dull-presentations-and-organizational-change/</link>
      <pubDate>Thu, 29 Jun 2006 15:52:04 +0000</pubDate>
      <guid>/blog/2006/06/29/dull-presentations-and-organizational-change/</guid>
      <description>&lt;p&gt;Edward Tufte&amp;rsquo;s excellent essay &amp;lsquo;&lt;a href=&#34;http://www.edwardtufte.com/tufte/powerpoint&#34;&gt;The Cognitive Value of Powerpoint&lt;/a&gt;&amp;rsquo; contains an excerpt from &lt;a href=&#34;http://en.wikipedia.org/wiki/Lou_Gerstner&#34;&gt;Lou Gerstner&lt;/a&gt;&amp;rsquo;s autobiography, an anecdote from when he first joined IBM in the 1990s, when the typical method of making presentations was to use PowerPoint (or similar software of the period), often producing results with a low signal/noise ratio. Lou was less familiar with this, and after enduring a short part of a presentation from one of his senior executives using this method, Lou asked him if we could &amp;lsquo;just talk about your business&amp;rsquo;. This was famous within and without IBM at the time. Nevertheless, it seems to have been rapidly forgotten. IBM presentations still often have a low signal/noise ratio, with slide &amp;lsquo;decks&amp;rsquo; used as a general method of information exchange (sent round in emails, used as substitutes for essays and documents). Tufte explains in detail why this isn&amp;rsquo;t an optimum method of communication.&lt;/p&gt;</description>
    </item>
    <item>
      <title>5-minute SOA / SCA in WebSphere ESB</title>
      <link>/blog/2006/06/28/5-minute-soa-sca-in-websphere-esb/</link>
      <pubDate>Wed, 28 Jun 2006 12:53:10 +0000</pubDate>
      <guid>/blog/2006/06/28/5-minute-soa-sca-in-websphere-esb/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Service-oriented_architecture&#34;&gt;SOA&lt;/a&gt; (Services-Oriented Architecture) is a very general idea; the notion of defining business and computing logic as interconnecting services, typically in a distributed computing environment, where some services depend on (call upon) others. &lt;a href=&#34;http://en.wikipedia.org/wiki/Service_component_architecture&#34;&gt;SCA&lt;/a&gt; (Service Component Architecture) defines some terminology and standards for this, using the concept of SCA modules - you can think of each module as being a black-box service. SCA modules can import services from other SCA modules (which have corresponding exports, defining the services they provide). They can also expose (export), and call upon (import) services via other protocols.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Morality of Updating One&#39;s Blog After-the-Fact</title>
      <link>/blog/2006/06/28/the-morality-of-updating-ones-blog-after-the-fact/</link>
      <pubDate>Wed, 28 Jun 2006 09:33:50 +0000</pubDate>
      <guid>/blog/2006/06/28/the-morality-of-updating-ones-blog-after-the-fact/</guid>
      <description>&lt;p&gt;These are the principles I&amp;rsquo;m currently trying to follow:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Treat writing a blog like any other peice of published writing: spend some time on it, re-read it, correct it, don&amp;rsquo;t publish it till you think you&amp;rsquo;re done. Use the draft feature of your blog software if you need to.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;If you spot a spelling error or any other minor non-semantic blemish in a posting, it&amp;rsquo;s OK to correct that at any time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Silly Thought Game of the Day #459</title>
      <link>/blog/2006/06/28/silly-thought-game-of-the-day-459/</link>
      <pubDate>Wed, 28 Jun 2006 08:55:47 +0000</pubDate>
      <guid>/blog/2006/06/28/silly-thought-game-of-the-day-459/</guid>
      <description>&lt;p&gt;If you could be any two nationalities, which would you be? (i.e., your mother is one, and your father is the other). The only rule is that you cannot be, or have any relation to, either of them in real life. My current favourite is German-Chinese. Russian-Egyptian has also been suggested to me as an unusual combination.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Streaming Audio/Video Slow-down Performance Improvement</title>
      <link>/blog/2006/06/27/streaming-audiovideo-slow-down-performance-improvement/</link>
      <pubDate>Tue, 27 Jun 2006 21:03:36 +0000</pubDate>
      <guid>/blog/2006/06/27/streaming-audiovideo-slow-down-performance-improvement/</guid>
      <description>&lt;p&gt;Audio and video players such as &lt;a href=&#34;http://www.real.com/freeplayer/&#34;&gt;RealPlayer&lt;/a&gt; use read-ahead buffering on the client when streaming across networks to accommodate for temporary slow-downs or delays in network traffic. Most of them also use a form of pre-buffering, in which a certain amount of data is read before playback starts (or when the buffer runs out). Some - such as RealPlayer - will also dynamically alter the &lt;a href=&#34;http://en.wikipedia.org/wiki/Bits_per_second&#34;&gt;bitrate&lt;/a&gt; being requested, if network performance drops for a period of time. This noticeably affects the quality of the audio/video.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Approach Overcoming Procrastination</title>
      <link>/blog/2006/06/27/how-to-approach-overcoming-procrastination/</link>
      <pubDate>Tue, 27 Jun 2006 16:36:04 +0000</pubDate>
      <guid>/blog/2006/06/27/how-to-approach-overcoming-procrastination/</guid>
      <description>&lt;p&gt;I am a bit weak when it comes to putting off tasks. If I don&amp;rsquo;t feel like doing something right now, I will often find a way to delay it. As such, one of my current self-improvement tasks is to work at overcoming my problems with procrastination (I considered not writing this blog entry for at least 3 minutes, after it popped into my head, until I considered how ironic it would be not to write it). I am having a healthy amount of success so far.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Do our American Colleagues have a Greater Passion for Work?</title>
      <link>/blog/2006/06/27/do-our-american-colleagues-have-a-greater-passion-for-work/</link>
      <pubDate>Tue, 27 Jun 2006 13:53:57 +0000</pubDate>
      <guid>/blog/2006/06/27/do-our-american-colleagues-have-a-greater-passion-for-work/</guid>
      <description>&lt;p&gt;I was listening to an IBM internal Podcast this morning, produced by some of my American colleagues. It was introduced with fanfare and a lot of casual banter. There was a lot of excitement and phrases such as &amp;rsquo;let&amp;rsquo;s kick butt&amp;rsquo;. It got me to thinking - do our American friends have a greater passion for their work? Not just a more lively personality - they actually care more about their work and want to make cool stuff happen? As a rule, I hate generalisations. But it seems this might be true.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cashback</title>
      <link>/blog/2006/06/26/cashback/</link>
      <pubDate>Mon, 26 Jun 2006 22:16:24 +0000</pubDate>
      <guid>/blog/2006/06/26/cashback/</guid>
      <description>&lt;p&gt;Just watched a short film called &lt;a href=&#34;http://en.wikipedia.org/wiki/Cashback_%28film%29&#34;&gt;Cashback&lt;/a&gt; - about in a guy working in Sainsbury&amp;rsquo;s on the night shift, who narrates us through his life there. His sleepy, semi-dream-like state is both monotonous and joyful at the same time. The film is a piece of two halves - the first a series of surreal and humourous situations backed with some great comedic acting, ending with a crescendo of flamenco music in the background. The second half is slow, sexy, and beautiful, as the hero opines on the beauty of women. The film is superbly crafted and well scripted, although it&amp;rsquo;s amazing that Sainsbury&amp;rsquo;s (presumably) co-operated with the making of the film. It has been &lt;a href=&#34;http://en.wikipedia.org/wiki/Academy_Award_for_Live_Action_Short_Film&#34;&gt;nominated for an Oscar&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google News Source Diversity</title>
      <link>/blog/2006/06/26/google-news-source-diversity/</link>
      <pubDate>Mon, 26 Jun 2006 17:51:14 +0000</pubDate>
      <guid>/blog/2006/06/26/google-news-source-diversity/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://news.google.co.uk/&#34;&gt;Google News&lt;/a&gt; is a fascinating tool. After hearing on a &lt;a href=&#34;http://www.andrewferrier.com/gallery2/v/Holidays/Chicago2005/&#34;&gt;BBC Podcast&lt;/a&gt; about the FBI arresting seven people for an alleged terrorist plot against the &lt;a href=&#34;http://en.wikipedia.org/wiki/Sears_Tower&#34;&gt;Sears Tower&lt;/a&gt;, I was curious (&lt;a href=&#34;http://www.andrewferrier.com/gallery2/v/Holidays/Chicago2005/&#34;&gt;I visited it with Lizzie only a year back&lt;/a&gt;). Google News makes it easy to track down different versions of the same story. It&amp;rsquo;s striking the tone adopted by different news sources:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.suntimes.com/output/news/cst-nws-sears23.html&#34;&gt;Chicago Sun-Times&lt;/a&gt; - Terror plot foiled.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://news.independent.co.uk/world/americas/article1096208.ece&#34;&gt;Independent, UK&lt;/a&gt; - Plot &amp;rsquo;not all that it seems&#39;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#39;Chunky Egg Mayonnaise&#39;</title>
      <link>/blog/2006/06/26/chunky-egg-mayonnaise/</link>
      <pubDate>Mon, 26 Jun 2006 11:31:12 +0000</pubDate>
      <guid>/blog/2006/06/26/chunky-egg-mayonnaise/</guid>
      <description>&lt;p&gt;Is is just me, or is this the most revolting sandwich title ever? &lt;a href=&#34;http://www.compass-group.com/&#34;&gt;Compass&lt;/a&gt; should be ashamed of themselves.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Confidentiality and Organization Size</title>
      <link>/blog/2006/06/26/confidentiality-and-organization-size/</link>
      <pubDate>Mon, 26 Jun 2006 11:13:21 +0000</pubDate>
      <guid>/blog/2006/06/26/confidentiality-and-organization-size/</guid>
      <description>&lt;p&gt;Presumably it must be logical that the more people know a secret, the less likely it will stay a secret (in the general case). Some organizations have only one level of secrecy (i.e. confidential). This is used for everything from secrets that 3 people should know, to secrets that 30,000 people should know. In the latter case, the secret is highly likely to stray outside the group.&lt;/p&gt;&#xA;&lt;p&gt;Wouldn&amp;rsquo;t it make sense to indicate these differently? Increasingly the bureaucracy attached to such things isn&amp;rsquo;t a good thing to be doing, but surely we should also admit to ourselves that there is a practical difference between the two - perhaps to the extent of keeping fewer things secret?&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#39;New&#39; Best Practice for SOA/ESB?</title>
      <link>/blog/2006/06/26/new-best-practice-for-soaesb/</link>
      <pubDate>Mon, 26 Jun 2006 10:16:53 +0000</pubDate>
      <guid>/blog/2006/06/26/new-best-practice-for-soaesb/</guid>
      <description>&lt;p&gt;Simply stated:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Use &lt;a href=&#34;http://www.ibm.com/software/integration/wps/&#34;&gt;WebSphere Process Server&lt;/a&gt; as much as possible, and &lt;a href=&#34;http://www.ibm.com/software/integration/wsesb/&#34;&gt;WebSphere ESB&lt;/a&gt; as little as possible.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Process Server provides a layer to implement a business process - this is (or should be, or could be) &amp;lsquo;interesting&amp;rsquo; to a business. ESB simply provides the glue to tie things together - auditing, converting one interface to another, etc. So don&amp;rsquo;t fall into the trap of faking Process Server functionality in ESB, when Process Server provides it all already.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Traffic Bunching</title>
      <link>/blog/2006/06/26/traffic-bunching/</link>
      <pubDate>Mon, 26 Jun 2006 07:09:29 +0000</pubDate>
      <guid>/blog/2006/06/26/traffic-bunching/</guid>
      <description>&lt;p&gt;Whilst trying to cross the road in Hursley this morning, I was struck by how the cars arrived in a long bunch that prevented me from crossing. Someone pointed out that in this case it was probably caused by the traffic light at the end of the village. This got me to thinking: is it important to have cars bunched? If they had been evenly distributed along the road, is it possible that they would be just close enough never to give me a gap large enough to cross? However, it also seems obvious that too much bunching would cause further jams at intersections where bunches came together. Is there an optimum bunching level for any given section of road, and if you plotted it against the width/intended capacity of the road, is there a correlation?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Die Hard is a Serious Action Film</title>
      <link>/blog/2006/06/25/die-hard-is-a-serious-action-film/</link>
      <pubDate>Sun, 25 Jun 2006 21:57:52 +0000</pubDate>
      <guid>/blog/2006/06/25/die-hard-is-a-serious-action-film/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve never had a chance to listen to the director&amp;rsquo;s commentary for &lt;a href=&#34;http://en.wikipedia.org/wiki/Die_Hard&#34;&gt;Die Hard&lt;/a&gt;, I can wholeheartedly recommend getting hold of a copy - &lt;a href=&#34;http://en.wikipedia.org/wiki/John_McTiernan&#34;&gt;John McTiernan&lt;/a&gt;&amp;rsquo;s comments are fascinating, and complement the talented acting of both &lt;a href=&#34;http://en.wikipedia.org/wiki/Bruce_Willis&#34;&gt;Bruce Willis&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Alan_Rickman&#34;&gt;Alan Rickman&lt;/a&gt;. It rapidly becomes obvious that McTiernan takes action film very seriously, as an artistic genre - not something to turn a fast buck. This is clearly one of the reasons why Die Hard is such a polished film and is a canonical example of the action film genre.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Brokeback Mountain 2</title>
      <link>/blog/2006/06/25/brokeback-mountain-2/</link>
      <pubDate>Sun, 25 Jun 2006 20:49:53 +0000</pubDate>
      <guid>/blog/2006/06/25/brokeback-mountain-2/</guid>
      <description>&lt;p&gt;OK, so I admit, &lt;a href=&#34;http://mashupmansion.blogspot.com/2006/03/brokeback-mountain-2.html&#34;&gt;I want to see this film made&lt;/a&gt; too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Triumph of the Will</title>
      <link>/blog/2006/06/25/triumph-of-the-will/</link>
      <pubDate>Sun, 25 Jun 2006 19:52:19 +0000</pubDate>
      <guid>/blog/2006/06/25/triumph-of-the-will/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just watched Leni Riefenstahl&amp;rsquo;s &lt;a href=&#34;http://en.wikipedia.org/wiki/Triumph_of_the_Will&#34;&gt;Triumph of the Will&lt;/a&gt;. I wasn&amp;rsquo;t as moved as I expected to be; perhaps precisely because the film shows only &amp;lsquo;positive&amp;rsquo; messages, which I&amp;rsquo;m not greatly influenced by because of the benefit of hindsight. All the negative connotations of Hitler, WWII, and the Holocaust are absent. In fact, after some time, the film becomes rather repetitive and I skipped several sections. Nevertheless, Hitler&amp;rsquo;s closing speech to the Party Congress at the end of the film is well worth watching, as a striking example of just how good oratory can get (ironic from a man that&amp;rsquo;s so hard to admire in most other respects). It is well worth reading &lt;a href=&#34;http://www.amazon.co.uk/gp/product/0415018757/026-7380238-5179608?v=glance&amp;amp;n=266239&#34;&gt;Our Masters&amp;rsquo; Voices&lt;/a&gt; for some academic study of Hitler and other great orators.&lt;/p&gt;</description>
    </item>
    <item>
      <title>euroGel 2006</title>
      <link>/blog/2006/06/25/eurogel-2006/</link>
      <pubDate>Sun, 25 Jun 2006 17:56:00 +0000</pubDate>
      <guid>/blog/2006/06/25/eurogel-2006/</guid>
      <description>&lt;p&gt;I am very much looking forward to attending the &lt;a href=&#34;http://www.gelconference.com/c/eurogel06.php&#34;&gt;euroGel 2006&lt;/a&gt; conference; I&amp;rsquo;ve just been updating my entry in the attendees list. I&amp;rsquo;m still not 100% sure what it&amp;rsquo;s about, but it sure looks like fun and I know I&amp;rsquo;m going to enjoy it! (they describe it as: &amp;lsquo;a conference, and community, exploring good experience in all its forms &amp;ndash; in business, art, society, technology, and life&amp;rsquo;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Please look after your skin</title>
      <link>/blog/2006/06/25/please-look-after-your-skin/</link>
      <pubDate>Sun, 25 Jun 2006 16:54:43 +0000</pubDate>
      <guid>/blog/2006/06/25/please-look-after-your-skin/</guid>
      <description>&lt;p&gt;After cycling round part of the Isle of Wight with Rachel last weekend, and foolishly using little-to-no sun cream, I ended up looking like a lobster in places. Accordingly, I went and refreshed my stock of years-old sun cream this week. However, even though I get a bit pompous about this issue, I didn&amp;rsquo;t realise just quite how acute the dangers were. Did you know that over a million cases of skin cancer occur every year in the US? In a country with 300 million people, that&amp;rsquo;s a pretty high hit rate. &lt;a href=&#34;http://www.nytimes.com/2006/06/06/health/06brod.html?ex=1151294400&amp;amp;en=d25ed5729141d050&amp;amp;ei=5070&#34;&gt;This article&lt;/a&gt; in the New York Times has more information.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Do you know how much money you&#39;ve got?</title>
      <link>/blog/2006/06/25/do-you-know-how-much-money-youve-got/</link>
      <pubDate>Sun, 25 Jun 2006 15:53:51 +0000</pubDate>
      <guid>/blog/2006/06/25/do-you-know-how-much-money-youve-got/</guid>
      <description>&lt;p&gt;One of the things I like to do is keep track of my own personal finances. Knowing how much money you have at any one time, what your debts are (in my case, credit card balances), what your outgoings are, etc., has several advantages:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You can foresee and more easily overcome cash-flow problems, enabling you to avoid those &amp;lsquo;a bit short this month&amp;rsquo; problems.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You can spot unwelcome trends in your spending patterns, and plan better for the future.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nokia 6630 / Podcasts / Linux</title>
      <link>/blog/2006/06/25/nokia-6630-podcasts-linux/</link>
      <pubDate>Sun, 25 Jun 2006 15:01:40 +0000</pubDate>
      <guid>/blog/2006/06/25/nokia-6630-podcasts-linux/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just spent a frustrating few hours trying to get my new &lt;a href=&#34;http://www.nokia.com/6630&#34;&gt;Nokia 6630&lt;/a&gt; to talk to my Linux PC properly, and have given up after &lt;a href=&#34;http://openobex.triq.net/&#34;&gt;OpenOBEX&lt;/a&gt; kept segfaulting. I did manage to get the USB connection between the two working, but this seems to do little without the OBEX support.&lt;/p&gt;&#xA;&lt;p&gt;On the upside, I did get &lt;a href=&#34;http://goldenpod.nongnu.org/&#34;&gt;GoldenPod&lt;/a&gt; up-and-running so that podcasts will be automatically downloaded for me. This should make it easier to copy them across to my mobile when I have the opportunity. I shall buy a larger MMC card for the mobile if I find I use this often; 64MB almost certainly won&amp;rsquo;t be enough.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Make Bono History</title>
      <link>/blog/2006/06/25/make-bono-history/</link>
      <pubDate>Sun, 25 Jun 2006 11:49:43 +0000</pubDate>
      <guid>/blog/2006/06/25/make-bono-history/</guid>
      <description>&lt;p&gt;I got a &lt;a href=&#34;http://www.teefly.com/catalog/product_info.php?cPath=34&amp;amp;products_id=104&#34;&gt;Make Bono History t-shirt&lt;/a&gt; about a week ago, and wore it for the first time &amp;lsquo;in anger&amp;rsquo; on Saturday. I think it possibly bothered a few people. I think the manufacturer&amp;rsquo;s original thought was that it was a comment on U2&amp;rsquo;s music. For myself, it&amp;rsquo;s not (their music is a little bland but perfectly harmless): it&amp;rsquo;s a comment on the &lt;a href=&#34;http://en.wikipedia.org/wiki/Make_Poverty_History&#34;&gt;Make Poverty History campaign&lt;/a&gt; and its self-righteous attitude. Debt relief irritates me and is unfair on the lending nations. More free trade would of course be good, but the &amp;lsquo;Trade Justice&amp;rsquo;  (&amp;lsquo;fair trade&amp;rsquo;?) advocated here is another form of protectionism, just tilted the opposite way. This is immoral and is unhealthy for building up long-term free trade. Freely giving aid (i.e. charity) is fine, but only if it comes from individuals: forcing it out of people through taxation is immoral too. This campaign only continues left-wing economic attitudes and patronises the poor.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mankiw&#39;s 10 Principles</title>
      <link>/blog/2006/06/25/mankiws-10-principles/</link>
      <pubDate>Sun, 25 Jun 2006 10:29:42 +0000</pubDate>
      <guid>/blog/2006/06/25/mankiws-10-principles/</guid>
      <description>&lt;p&gt;I came across a short article the other day - &lt;a href=&#34;http://www.swcollege.com/econ/mankiw/principles.html&#34;&gt;Mankiw&amp;rsquo;s 10 Principles of Economics&lt;/a&gt;. A good 2-minute introduction to Economics, and possibly also a good clarity regenerator for those whose brains become clogged and confused like myself. I&amp;rsquo;m not sure how much point 7 aligns with my current &lt;a href=&#34;http://en.wikipedia.org/wiki/Libertarianism&#34;&gt;libertarian&lt;/a&gt; politics - perhaps the point he makes is true, yet morally irrelevant? Still, worth a look.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Integrating blog with new-destiny</title>
      <link>/blog/2006/06/25/integrating-blog-with-new-destiny/</link>
      <pubDate>Sun, 25 Jun 2006 10:19:47 +0000</pubDate>
      <guid>/blog/2006/06/25/integrating-blog-with-new-destiny/</guid>
      <description>&lt;p&gt;I managed to partly integrate my new blog with new-destiny, by following &lt;a href=&#34;http://www.jonathanwold.com/tutorials/wordpress_integration/&#34;&gt;this guide here&lt;/a&gt;. The themes aren&amp;rsquo;t quite right yet, and I haven&amp;rsquo;t got the footer working, but it&amp;rsquo;s a start.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wordpress is Pretty Hot</title>
      <link>/blog/2006/06/25/wordpress-is-pretty-hot/</link>
      <pubDate>Sun, 25 Jun 2006 09:43:28 +0000</pubDate>
      <guid>/blog/2006/06/25/wordpress-is-pretty-hot/</guid>
      <description>&lt;p&gt;So this is my first blog post. I&amp;rsquo;ve been meaning to set up a blog for some weeks now, but I&amp;rsquo;ve only just got round to it. It was far easier than I thought it would be; installing Wordpress &lt;a href=&#34;http://codex.wordpress.org/Installing_WordPress&#34;&gt;was a doddle&lt;/a&gt;. It seems to have all the functionality I wanted, and I&amp;rsquo;ve &lt;a href=&#34;http://codex.wordpress.org/WordPress_Backups&#34;&gt;even got backups working already&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I was inspired to set up the blog partly as a self-development tool, and partly for self-promotion. Steve Pavlina also &lt;a href=&#34;http://www.stevepavlina.com/blog/2004/10/journaling-as-a-problem-solving-tool/&#34;&gt;has some words to say on this&lt;/a&gt;; I think his notion of &amp;lsquo;journaling&amp;rsquo; is slightly more private, but it sounded similar to what I&amp;rsquo;m going to attempt to achieve here.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
