<?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>james holden &#187; Personal</title>
	<atom:link href="http://jamesholden.net/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesholden.net</link>
	<description>the website of james holden, who ain't a dance music dj</description>
	<lastBuildDate>Thu, 27 May 2010 08:43:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>On The Move Again</title>
		<link>http://jamesholden.net/2006/05/12/on-the-move-again/</link>
		<comments>http://jamesholden.net/2006/05/12/on-the-move-again/#comments</comments>
		<pubDate>Fri, 12 May 2006 08:07:52 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2006/05/12/on-the-move-again/</guid>
		<description><![CDATA[Well, it&#8217;s official &#8211; I&#8217;m leaving Plusnet for a new job in Leeds. I&#8217;ll be very sad to go because PlusNet is a most excellent place to work. It&#8217;s been a privilege to work with such a talented bunch of people in just about the only broadband ISP in the market that actually has a [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s official &#8211; I&#8217;m leaving Plusnet for a new job in Leeds. I&#8217;ll be very sad to go because PlusNet is a most excellent place to work. It&#8217;s been a privilege to work with such a talented bunch of people in just about the only broadband ISP in the market that actually has a clue about what they&#8217;re doing and where they&#8217;re going.</p>
<p>There&#8217;s going to be a really rough ride for DSL providers in the next 18 months and I&#8217;m confident that Plusnet will not only be one of the survivors, but will take their place alongside the Tier 1s in terms of the range of services they will offer.</p>
<p>The new job is much closer to home, so I&#8217;ll be able to spend more time doing things other than sitting in the car on the motorway. Whilst I&#8217;ll be sad to leave Plusnet, I&#8217;m looking forward to starting the new job &#8211; it&#8217;ll certainly be a challenge.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2006/05/12/on-the-move-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Playing</title>
		<link>http://jamesholden.net/2005/06/20/now-playing/</link>
		<comments>http://jamesholden.net/2005/06/20/now-playing/#comments</comments>
		<pubDate>Mon, 20 Jun 2005 15:51:08 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2005/06/20/now-playing/</guid>
		<description><![CDATA[I&#8217;ve rigged up a quick hack to put what song I currently have playing on XMMS at the bottom of every page on this site, using the XMMS songchange plugin and a bit of ssh trickery.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve rigged up a quick hack to put what song I currently have playing on XMMS at the bottom of every page on this site, using the XMMS songchange plugin and a bit of ssh trickery.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2005/06/20/now-playing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hardware Misery&#8230; Again!</title>
		<link>http://jamesholden.net/2005/04/19/hardware-misery-again/</link>
		<comments>http://jamesholden.net/2005/04/19/hardware-misery-again/#comments</comments>
		<pubDate>Tue, 19 Apr 2005 13:39:19 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2005/04/19/hardware-misery-again/</guid>
		<description><![CDATA[The hard disk in my laptop failed again yesterday :-( Fortunately it&#8217;s still under warranty, so I&#8217;ll have to dig out the receipt and go and swap it. The good news is that I was mostly able to recover my data. Here&#8217;s how: Boot Knoppix in failsafe mode. Flip back to a text console using [...]]]></description>
			<content:encoded><![CDATA[<p>The hard disk in my laptop failed again yesterday :-( Fortunately it&#8217;s still under warranty, so I&#8217;ll have to dig out the receipt and go and swap it.</p>
<p>The good news is that I was mostly able to recover my data. Here&#8217;s how:</p>
<ul>
<li>Boot <a href="http://fastdiscs.com/bootable_cd_distros/knoppix/knoppix_3.6.html">Knoppix</a> in failsafe mode. Flip back to a text console using Ctrl+Alt+F1.</li>
<li>Get the networking running. You&#8217;ll need to run <code>/etc/init.d/pcmcia</code>
	</li>
<li>Set up an NFS server on another box. You&#8217;ll need to add a line containing <code>/somewhere/with/lots/of/space *(rw,sync)</code> to <code>/etc/exports</code> and then run <code>exportfs -a</code></li>
<li>Mount the NFS share from the poorly computer using <code>mkdir /tmp/mnt ; mount -t nfs server.ip:/somewhere/with/lots/of/space</code></li>
<li>Examine the partition table using <code>fdisk -l /dev/hda</code> to find your home partition.</li>
<li>Image it with this command: <code>dd if=/dev/hdaX of=/tmp/mnt/home.img conv=noerror,sync</code>. This might take some time to run, depending on how broken the disk is. You&#8217;ll end up with a large file on the NFS server which you can mount as a loopback device.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2005/04/19/hardware-misery-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Found A House!</title>
		<link>http://jamesholden.net/2005/04/16/found-a-house/</link>
		<comments>http://jamesholden.net/2005/04/16/found-a-house/#comments</comments>
		<pubDate>Sat, 16 Apr 2005 07:58:30 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2005/04/16/found-a-house/</guid>
		<description><![CDATA[After taking the day off yesterday and looking at lots and lots and lots and lots of potential ones, we found a new house!]]></description>
			<content:encoded><![CDATA[<p>After taking the day off yesterday and looking at lots and lots and lots and lots of potential ones, we found a <a href="/docs/house.html">new house</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2005/04/16/found-a-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVD Authoring Talk</title>
		<link>http://jamesholden.net/2005/04/11/dvd-authoring-talk/</link>
		<comments>http://jamesholden.net/2005/04/11/dvd-authoring-talk/#comments</comments>
		<pubDate>Mon, 11 Apr 2005 19:14:11 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2005/04/11/dvd-authoring-talk/</guid>
		<description><![CDATA[The slides from my DVD authoring talk are up. You can download them in Openoffice.org through this link.]]></description>
			<content:encoded><![CDATA[<p>The slides from my DVD authoring talk are up. You can download them in Openoffice.org through <a href="/docs/dvd_authoring_talk.sxi">this link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2005/04/11/dvd-authoring-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WYLUG DVD Authoring Talk</title>
		<link>http://jamesholden.net/2005/04/10/wylug-dvd-authoring-talk/</link>
		<comments>http://jamesholden.net/2005/04/10/wylug-dvd-authoring-talk/#comments</comments>
		<pubDate>Sun, 10 Apr 2005 15:16:36 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2005/04/10/wylug-dvd-authoring-talk/</guid>
		<description><![CDATA[I&#8217;m doing a talk tomorrow night at WYLUG, the West Yorkshire Linux User Group, on DVD authoring under Linux. It&#8217;s at 7:00pm at the University of Leeds school of computing. I&#8217;ll be covering how DVD menus are structured and what tools exist on Linux to produce them. There will be some notes posted up here [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing a talk tomorrow night at <a href="http://www.wylug.org.uk/">WYLUG</a>, the West Yorkshire Linux User Group, on DVD authoring under Linux. It&#8217;s at 7:00pm at the <a href="http://www.leeds.ac.uk/">University of Leeds</a> <a href="http://www.scs.leeds.ac.uk/">school of computing</a>. I&#8217;ll be covering how DVD menus are structured and what tools exist on Linux to produce them. There will be some notes posted up here later in the week.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2005/04/10/wylug-dvd-authoring-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend</title>
		<link>http://jamesholden.net/2005/04/05/21/</link>
		<comments>http://jamesholden.net/2005/04/05/21/#comments</comments>
		<pubDate>Mon, 04 Apr 2005 23:42:37 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2005/04/05/21/</guid>
		<description><![CDATA[I didn&#8217;t end up getting round to the PVR box this weekend, because we wend to Harewood House instead, which is only a 15 minute drive away from here. I took a few snaps with my camera phone which are on the site now.]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t end up getting round to the PVR box this weekend, because we wend to Harewood House instead, which is only a 15 minute drive away from here. I took a few snaps with my camera phone which are on the site now.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2005/04/05/21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Video Goodness</title>
		<link>http://jamesholden.net/2005/04/02/digital-video-goodness/</link>
		<comments>http://jamesholden.net/2005/04/02/digital-video-goodness/#comments</comments>
		<pubDate>Sat, 02 Apr 2005 21:42:18 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2005/04/02/digital-video-goodness/</guid>
		<description><![CDATA[At last I&#8217;ve finally got round to doing somehting with the video I shot at some friends of ours wedding in France last year. I&#8217;ve been using Kino on Linux to capture the video and I&#8217;m just recompressing the unedited footage to DVD format so I can play it back later downstairs. The ultimate aim [...]]]></description>
			<content:encoded><![CDATA[<p>At last I&#8217;ve finally got round to doing somehting with the video I shot at some friends of ours wedding in France last year. I&#8217;ve been using Kino on Linux to capture the video and I&#8217;m just recompressing the unedited footage to DVD format so I can play it back later downstairs. The ultimate aim is to produce a nicely edited version, running to around 20 minutes, as a belated extra wedding gift for the happy couple. This will involve doing some nice DVD titles and scene selection menus.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2005/04/02/digital-video-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joystick Hunt</title>
		<link>http://jamesholden.net/2005/03/31/joystick-hunt/</link>
		<comments>http://jamesholden.net/2005/03/31/joystick-hunt/#comments</comments>
		<pubDate>Thu, 31 Mar 2005 17:05:50 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2005/03/31/joystick-hunt/</guid>
		<description><![CDATA[Having tracked down a copy of Chuckie Egg for by old BBC B to relive some of the old memories, I&#8217;m now after a joystick for it. It seems that PC joysticks are a little too different to just make a passive adapter. Time to hit eBay.]]></description>
			<content:encoded><![CDATA[<p>Having tracked down a copy of Chuckie Egg for by old BBC B to relive some of the old memories, I&#8217;m now after a joystick for it. It seems that PC joysticks are a little too different to just make a passive adapter. Time to hit eBay.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2005/03/31/joystick-hunt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moved to WordPress</title>
		<link>http://jamesholden.net/2005/03/30/moved-to-wordpress/</link>
		<comments>http://jamesholden.net/2005/03/30/moved-to-wordpress/#comments</comments>
		<pubDate>Wed, 30 Mar 2005 00:55:49 +0000</pubDate>
		<dc:creator>James Holden</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jamesholden.net/2005/03/30/moved-to-wordpress/</guid>
		<description><![CDATA[I&#8217;ve moved over to WordPress as a blogging tool. This has a lot more features than the old version of b2 that I was using. The old b2 blog is still available here. I&#8217;ll come up with a more individual theme soon.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve moved over to WordPress as a blogging tool. This has a lot more features than the old version of b2 that I was using. The old b2 blog is still available <a href="http://jamesholden.net/oldblog/">here</a>. I&#8217;ll come up with a more individual theme soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesholden.net/2005/03/30/moved-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
