<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" charset=UTF-8" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>rryBlog   </title>
    <link>http://blog.nothovel.net</link>
    <description>rryBlog</description>
    <language>en</language>

  <item>
    <title>Two days left</title>
    <pubDate>Wed, 27 Aug 2008 18:57:00 BST</pubDate>
    <link>http://blog.nothovel.net/2008/08/27#20080827-leaving</link>
    <description>
&lt;p class=&quot;blogtext&quot;&gt;
I &lt;i&gt;finally&lt;/i&gt; leave work at the end of this week. Don&amp;#8217;t ever let anyone try to convince you that signing a contract with a three month notice period is a good thing. Mm.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
So, I&amp;#8217;ve been &amp;#8220;working from home&amp;#8221; for the last couple of weeks. Hm, that makes it sound like a pleasant semi-holiday period, doesn&amp;#8217;t it? And it&amp;#8217;s true that the volume of work&amp;#8217;s been reduced - no development work to support, and far fewer ops work now that we&amp;#8217;ve transferred our public-facing services elsewhere, for a start. But, er, I&amp;#8217;ll write a bit more about that at some stage in the future.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Anyway, the most productive thing I&amp;#8217;ve done of late (apart from a quick spot of gallivanting) is to rip 343 cds to nice pristine FLAC format (and then transcoded from there to 128 and 256 kbps oggs for portability). Which is, er, about 100 more than I&amp;#8217;ve managed to rip in the past eight months. At this rate, I might have my entire library finished at some stage in 2009. Go me, etc.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Anyway, to be written-about in the near future: the decline &amp; fall of Sendit.com, the joys of job-hunting, and various techie bits (moving VMs from Xen to KVM to ESX and back again, observations on CPU vs I/O vs power consumption, the joy of having a properly-configured working environment, etc). All with an absolute minimum of emoicity. Hurrah!
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
344 CDs ripped now. Can I really own *that* much shoegaze-y stuff? Er, yes, it appears that I can. Oops.
&lt;/p&gt;
 
 
   
</description>
  </item>
  <item>
    <title>Flurry rice</title>
    <pubDate>Fri, 17 Aug 2007 15:35:00 BST</pubDate>
    <link>http://blog.nothovel.net/2007/08/17#200709817-benchmark</link>
    <description>
&lt;p class=&quot;blogtext&quot;&gt;
I don&amp;#8217;t usually take benchmarks very seriously. It&amp;#8217;s worthwhile running them on new hardware as a quick check that everything&amp;#8217;s working as expected - but if the results are within an order of magnitude of the hoped-for numbers after a single run, then I&amp;#8217;m usually happy to move onto more productive tasks. Leave the endless tweaking and measurbation to the inhabitants of gentoo-land.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
With &lt;i&gt;flurry&lt;/i&gt;, though, I thought I should take a little more care. It has a 10 disk array, so the standard &amp;#8220;ach, sure, raid 5 will do&amp;#8221; instinct can be very dangerous. A single disk failure will leave the machine vulnerable for up to 72 hours - a couple of days to replace the disk, and another to rebuild the array. That&amp;#8217;s a bit too long for comfort, especially if environmental factors have been the root cause of the initial failure.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
So; I really, really wanted to go for RAID 6 - but I was unsure as to how much of a performance penalty that that would incur. My vague, handwave-y guess was that it&amp;#8217;d be about a third slower in use, when compared to RAID 5. I&amp;#8217;d consider 50% slower to be unacceptable, and anything less than 25% slower to be surprisingly good.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
It turns out that &lt;a href=&quot;http://www.coker.com.au/bonnie++/&quot;&gt;bonnie++&lt;/a&gt; was the best tool for the job. I was able to mimic the sort of operations that our current mail server does most often by using it with the following command line: &lt;br&gt;&lt;b&gt;bonnie++ -b -d /home/rory/ -u rory -n 128:25000:500:16&lt;/b&gt;

&lt;p class=&quot;blogtext&quot;&gt;
ie. to write 128*1024 files to each of 16 directories, with a random variation of sizes between 500 and 25000 bytes (the average filesize on our current mailserver is 12.14 Kb - so that&amp;#8217;s about right) - 25 Gigabytes of data in total. The -b option causes it to issue fsync() calls after each file has been written - again, this is the same setup that we&amp;#8217;ll be using when the server goes live.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
I ran that five times on a 1 TB &amp;#8220;vanilla&amp;#8221; ext3 partition (mounted noatime, like every other disk partition i&amp;#8217;ve touched in the past five years!) sitting on top of a LVM volume, which in turn was mounted on the various types of RAID array (5, 6, 1+0, 0 [the latter for comedy value only, of course]) supported by out HP P400 card. I didn&amp;#8217;t bother trying any form of software raid.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
For comparison purposes, I also ran bonnie++ on a machine that is identical to &lt;i&gt;ashes&lt;/i&gt; - which had served as a webserver from September 2000 to August 2005, and hasn&amp;#8217;t been touched since then. It has a 30GB partition mounted at the start of the array (ashes has a 40GB one), which is formatted as reiserfs (as it is on ashes). It&amp;#8217;s therefore going to give us a nice indication of how much (if at all) faster the new system is compared to what it&amp;#8217;s replacing.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
The results are as follows:
&lt;/p&gt;

&lt;center&gt;&lt;img src=&quot;http://klub.org/~rory/raidchart.png&quot; alt=&quot;RIAD test results&quot;&gt;&lt;/center&gt;&lt;br&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Well, unsurprisingly, all of the SATA RAID levels are faster than the old SCSI RAID 5 array for each of the four operations - between 13 and 14 times as fast for random reads (due mostly to having 10 spindles rather than just 4, I&amp;#8217;m sure).
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
However, RAID 6 is &amp;#8220;only&amp;#8221; 3.01 times faster for random creates, compared to 5.87x for RAID5. That&amp;#8217;s very close to being unacceptable to me, especially since this sort of operation accounts for almost a third of all those performed on our current mailserver.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Another option may be to go for RAID 5 + a hot spare. I&amp;#8217;d end up with almost the same speed as the 10-disk RAID5 array, whilst being able to automatically being the array rebuild after the first failure - reducing the &amp;#8220;danger time&amp;#8221; by two thirds.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
On the other hand, a mimimum of three times faster than the current system is still perfectly decent. I think I&amp;#8217;m going to go need to do another round of measurebation aren&amp;#8217;t I? Oh god, it&amp;#8217;ll be -funroll-loops and buying a bass tube for my vauxhaul nova next&amp;#8230;
&lt;/p&gt; 
 
   
</description>
  </item>
  <item>
    <title>Ashes to, er Flurry&amp;#8230;</title>
    <pubDate>Tue, 14 Aug 2007 12:22:00 BST</pubDate>
    <link>http://blog.nothovel.net/2007/08/14#20070814-flurry</link>
    <description>
&lt;p class=&quot;blogtext&quot;&gt;
Time for a new mailserver, then.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
In an ideal world, I&amp;#8217;d be putting the following on my shopping list:
&lt;/p&gt;

&lt;a href=&quot;http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/15351-15351-3328412-241644-241475-1121516.html&quot;&gt;HP DL380 G5&lt;/a&gt;, dual 2.67 GHz Xeon 5150 CPUs, 8 GB RAM, 8x 36 GB 2.5&amp;#8221; 15k rpm SAS disks
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
- for the main mail server, anti-spam&amp;virus, the mail queue (a large number of low-capacity 2.5&amp;#8221; disks is the best route to achieving ultra-low seek times, which is important for randomly-accessed data like email), and sending our weekly mailshots.
&lt;/p&gt;

&lt;a href=&quot;http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/15351-15351-3328412-241644-241475-3232017.html&quot;&gt;HP DL320s&lt;/a&gt;, single 2.67 GHz Xeon 3070 CPU, 4 GB RAM, 12x 300 GB 3.5&amp;#8221; 15k rpm SAS disks
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
 - nfs server for users&amp;#8217; Maildirs, and the customer care mail database.
&lt;/p&gt;

&lt;a href=&quot;http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/15351-15351-3328412-241644-3328421-1842838.html&quot;&gt;DL140 G3&lt;/a&gt;, dual 2.67 GHz Xeon 5150 CPUs, 8 GB RAM, 2x 100 GB 7.2 krpm SATA disks (for booting from only) &lt;b&gt;x2&lt;/b&gt;

&lt;p class=&quot;blogtext&quot;&gt;
 - user-facing servers - the first hosting a number of Xen instances for people to read mail using mutt or adjust their procmail setups, as well as pop3 and imap servers, and the second running webmail and the web frontend for the customer care mail system.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
mm, tasty.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Unfortunately, I don&amp;#8217;t have a budget of fifteen grand to spend on the above, so I&amp;#8217;m going to make do with just the one box. In fact, it&amp;#8217;s worse than that, as I&amp;#8217;m also going to have to use this machine as a replacement for our ftp server, our &amp;#8220;friends&amp;#8217;n&amp;#8217;family&amp;#8221; webserver, and as a backup server (connected to a nice lto2 tape array).
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
As a result, I plumped for the following:
&lt;/p&gt;

&lt;a href=&quot;http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/15351-15351-3328412-241644-241475-3232017.html&quot;&gt;HP DL320s&lt;/a&gt;, single 2.67 GHz Xeon 3070 CPU, 4 GB RAM
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
 - with an upgrade to a 512 MB battery-backed write cache
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
2x 72 GB 15k rpm 3.5&amp;#8221; SAS disks
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
 - a RAID 1 array for the mail queue and system partitions
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
10x 250 GB 7.2k rpm 3.5&amp;#8221; SATA disks
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
 - for users&amp;#8217; Maildirs
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Total price was about £3,000 - a fifth of the cost of doing it &lt;i&gt;right&lt;/i&gt;.
&lt;/p&gt;

&lt;center&gt;&lt;img src=&quot;http://www.klub.org/~rory/flurry.jpg&quot;&gt;&lt;br&gt;&lt;i&gt;Meet flurry, our new mailserver&lt;/i&gt;&lt;br&gt;&lt;/center&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Things won&amp;#8217;t be so awful for our technical staff - I&amp;#8217;ll export their Maildirs to their own Xen instances on our big development server, &lt;i&gt;laganside&lt;/i&gt; - so they can read their mail nice and quickly there. And I&amp;#8217;ll probably inject the half-million message mailshots from infuse, a Xen instance elsewhere on our network. Even so - the new setup will merely provide a noticeable improvement to our users, rather tham being &amp;#8220;zomg ultra-turbo-plus-plus!&amp;#8221;. bah!
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
My task for the rest of week is to thoroughly benchmark the new machine, dubbed &lt;i&gt;flurry&lt;/i&gt;. In particular, I&amp;#8217;m interested to see the difference in speed between the various disk array setups that are open to me - JBOD (2.5 TB available), RAID 1+0 (1.25 TB available), RAID 5 (2.25 TB available), and RAID 6 (2.0 TB available).
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
My instinct is to go for either &lt;a href=&quot;http://en.wikipedia.org/wiki/RAID_6#Concatenation_.28JBOD_or_SPAN.29&quot;&gt;JBOD&lt;/a&gt; or &lt;a href=&quot;http://en.wikipedia.org/wiki/RAID_6#RAID_6&quot;&gt;RAID 6&lt;/a&gt; - two disk failures will kill a RAID 5 array, and has a 50% chance of killing a RAID 1+0. With that number of disks, from the same manufacturer (a number of different batches, though), and subject to the same physical environment, the chances of experiencing multiple disk failures is higher than I&amp;#8217;d like. I&amp;#8217;m willing to be persuaded otherwise if the performance penalty for RAID 6 turns out to be huge, though.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Anyway, flurry has now been running &lt;a href=&quot;http://www.memtest86.com/&quot;&gt;memtest86+&lt;/a&gt; for just over 24 hours, so it&amp;#8217;s time for me to go start the benchmarking. hurrah!
&lt;/p&gt; 
 
   
</description>
  </item>
  <item>
    <title>Dust to dust, etc.</title>
    <pubDate>Tue, 14 Aug 2007 10:43:00 BST</pubDate>
    <link>http://blog.nothovel.net/2007/08/14#20070814-mailspec</link>
    <description>
&lt;p class=&quot;blogtext&quot;&gt;
I arrived at Sendit two-and-a-half years ago, and it quickly became obvious that every server needed to be replaced, and every system needed to be overhauled. That job is pretty much complete now - and, thanks to the magic of Xen, we&amp;#8217;ve gone from having 60 or so servers to 11 (in fact, the savings in electricity alone will pay for the cost of the machines within the first half of their expected service life).
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
One of the last tasks on my list is to replace our mail server - something I&amp;#8217;ve been looking forward to, as email is probably the closest I have to being a specialist subject. Our current server is &lt;i&gt;ashes&lt;/i&gt; - a Dell Poweredge 2450 that entered service on 5th September, 2000. I&amp;#8217;m aiming to do the switchover on its seventh birthday :)
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&lt;i&gt;Ashes&lt;/i&gt; has two 666 MHz Pentium III Xeon processors, a gigabyte of RAM, and 54 GB of disk (4x 18 GB 10krpm SCSI disks in a hardware RAID 5 array). It runs a fairly vanilla install of Qmail, qmail-popup for pop3, and courier-imap for imap4 (both of which are wrapped with stunnel for the ssl-ised variants). Some semblance of anti-spam measures are provided by rblsmtpd (pointed at the sbl-xbl.spamhaus.org blacklist), and most users also run spamassassin from their procmailrc. Anti-virus is provided by McAfee&amp;#8217;s uvscan.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Our mail system has a couple of quirks - first, mail coming in to our customer care team is forwarded on to a separate server, &lt;i&gt;angel&lt;/i&gt; (another PE2450, though slightly older) for entry into a mysql-back perl behemoth. Secondly, we send weekly special offers mails to half a million or so customers that have opted in to that service - this is done by a third server, &lt;i&gt;y02&lt;/i&gt;, which is a shoddy *8* year old Dell Dimension XPS desktop box. eep!
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Mail volume is pretty substantial - we have 91 &amp;#8220;real&amp;#8221; users, and 568 aliases (not counting all the various username-blah@ &amp;#8220;dot-qmail&amp;#8221;-style aliases). On a typical day, we would see around 350,000 delivery attempts, of which maybe 140,000 will be accepted into the system. Both of those figures can rise by 100,000 in the 24 hours after we send a mailshot, thanks to the staggering number of inventively-broken &amp;#8220;out of office&amp;#8221; autoresponders that our customers use.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
This brings us to one of qmail&amp;#8217;s major weaknesses. Since it doesnt check if a user actually exists before accepting mail in to the system, we can&amp;#8217;t bounce backscatter / spam / improperly-addressed mail at SMTP time. Instead, we create around 40,000 new bounce messages every day, which might have been acceptable a decade ago, but is terribly anti-social these days.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Of the 100,000 emails that are delivered to users every day, perhaps three quarters are spam or viruses that either get sent to /dev/null or (all to often) end up in people&amp;#8217;s inboxes. In short, more modern SMTP-time checks would save our server from doing an awful lot of work.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Finally, we have the issue of disk space. &lt;i&gt;Ashes&lt;/i&gt; has 36 GB devoted to the /home partition. This has currently got less than a gigabyte free, and has never been less than 90% full since I&amp;#8217;ve been here. Users have become adept at downloading mail, and storing it in whatever nasty, fragile binary format outlook uses. Even so, I have to harrass them every month or two to clean their inboxes out - a huge waste of everyone&amp;#8217;s time. Since we use the dreaded RicerFS (in notail mode, too!) most Maildir/ files are unimaginably fragmented - to the point that opening a maildir containing 1,000 messages can take over two minutes.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Something needs to be done&amp;#8230;
&lt;/p&gt; 
 
   
</description>
  </item>
  <item>
    <title>er, yes</title>
    <pubDate>Wed, 09 May 2007 20:08:00 BST</pubDate>
    <link>http://blog.nothovel.net/2007/05/09#20070509-catchup</link>
    <description>
&lt;p class=&quot;blogtext&quot;&gt;
So, I&amp;#8217;ve been meaning to move to a new blog system. Y&amp;#8217;know, something shiney(tm). With bells and whistles and spam filtering. And, er, a billion or so critical security flaws uncovered each week.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
In reality, I&amp;#8217;m more than happy with blosxom. Vim-over-ssh is a much better way of writing entries than any editor written in AJAX-y javascript and hosted in a crash-prone web browser. And I don&amp;#8217;t need on-the-fly spaling or grammar checks, &amp;#8216;cos, well, I know how to write already, thanks.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
So, yes, balls to &lt;a href=&quot;http://wordpress.org/development/2007/03/upgrade-212/&quot;&gt;wordpress&lt;/a&gt;, &lt;a href=&quot;http://www.sixapart.com/movabletype/pricing&quot;&gt;movable type&lt;/a&gt; and their overcomplex, php-driven, sql db-backed ilk.
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
So, er, what have I been doing in the last 171 days?
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Well, travelling lots: Firstly, swanning around &lt;a href=&quot;http://en.wikipedia.org/wiki/Ofotfjord&quot;&gt;Ofotfjord&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/Vestfjord&quot;&gt;Vestjord&lt;/a&gt; in the far north of Norway, supposedly to see orcas.
&lt;center&gt;&lt;img src=&quot;http://klub.org/~rory/tysfjord.jpg&quot; border=2&gt;&lt;br&gt;&lt;i&gt;Shitty picture as we were on a boat, and the sun didnt ever get above the horizon&lt;/i&gt;&lt;/center&gt;

&lt;p class=&quot;blogtext&quot;&gt;
Then, a week spent in snowy &lt;a href=&quot;http://wikitravel.org/en/Tallinn&quot;&gt;Tallinn&lt;/a&gt;, in Estonia. I&amp;#8217;m not sure what I was expecting from part of the former Soviet Union - but I was shocked by how prosperous, clean, and unspoilt it was. The walled old town is an astonishingly pretty medieval fairy story brought to life; every restaurant seems to offer bearmeat and wild boar and serving wenches (&lt;a href=&quot;http://www.oldehansa.ee/?lang=en&amp;id=1070&amp;tpl=1002&quot;&gt;Olde Hansa&lt;/a&gt; scores several billion bonus points for the post-meal music, provided corsetted students from the local university&amp;#8217;s medieval music department). I&amp;#8217;m fairly sure I&amp;#8217;ll be back in the future&amp;#8230;
&lt;/p&gt;

&lt;center&gt; &lt;img src=&quot;http://klub.org/~rory/raekojaplats.jpg&quot; border=&quot;2&quot;&gt;&lt;br&gt;&lt;i&gt;The town hall, built in 1371, just round the corner from our apartment&lt;/i&gt;&lt;/center&gt;

&lt;p class=&quot;blogtext&quot;&gt;
I&amp;#8217;ve also spent time in Leeds and Donegal, and met interesting people, and done interesting things. But, er, I&amp;#8217;m flagging a bit, and I&amp;#8217;m sure you don&amp;#8217;t really care. fleh. Will write more soon :)
&lt;/p&gt; 
 
   
</description>
  </item>
  <item>
    <title>er, yes</title>
    <pubDate>Sun, 19 Nov 2006 15:04:00 BST</pubDate>
    <link>http://blog.nothovel.net/2006/11/19#20061119-toad_in_the_hole-part_two</link>
    <description>
&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
So, I&amp;amp;#8217;ve been meaning to move to a new blog system. Y&amp;amp;#8217;know, something shiney(tm). With bells and whistles and spam filtering. And, er, a billion or so critical security flaws uncovered each week.
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
In reality, I&amp;amp;#8217;m more than happy with blosxom. Vim-over-ssh is a much better way of writing entries than any editor written in AJAX-y javascript and hosted in a crash-prone web browser. And I don&amp;amp;#8217;t need on-the-fly spaling or grammar checks, &amp;amp;#8216;cos, well, I know how to write already, thanks.
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
So, yes, balls to &amp;lt;a href=&amp;quot;http://wordpress.org/development/2007/03/upgrade-212/&amp;quot;&amp;gt;wordpress&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://www.sixapart.com/movabletype/pricing&amp;quot;&amp;gt;movable type&amp;lt;/a&amp;gt; and their overcomplex, php-driven, sql db-backed ilk.
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
So, er, what have I been doing in the last 171 days?
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
Well, travelling lots: Firstly, swanning around &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Ofotfjord&amp;quot;&amp;gt;Ofotfjord&amp;lt;/a&amp;gt; and &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/Vestfjord&amp;quot;&amp;gt;Vestjord&amp;lt;/a&amp;gt; in the far north of Norway, supposedly to see orcas.
&amp;lt;center&amp;gt;&amp;lt;img src=&amp;quot;http://klub.org/~rory/tysfjord.jpg&amp;quot; border=2&amp;gt;&amp;lt;br&amp;gt;&amp;lt;i&amp;gt;Shitty picture as we were on a boat, and the sun didnt ever get above the horizon&amp;lt;/i&amp;gt;&amp;lt;/center&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
Then, a week spent in snowy &amp;lt;a href=&amp;quot;http://wikitravel.org/en/Tallinn&amp;quot;&amp;gt;Tallinn&amp;lt;/a&amp;gt;, in Estonia. I&amp;amp;#8217;m not sure what I was expecting from part of the former Soviet Union - but I was shocked by how prosperous, clean, and unspoilt it was. The walled old town is an astonishingly pretty medieval fairy story brought to life; every restaurant seems to offer bearmeat and wild boar and serving wenches (&amp;lt;a href=&amp;quot;http://www.oldehansa.ee/?lang=en&amp;amp;id=1070&amp;amp;tpl=1002&amp;quot;&amp;gt;Olde Hansa&amp;lt;/a&amp;gt; scores several billion bonus points for the post-meal music, provided corsetted students from the local university&amp;amp;#8217;s medieval music department). I&amp;amp;#8217;m fairly sure I&amp;amp;#8217;ll be back in the future&amp;amp;#8230;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;center&amp;gt; &amp;lt;img src=&amp;quot;http://klub.org/~rory/raekojaplats.jpg&amp;quot; border=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;i&amp;gt;The town hall, built in 1371, just round the corner from our apartment&amp;lt;/i&amp;gt;&amp;lt;/center&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
I&amp;amp;#8217;ve also spent time in Leeds and Donegal, and met interesting people, and done interesting things. But, er, I&amp;amp;#8217;m flagging a bit, and I&amp;amp;#8217;m sure you don&amp;amp;#8217;t really care. fleh. Will write more soon :)
&amp;lt;/p&amp;gt;
&lt;/p&gt; 
 
   
</description>
  </item>
  <item>
    <title>er, yes</title>
    <pubDate>Sun, 19 Nov 2006 15:03:00 BST</pubDate>
    <link>http://blog.nothovel.net/2006/11/19#20061119-toad_in_the_hole-part_one</link>
    <description>
&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
So, I&amp;amp;amp;#8217;ve been meaning to move to a new blog system. Y&amp;amp;amp;#8217;know, something shiney(tm). With bells and whistles and spam filtering. And, er, a billion or so critical security flaws uncovered each week.
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
In reality, I&amp;amp;amp;#8217;m more than happy with blosxom. Vim-over-ssh is a much better way of writing entries than any editor written in AJAX-y javascript and hosted in a crash-prone web browser. And I don&amp;amp;amp;#8217;t need on-the-fly spaling or grammar checks, &amp;amp;amp;#8216;cos, well, I know how to write already, thanks.
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
So, yes, balls to &amp;amp;lt;a href=&amp;amp;quot;http://wordpress.org/development/2007/03/upgrade-212/&amp;amp;quot;&amp;amp;gt;wordpress&amp;amp;lt;/a&amp;amp;gt;, &amp;amp;lt;a href=&amp;amp;quot;http://www.sixapart.com/movabletype/pricing&amp;amp;quot;&amp;amp;gt;movable type&amp;amp;lt;/a&amp;amp;gt; and their overcomplex, php-driven, sql db-backed ilk.
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
So, er, what have I been doing in the last 171 days?
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
Well, travelling lots: Firstly, swanning around &amp;amp;lt;a href=&amp;amp;quot;http://en.wikipedia.org/wiki/Ofotfjord&amp;amp;quot;&amp;amp;gt;Ofotfjord&amp;amp;lt;/a&amp;amp;gt; and &amp;amp;lt;a href=&amp;amp;quot;http://en.wikipedia.org/wiki/Vestfjord&amp;amp;quot;&amp;amp;gt;Vestjord&amp;amp;lt;/a&amp;amp;gt; in the far north of Norway, supposedly to see orcas.
&amp;amp;lt;center&amp;amp;gt;&amp;amp;lt;img src=&amp;amp;quot;http://klub.org/~rory/tysfjord.jpg&amp;amp;quot; border=2&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;i&amp;amp;gt;Shitty picture as we were on a boat, and the sun didnt ever get above the horizon&amp;amp;lt;/i&amp;amp;gt;&amp;amp;lt;/center&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
Then, a week spent in snowy &amp;amp;lt;a href=&amp;amp;quot;http://wikitravel.org/en/Tallinn&amp;amp;quot;&amp;amp;gt;Tallinn&amp;amp;lt;/a&amp;amp;gt;, in Estonia. I&amp;amp;amp;#8217;m not sure what I was expecting from part of the former Soviet Union - but I was shocked by how prosperous, clean, and unspoilt it was. The walled old town is an astonishingly pretty medieval fairy story brought to life; every restaurant seems to offer bearmeat and wild boar and serving wenches (&amp;amp;lt;a href=&amp;amp;quot;http://www.oldehansa.ee/?lang=en&amp;amp;amp;id=1070&amp;amp;amp;tpl=1002&amp;amp;quot;&amp;amp;gt;Olde Hansa&amp;amp;lt;/a&amp;amp;gt; scores several billion bonus points for the post-meal music, provided corsetted students from the local university&amp;amp;amp;#8217;s medieval music department). I&amp;amp;amp;#8217;m fairly sure I&amp;amp;amp;#8217;ll be back in the future&amp;amp;amp;#8230;
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;center&amp;amp;gt; &amp;amp;lt;img src=&amp;amp;quot;http://klub.org/~rory/raekojaplats.jpg&amp;amp;quot; border=&amp;amp;quot;2&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;i&amp;amp;gt;The town hall, built in 1371, just round the corner from our apartment&amp;amp;lt;/i&amp;amp;gt;&amp;amp;lt;/center&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
I&amp;amp;amp;#8217;ve also spent time in Leeds and Donegal, and met interesting people, and done interesting things. But, er, I&amp;amp;amp;#8217;m flagging a bit, and I&amp;amp;amp;#8217;m sure you don&amp;amp;amp;#8217;t really care. fleh. Will write more soon :)
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt; 
 
   
</description>
  </item>
  <item>
    <title>er, yes</title>
    <pubDate>Wed, 18 Oct 2006 17:21:00 BST</pubDate>
    <link>http://blog.nothovel.net/2006/10/18#20061018-studentloans</link>
    <description>
&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
&amp;amp;amp;lt;p class=&amp;amp;amp;quot;blogtext&amp;amp;amp;quot;&amp;amp;amp;gt;
So, I&amp;amp;amp;amp;#8217;ve been meaning to move to a new blog system. Y&amp;amp;amp;amp;#8217;know, something shiney(tm). With bells and whistles and spam filtering. And, er, a billion or so critical security flaws uncovered each week.
&amp;amp;amp;lt;/p&amp;amp;amp;gt;
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
&amp;amp;amp;lt;p class=&amp;amp;amp;quot;blogtext&amp;amp;amp;quot;&amp;amp;amp;gt;
In reality, I&amp;amp;amp;amp;#8217;m more than happy with blosxom. Vim-over-ssh is a much better way of writing entries than any editor written in AJAX-y javascript and hosted in a crash-prone web browser. And I don&amp;amp;amp;amp;#8217;t need on-the-fly spaling or grammar checks, &amp;amp;amp;amp;#8216;cos, well, I know how to write already, thanks.
&amp;amp;amp;lt;/p&amp;amp;amp;gt;
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
&amp;amp;amp;lt;p class=&amp;amp;amp;quot;blogtext&amp;amp;amp;quot;&amp;amp;amp;gt;
So, yes, balls to &amp;amp;amp;lt;a href=&amp;amp;amp;quot;http://wordpress.org/development/2007/03/upgrade-212/&amp;amp;amp;quot;&amp;amp;amp;gt;wordpress&amp;amp;amp;lt;/a&amp;amp;amp;gt;, &amp;amp;amp;lt;a href=&amp;amp;amp;quot;http://www.sixapart.com/movabletype/pricing&amp;amp;amp;quot;&amp;amp;amp;gt;movable type&amp;amp;amp;lt;/a&amp;amp;amp;gt; and their overcomplex, php-driven, sql db-backed ilk.
&amp;amp;amp;lt;/p&amp;amp;amp;gt;
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
&amp;amp;amp;lt;p class=&amp;amp;amp;quot;blogtext&amp;amp;amp;quot;&amp;amp;amp;gt;
So, er, what have I been doing in the last 171 days?
&amp;amp;amp;lt;/p&amp;amp;amp;gt;
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
&amp;amp;amp;lt;p class=&amp;amp;amp;quot;blogtext&amp;amp;amp;quot;&amp;amp;amp;gt;
Well, travelling lots: Firstly, swanning around &amp;amp;amp;lt;a href=&amp;amp;amp;quot;http://en.wikipedia.org/wiki/Ofotfjord&amp;amp;amp;quot;&amp;amp;amp;gt;Ofotfjord&amp;amp;amp;lt;/a&amp;amp;amp;gt; and &amp;amp;amp;lt;a href=&amp;amp;amp;quot;http://en.wikipedia.org/wiki/Vestfjord&amp;amp;amp;quot;&amp;amp;amp;gt;Vestjord&amp;amp;amp;lt;/a&amp;amp;amp;gt; in the far north of Norway, supposedly to see orcas.
&amp;amp;amp;lt;center&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;http://klub.org/~rory/tysfjord.jpg&amp;amp;amp;quot; border=2&amp;amp;amp;gt;&amp;amp;amp;lt;br&amp;amp;amp;gt;&amp;amp;amp;lt;i&amp;amp;amp;gt;Shitty picture as we were on a boat, and the sun didnt ever get above the horizon&amp;amp;amp;lt;/i&amp;amp;amp;gt;&amp;amp;amp;lt;/center&amp;amp;amp;gt;
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
&amp;amp;amp;lt;p class=&amp;amp;amp;quot;blogtext&amp;amp;amp;quot;&amp;amp;amp;gt;
Then, a week spent in snowy &amp;amp;amp;lt;a href=&amp;amp;amp;quot;http://wikitravel.org/en/Tallinn&amp;amp;amp;quot;&amp;amp;amp;gt;Tallinn&amp;amp;amp;lt;/a&amp;amp;amp;gt;, in Estonia. I&amp;amp;amp;amp;#8217;m not sure what I was expecting from part of the former Soviet Union - but I was shocked by how prosperous, clean, and unspoilt it was. The walled old town is an astonishingly pretty medieval fairy story brought to life; every restaurant seems to offer bearmeat and wild boar and serving wenches (&amp;amp;amp;lt;a href=&amp;amp;amp;quot;http://www.oldehansa.ee/?lang=en&amp;amp;amp;amp;id=1070&amp;amp;amp;amp;tpl=1002&amp;amp;amp;quot;&amp;amp;amp;gt;Olde Hansa&amp;amp;amp;lt;/a&amp;amp;amp;gt; scores several billion bonus points for the post-meal music, provided corsetted students from the local university&amp;amp;amp;amp;#8217;s medieval music department). I&amp;amp;amp;amp;#8217;m fairly sure I&amp;amp;amp;amp;#8217;ll be back in the future&amp;amp;amp;amp;#8230;
&amp;amp;amp;lt;/p&amp;amp;amp;gt;
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
&amp;amp;amp;lt;center&amp;amp;amp;gt; &amp;amp;amp;lt;img src=&amp;amp;amp;quot;http://klub.org/~rory/raekojaplats.jpg&amp;amp;amp;quot; border=&amp;amp;amp;quot;2&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;br&amp;amp;amp;gt;&amp;amp;amp;lt;i&amp;amp;amp;gt;The town hall, built in 1371, just round the corner from our apartment&amp;amp;amp;lt;/i&amp;amp;amp;gt;&amp;amp;amp;lt;/center&amp;amp;amp;gt;
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt;

&lt;p class=&quot;blogtext&quot;&gt;
&amp;lt;p class=&amp;quot;blogtext&amp;quot;&amp;gt;
&amp;amp;lt;p class=&amp;amp;quot;blogtext&amp;amp;quot;&amp;amp;gt;
&amp;amp;amp;lt;p class=&amp;amp;amp;quot;blogtext&amp;amp;amp;quot;&amp;amp;amp;gt;
I&amp;amp;amp;amp;#8217;ve also spent time in Leeds and Donegal, and met interesting people, and done interesting things. But, er, I&amp;amp;amp;amp;#8217;m flagging a bit, and I&amp;amp;amp;amp;#8217;m sure you don&amp;amp;amp;amp;#8217;t really care. fleh. Will write more soon :)
&amp;amp;amp;lt;/p&amp;amp;amp;gt;
&amp;amp;lt;/p&amp;amp;gt;
&amp;lt;/p&amp;gt;
&lt;/p&gt; 
 
   
</description>
  </item>
  </channel>
</rss>