<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Alex Lomas</title>
      <link>http://www.alexlomas.com/blog/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Sat, 22 Nov 2008 12:31:51 +0000</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.34</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Barcelona Photos</title>
         <description><![CDATA[<p><a href="http://www.alexlomas.com/gallery/v/travels/barcelona/"><img height="150" alt="Teleferic de Montjuic" src="http://www.alexlomas.com/gallery/d/5204-2/DSC00265.JPG" width="150" /></a></p>  <p>Sorry about the photo quality, I only took my compact with me on this trip.</p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/11/barcelona_photos.html</link>
         <guid>http://www.alexlomas.com/blog/2008/11/barcelona_photos.html</guid>
         <category>Photography</category>
         <pubDate>Sat, 22 Nov 2008 12:31:51 +0000</pubDate>
      </item>
            <item>
         <title>Ping.fm in Perl</title>
         <description><![CDATA[<p>Using the fabulous <a href="http://ping.fm/">ping.fm</a>? Want to use your own Custom URL? Want to use Perl? Use this!</p><p>The attached script takes only status updates from ping.fm and writes it out to a file. In my case, this file is then &quot;included&quot; by apache dynamically on the front page of my site.</p><p>Bit rough and ready, but hey, it only took 60 seconds :)</p><div style="padding-right: 4px; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; padding-top: 4px; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4; border: gray 1px solid"><div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   1:</span> #!/usr/bin/perl</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   2:</span>&nbsp; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   3:</span> use strict;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   4:</span> use warnings;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   5:</span>&nbsp; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   6:</span> use CGI qw/:standard/;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   7:</span> use CGI::Carp <span style="color: #006080">'fatalsToBrowser'</span>;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   8:</span>&nbsp; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   9:</span> my $file = <span style="color: #006080">'/path/to/my/file.include'</span>;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  10:</span>&nbsp; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  11:</span> open my $FH, <span style="color: #006080">'&gt;'</span>, $file or die <span style="color: #006080">&quot;Unable to open $file\n&quot;</span>;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  12:</span>&nbsp; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  13:</span> <span style="color: #0000ff">if</span> ( param() ) {</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  14:</span>&nbsp; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  15:</span>        print header;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  16:</span>        my $method = param(<span style="color: #006080">'method'</span>);</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  17:</span>        my $title = param(<span style="color: #006080">'title'</span>);</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  18:</span>        my $message = param(<span style="color: #006080">'message'</span>);</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  19:</span>        </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  20:</span>        print $FH <span style="color: #006080">&quot;$message&quot;</span>;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  21:</span>        </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  22:</span> }</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  23:</span>&nbsp; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  24:</span> <span style="color: #0000ff">else</span> {</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  25:</span>&nbsp; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  26:</span>     print header;</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  27:</span>     #Do nothing</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  28:</span>     </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  29:</span> }</pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  30:</span>&nbsp; </pre><pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  31:</span> close $FH;</pre></div></div>]]></description>
         <link>http://www.alexlomas.com/blog/2008/07/pingfm_in_perl.html</link>
         <guid>http://www.alexlomas.com/blog/2008/07/pingfm_in_perl.html</guid>
         <category></category>
         <pubDate>Sun, 13 Jul 2008 20:18:33 +0000</pubDate>
      </item>
            <item>
         <title>Nike+ Sportband Problems</title>
         <description><![CDATA[<p>It'll teach me to be an early adopter but I've had nothing but troubles with my <a href="http://www.alexlomas.com/blog/2008/04/nike_sportband_and_garmin_405_first_impressions.html">Nike+ Sportband since I bought one a few months back</a>.</p><p>My first one suffered a &quot;bleeding&quot; crystal display:</p><p><a href="http://www.alexlomas.com/blog/WindowsLiveWriter/NikeSportbandProblems_B7A2/bleeding_nike_sportaband_2.jpg"><img title="bleeding_nike_sportaband" height="164" alt="bleeding_nike_sportaband" src="http://www.alexlomas.com/blog/WindowsLiveWriter/NikeSportbandProblems_B7A2/bleeding_nike_sportaband_thumb.jpg" width="244" border="0" /></a> </p><p>I sent this back to <a href="http://sweatshop.co.uk/">Sweatshop</a> and they sent me a new one. A week ago, lo and behold, the bleeding display was back. I dropped them a quick mail and they replied saying that there was a known issue with the very first batch of devices and would I like another one or my money back.</p><p>So, I've gone for third time lucky! I can't say enough how good <a href="http://sweatshop.co.uk/">Sweatshop</a> have been in sorting all this out.</p><p>The <a href="http://nikeplus.nike.com/nikeplus/#downloads">Nike+ utility</a> also seemed to have difficulty in realising that not everyone used Pacific Time on their computers, which meant the time on the device was always -8 hours out. v1.1 seems to have fixed this though.</p><p>I've <a href="http://reviews.nike.com/9191/WM0043/reviews.htm">heard some other complaints</a> about the calibration not working, but I've not had much trouble with that.</p><p>Anyway, I shall hold onto my wallet next time :)</p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/06/nike_sportband_problems.html</link>
         <guid>http://www.alexlomas.com/blog/2008/06/nike_sportband_problems.html</guid>
         <category>Personal</category>
         <pubDate>Thu, 26 Jun 2008 13:03:38 +0000</pubDate>
      </item>
            <item>
         <title><![CDATA[The SM Caf&eacute;]]></title>
         <description><![CDATA[<p>Not only does it have a funny name, but they suggest that you &quot;Drink Yourself Happy&quot;...</p><p><a href="http://www.alexlomas.com/blog/WindowsLiveWriter/TheSMCaf_B478/smCaf%C3%A9-1.jpg"><img title="smCaf&eacute;-1" height="244" alt="smCaf&eacute;-1" src="http://www.alexlomas.com/blog/WindowsLiveWriter/TheSMCaf_B478/smCaf%C3%A9-1_thumb.jpg" width="88" border="0" /></a></p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/06/the_sm_caf.html</link>
         <guid>http://www.alexlomas.com/blog/2008/06/the_sm_caf.html</guid>
         <category>Personal</category>
         <pubDate>Sat, 21 Jun 2008 12:50:06 +0000</pubDate>
      </item>
            <item>
         <title>Domain Registry of America</title>
         <description><![CDATA[<p>The DROA are at it again and I'm the lucky recipient :)</p><p>For more information take a look at <a title="http://www.synuk.com/droa/" href="http://www.synuk.com/droa/">http://www.synuk.com/droa/</a> but definitely don't sign up with them!</p><p>I'm half tempted to stake out MBE on Gloucester Road to see if anyone picks up the mail, but I assume it's just a forwarding operation. Scum.</p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/04/domain_registry_of_america.html</link>
         <guid>http://www.alexlomas.com/blog/2008/04/domain_registry_of_america.html</guid>
         <category>Personal</category>
         <pubDate>Sat, 19 Apr 2008 18:30:57 +0000</pubDate>
      </item>
            <item>
         <title>Nice ASUS kit</title>
         <description><![CDATA[<p>Leaving aside the awful Eeeeeeeeeeeeeee PC I really like the <a href="http://event.asus.com/aigurus2/">Aiguru S2</a>. It will certainly go well with the as-yet-unreleased <a href="http://www.asus.com/news_show.aspx?id=10836">Essentio CS5110</a> which I'm rather drawn to as a new HTPC and Blu-Ray player.</p><p><a href="http://event.asus.com/aigurus2/"><img title="aiguru-s2" height="204" alt="aiguru-s2" src="http://www.alexlomas.com/blog/WindowsLiveWriter/NiceASUSkit_C76F/aiguru-s2_5.jpg" width="204" border="0" /></a> <a href="http://www.asus.com/news_show.aspx?id=10836"><img title="essentio-cs5110" height="204" alt="essentio-cs5110" src="http://www.alexlomas.com/blog/WindowsLiveWriter/NiceASUSkit_C76F/essentio-cs5110_3.jpg" width="110" border="0" /></a></p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/04/nice_asus_kit.html</link>
         <guid>http://www.alexlomas.com/blog/2008/04/nice_asus_kit.html</guid>
         <category>Random</category>
         <pubDate>Thu, 10 Apr 2008 14:11:04 +0000</pubDate>
      </item>
            <item>
         <title>Nike Sportband and Garmin 405: first impressions</title>
         <description><![CDATA[<p>I went to the London Marathon expo last night to check out the Garmin 405 primarily. I have to say that I wasn't impressed. Even though the actual diameter of the bezel is quite small, the initial part of the strap (closest to where it joins the bezel) is rigid - I'm guessing to hold some electronics or the GPS antenna. So, on someone with small wrists like me, it looks pretty stupid as it sticks out the side of your arm!</p><p>Also, the touch sensitive bezel seems overly sensitive and a bit clunky to use and reacts to you brushing it (I'd probably knock it against my leg a few times a run!).</p><p>All in all, I wasn't impressed so I didn't splurge.</p><p>All was not lost though, as Nike were there in force and I had a nice demo from a lady on the stand for the new SportBand which interfaces directly to the Nike+ foot sensor, so no iPod needed. And at &pound;40, I couldn't resist so I've bought one. They do look very sexy indeed and definitely suit the more petite of us.</p><p><a title="09042008243" href="http://www.flickr.com/photos/9377524@N07/2401590664/"><img alt="09042008243" src="http://static.flickr.com/3120/2401590664_8d0b79ebf1.jpg" border="0" /></a></p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/04/nike_sportband_and_garmin_405_first_impressions.html</link>
         <guid>http://www.alexlomas.com/blog/2008/04/nike_sportband_and_garmin_405_first_impressions.html</guid>
         <category>Personal</category>
         <pubDate>Thu, 10 Apr 2008 13:33:22 +0000</pubDate>
      </item>
            <item>
         <title>Olympic Torch</title>
         <description><![CDATA[<p>Pictures of the police presence <a href="http://www.alexlomas.com/gallery/v/london/olympictorch/" target="_blank">in the gallery</a>...</p><p><a href="http://www.alexlomas.com/gallery/v/london/olympictorch/"><img title="Men in black" height="150" alt="Men in black" src="http://www.alexlomas.com/gallery/d/4758-2/DSC_0076.JPG" width="150" border="0" /></a></p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/04/olympic_torch.html</link>
         <guid>http://www.alexlomas.com/blog/2008/04/olympic_torch.html</guid>
         <category>Personal</category>
         <pubDate>Sun, 06 Apr 2008 18:06:42 +0000</pubDate>
      </item>
            <item>
         <title>My first HDR</title>
         <description><![CDATA[<p>I had some fun making this HDR photo of Canary Wharf this afternoon - hope you like it :)</p><p><a href="http://www.alexlomas.com/gallery/updates?g2_itemId=4737"><img title="My first HDR" border="0" alt="My first HDR" src="http://www.alexlomas.com/gallery/d/4738-2/myfirsthdr.jpg" width="150" height="150" /></a></p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/03/my_first_hdr.html</link>
         <guid>http://www.alexlomas.com/blog/2008/03/my_first_hdr.html</guid>
         <category>Personal</category>
         <pubDate>Sun, 30 Mar 2008 20:30:55 +0000</pubDate>
      </item>
            <item>
         <title>RAF Welford</title>
         <description><![CDATA[<p>I passed a very well built sliproad on the M4 just before J13 today. What really caught my eye was the trusty enigmatic sign &quot;Works Unit Only&quot; albeit done in the military red pattern.</p><p>A quick check on Live Maps found me my sliproad - following it up the hill reveals <a href="http://en.wikipedia.org/wiki/RAF_Welford">RAF Welford</a>, the largest munitions dump in Europe (apparently).</p><p>Cool :)</p><p>&nbsp;</p><div class="wlWriterSmartContent" id="scid:84E294D0-71C9-4bd0-A0FE-95764E0368D9:104a4bb3-6f11-42ae-997b-e1f956be1b15" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a title="Click to view this map on Live.com" href="http://maps.live.com/default.aspx?v=2&amp;cp=51.46802~-1.399126&amp;lvl=14&amp;style=a&amp;mkt=en-US&amp;FORM=LLWR"><img title="Map image" height="240" alt="Map image" src="http://www.alexlomas.com/blog/WindowsLiveWriter/RAFWelford_11658/map-0b08bb868721.jpg" width="320" border="0" /></a></div><p>&nbsp;</p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/03/raf_welford.html</link>
         <guid>http://www.alexlomas.com/blog/2008/03/raf_welford.html</guid>
         <category>Personal</category>
         <pubDate>Sun, 09 Mar 2008 19:47:41 +0000</pubDate>
      </item>
            <item>
         <title>My first WebSlice</title>
         <description><![CDATA[<p>You can now subscribe to my status updates via a <a href="http://msdn2.microsoft.com/en-us/library/cc304073(VS.85).aspx">WebSlice</a> if you're brave enough to use an <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/getitnow.mspx">IE8 beta</a>. Head over the <a href="/">front page</a> if you are and give it a go :)</p><p><img title="image" height="140" alt="image" src="http://www.alexlomas.com/blog/WindowsLiveWriter/MyfirstWebSlice_B2EB/image_thumb_2.png" width="192" border="0" /> </p><p><img title="image" height="150" alt="image" src="http://www.alexlomas.com/blog/WindowsLiveWriter/MyfirstWebSlice_B2EB/image_thumb_3.png" width="169" border="0" /></p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/03/my_first_webslice.html</link>
         <guid>http://www.alexlomas.com/blog/2008/03/my_first_webslice.html</guid>
         <category>Personal</category>
         <pubDate>Thu, 06 Mar 2008 12:43:32 +0000</pubDate>
      </item>
            <item>
         <title><![CDATA[New Nike+ &quot;watch&quot;]]></title>
         <description><![CDATA[<p>So, it's not guide the Aero+ we were expecting, but <a href="http://www.engadget.com/2008/02/21/nikes-sportband-passes-fcc-bypasses-apple/">Nike have released a device that neatly sidesteps the need for an iPod Nano</a> to use Nike+ foot sensors with.</p><p><a href="http://www.engadget.com/2008/02/21/nikes-sportband-passes-fcc-bypasses-apple/"><img height="153" src="http://www.blogsmithmedia.com/www.engadget.com/media/2008/02/nike-plus-sportband-440.jpg" width="286" border="0" /></a></p><p>Looks like fun, but I think the <a href="http://www.alexlomas.com/blog/2008/01/garmins_new_forerunner_405.html">Garmin 405</a> may well be the one for me when it finally arrives.</p><p>[via <a href="http://www.engadget.com/2008/02/21/nikes-sportband-passes-fcc-bypasses-apple/">engadget</a>]</p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/02/new_nike_watch.html</link>
         <guid>http://www.alexlomas.com/blog/2008/02/new_nike_watch.html</guid>
         <category>Personal</category>
         <pubDate>Thu, 21 Feb 2008 13:43:56 +0000</pubDate>
      </item>
            <item>
         <title>Skins</title>
         <description><![CDATA[<p>I'm so glad that Skins is coming back to E4 in a couple of weeks. I'm even happier that the first episode features Maxxie, whose Dad is played by Bill Bailey. Can't wait :)</p>

<p>

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/dtYzjMWUABs&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/dtYzjMWUABs&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>

</p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/02/skins.html</link>
         <guid>http://www.alexlomas.com/blog/2008/02/skins.html</guid>
         <category>Personal</category>
         <pubDate>Fri, 01 Feb 2008 10:55:37 +0000</pubDate>
      </item>
            <item>
         <title>Crazy Stairs</title>
         <description><![CDATA[<p>A cheap, but very cool way of building stairs out of some square packing cases set at angles. When I build my own house, I'll be doing this.</p><p><a href="http://www.alexlomas.com/blog/WindowsLiveWriter/CrazyStairs_E33E/crazy_stairs_2.jpg"><img title="crazy_stairs" height="244" alt="crazy_stairs" src="http://www.alexlomas.com/blog/WindowsLiveWriter/CrazyStairs_E33E/crazy_stairs_thumb.jpg" width="163" border="0" /></a> </p><p><a href="http://www.belowtheclouds.com/2008/01/18/trappa-av-taf-arkitektkontor/">Below The Clouds &raquo; Trappa av TAF Arkitektkontor</a></p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/01/crazy_stairs.html</link>
         <guid>http://www.alexlomas.com/blog/2008/01/crazy_stairs.html</guid>
         <category>Personal</category>
         <pubDate>Mon, 21 Jan 2008 16:09:39 +0000</pubDate>
      </item>
            <item>
         <title>BBC digital terrestrial test card</title>
         <description><![CDATA[<p>This, frankly, is the coolest thing ever: <a title="http://www.digitalspy.co.uk/forums/showthread.php?t=728920" href="http://www.digitalspy.co.uk/forums/showthread.php?t=728920">http://www.digitalspy.co.uk/forums/showthread.php?t=728920</a></p><p>The result?</p><p><a href="http://www.alexlomas.com/blog/WindowsLiveWriter/BBCdigitalterrestrialtestcard_11329/testcard_2.jpg"><img title="testcard" height="196" alt="testcard" src="http://www.alexlomas.com/blog/WindowsLiveWriter/BBCdigitalterrestrialtestcard_11329/testcard_thumb.jpg" width="244" border="0" /></a></p>]]></description>
         <link>http://www.alexlomas.com/blog/2008/01/bbc_digital_terrestrial_test_card.html</link>
         <guid>http://www.alexlomas.com/blog/2008/01/bbc_digital_terrestrial_test_card.html</guid>
         <category>Personal</category>
         <pubDate>Mon, 14 Jan 2008 19:34:17 +0000</pubDate>
      </item>
      
   </channel>
</rss>
