<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OliverBrown.me.uk &#187; Linux</title>
	<atom:link href="http://www.oliverbrown.me.uk/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oliverbrown.me.uk</link>
	<description></description>
	<lastBuildDate>Sun, 21 Aug 2011 09:08:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Nokia N900 &#8211; with Maemo</title>
		<link>http://www.oliverbrown.me.uk/2009/09/18/nokia-n900-with-maemo/</link>
		<comments>http://www.oliverbrown.me.uk/2009/09/18/nokia-n900-with-maemo/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 09:00:30 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[N900]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://o-net.gotdns.org/?p=538</guid>
		<description><![CDATA[Despite becoming the sole owners of Symbian, Nokia have gone ahead and announced the N900. The N900 is the next in the 770/N800/N810 line of devices based on the Debian-derived Maemo platform. Unlike it&#8217;s predecessors however, the N900 is in fact a phone. One of the best things about the previous Maemo devices is the [...]]]></description>
			<content:encoded><![CDATA[<p>Despite becoming the sole owners of Symbian, Nokia have gone ahead and announced the <a title="N900" href="http://maemo.nokia.com/n900/">N900</a>. The N900 is the next in the 770/N800/N810 line of devices based on the Debian-derived Maemo platform. Unlike it&#8217;s predecessors however, the N900 is in fact a phone.</p>
<p>One of the best things about the previous Maemo devices is the lack of restrictions on what you could do. Enabling root access to the underlying Linux system was possible (and easy) allowing a lot of access. Even updating it with unsigned firmware images was allowed. In theory this will all be possible with the N900, but in practice, things might not be so open. I remember a quote from someone at Nokia some time ago along the lines of &#8220;As soon as you put a sim in it, the operators want a piece of it&#8221;. Although you can get a sim-free unlocked N900 (the UK price is advertised as £499.99) I&#8217;d guess any operator subsidised N900 will have restrictions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2009/09/18/nokia-n900-with-maemo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to vanilla MythTV &#8211; Part 2: Fiddling</title>
		<link>http://www.oliverbrown.me.uk/2007/08/28/back-to-vanilla-mythtv-part-1-fiddling/</link>
		<comments>http://www.oliverbrown.me.uk/2007/08/28/back-to-vanilla-mythtv-part-1-fiddling/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 15:06:23 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ATrpms]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv-part-1-fiddling/</guid>
		<description><![CDATA[After installing MythDora, there were a few extra things I had to do that took a while to figure out. Upgrade to mythtv-trunk from ATrpms I figured I just enable the &#8220;bleeding&#8221; repository and then do yum install mythtv. This worked fine. But nothing was different. It seems that &#8220;mythtv&#8221; is a meta package that [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/">installing MythDora</a>, there were a few extra things I had to do that took a while to figure out.</p>
<p><strong>Upgrade to mythtv-trunk from ATrpms</strong></p>
<p>I figured I just enable the &#8220;bleeding&#8221; repository and then do <code>yum install mythtv</code>. This worked fine. But nothing was different. It seems that &#8220;mythtv&#8221; is a meta package that just says you have Myth installed without actually containing anything. So then I tried <code>yum install mythtv-frontend mythtv-backend mythtv-setup mythweb mythplugins</code>. This worked up until a point bu then failed a transaction test. The actual failure was a mismatch between themes that different parts provided. I decided this was unimportant but couldn&#8217;t force yum to install. So I installed apt (<code>yum install apt</code>) and used that (<code>apt-get install mythtv-frontend mythtv-backend mythtv-setup mythweb mythplugins</code> and it all went fine.</p>
<p><strong>Import old recordings</strong></p>
<p>This was easy than I expected. Simply replace the database with your old one (make sure you stop mythbackend before you do). I had previously copied all my old recordings to my FreeNAS box and dumped the database (<code>mysqldump -u <em>username</em> -p mythconverg &gt; mythconverg.sql</code>). So I deleted the <code>mythconverg</code> database and imported the SQL file (<code>mysql -u <em>username</em> -p &lt; mythconverg.sql</code>. You could also just copy the <code>mythconverg</code> directory in the MySQL data directory directly.</p>
<p>The next time you start mythbackend it will update the database schema (if necessary) and everything will work. Apparently if you had slave backends on your old system you might have problems but I didn&#8217;t so I&#8217;m not entirely sure what they are&#8230;</p>
<p><strong>Automatically mount a remote file system</strong></p>
<p>To get MythTV to save on my FreeNAS server I obviously needed to mount it at start up. This was simpler than I expected (although I did it using a terminal). Open the file <code>/etc/fstab</code> and add the line:<br />
<code><em>server</em>:<em>/share</em> <em>mount_point</em> cifs defaults 0 0</code>.<br />
<code>server</code> is the IP address of the FreeNAS server, <code>/share</code> is the folder on the server <code>mount_point</code> is the name you want to access it with locally (this directory should already exist &#8211; you normally make a sub directory of <code>/mnt</code>. After adding this run the command <code>mount -a</code> to force the system to mount all the file systems (it does this automatically at start up).</p>
<p>Then run MythTV Setup, select storage groups and add the mount point you chose as a directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2007/08/28/back-to-vanilla-mythtv-part-1-fiddling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to vanilla MythTV &#8211; Part 1: MythDora Rocks</title>
		<link>http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/</link>
		<comments>http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 09:29:46 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LinuxMCE]]></category>
		<category><![CDATA[MCE]]></category>
		<category><![CDATA[Mythdora]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/</guid>
		<description><![CDATA[Well I tried LinuxMCE but didn&#8217;t really get very far. After deciding everything was too much of a hassle, I downloaded MythDora 4.0 and installed it. I have to say that unless you have a specific reason otherwise, MythDora is definitely the way to go for a MythTV installation. It was really easy and actually [...]]]></description>
			<content:encoded><![CDATA[<p>Well I tried <a href="http://www.oliverbrown.me.uk/2007/08/12/linuxmce-0704/">LinuxMCE</a> but didn&#8217;t really get very far. After deciding everything was too much of a hassle, I downloaded <a href="http://swik.net/MythDora">MythDora 4.0</a> and installed it.</p>
<p>I have to say that unless you have a specific reason otherwise, MythDora is definitely the way to go for a <a href="http://www.oliverbrown.me.uk/2007/03/02/i-finally-have-mythtv/">MythTV</a> installation. It was really easy and actually worked (something that seems not to have happened a lot when I&#8217;ve tried Linux).</p>
<p>One of the big advantages of using MythDora is since it&#8217;s Fedora based you can update (usually) painlessly from <a href="http://www.atrpms.net">ATrpms</a>. It has MythTV packages based on regular SVN checkouts. Importantly for me it also has packages from from mythtv-trunk (the latest version). Although they&#8217;re marked as &#8220;bleeding&#8221; they are usually stable.</p>
<p>The reason I needed the latest version is for storage group support. Without storage groups MythTV is limited to storing recordings in a single directory, storage groups allows you to specify multiple storage groups, each containing several directories. MythTV then use some clever load balancing to spread things out across available drives. This is important for me since I was planning on keeping most of my recordings on my new <a href="http://www.oliverbrown.me.uk/2007/07/15/freenas/">FreeNAS server</a>, at least in the long term. The recordings aren&#8217;t tied to a specific storage group by the way &#8211; you can move them around freely (so I record to the local hard drive and then move them to the FreeNAS server later).</p>
<p>Once it was installed I did have to do a bit of fiddling, and it&#8217;s the sort of fiddling other people may have to do, so I&#8217;ll explain in part 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LinuxMCE 0704</title>
		<link>http://www.oliverbrown.me.uk/2007/08/12/linuxmce-0704/</link>
		<comments>http://www.oliverbrown.me.uk/2007/08/12/linuxmce-0704/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 12:49:29 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Fiire]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LinuxMCE]]></category>
		<category><![CDATA[MCE]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2007/08/12/linuxmce-0704/</guid>
		<description><![CDATA[A new version of LinuxMCE is out. And from what I&#8217;ve read (I haven&#8217;t installed it yet) it looks like a big improvement. The biggest factor is improved MythTV support (which to be honest I feel is the most important part of it). They also claim the DVD quick install only requires three keypresses (but [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of <a href="http://www.oliverbrown.me.uk/2007/06/02/linuxmce-11/">LinuxMCE</a> is out. And from what I&#8217;ve read (I haven&#8217;t installed it yet) it looks like a big improvement.</p>
<p>The biggest factor is improved <a href="http://www.oliverbrown.me.uk/2007/03/02/i-finally-have-mythtv/">MythTV</a> support (which to be honest I feel is the most important part of it). They also claim the DVD quick install only requires three keypresses (but that&#8217;s only for the install, no setup). There is thankfully a <a href="http://video.google.com/videoplay?docid=2176025602905109829&amp;hl=en">new video</a> as well that is considerably less annoying than the previous one &#8211; complete with disclaimers about things that may only work on specific hardware.</p>
<p>On the subject of specific hardware, there is a company called <a href="http://www.fiire.com/">Fiire</a> offering some pretty affordable computers with LinuxMCE already installed. Personally I&#8217;d build the core myself but maybe buy their thin clients.. They also a do a cool remote with built in gyro (like a remote/gyro-mouse combo) but it&#8217;s a $150&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2007/08/12/linuxmce-0704/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cross platform games on the PS3 and the Xbox 360</title>
		<link>http://www.oliverbrown.me.uk/2006/12/04/cross-platform-games-on-the-ps3-and-the-xbox-360/</link>
		<comments>http://www.oliverbrown.me.uk/2006/12/04/cross-platform-games-on-the-ps3-and-the-xbox-360/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 00:16:46 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Tao]]></category>
		<category><![CDATA[Xbox]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2006/12/04/cross-platform-games-on-the-ps3-and-the-xbox-360/</guid>
		<description><![CDATA[In case you didn&#8217;t know, the PS3 can run Linux. Not only that but it&#8217;s officially supported by Sony. You can download (for free) a utility to put a boot loader on to some media (most likely a hard-drive but memory cards, memory sticks and anything else the PS3 can read (and can hold 10Mb) [...]]]></description>
			<content:encoded><![CDATA[<p>In case you didn&#8217;t know, the PS3 can run Linux. Not only that but it&#8217;s officially supported by Sony. You can download (for free) a utility to put a boot loader on to some media (most likely a hard-drive but memory cards, memory sticks and anything else the PS3 can read (and can hold 10Mb) are supported) and set it to boot &#8220;Other OS&#8221; (that&#8217;s what the menu says).</p>
<p>There are already videos on the Internet of it running Fedora. Zac Bowling already has one <a href="http://zbowling.com/blog/2006/12/03/xna-on-the-ps3-with-linuxmono/">running Mono</a>, a task simplified by the fact that the cell processor appears as a PPC.</p>
<p>So where does the Xbox 360 come into this? Well Microsoft are releasing something called XNA, a modified/extended version of the the .NET 2.0 run-time with emphasis on  Managed DirectX that is available for Windows and the Xbox 360. A version of XNA called <a href="http://www.taoframework.com/Mono.Xna">Mono.Xna</a> that is built on top of the Tao framework is in development. The end result is that in theory, games developed using XNA will run on Windows, Linux, Macs, PS3&#8242;s and Xbox 360&#8242;s.</p>
<p>A few problems still exist. The processor that the PS3 uses is rather strictly an in-order processor so most stuff that isn&#8217;t written specifically for that will run slowly (although video playback will be pretty zippy) and so far there is no hardware 3D support for an &#8220;Other OS&#8221; so XNA (if it were available now) would run slowly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2006/12/04/cross-platform-games-on-the-ps3-and-the-xbox-360/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia 770</title>
		<link>http://www.oliverbrown.me.uk/2006/11/12/nokia-770/</link>
		<comments>http://www.oliverbrown.me.uk/2006/11/12/nokia-770/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 21:45:55 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[770]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[PDAs]]></category>
		<category><![CDATA[UMPC]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2006/11/11/nokia-770/</guid>
		<description><![CDATA[My recently ordered Nokia 770 has arrived ) For those that don&#8217;t know, it isn&#8217;t a phone &#8211; Nokia market it as an &#8220;Internet Tablet&#8221;. Basically it&#8217;s a PDA running Linux with WLAN, Bluetooth and an 800&#215;480 touchscreen display. There&#8217;s too much about it that&#8217;s cool for me to go into right now, so I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mobilewhack.com/images/03_770_internet_tablet_lowres.jpg"><img style="float: right; margin-left: 10px" src="http://www.mobilewhack.com/images/03_770_internet_tablet_lowres.jpg" alt="" width="200" /></a> My recently ordered Nokia 770 has arrived <img src='http://www.oliverbrown.me.uk/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ) For those that don&#8217;t know, it isn&#8217;t a phone &#8211; Nokia market it as an &#8220;Internet Tablet&#8221;. Basically it&#8217;s a PDA running Linux with WLAN, Bluetooth and an 800&#215;480 touchscreen display. There&#8217;s too much about it that&#8217;s cool for me to go into right now, so I&#8217;ll leave you with the picture <img src='http://www.oliverbrown.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Apparently the term &#8220;UMPC&#8221; is being used by a few people to describe the 770 (and similar devices) &#8211; &#8220;Ultra Mobile PC&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2006/11/12/nokia-770/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft playing nice?</title>
		<link>http://www.oliverbrown.me.uk/2006/11/03/microsoft-playing-nice/</link>
		<comments>http://www.oliverbrown.me.uk/2006/11/03/microsoft-playing-nice/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 10:12:33 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[Suse]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2006/11/03/microsoft-playing-nice/</guid>
		<description><![CDATA[Well it seems despite the massive market share (approaching monopoly status in certain markets), Microsoft are realising that working with other companies can actually be a good thing. Windows Live Messenger&#8217;s interoperability with Yahoo! Messenger is a small step, their latest announcement is much bigger. Ron Hovsepian and Steve Ballmer take the stage together to [...]]]></description>
			<content:encoded><![CDATA[<p>Well it seems despite the massive market share (approaching monopoly status in certain markets), Microsoft are realising that working with other companies can actually be a good thing. <a href="http://www.oliverbrown.me.uk/2006/10/11/yahoo-and-msn-getting-jiggy-with-it/">Windows Live Messenger&#8217;s interoperability with Yahoo! Messenger</a> is a small step, their latest announcement is much bigger.</p>
<blockquote><p>Ron Hovsepian and Steve Ballmer take the stage together to announce a new collaborative relationship between Novell and Microsoft.</p></blockquote>
<p>Apparently the deal involves some patent sharing, setting up a research team to work on improved virtualization and Microsoft indirectly selling Novell support to it&#8217;s customers who also have Linux servers.</p>
<p>Read about the <a href="http://www.novell.com/linux/microsoft/">whole deal</a> on Novell&#8217;s website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2006/11/03/microsoft-playing-nice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wine Is Not an Emulator</title>
		<link>http://www.oliverbrown.me.uk/2006/10/21/wine-is-not-an-emulator/</link>
		<comments>http://www.oliverbrown.me.uk/2006/10/21/wine-is-not-an-emulator/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 12:50:57 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[ReactOS]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2006/10/21/wine-is-not-an-emulator/</guid>
		<description><![CDATA[After my post about ReactOS I felt I should mention Wine. Wine has similar goals to ReactOS, namely to give users the ability to run Windows applications without buying Windows, but goes about it in a different way. Wine is an implementation of the Windows API designed to run in Linux. This seems like a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.winehq.org/images/shots/full/wine_2.png"><img style="padding-left: 5px; float: right; width: 200px;" src="http://www.winehq.org/images/shots/full/wine_2.png" border="0" alt="" /></a>After my post about <a href="http://www.oliverbrown.me.uk/2006/10/17/reactos/">ReactOS</a> I felt I should mention <a href="http://www.winehq.org/">Wine</a>.</p>
<p>Wine has similar goals to ReactOS, namely to give users the ability to run Windows applications without buying Windows, but goes about it in a different way. Wine is an implementation of the Windows API designed to run in Linux. This seems like a better approach since a lot of the features of an operating system which have to be implemented by ReactOS already exist in Linux. And of course it can run native Linux apps too.</p>
<p>Since it isn&#8217;t an emulator, applications theoretically run at the same speed, but the fact that all the library code has been written from scratch this is rarely the case. Contrary to popular belief regarding Microsoft&#8217;s ability to write &#8220;good code&#8221;, much of the stuff underlying Windows is quite well optimised and being so new, some of the stuff in Wine isn&#8217;t. Although in a random twist you can apparently get certain random apps to run faster because the Wine team happen to have written that bit of code better.</p>
<p>Even so, it&#8217;s still a viable alternative in some situations.</p>
<p>PS. One of the stranger ideas the have is running Wine under Cygwin (a compact implementation of many Linux APIs) on Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2006/10/21/wine-is-not-an-emulator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.oliverbrown.me.uk @ 2012-02-07 10:14:39 -->
