<?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>nikrivers.com</title>
	<atom:link href="http://www.nikrivers.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nikrivers.com</link>
	<description>Wii Friend Code: 3564 5686 9440 3036</description>
	<lastBuildDate>Mon, 08 Mar 2010 13:38:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why Linux isn&#8217;t ready</title>
		<link>http://www.nikrivers.com/2010/03/07/why-linux-isnt-ready/</link>
		<comments>http://www.nikrivers.com/2010/03/07/why-linux-isnt-ready/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 12:46:06 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=643</guid>
		<description><![CDATA[There are plenty of people around who will happily slate Microsoft (sorry, that should be Micro$oft), Windoze, and Internet Exploder.  The majority of these people will, unprompted, extoll the virtues of Linux.
I won&#8217;t lie, I like Microsoft.  I think Windows is the best all-round family of operating systems available.  And I use Internet Explorer as [...]]]></description>
			<content:encoded><![CDATA[<p>There are plenty of people around who will happily slate Microsoft (sorry, that should be Micro$oft), Windoze, and Internet Exploder.  The majority of these people will, unprompted, extoll the virtues of Linux.</p>
<p>I won&#8217;t lie, I like Microsoft.  I think Windows is the best all-round family of operating systems available.  And I use Internet Explorer as my default browser, even though I have Firefox and Chrome installed.</p>
<p>But I also run a Linux server.  It is a modest beast.  It has a Sempron processor, three hard disks around 200-500GB each, and about 1GB of RAM.  It doesn&#8217;t need much, even though it acts as a mail server, a web server, and a DNS and network file server for my home LAN.  It runs Fedora 11, which is actually quite nice.</p>
<p>I started using Linux with no experience, and with the help of some patience, a few good Internet resources, and good old intuition, I pretty much know what I&#8217;m doing.</p>
<p>About a week ago, my Internet connection started to die sporadically, at unpredictable intervals, for no apparent reason.  I traced the lack of connectivity down to the DNS server not responding to requests, and this led me to realise that the Linux box would not respond to any kind of request at all: SSH, HTTP, or even ping.</p>
<p>So imagine my surprise, when after a lot of investigation (and I really do mean a LOT of investigation) it turned out to be Samba, the service which handles network file shares.</p>
<p><span id="more-643"></span>I had recently updated Samba from v3.3 to v3.4 using yum, assuming it to be a bug-free release which wouldn&#8217;t break anything.  How wrong I was.  From v3.4, Samba has been changed to use a different authentication mechanism by default.  It used to use <strong>smbpasswd</strong> up to v3.3, but now uses <strong>tdbsam</strong>.</p>
<p>Ok, no problem really &#8211; until the upgrade from v3.3 to v3.4 <em>changes</em> your <strong>smb.conf</strong> without leaving an <strong>smb.conf.backup</strong> or something similar sitting next to it.  So without knowing it, your Samba installation now uses tdbsam.  Now, the problem with this is that there is a known <a href="http://www.nikrivers.com/blog/go.php?https://bugzilla.redhat.com/show_bug.cgi?id=525861" target="_blank" title="(1 hit)">bug</a> whereby Windows clients become unable to authenticate and connect.</p>
<p>It was disappointing to have to find this out the hard way &#8211; by which I mean trawling around the web.  But still, it should be easy enough to edit <strong>smb.conf</strong> and change the authentication back to smbpasswd, right?  Wrong, because it seems the upgrade deleted the file containing the smbpasswd credentials (<strong>/var/lib/samba/private/smbpasswd</strong>).</p>
<p>Redhat&#8217;s Bugzilla entry explains how to convert smbpasswd account credentials to tdbsam format, so presumably you can do the reverse.  Well, technically you can &#8211; but only if the tdbsam credentials file (<strong>/var/lib/samba/private/passdb.tdb</strong>) isn&#8217;t empty!  That&#8217;s right, the upgrade failed (or didn&#8217;t even try) to convert the smbpasswd account credentials to the tdb format.</p>
<p>The solution is to run <strong>smbpasswd -a username</strong> for every Samba account you lost.  I&#8217;m glad I only had two.</p>
<p>This is why I think Linux is a long long way from being ready to take over the world.  I don&#8217;t think the Linux community appreciates how much help the average desktop user needs when they encounter problems.  This is demonstrated by the fact that Linux gives you no help at all; even the noddy &#8216;How do I&#8230;&#8217; help topics in Windows destroy the assistance Linux offers.</p>
<p>From the very start, Linux makes it very clear you&#8217;re on your own.</p>
<p>While I admit that the change to Samba was publicised in the <a href="http://www.nikrivers.com/blog/go.php?http://www.samba.org/samba/history/samba-3.4.0.html" target="_blank" title="(1 hit)">Samba release notes</a>, I simply do not have the time to read through the release notes of, and perform impact analysis upon, every update I install.  I want to be confident that each update is the best thing for my system &#8211; much like Windows Update.</p>
<p>For now, I will stick with the majority of users, and keep current with Windows updates for the advantage of not having to enter the root user&#8217;s password whenever I want to do something.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F03%2F07%2Fwhy-linux-isnt-ready%2F&amp;linkname=Why%20Linux%20isn%26%238217%3Bt%20ready" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F03%2F07%2Fwhy-linux-isnt-ready%2F&amp;linkname=Why%20Linux%20isn%26%238217%3Bt%20ready" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F03%2F07%2Fwhy-linux-isnt-ready%2F&amp;linkname=Why%20Linux%20isn%26%238217%3Bt%20ready" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F03%2F07%2Fwhy-linux-isnt-ready%2F&amp;linkname=Why%20Linux%20isn%26%238217%3Bt%20ready" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F03%2F07%2Fwhy-linux-isnt-ready%2F&amp;linkname=Why%20Linux%20isn%26%238217%3Bt%20ready" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F03%2F07%2Fwhy-linux-isnt-ready%2F&amp;linkname=Why%20Linux%20isn%26%238217%3Bt%20ready" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F03%2F07%2Fwhy-linux-isnt-ready%2F&amp;linkname=Why%20Linux%20isn%26%238217%3Bt%20ready">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2010/03/07/why-linux-isnt-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAID 0: exit stage left</title>
		<link>http://www.nikrivers.com/2010/02/20/raid-0-exit-stage-left/</link>
		<comments>http://www.nikrivers.com/2010/02/20/raid-0-exit-stage-left/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 23:45:53 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[raid array]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=639</guid>
		<description><![CDATA[As soon as RAID controllers started being built into affordable motherboards, I decided using RAID for my home PC was a good idea.  For the last 6-7 years, I have used RAID on every PC I have built.
There are several RAID configurations.  RAID 0 (striping) utilises two or more identical hard drives, and splits each [...]]]></description>
			<content:encoded><![CDATA[<p>As soon as RAID controllers started being built into affordable motherboards, I decided using RAID for my home PC was a good idea.  For the last 6-7 years, I have used RAID on every PC I have built.</p>
<p>There are several RAID configurations.  RAID 0 (striping) utilises two or more identical hard drives, and splits each file equally across them, yielding much faster disk performance (limited by the throughput of the disk I/O controller) as the disks read and write at the same time.  The total available storage is the sum of the individual drives&#8217; capacity.  RAID 1 (mirrored) could be considered the opposite of striping, in that each file is written to all disks.  This effectively provides realtime backup since the content of all drives in the array is identical, with no performance cost.</p>
<p>I&#8217;ve only ever used RAID 0.  For a home PC, RAID 1 doesn&#8217;t offer any real benefits that cannot be achieved with a half-decent backup policy, but effectively doubles the cost of disk space if you use two disks.</p>
<p><span id="more-639"></span>The only down-side to RAID that I had found was that drivers need to be provided during the installation of Windows.  Linux is slightly better in this respect because it has native drivers for the most popular RAID controllers, usually providing basic functionality.  Windows, however, asks that you provide the drivers on installation, presumably so that you benefit from all the features that the RAID controller offers.  With Windows XP you were required to hit F6 during the installation, and provide the drivers on a floppy disk (which was a real pain, since floppy drive usage died out shortly after the discovery of fire, and RAID drivers often came on a CD anyway).  With Vista and Windows 7 the installer is slightly more intelligent.  It will recognise the presence of a RAID array, but it will still require drivers to be provided.</p>
<p>This is all fine; once you&#8217;re familiar with the quirks of the Windows installer it&#8217;s plain sailing.</p>
<p>But RAID 0 has its own special drawback, especially when you&#8217;re not expecting it.  If you take a disk from an old RAID 0 array, install it as the main disk in a PC and try to install Windows 7, you&#8217;ll have a nasty surprise.  Usually the Windows installer will acknowledge the presence of a drive, even if it can&#8217;t do anything with it.  But not with an ex-mirrorred array disk.  The Windows installer doesn&#8217;t even recognise the disk as being present.</p>
<p>Presumably this is related to the fact that the RAID controller had written its own form of partition information to the disk; while the Windows installer can partition and format a raw disk, or one that is already partitioned, it cannot do anything with a disk whose partition information is present but apparently corrupt.</p>
<p>And the icing on the cake?  You can&#8217;t repartition the disk without it being partitioned..!</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F02%2F20%2Fraid-0-exit-stage-left%2F&amp;linkname=RAID%200%3A%20exit%20stage%20left" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F02%2F20%2Fraid-0-exit-stage-left%2F&amp;linkname=RAID%200%3A%20exit%20stage%20left" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F02%2F20%2Fraid-0-exit-stage-left%2F&amp;linkname=RAID%200%3A%20exit%20stage%20left" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F02%2F20%2Fraid-0-exit-stage-left%2F&amp;linkname=RAID%200%3A%20exit%20stage%20left" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F02%2F20%2Fraid-0-exit-stage-left%2F&amp;linkname=RAID%200%3A%20exit%20stage%20left" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F02%2F20%2Fraid-0-exit-stage-left%2F&amp;linkname=RAID%200%3A%20exit%20stage%20left" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2010%2F02%2F20%2Fraid-0-exit-stage-left%2F&amp;linkname=RAID%200%3A%20exit%20stage%20left">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2010/02/20/raid-0-exit-stage-left/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It says so on Wikipedia</title>
		<link>http://www.nikrivers.com/2009/12/01/it-says-so-on-wikipedia/</link>
		<comments>http://www.nikrivers.com/2009/12/01/it-says-so-on-wikipedia/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 21:29:08 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=632</guid>
		<description><![CDATA[My current pet hate is the use of the phrase &#8220;it says so on Wikipedia&#8221;, in a sarcastic manner.  Usually it&#8217;s intended to make fun of people who don&#8217;t seem to &#8216;understand&#8217; that anyone and everyone can edit or create Wikipedia articles on any subject (unless, of course, the IWF blocks Internet access to one [...]]]></description>
			<content:encoded><![CDATA[<p>My current pet hate is the use of the phrase &#8220;it says so on Wikipedia&#8221;, in a sarcastic manner.  Usually it&#8217;s intended to make fun of people who don&#8217;t seem to &#8216;understand&#8217; that anyone and everyone can edit or create Wikipedia articles on any subject (unless, of course, the <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/2008/12/07/censorship/" target="_blank" title="(25 hits)">IWF blocks Internet access to one particular image</a>, and in doing so prevents the whole of your country from editing Wikipedia).</p>
<p>The implication is that, should you wish to, you can edit a Wikipedia article such that it corroborates your argument, no matter how ridiculous.  A typical conversation which might seem to justify this belief is as follows.</p>
<p>Fred:  What&#8217;s that you&#8217;re pouring into that saucepan?<br />
Dave:  Glue.<br />
Fred:  Glue?  What are you making?<br />
Dave:  Spaghetti Bolognese.<br />
Fred:  That&#8217;s not made using glue!<br />
Dave:  Yes it is, it says so on Wikipedia.</p>
<p>There you go.  Dave is the butt of the joke because he apparently doesn&#8217;t understand how Wikipedia works, and has foolishly taken its word as gospel.  From now until forever, each time Dave makes a factual statement in Fred&#8217;s presence, Fred will ask &#8220;does it say that on Wikipedia?&#8221; in a sarcastic and derisory tone.</p>
<p><span id="more-632"></span>However, it&#8217;s highly ironic that it&#8217;s actually Fred who doesn&#8217;t understand Wikipedia.</p>
<p>The basis for this is in some kind of social equilibrium; there are as many people who want to maintain and improve the accuracy of Wikipedia as there are people who would deface it.  But the former is much more rewarding than the latter; once you&#8217;ve defaced an article there&#8217;s nothing much more to do with it, but improving that article is a boundless task and thus inherently more rewarding.  This is why the vast majority of Wikipedia vandals get bored and move on, while the majority of Wikipedia editors do <em>not</em> get bored.</p>
<p>If you were to edit the Wikipedia entry for <a href="http://www.nikrivers.com/blog/go.php?http://en.wikipedia.org/wiki/Spaghetti_bolognese" target="_blank" title="(7 hits)">Spaghetti Bolognese</a> and add &#8216;glue&#8217; to the ingredients, it would soon be reverted to its state prior to your vandalism.  &#8216;Soon&#8217; might not be within a minute, but it will be long before you are able to look back and laugh at what you did.  In addition to all the automated bots and processes which examine edits for vandalism, there is a huge number of editors who watch various articles for various reasons.  And, of course, there are normal people who read the article to learn how to cook Spaghetti Bolognese, or to find out its history, or just out of general interest &#8211; and common sense will tell them you can&#8217;t eat glue.  Between them all, they will thwart your attempt to cause people to unquestioningly cook with glue for the rest of time.</p>
<p>It all comes down to the simple, fundamental rule: whatever you can do, there is someone else who can do it better.  There&#8217;s a community built around Wikipedia, the members of which actively maintain various articles, recording and sharing their knowledge, expertise, common sense, and article-writing skills.  Active Wikipedia editors assume guardianship of the articles they watch, and make it their personal responsibility to maintain their accuracy and usefulness.</p>
<p>I know this, because it says so on Wikipedia.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F12%2F01%2Fit-says-so-on-wikipedia%2F&amp;linkname=It%20says%20so%20on%20Wikipedia" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F12%2F01%2Fit-says-so-on-wikipedia%2F&amp;linkname=It%20says%20so%20on%20Wikipedia" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F12%2F01%2Fit-says-so-on-wikipedia%2F&amp;linkname=It%20says%20so%20on%20Wikipedia" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F12%2F01%2Fit-says-so-on-wikipedia%2F&amp;linkname=It%20says%20so%20on%20Wikipedia" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F12%2F01%2Fit-says-so-on-wikipedia%2F&amp;linkname=It%20says%20so%20on%20Wikipedia" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F12%2F01%2Fit-says-so-on-wikipedia%2F&amp;linkname=It%20says%20so%20on%20Wikipedia" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F12%2F01%2Fit-says-so-on-wikipedia%2F&amp;linkname=It%20says%20so%20on%20Wikipedia">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/12/01/it-says-so-on-wikipedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Halloween!</title>
		<link>http://www.nikrivers.com/2009/10/31/happy-halloween/</link>
		<comments>http://www.nikrivers.com/2009/10/31/happy-halloween/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 22:20:20 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Pets]]></category>
		<category><![CDATA[halloween]]></category>
		<category><![CDATA[labrador]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=615</guid>
		<description><![CDATA[There is no point in having a dog if you can&#8217;t occassionally dress him or her up.
Ever since Oliver was a puppy, we&#8217;ve taken almost every opportunity to stick him in a t-shirt or dress him up as Santa.  Seeing as he &#8216;enjoys&#8217; it so much, we have taken to dressing him up for Halloween [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_618" class="wp-caption alignright" style="width: 145px"><a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/gallery/v/Oliver/Misc/halloween-09/" title="(18 hits)"><img class="size-medium wp-image-618  " title="Oliver in a dress" src="http://www.nikrivers.com/blog/wp-content/uploads/2009/10/DSC00106-225x300.jpg" alt="DSC00106" width="135" height="180" /></a><p class="wp-caption-text">Oliver in a dress</p></div>
<p>There is no point in having a dog if you can&#8217;t occassionally dress him or her up.</p>
<p>Ever since Oliver was a puppy, we&#8217;ve taken almost every opportunity to stick him in a <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/gallery/v/Oliver/Two+Months/HPIM1022.JPG.html" target="_blank" title="(15 hits)">t-shirt</a> or dress him up as <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/gallery/v/Christmas/Christmas+2007/HPIM1109.JPG.html" target="_blank" title="(15 hits)">Santa</a>.  Seeing as he &#8216;enjoys&#8217; it so much, we have taken to dressing him up for Halloween every year.</p>
<p>Last year he was Frankenstein&#8217;s monster, although no photos exist&#8211;probably because I was laughing too hard&#8211;and this year he was some kind of witch (or maybe a princess) in a very pretty purple dress and matching hat.</p>
<p>It took a minimal amount of modification with a pair of scissors, and he did keep getting his claws caught in it at first, but at £8 from Tesco you can&#8217;t go wrong.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F31%2Fhappy-halloween%2F&amp;linkname=Happy%20Halloween%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F31%2Fhappy-halloween%2F&amp;linkname=Happy%20Halloween%21" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F31%2Fhappy-halloween%2F&amp;linkname=Happy%20Halloween%21" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F31%2Fhappy-halloween%2F&amp;linkname=Happy%20Halloween%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F31%2Fhappy-halloween%2F&amp;linkname=Happy%20Halloween%21" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F31%2Fhappy-halloween%2F&amp;linkname=Happy%20Halloween%21" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F31%2Fhappy-halloween%2F&amp;linkname=Happy%20Halloween%21">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/10/31/happy-halloween/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netgear DG834G and NAT loopback</title>
		<link>http://www.nikrivers.com/2009/10/26/netgear-dg834g-and-nat-loopback/</link>
		<comments>http://www.nikrivers.com/2009/10/26/netgear-dg834g-and-nat-loopback/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 21:13:33 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[nat loopback]]></category>
		<category><![CDATA[netgear dg834g]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[pda]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[tcp port 80]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=591</guid>
		<description><![CDATA[Yesterday I made the decision (read: mistake) to update my Netgear DG834G router (hardware v4, firmware v5.01.09) to firmware v5.01.14 &#8211; and, as is the way with these things, it brought trouble.  After the upgrade I couldn&#8217;t reach www.nikrivers.com from the LAN side of the router.
The problem is caused by the way the router handles [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I made the decision (read: mistake) to update my Netgear DG834G router (hardware v4, firmware v5.01.09) to firmware v5.01.14 &#8211; and, as is the way with these things, it brought trouble.  After the upgrade I couldn&#8217;t reach <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com" title="(65 hits)">www.nikrivers.com</a> from the LAN side of the router.</p>
<p>The problem is caused by the way the router handles traffic coming from an internal IP address and destined for the WAN (i.e. external) IP address.  In this situation it requires that the router first transfers the traffic from the internal network to the external network, and then immediately passes it back whilst applying any firewall or routing rules that are relevant to incoming external traffic.</p>
<p><span id="more-591"></span>This behaviour is called &#8216;NAT loopback&#8217;, and it seems the vast majority of routers built for the home market have this ability turned off, or do not have the ability at all.  It can be a big problem if you host a website and wish to access that same website using its domain name.  The domain name will resolve to the WAN IP address of your router, and any traffic headed there (such as an HTTP GET request on port 80) from the internal network will be ignored by the router.</p>
<p>There are a few ways to solve this, but none of them are ideal.</p>
<ol>
<li>Use the server name instead of the domain name to access your website</li>
<li>Modify the list of known network hosts on each client to point your domain name straight to the server in question.</li>
<li>Run your own DNS server, using a view to return the server&#8217;s local IP address to requests for your domain name originating from your network.</li>
</ol>
<p>Of course, the situation gets more complex if you&#8217;re also using your router to send TCP traffic on port 80 to your webserver and UDP traffic on port 8668 to a game server.</p>
<p>The solution is to get NAT loopback working on your router.  With some routers, such as the Touchspeed 535 as provided by Be Broadband, this feature can be enabled using a <a href="http://www.nikrivers.com/blog/go.php?http://thicksliced.blogspot.com/2006/08/speedtouch-and-nat-loopback.html" target="_blank" title="(25 hits)">simple CLI command</a>.  For other routers, such as the Netgear DG834G, it&#8217;s not quite so easy.</p>
<p>For the purposes of this post I&#8217;ll assume the internal network is on the 192.168.0.x range, the router is 192.168.0.254, and the web server is 192.168.0.1.  <strong>You will need to modify these IP addresses according to your own network setup</strong>.</p>
<p>The first thing to do is to enable debug mode on the router.  Simply go to <a href="http://www.nikrivers.com/blog/go.php?http://192.168.0.254/setup.cgi?todo=debug" title="(53 hits)">http://192.168.0.254/setup.cgi?todo=debug</a> and you&#8217;ll be rewarded with an appropriate message, &#8220;Debug Enable!&#8221;.  Nice.</p>
<p>Now connect to the router with &#8216;telnet 192.168.0.254&#8242; to gain access to the router&#8217;s cut-down installation of Linux.  All that is required is to add one additional entry to the router&#8217;s iptables (which is a standard Linux feature; <a href="http://www.nikrivers.com/blog/go.php?http://www.google.com/search?q=iptables+tutorial" target="_blank" title="(12 hits)">Google it</a> or more info).  Type the following, amending any IP addresses according to the network setup:</p>
<blockquote><p>iptables -t nat -A POSTROUTING -d 192.168.0.1 -s 192.168.0.0/24 -p tcp &#8211;dport 80 -j SNAT &#8211;to 192.168.0.254</p></blockquote>
<p>This adds a rule to the POSTROUTING chain on the nat table which applies to all TCP traffic on port 80 (HTTP) coming from the private network and headed to the router.  The rule redirects the traffic to the server, and then processing jumps to the SNAT chain.</p>
<p>If your the is more than just a simple web server, such as an NTP server or mail server as well, the above step needs to be performed (changing the -p and &#8211;dport parameters accordingly) for each port and protocol combination you require.  Alternatively, those parameters could be omitted altogether, which will allow all traffic types on all ports through:</p>
<blockquote><p>iptables -t nat -A POSTROUTING -d 192.168.0.1 -s 192.168.0.0/24 -j SNAT &#8211;to 192.168.0.254</p></blockquote>
<p>If you do this, I recommend you run a firewall on your server, with the appropriate ports open.</p>
<p>There is more information in <a href="http://www.nikrivers.com/blog/go.php?http://www.netfilter.org/documentation/HOWTO/NAT-HOWTO-10.html" target="_blank" title="(19 hits)">section 10</a> of Rusty Russell&#8217;s <a href="http://www.nikrivers.com/blog/go.php?http://www.netfilter.org/documentation/HOWTO/NAT-HOWTO.html" target="_blank" title="(14 hits)">Linux 2.4 NAT Howto</a>.</p>
<p>Unfortunately, the iptables change isn&#8217;t retained when the router restarts, so it is necessary to go through the process every time &#8211; which is a pain in the backside.  Fortunately, however, the Netgear support website has a download link for previous firmware versions, so I downgraded my router back to <a href="http://www.nikrivers.com/blog/go.php?http://kb.netgear.com/app/answers/detail/a_id/271" target="_blank" title="(54 hits)">firmware v5.01.09</a> and everything worked fine again&#8211;including NAT loopback&#8211;with no iptables hack required.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F26%2Fnetgear-dg834g-and-nat-loopback%2F&amp;linkname=Netgear%20DG834G%20and%20NAT%20loopback" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F26%2Fnetgear-dg834g-and-nat-loopback%2F&amp;linkname=Netgear%20DG834G%20and%20NAT%20loopback" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F26%2Fnetgear-dg834g-and-nat-loopback%2F&amp;linkname=Netgear%20DG834G%20and%20NAT%20loopback" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F26%2Fnetgear-dg834g-and-nat-loopback%2F&amp;linkname=Netgear%20DG834G%20and%20NAT%20loopback" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F26%2Fnetgear-dg834g-and-nat-loopback%2F&amp;linkname=Netgear%20DG834G%20and%20NAT%20loopback" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F26%2Fnetgear-dg834g-and-nat-loopback%2F&amp;linkname=Netgear%20DG834G%20and%20NAT%20loopback" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F26%2Fnetgear-dg834g-and-nat-loopback%2F&amp;linkname=Netgear%20DG834G%20and%20NAT%20loopback">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/10/26/netgear-dg834g-and-nat-loopback/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>No surprises</title>
		<link>http://www.nikrivers.com/2009/10/21/no-surprises/</link>
		<comments>http://www.nikrivers.com/2009/10/21/no-surprises/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:31:07 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[house]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=589</guid>
		<description><![CDATA[Anyone foolhardy enough to get me into a conversation about DIY will already know the stories about various bodge-jobs and shortcuts I&#8217;ve discovered, perpetrated by a past owner of this house.
Yesterday I replaced the ageing heating thermostat (a rotary-style Honeywell) with a nice shiny digital one &#8211; a Horstmann Centaurstat 7, in fact.  It has quite a [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone foolhardy enough to get me into a conversation about DIY will already know the stories about various bodge-jobs and shortcuts I&#8217;ve discovered, perpetrated by a past owner of this house.</p>
<p>Yesterday I replaced the ageing heating thermostat (a rotary-style Honeywell) with a nice shiny digital one &#8211; a <a href="http://www.nikrivers.com/blog/go.php?http://www.uk-plumbing.com/horstmann-centaurstat-7-programmable-room-thermostat-7-day-p-1351.html" target="_blank" title="(30 hits)">Horstmann Centaurstat 7</a>, in fact.  It has quite a sophisticated built-in programmer (more so than our existing programmer, at least) and will hopefully prevent the over-heating problem we&#8217;ve had here since we moved in.  I found that the old thermostat was calling for heat at a higher temperature than selected (3-4 degrees higher), causing someone (me) to turn the thermostat up in the morning, causing someone else (Charlie) to complain in the evening when it became too hot.</p>
<p><span id="more-589"></span>Anyway, that&#8217;s mostly irrelevant &#8211; it&#8217;s kind of worrying when the purchase of a new thermostat gets you excited!</p>
<p>The cable connected to the old thermostat was surface-mounted in a length of trunking, which looked pretty ugly.  It&#8217;s now buried in the wall, and if it wasn&#8217;t for the slight difference in paint, you probably wouldn&#8217;t know (although I probably would tell you).</p>
<p>What made me laugh was that when I removed the old thermostat, I found it had been attached to the wall with&#8230; NAILS!  In fact, two nails, each a different type.  Just in case one was the wrong type, the other would have a chance of being the right type, I guess.  I may be alone in this, but I don&#8217;t feel an electrical device should be nailed to anything!</p>
<p>I&#8217;ve seen it all now.  Holes drilled in the bathroom all the way through the wall into the bedroom (and then plugged with garden cane), doorsteps &#8216;damp-proofed&#8217; with black bin bags (and attached with nails), electrical cables cut and left loose under floorboards, sudden 90-degree bends in buried cabling&#8230;</p>
<p>We still have the loft to tackle and a spare room, a dining room, a bathroom, a kitchen, a hallway, and a landing that are as-yet relatively unexplored.  I&#8217;m sure there will be more &#8217;surprises&#8217; for us to find.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F21%2Fno-surprises%2F&amp;linkname=No%20surprises" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F21%2Fno-surprises%2F&amp;linkname=No%20surprises" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F21%2Fno-surprises%2F&amp;linkname=No%20surprises" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F21%2Fno-surprises%2F&amp;linkname=No%20surprises" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F21%2Fno-surprises%2F&amp;linkname=No%20surprises" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F21%2Fno-surprises%2F&amp;linkname=No%20surprises" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F21%2Fno-surprises%2F&amp;linkname=No%20surprises">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/10/21/no-surprises/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning the hard way</title>
		<link>http://www.nikrivers.com/2009/10/09/learning-the-hard-way/</link>
		<comments>http://www.nikrivers.com/2009/10/09/learning-the-hard-way/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 21:28:48 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=584</guid>
		<description><![CDATA[A few weeks ago I started seeing software failures on the Linux server.  Although they were infrequent they were frustrating, to say the least, and would sometimes require me to find a workaround through configuration.
There were no serious problems, but these failures started becoming regular.  I realised it was because I was running Fedora 9, [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I started seeing software failures on the Linux server.  Although they were infrequent they were frustrating, to say the least, and would sometimes require me to find a workaround through configuration.</p>
<p><span id="more-584"></span>There were no serious problems, but these failures started becoming regular.  I realised it was because I was running Fedora 9, and many packages seemed to be getting updated for the latest version of Fedora, without retaining 100% compatibility with Fedora 9.  And while Fedora 9 is not particularly old in OS terms, it&#8217;s no longer a recent version &#8211; <a href="http://www.nikrivers.com/blog/go.php?http://fedoraproject.org/en/get-fedora" target="_blank" title="(6 hits)">Fedora 11</a> is the current release, and an <a href="http://www.nikrivers.com/blog/go.php?https://fedoraproject.org/get-prerelease" target="_blank" title="(5 hits)">alpha</a> of Fedora 12 is currently available for download.</p>
<p>So I decided now was a good time to upgrade to Fedora 11.  I considered Fedora 12 Alpha, but thought I&#8217;d best stick to an RTM release since I didn&#8217;t want to spend 4 hours a day every day for a month fixing it.</p>
<p>And so, what I learned was: back up your personal data.</p>
<p>After religiously backing up all the config files for everything I was running on the server, backing up all database, all websites, and making a list of everything installed, I went ahead and performed a clean install of Fedora 11.</p>
<p>And then I realised I had also been using Samba to provide file storage to our Windows machines.  Not only that, but I had previously decided to move (not <em>copy</em>, but <em>move</em>) all my photos from my desktop hard drive to the Linux server.  I have no idea why I didn&#8217;t notice them when I went through my list of things to back up, but miss them I did.  And now they are no more &#8211; apart from those in the <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/gallery" title="(6 hits)">gallery</a>, every single photo I have ever taken was exploded into ones and zeroes for ever.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F09%2Flearning-the-hard-way%2F&amp;linkname=Learning%20the%20hard%20way" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F09%2Flearning-the-hard-way%2F&amp;linkname=Learning%20the%20hard%20way" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F09%2Flearning-the-hard-way%2F&amp;linkname=Learning%20the%20hard%20way" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F09%2Flearning-the-hard-way%2F&amp;linkname=Learning%20the%20hard%20way" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F09%2Flearning-the-hard-way%2F&amp;linkname=Learning%20the%20hard%20way" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F09%2Flearning-the-hard-way%2F&amp;linkname=Learning%20the%20hard%20way" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F10%2F09%2Flearning-the-hard-way%2F&amp;linkname=Learning%20the%20hard%20way">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/10/09/learning-the-hard-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hate my LG Viewty</title>
		<link>http://www.nikrivers.com/2009/07/06/i-hate-my-lg-viewty/</link>
		<comments>http://www.nikrivers.com/2009/07/06/i-hate-my-lg-viewty/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 21:25:59 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[blood]]></category>
		<category><![CDATA[bored]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ipaq]]></category>
		<category><![CDATA[ku990]]></category>
		<category><![CDATA[lg]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[ups]]></category>
		<category><![CDATA[viewty]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=565</guid>
		<description><![CDATA[I&#8217;m nearing the end of the 18-month O2 contract I took out with my Viewty. With new technology reaching obsolescence after only a short life, why post about something that is so old?
Because when the Viewty first came out, people seemed to be falling over each other trying to be the first to review the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m nearing the end of the 18-month O2 contract I took out with my Viewty. With new technology reaching obsolescence after only a short life, why post about something that is so old?</p>
<p>Because when the Viewty first came out, people seemed to be falling over each other trying to be the first to review the phone. They hadn&#8217;t used it in anger. And boy, this phone makes me angry. When people ask me &#8220;is it a good phone?&#8221;, I struggle not to begin ranting. It is still widely available, so if I cause just one person to stop and reconsider the purchase of a Viewty, I will consider this post to be worthwhile.</p>
<p>The technical details, pictures, and many reviews of people singing the Viewty&#8217;s praises are everywhere. Just google it. I&#8217;m going to skip all of that rubbish, and tell you why you should have stuck with Sony Ericsson.</p>
<p><span id="more-565"></span></p>
<h3>The interface</h3>
<p>It&#8217;s a touch screen phone, and so has a larger-than-usual display on a phone of its size, because of the lack of hard keys on the front. There are three, in fact &#8211; Call, Delete, and Hang Up. The touch screen is slow to respond, however, and often unresponsive; this may be due to the membrane being of a more rugged design to withstand contact with keys, coins, and other pocket content, but it results in a lot of frustration.</p>
<p>The Viewty gives positive feedback in the form of a brief vibration when pressing any of the soft keys, which is so completely necessary to save the phone from being unusable I don&#8217;t understand why there is an option to disable the feedback altogether.</p>
<p>A stylus is included, and it has an interesting design. It&#8217;s a liptick-like thing, with the narrow stylus point retracting into the stubby grip given enough pressure. It doesn&#8217;t attach to the phone any any way other than looping the stylus cord through an attachment on the corner of the phone &#8211; a traditional long narrow stylus, with a corresponding slot in the body of the phone, would have been much more user friendly. Not wanting to have to carry the lipstick-stylus around with me, I&#8217;ve always used my finger to use the phone &#8211; maybe contributing to my finding it difficult to use.</p>
<p>My HP iPaq, of much older design than the Viewty, has a touch screen which far outclasses that of the Viewty, and doesn&#8217;t even give any kind of positive feedback. And its stylus is shorter than the Viewty is long &#8212; it would easily fit inside the Viewty case, if there was a slot for it &#8212; so I really fail to see why the lipstick stylus was ever considered a good idea.</p>
<p>Writing a text message is average. Unlike phones with hard keys there&#8217;s no physical boundary between the different soft keys, so you can&#8217;t feel the &#8216;home keys&#8217; and even with the positive feedback you can&#8217;t tell if you&#8217;ve accidentally pressed the wrong key or not. Oh, and the backspace key is the Delete hard key, which requires much more force to press than the soft keys, and often means you need to readjust your grip slightly. And trying to position your cursor without the stylus is just pot luck.</p>
<h3>Camera</h3>
<p>It&#8217;s average, even though I bought the phone on the strength of the advert which concentrated on the camera as a selling point. It has an image stabiliser (which is activated with the lock button &#8211; yes, wtf?) but I don&#8217;t use it. The video camera is ok, and although it can shoot movies at 120fps, any such movies will only play back on the phone at</p>
<p>There is a sliding three-position selector to change the camera mode between still shots, movies, and camera album mode. This just adds to the delay in getting the phone ready to take a snap &#8211; the software takes a few seconds to load, and if you activate the wrong mode, e.g. movie instead of stills, you&#8217;ll miss your shot.</p>
<p>The camera album mode displays thumbnails of your movies and pictures at 8 or so per page. Changing pages takes forever, and finding a particular picture to show someone invariable leads that someone to get bored and ask you not to bother.</p>
<h3>Scrolling and zooming</h3>
<p>Ah yes, I nearly forgot. Scrolling through menus, and zooming in on the subject of a photo, is simply infuriating. There&#8217;s a spring-loaded zoom ring around the camera lense, which is used for both the camera zoom and menu scrolling. When scrolling, you operate the ring with your off-hand index finger &#8211; but the spring is so stiff that it&#8217;s impossible to quickly select the option you are looking for. And when zooming, you are supposed to use the edge of your left 2nd finger to operate it &#8211; careful, don&#8217;t get your zoom-finger in shot &#8211; but it feels like you would be better off using your thumb, and holding the phone in a cack-handed way.</p>
<p>You can also opt to scroll through menus by touching and dragging &#8211; but without using the stylus it&#8217;s very hit and miss as to whether you successfully scroll, or accidentally select a random option without realising until you&#8217;re dialling someone you&#8217;ve never spoken to before.</p>
<h3>Locking the phone</h3>
<p>On the edge of the Viewty is a lock button, which locks the touch screen. It&#8217;s a push-button, rather than a sliding button, and so it gets accidentally pressed in pockets and when picking it up. When locked, the screen goes black showing just the time and date , and then after a few seconds a power-saving feature causes the display to go completely blank. When the phone is locked, the first press of the lock button reactivates the display to show the time and date, and the second press unlocks the phone. That&#8217;s 1 too many presses in my opinion.</p>
<p>There&#8217;s an autolock function, which admittedly can be disabled, but when you&#8217;re in a call and the phone autolocks, it doesn&#8217;t exhibit the usual behaviour of showing the time and date on a blank screen. Instead, it shows a tiiiiiiiny little padlock icon at the side of the screen, and actually it&#8217;s really frustrating when you&#8217;re working through an automated phone system&#8217;s options, for example, and your phone keeps locking.</p>
<h3>Phonebook</h3>
<p>Mobile phones have had address books, contact lists, or phonebooks (whatever you want to call them) since the beginning of time. Well, at least since my <a href="http://www.nikrivers.com/blog/go.php?http://gsmserver.com/cellphones/philips/Philips_Diga.php" target="_blank" title="(12 hits)">very first mobile</a>, anyway. So you would have thought UI designers would know how people want to use them by now. Not so at LG. Sometimes, throwing away the rulebook and starting from scratch can be beneficial. Not in this case.</p>
<p>By default, when you press the phonebook button to access your phonebook, you&#8217;re presented with a screen which shows you the first two (by alphabet) entries in your phonebook. The rest of the screen is taken up by the keypad, allowing you to search by name. But unless you have no more than 2 people with the very same first name in your address book, you&#8217;re going to need to scroll at some point.</p>
<p>You can switch to a grouped view, where the names are grouped into six groups, A-D, E-H, etc, and six entries are viewable at once. But that still involves a fair amount of scrolling, and that&#8217;s very dangerous if you&#8217;re using your finger instead of the stylus.</p>
<p>And there&#8217;s no Sony Ericsson-style most recently used contacts to be found ANYWHERE.</p>
<p>Because of all this, it&#8217;s easier to reply to an existing text message than it is to start a new text message to that person, and starting a phonecall is just heart-sinkingly depressing. However, the result is that I never go over my inclusive allowance.</p>
<h3>Voicemail</h3>
<p>All modern phones allow you to pre-program the number for your voicemail service, and dial that number by holding down the 1 key. Ok, for a start there&#8217;s no 1 key until you press unlock twice, to unlock your phone, and then press the keypad soft key to display the keypad. It also makes your provider&#8217;s voicemail system frustrating, because when you press 2/3/4 to delete/save/whatever the message you just heard, you realise the phone was locked and your keypress wasn&#8217;t recognised. By the time you figure out why your voicemail was ignoring you and unlock your phone, you&#8217;re halfway through the next message.</p>
<p>And then, when you&#8217;re done listening to voicemail messages, the Viewty kindly asks you whether you want to save your voicemail number in your phonebook. Every time.</p>
<p>Then you throw your Viewty against a wall.</p>
<h3>Power</h3>
<p>My phone always seems to be fully charged but will suddenly show the 25% battery charge icon, then a few minutes later a flashing empty battery icon. A few minutes after that, the phone will turn off. No other indication. No warning sound. I can&#8217;t count the number of times I have realised my phone battery was flat, simply because I don&#8217;t have eyes in my pocket.</p>
<h3>Alarm</h3>
<p>You can set a handful of alarms to repeat daily, or on a set pattern, or just once. Alarms will even go off if your phone has shut down because of low power &#8211; useful if your phone dies overnight, and you have an alarm set for the morning. However, if I wanted a fully-featured alarm clock, I would have bought a fully-featured alarm clock, in the same way that I take a digital camera with me when I think I will want to take photos, instead of just using my phone.</p>
<h3>Conclusion</h3>
<p>It&#8217;s a rubbish phone. If you <em>must</em> buy one, I recommend the following mitigating actions:</p>
<ol>
<li>Buy a handbag if you don&#8217;t already have one &#8211; for the stylus &#8211; otherwise your options are to tie the stylus/lipstick to the phone (like a phone-sized phone charm) or use the phone with your finger (bloody frustrating).</li>
<li>Never travel more than 10 metres away from a phone charger.</li>
<li>Buy a second (better) phone and use that instead. (Feel free to keep your Viewty in your pocket if you feel the need to put something on the table down the pub.)</li>
<li>Abstain from mobile phone usage for a few years before buying your Viewty, so that you misinformedly think it&#8217;s the best thing since interchangeable phone covers.</li>
</ol>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F07%2F06%2Fi-hate-my-lg-viewty%2F&amp;linkname=I%20hate%20my%20LG%20Viewty" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F07%2F06%2Fi-hate-my-lg-viewty%2F&amp;linkname=I%20hate%20my%20LG%20Viewty" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F07%2F06%2Fi-hate-my-lg-viewty%2F&amp;linkname=I%20hate%20my%20LG%20Viewty" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F07%2F06%2Fi-hate-my-lg-viewty%2F&amp;linkname=I%20hate%20my%20LG%20Viewty" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F07%2F06%2Fi-hate-my-lg-viewty%2F&amp;linkname=I%20hate%20my%20LG%20Viewty" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F07%2F06%2Fi-hate-my-lg-viewty%2F&amp;linkname=I%20hate%20my%20LG%20Viewty" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F07%2F06%2Fi-hate-my-lg-viewty%2F&amp;linkname=I%20hate%20my%20LG%20Viewty">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/07/06/i-hate-my-lg-viewty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual snooping</title>
		<link>http://www.nikrivers.com/2009/06/10/virtual-snooping/</link>
		<comments>http://www.nikrivers.com/2009/06/10/virtual-snooping/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 19:03:46 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[street view]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=557</guid>
		<description><![CDATA[Previously I&#8217;d made my opinion clear on the privacy aspect of Google Street View &#8211; in that essentially Google hasn&#8217;t done anything that can&#8217;t be done by any ordinary person with a camera walking past your house.  If you don&#8217;t want to be seen playing air guitar in your wife&#8217;s underwear, simply close the [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I&#8217;d made <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/2009/03/24/privacy-and-google-street-view/" title="(14 hits)">my opinion</a> clear on the privacy aspect of Google Street View &#8211; in that essentially Google hasn&#8217;t done anything that can&#8217;t be done by any ordinary person with a camera walking past your house.  If you don&#8217;t want to be seen playing air guitar in your wife&#8217;s underwear, simply close the curtains.  Or just don&#8217;t do it.</p>
<p>Since then, and on a seemingly unrelated note, the BBC News website has reported on a body being dumped in a wheelie bin in Cobham, Surrey.  It caught my eye because it&#8217;s not a million miles away from where I live (though not too close for comfort, I admit).  The <a href="http://www.nikrivers.com/blog/go.php?http://news.bbc.co.uk/1/hi/england/surrey/8087642.stm" target="_blank" title="(29 hits)">BBC News article</a> carries a photo of the front of the house in question, guarded by police; and while the article itself attempts to protect the nearby residents&#8217; privacy by mentioning only the name of the road, this is already too much information.</p>
<p>And this is where the two cross paths.  With just a little effort &#8211; the road isn&#8217;t very long, and Google is quite a powerful engine &#8211;  the property can be seen on <a href="http://www.nikrivers.com/blog/go.php?http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=hamilton+avenue,+cobham,+uk&amp;sll=51.3292,-0.411189&amp;sspn=0.0842,0.222473&amp;g=cobham,+uk&amp;ie=UTF8&amp;ll=51.334185,-0.418414&amp;spn=0.005262,0.013905&amp;t=h&amp;z=17&amp;layer=c&amp;cbll=51.334123,-0.418294&amp;panoid=jtw--ifaqAPiDkv3LqNmCg&amp;cbp=13,68,,0,5.08" target="_blank" title="(7 hits)">Google Street View</a>, complete with the unobscured number plate of the car on the drive.  Google approximates the address at 16 Hamilton Avenue.  Whether this is correct matters very little &#8211; the perception is that it <em>might</em> be correct.  And that the car on the drive <em>might</em> be involved.  It&#8217;s irrelevant that the Google Street View car may have driven down that road in the distant past, because information, like statistics, can be misused.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F06%2F10%2Fvirtual-snooping%2F&amp;linkname=Virtual%20snooping" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F06%2F10%2Fvirtual-snooping%2F&amp;linkname=Virtual%20snooping" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F06%2F10%2Fvirtual-snooping%2F&amp;linkname=Virtual%20snooping" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F06%2F10%2Fvirtual-snooping%2F&amp;linkname=Virtual%20snooping" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F06%2F10%2Fvirtual-snooping%2F&amp;linkname=Virtual%20snooping" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F06%2F10%2Fvirtual-snooping%2F&amp;linkname=Virtual%20snooping" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F06%2F10%2Fvirtual-snooping%2F&amp;linkname=Virtual%20snooping">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/06/10/virtual-snooping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If it can, it will</title>
		<link>http://www.nikrivers.com/2009/04/22/if-it-can-it-will/</link>
		<comments>http://www.nikrivers.com/2009/04/22/if-it-can-it-will/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 19:57:14 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[house]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=534</guid>
		<description><![CDATA[I am slowly coming to accept the fact that seemingly simple tasks are never quite as simple as they should be.  I&#8217;m mainly talking about DIY, and home improvements.
The latest &#8216;quick job&#8217; that turned out to be anything but quick, was replacing our side gate.  We haven&#8217;t used it since we moved into [...]]]></description>
			<content:encoded><![CDATA[<p>I am slowly coming to accept the fact that seemingly simple tasks are never quite as simple as they should be.  I&#8217;m mainly talking about DIY, and home improvements.</p>
<p>The latest &#8216;quick job&#8217; that turned out to be anything but quick, was replacing our side gate.  We haven&#8217;t used it since we moved into the house back in mid-2007, mainly because we didn&#8217;t have&#8211;or couldn&#8217;t find (or, probably more accurately, didn&#8217;t look for)&#8211;the key.  We assumed that since we couldn&#8217;t open it, neither could anyone else (without breaking it down), and it was therefore as secure as a side gate could be expected to be.</p>
<p><span id="more-534"></span>Well that theory fell through when we noticed that the wet weather had finally penetrated the wood of the door, and it had started to rot and bow, leaving a large gap between the door and the frame.  Since it was visible from the street, replacement was necessary.</p>
<p>I went ahead and ordered a new wooden door from B&amp;Q, and all the hinges, locks, handles and screws necessary to fit it from Wickes.  Oh, and some paint.  I&#8217;ve never painted anything external before, so I got some primer, some undercoat, and a gloss topcoat.  It is no longer funny to see how many cans of paint we have in our utility room.</p>
<p>On a sidenote, it turned out that the door was actually a hollow internal door, and the top and bottom edges weren&#8217;t painted.  The door was so soft and damp that I can&#8217;t dispose of it yet.  It will either dry out in the sun, at which point I can get it to the tip, or the rain will wash most of it away.</p>
<p>Anyway, to cut a long story short, the rot had spread to the door frame as well, and wouldn&#8217;t have supported the forces of a door being opened and closed.  And replacing the door frame is not something I wanted to do, since the two courses of brickwork above the door are not supported by a lintel.  They sit directly on the door frame.  Nice.</p>
<p>So, back out to Wickes I go, to buy some external plywood to board the door up.  A packet of woodscrews and a few coats of paint later, it looks just like a door, but without a handle.  Or hinges.  Or the functionality.</p>
<p>And we now have a spare half-painted door that we need to store&#8230;</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F04%2F22%2Fif-it-can-it-will%2F&amp;linkname=If%20it%20can%2C%20it%20will" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F04%2F22%2Fif-it-can-it-will%2F&amp;linkname=If%20it%20can%2C%20it%20will" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F04%2F22%2Fif-it-can-it-will%2F&amp;linkname=If%20it%20can%2C%20it%20will" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F04%2F22%2Fif-it-can-it-will%2F&amp;linkname=If%20it%20can%2C%20it%20will" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F04%2F22%2Fif-it-can-it-will%2F&amp;linkname=If%20it%20can%2C%20it%20will" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F04%2F22%2Fif-it-can-it-will%2F&amp;linkname=If%20it%20can%2C%20it%20will" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F04%2F22%2Fif-it-can-it-will%2F&amp;linkname=If%20it%20can%2C%20it%20will">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/04/22/if-it-can-it-will/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Privacy and Google Street View</title>
		<link>http://www.nikrivers.com/2009/03/24/privacy-and-google-street-view/</link>
		<comments>http://www.nikrivers.com/2009/03/24/privacy-and-google-street-view/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:03:50 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[street view]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=421</guid>
		<description><![CDATA[Google recently launched their Street View service in the UK, which is integrated with Google Maps, and allows you to view seamless 360 degree photo panoramas of a number of locations throughout the country.  It&#8217;s just like a virtual tour of those locations.
The images were captured using a camera mounted on top of a [...]]]></description>
			<content:encoded><![CDATA[<p>Google recently launched their <a href="http://www.nikrivers.com/blog/go.php?http://maps.google.co.uk/help/maps/streetview/" target="_blank" title="(17 hits)">Street View</a> service in the UK, which is integrated with Google Maps, and allows you to view seamless 360 degree photo panoramas of a number of locations throughout the country.  It&#8217;s just like a virtual tour of those locations.</p>
<p>The images were captured using a camera mounted on top of a car fitted with a GPS recording system.  The images are stored with their GPS location, so finding the images surrounding a covered area is straightforward.  Most of London is covered.</p>
<p><span id="more-421"></span>As with any photograph taken by anyone in a populated area, anonymous passers-by get themselves in frame.  And most of these anonymous passers-by don&#8217;t know <span style="text-decoration: line-through;">their souls have been stolen</span> they have been photographed.  Obviously, many people will appear on Street View without knowing it.</p>
<p>But they can find out.  They can find out by looking at the Street View (perhaps looking <em>until</em> they find themselves) of locations they regularly visit.  It seems a lot of people don&#8217;t like the idea of having photos of them appearing on the Internet without their consent, and <a href="http://www.nikrivers.com/blog/go.php?http://news.bbc.co.uk/1/hi/technology/7959362.stm" target="_blank" title="(17 hits)">want Street View to be shut down</a>.</p>
<p>At first, this seems like a reasonable reaction, and one that, without thinking too much about it, most of the public will get behind.  But why might you complain about being photographed on Street View?  There are two reasons:</p>
<ol>
<li>You did not give your permission for the photo to be taken.</li>
<li>The image shows you in a certain location.</li>
</ol>
<p>Again, they seem perfectly valid reasons.  At first.</p>
<p>Although seemingly few people (including a lot of Police officers) know, UK law permits photography in any public place, and in any private place with permission.  You can even take a photograph of a private place so long as the photo is taken in a public place; so, oddly enough, you are able to take a photo looking into someone&#8217;s house from the street outside.  If that&#8217;s your thing, of course.  If you don&#8217;t want to be seen <a href="http://www.nikrivers.com/blog/go.php?http://www.thescottishsun.co.uk/scotsol/homepage/news/article2332253.ece" target="_blank" title="(35 hits)">sitting in your front room naked</a>, close the bloody curtains &#8211; you can&#8217;t stand naked in front of someone, then complain they&#8217;re not respecting your right to privacy.</p>
<p>Once you have taken the photo, the copyright is yours, and you are able to do (almost) whatever you want with it.  Just look at the tabloid press, for example.</p>
<p>So that dismisses reason #1 above.  If you&#8217;re in public, you cannot stop people from seeing you.  You might get into someone&#8217;s photo, especially if you&#8217;re out and about around Buckingham Palace, Trafalgar Square, or St. Paul&#8217;s Cathedral.  You&#8217;re probably going to get into someone&#8217;s photo album, or appear on Flickr.  Oh no!  Let&#8217;s sue Flickr!</p>
<p>As for #2, I can nearly understand not wanting to be shown in a certain location.  But with or without Street View, there&#8217;s no way to prevent people from accidentally seeing you in that location if you <em>go</em> to that location.  And the aim of Street View is not to intentionally find you and blow your cover.  Apparently, one man complained to Google because he was shown leaving a Soho sex shop.  So what?</p>
<p>If you don&#8217;t want to be seen leaving a Soho sex shop:</p>
<ol>
<li>Wear a good disguise.</li>
<li>Make sure there is nobody about when you leave a Soho sex shop.</li>
<li>Don&#8217;t go to a Soho sex shop.</li>
</ol>
<p>Google has automatically blurred out faces and car registration numbers as a gesture to the Information Commissioner, who probably had concerns &#8211; not because of law, but because of the way the public would react (which, strangely, isn&#8217;t fuelled by The Sun&#8217;s faux-outrage for a change).</p>
<p>Ultimately, it&#8217;s no different to someone walking down the street and passing your house/office/favourite park bench.  If you&#8217;re sitting naked in your lounge, and you haven&#8217;t closed the curtains&#8230; well, what do you expect?</p>
<p>If privacy is really your main concern, start off by opting out of the edited electoral register, shredding your credit card statements, and stop Twittering every 18 seconds.  There are <a href="http://www.nikrivers.com/blog/go.php?http://www.techradar.com/news/internet/worried-about-privacy-forget-about-street-view-587262?src=rss&amp;attr=all" target="_blank" title="(9 hits)">bigger things to worry about</a> than being seen in public.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F24%2Fprivacy-and-google-street-view%2F&amp;linkname=Privacy%20and%20Google%20Street%20View" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F24%2Fprivacy-and-google-street-view%2F&amp;linkname=Privacy%20and%20Google%20Street%20View" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F24%2Fprivacy-and-google-street-view%2F&amp;linkname=Privacy%20and%20Google%20Street%20View" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F24%2Fprivacy-and-google-street-view%2F&amp;linkname=Privacy%20and%20Google%20Street%20View" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F24%2Fprivacy-and-google-street-view%2F&amp;linkname=Privacy%20and%20Google%20Street%20View" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F24%2Fprivacy-and-google-street-view%2F&amp;linkname=Privacy%20and%20Google%20Street%20View" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F24%2Fprivacy-and-google-street-view%2F&amp;linkname=Privacy%20and%20Google%20Street%20View">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/03/24/privacy-and-google-street-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Comes in threes</title>
		<link>http://www.nikrivers.com/2009/03/19/comes-in-threes/</link>
		<comments>http://www.nikrivers.com/2009/03/19/comes-in-threes/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 17:43:41 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[bad luck]]></category>
		<category><![CDATA[blue screen of death]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[ups]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=411</guid>
		<description><![CDATA[They say that bad luck comes in threes.
I don&#8217;t know who They are, but why did They have to say it?  Why not twos?  Or &#8220;bad luck comes accompanied by no other instances of bad luck whatsoever&#8221;?
Anyway, following the tragic and catastrophic failure of my UPS, and the terminal affliction suffered by my [...]]]></description>
			<content:encoded><![CDATA[<p>They say that bad luck comes in threes.</p>
<p>I don&#8217;t know who They are, but why did They have to say it?  Why not twos?  Or &#8220;bad luck comes accompanied by no other instances of bad luck whatsoever&#8221;?</p>
<p>Anyway, following the <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/2009/03/14/ups-a-daisy/" target="_self" title="(11 hits)">tragic and catastrophic failure of my UPS</a>, and the <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/2009/03/18/take-this-broken-wing-mirror/" target="_self" title="(18 hits)">terminal affliction suffered by my wing mirror</a> (oh yes, terrible times indeed), my computer has now decided things were still going too well for its liking, and a further helping of drama was required in order to provide some kind of counterpoint to the general wellness from which I was suffering.</p>
<p><span id="more-411"></span>So it died.</p>
<p>Not the Blue Screen of Death (BSOD), the Black Screen of Refusal To Even Power Up (BSORTEP).  I&#8217;m hoping that acronym will catch on.  I&#8217;m going to submit it to urbandictionary.com later.</p>
<p>I love working in IT.  I really do.  It&#8217;s something I understand, and mostly enjoy.  You can&#8217;t ask for much more from a job.  But sometimes it feels like I spend all my time fixing things that shouldn&#8217;t have gone wrong in the first place, instead of making new things to go wrong.</p>
<p>What upsets me most is that I had ripped all my CDs onto that computer as WMAs, and then &#8216;archived&#8217; (read chucked) my now-redundant CDs in a load of boxes ready for &#8216;long term archiving&#8217; (read chucking) into the loft.</p>
<p>If I have to rip all my CDs again, I will be well miffed.  Yes, well miffed.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F19%2Fcomes-in-threes%2F&amp;linkname=Comes%20in%20threes" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F19%2Fcomes-in-threes%2F&amp;linkname=Comes%20in%20threes" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F19%2Fcomes-in-threes%2F&amp;linkname=Comes%20in%20threes" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F19%2Fcomes-in-threes%2F&amp;linkname=Comes%20in%20threes" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F19%2Fcomes-in-threes%2F&amp;linkname=Comes%20in%20threes" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F19%2Fcomes-in-threes%2F&amp;linkname=Comes%20in%20threes" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F19%2Fcomes-in-threes%2F&amp;linkname=Comes%20in%20threes">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/03/19/comes-in-threes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take this broken wing mirror</title>
		<link>http://www.nikrivers.com/2009/03/18/take-this-broken-wing-mirror/</link>
		<comments>http://www.nikrivers.com/2009/03/18/take-this-broken-wing-mirror/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 20:57:32 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[land rover]]></category>
		<category><![CDATA[lunch]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=409</guid>
		<description><![CDATA[For quite a few weeks, the left-hand wing mirror on my car has been making a rather unsettling clicking/knocking noise every time it folds out.
And at lunchtime today it decided it was finally going to give up the ghost.  It folds in, but doesn&#8217;t fold out.  Repairing it shouldn&#8217;t be too difficult, or [...]]]></description>
			<content:encoded><![CDATA[<p>For quite a few weeks, the left-hand wing mirror on my car has been making a rather unsettling clicking/knocking noise every time it folds out.</p>
<p>And at lunchtime today it decided it was finally going to give up the ghost.  It folds in, but doesn&#8217;t fold out.  Repairing it shouldn&#8217;t be too difficult, or so I thought.  It seems as if the linkage between the motor and the wing mirror joint has decided to become dislodged, or broken at worst.</p>
<p align="center"><object width="425" height="344" data="http://www.youtube.com/v/rhQVRPIHAt4&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash"><param name="allowFullScreen" value="false" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rhQVRPIHAt4&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /></object></p>
<p>So, armed with my trusty Torx screwdrivers, and a few other choice items from my toolbox, I went out to change its mind.</p>
<p><span id="more-409"></span>Or so I thought.</p>
<p>Imagine a wing mirror.  Not a complex piece of equipment, really.  Just a bit of glass with some tin foil glued to the back, right?  But add to that a heated mirror element.  And the remote adjustment motor.  And the powerfold motor.  Suddenly it&#8217;s actually quite complex.  And so Land Rover, presumably to make things easier and quicker (and not to raise revenue through repairs), decided the whole thing should be one atomic unserviceable assembly.  Yes, the external door trim, the motors, the heating element, the wiring connectors and the mounting pillar.  They&#8217;re all part of one untouchable lump.</p>
<p>One untouchable lump that costs £169 + VAT from your nearest Land Rover parts centre.  Hmm, I think not.</p>
<p>I&#8217;m not paying that much money for a wing mirror, only for it to make my other wing mirror look old and dirty.  It would bother me.  Really, it would.  I think I&#8217;ll try finding one from a breaker&#8217;s yard, or something.  Presumably there have been car accidents where the passenger wing mirror <em>hasn&#8217;t</em> been broken..?</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F18%2Ftake-this-broken-wing-mirror%2F&amp;linkname=Take%20this%20broken%20wing%20mirror" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F18%2Ftake-this-broken-wing-mirror%2F&amp;linkname=Take%20this%20broken%20wing%20mirror" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F18%2Ftake-this-broken-wing-mirror%2F&amp;linkname=Take%20this%20broken%20wing%20mirror" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F18%2Ftake-this-broken-wing-mirror%2F&amp;linkname=Take%20this%20broken%20wing%20mirror" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F18%2Ftake-this-broken-wing-mirror%2F&amp;linkname=Take%20this%20broken%20wing%20mirror" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F18%2Ftake-this-broken-wing-mirror%2F&amp;linkname=Take%20this%20broken%20wing%20mirror" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F18%2Ftake-this-broken-wing-mirror%2F&amp;linkname=Take%20this%20broken%20wing%20mirror">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/03/18/take-this-broken-wing-mirror/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UPS-a-daisy</title>
		<link>http://www.nikrivers.com/2009/03/14/ups-a-daisy/</link>
		<comments>http://www.nikrivers.com/2009/03/14/ups-a-daisy/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 17:14:04 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[power cut]]></category>
		<category><![CDATA[ups]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=407</guid>
		<description><![CDATA[About a week ago, I noticed that the display on the UPS protecting the computers in the office indicated it was charging.  Strange, I thought, seeing as I hadn&#8217;t noticed a power cut.  The UPS emits a rather loud second-long beep every four seconds during any power loss, and I was surprised I [...]]]></description>
			<content:encoded><![CDATA[<p>About a week ago, I noticed that the display on the UPS protecting the computers in the office indicated it was charging.  Strange, I thought, seeing as I hadn&#8217;t noticed a power cut.  The UPS emits a rather loud second-long beep every four seconds during any power loss, and I was surprised I hadn&#8217;t noticed it &#8211; even if it happened while I was asleep.</p>
<p><span id="more-407"></span>Needless to say, I hadn&#8217;t heard the beeps because there hadn&#8217;t been any.  And there hadn&#8217;t been any beeps because there had been no power cut.  The UPS was faulty, and about to die.</p>
<p>The first symptom was the UPS constantly trying to charge it&#8217;s batteries, and clearly failing.  The second symptom was its inability to maintain power to the protected circuit when it was disconnected from the mains.  The third symptom was the rather nasty smell that woke me up the other morning &#8211; a sulphury smell not unlike that of someone having their hair highlighted at the hair stylist.  </p>
<p>The three symptoms are expressed in the past tense, because they no longer exist.  They have been deprecated by a fourth; the UPS&#8217;s refusal to do anything at all, even to switch on.</p>
<p>So, it&#8217;s getting replaced.  Annoyingly I&#8217;ve only had it for a year.  Even more annoyingly, we&#8217;ve not had a power cut in that time&#8230;</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F14%2Fups-a-daisy%2F&amp;linkname=UPS-a-daisy" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F14%2Fups-a-daisy%2F&amp;linkname=UPS-a-daisy" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F14%2Fups-a-daisy%2F&amp;linkname=UPS-a-daisy" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F14%2Fups-a-daisy%2F&amp;linkname=UPS-a-daisy" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F14%2Fups-a-daisy%2F&amp;linkname=UPS-a-daisy" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F14%2Fups-a-daisy%2F&amp;linkname=UPS-a-daisy" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F14%2Fups-a-daisy%2F&amp;linkname=UPS-a-daisy">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/03/14/ups-a-daisy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Citroen&#8217;s Snow Motion</title>
		<link>http://www.nikrivers.com/2009/03/10/citroens-snow-motion/</link>
		<comments>http://www.nikrivers.com/2009/03/10/citroens-snow-motion/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:07:04 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[citroen]]></category>
		<category><![CDATA[ice]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[traction control]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=401</guid>
		<description><![CDATA[I love TV adverts.  They mostly treat viewers like idiots, and yet those idiots still buy the products they&#8217;re advertising.
Whoever invented advertising was a genius.
A particular Citroen advert is my latest pet hate.  After some snow about a month ago (complete with the obligatory country-grinding-to-a-halt phenomenon), Citroen have decided that so snow-covered is [...]]]></description>
			<content:encoded><![CDATA[<p>I love TV adverts.  They mostly treat viewers like idiots, and yet those idiots still buy the products they&#8217;re advertising.</p>
<p>Whoever invented advertising was a genius.</p>
<p><span id="more-401"></span>A particular Citroen advert is my latest pet hate.  After some snow about a month ago (complete with the obligatory country-grinding-to-a-halt phenomenon), Citroen have decided that so snow-covered is the UK that they need to make their cars appear more drivable in the snow than the average car.  Introducing <a href="http://www.nikrivers.com/blog/go.php?http://www.citroen.co.uk/technology/safety/snow-motion/" target="_blank" title="(10 hits)">Snow Motion</a>, an automatic system that allows you to drive through snow like it&#8217;s not there. Wow, that&#8217;s amazing.</p>
<p align="center"><object width="425" height="344" data="http://www.youtube.com/v/jgnVRWOcSYI&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/jgnVRWOcSYI&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /></object></p>
<p>So, not only have they renamed traction control, they have also limited its apparent usefulness to during snowy weather.</p>
<p>But wait&#8230;</p>
<blockquote><p>When driving off (up to 3mph) in difficult conditions&#8230;</p></blockquote>
<p>Sadly, that&#8217;s not a typo.  Snow Motion only helps when you&#8217;re driving at 3mph or slower.  That&#8217;s slow.  Considering Citroen seem to think it&#8217;s a huge selling point, you&#8217;re only going to use it for a fraction of your journey.  And not every journey &#8211; only when it has snowed, or is a little bit icy.  Maybe in the wet.  Ok, I&#8217;m pretty sure &#8220;in the wet&#8221; doesn&#8217;t qualify as a &#8220;difficult condition&#8221;.  So when was it last snowy and icy?  Yes, a month or so ago.  And the time before that?  Hmm, about a whole year before.  And before that?  Another whole year before.</p>
<p>And there&#8217;s more.</p>
<blockquote><p>Snow Motion creates a real improvement of drive, safety and an automatic handling that eliminates the apprehension of non informed drivers.</p></blockquote>
<p>&#8220;Non informed drivers&#8221;?  I can&#8217;t think of any other interpretation than &#8220;idiots&#8221;.  So, if you&#8217;re an idiot who is apprehensive about pulling away in the snow, you could just be very careful, and learn how to drive according to the driving conditions by experience.</p>
<p>Or, and this option is recommended by Citroen, you could go out and buy a new car with Snow Motion,  and pretend it&#8217;s not snowing and that there&#8217;s definitely no ice anywhere.  Just don&#8217;t drive faster than 3mph.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F10%2Fcitroens-snow-motion%2F&amp;linkname=Citroen%26%238217%3Bs%20Snow%20Motion" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F10%2Fcitroens-snow-motion%2F&amp;linkname=Citroen%26%238217%3Bs%20Snow%20Motion" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F10%2Fcitroens-snow-motion%2F&amp;linkname=Citroen%26%238217%3Bs%20Snow%20Motion" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F10%2Fcitroens-snow-motion%2F&amp;linkname=Citroen%26%238217%3Bs%20Snow%20Motion" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F10%2Fcitroens-snow-motion%2F&amp;linkname=Citroen%26%238217%3Bs%20Snow%20Motion" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F10%2Fcitroens-snow-motion%2F&amp;linkname=Citroen%26%238217%3Bs%20Snow%20Motion" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F10%2Fcitroens-snow-motion%2F&amp;linkname=Citroen%26%238217%3Bs%20Snow%20Motion">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/03/10/citroens-snow-motion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popular pages</title>
		<link>http://www.nikrivers.com/2009/03/07/popular-pages/</link>
		<comments>http://www.nikrivers.com/2009/03/07/popular-pages/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 11:13:12 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[nslu2]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=398</guid>
		<description><![CDATA[This website is a sort of personal project, rather than a proper blog &#8211; the reason I make this distinction is because I usually don&#8217;t have anything interesting to say; at least, nothing that would be of any interest to anyone who doesn&#8217;t know me.

Much like being able to tell (but not necessarily care) when [...]]]></description>
			<content:encoded><![CDATA[<p>This website is a sort of personal project, rather than a proper blog &#8211; the reason I make this distinction is because I usually don&#8217;t have anything interesting to say; at least, nothing that would be of any interest to anyone who doesn&#8217;t know me.</p>
<p><span id="more-398"></span></p>
<p>Much like being able to tell (but not necessarily care) when I&#8217;m boring someone with a particular conversation, I use website analytics to see where website visitors come from, what they look at, and how frequently they return.  Yes, some people come back.  In fact, most people do.  And the most popular pages are actually the<a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/linksys-nslu2/" title="(37 hits)"> </a><a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/linksys-nslu2/" target="_self" title="(37 hits)">NSLU2</a> pages which describe how to configure a very small, low-power Linux server based on a Linksys NAS device.</p>
<p>I have no delusions about the overall importance of nikrivers.com; nobody knows about it, it doesn&#8217;t appear very high up in any Google results unless you search for my name, and even my mum keeps forgetting how to find it (though she also has to keep asking me how to find the Internet, because &#8220;it&#8217;s gone from my desktop&#8221;).</p>
<p>That said, 101 different people have visited my NSLU2 guides in the last 20 days alone, about a third of which are visitors who have never been to my website before.  Even after Linksys has discontinued the NSLU2, it still remains popular as a web and mail server.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F07%2Fpopular-pages%2F&amp;linkname=Popular%20pages" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F07%2Fpopular-pages%2F&amp;linkname=Popular%20pages" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F07%2Fpopular-pages%2F&amp;linkname=Popular%20pages" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F07%2Fpopular-pages%2F&amp;linkname=Popular%20pages" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F07%2Fpopular-pages%2F&amp;linkname=Popular%20pages" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F07%2Fpopular-pages%2F&amp;linkname=Popular%20pages" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F07%2Fpopular-pages%2F&amp;linkname=Popular%20pages">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/03/07/popular-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An overdue update</title>
		<link>http://www.nikrivers.com/2009/03/05/an-overdue-update/</link>
		<comments>http://www.nikrivers.com/2009/03/05/an-overdue-update/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 13:38:57 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Nik & Charlie]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ice]]></category>
		<category><![CDATA[nhs]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=395</guid>
		<description><![CDATA[A lot has happened in the several months that have passed since I last had time to write a blog entry.
The fruit of over a year of preparation took place in late December: our wedding.  It was the perfect day, and it went with no hiccups, no problems, and no disappointments.  It feels [...]]]></description>
			<content:encoded><![CDATA[<p>A lot has happened in the several months that have passed since I last had time to write a blog entry.</p>
<p>The fruit of over a year of preparation took place in late December: our wedding.  It was the perfect day, and it went with no hiccups, no problems, and no disappointments.  It feels like it happened only a few days ago, but it was 13 weeks ago tomorrow.  We don&#8217;t have the photos back from the photographer yet, but as soon as we do I&#8217;ll create an album in the gallery for them; and I&#8217;ll also try to collect together any photos that other people took &#8211; there are already some on Facebook and other places.</p>
<p><span id="more-395"></span></p>
<p>January was mostly quiet.  Charlie and I had some time off work after the wedding to relax, enjoy being newly married, and let it all sink in (I still don&#8217;t think it has for me yet).</p>
<p>However, it became interesting in February.  We had a little bit of snow.  Ok, a fair amount of snow; the news told us we hadn&#8217;t seen so much snow for 18 years, but personally I don&#8217;t think there&#8217;s much value in measuring how much we had &#8211; it was more than none, and it was less than enough to stop people from getting out of their houses and buying as much milk and bread as they could find.  You know, more bread than anyone could possibly eat before its use-by date.</p>
<p>But of course, although we get snow pretty much every year, even the slightest snowfall brings the country, particularly the transport infrastructure, to a grinding halt.  And then people start using the snow as an excuse not to go to work.  People drive like idiots, down the middle of the road, as if the kerb is now bristling with tyre-popping spikes.  Fortunately it only lasted for a week or so, the MET Office&#8217;s predictions becoming more hilariously inaccurate with each passing hour.  But that&#8217;s it for snow, until next year.</p>
<p>Then the snow thawed.  And then it refroze.  And then, like a 94-year-old man, I took a tumble on the ice and landed on my poor hand, while holding my car keys.  But after a call to NHS Direct, a few trips to hospital (including A&amp;E), 2 sets of x-rays, more GP visits and phonecalls than I can remember, and about three weeks off work, it seems I didn&#8217;t fracture my scaphoid.  Or maybe I did, I don&#8217;t know &#8211; I never got to see the x-rays.  And I&#8217;m not sure anyone else did, either.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F05%2Fan-overdue-update%2F&amp;linkname=An%20overdue%20update" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F05%2Fan-overdue-update%2F&amp;linkname=An%20overdue%20update" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F05%2Fan-overdue-update%2F&amp;linkname=An%20overdue%20update" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F05%2Fan-overdue-update%2F&amp;linkname=An%20overdue%20update" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F05%2Fan-overdue-update%2F&amp;linkname=An%20overdue%20update" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F05%2Fan-overdue-update%2F&amp;linkname=An%20overdue%20update" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2009%2F03%2F05%2Fan-overdue-update%2F&amp;linkname=An%20overdue%20update">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/03/05/an-overdue-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uncensored</title>
		<link>http://www.nikrivers.com/2008/12/09/uncensored/</link>
		<comments>http://www.nikrivers.com/2008/12/09/uncensored/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 20:47:41 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iwf]]></category>
		<category><![CDATA[virgin killer]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=386</guid>
		<description><![CDATA[Further to my previous rant on censorship, it seems the IWF has decided it may have dropped a clanger in its decision to block (most) UK Internet access to a particular web page.
The statement on their website implies the decision to unblock the web page was theirs alone, and makes no mention of the global [...]]]></description>
			<content:encoded><![CDATA[<p>Further to my <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/2008/12/07/censorship/" target="_self" title="(25 hits)">previous rant on censorship</a>, it seems the IWF has decided it may have dropped a clanger in its decision to block (most) UK Internet access to a <a href="http://www.nikrivers.com/blog/go.php?http://en.wikipedia.org/wiki/Virgin_killer" target="_blank" title="(43 hits)">particular web page</a>.</p>
<p>The <a href="http://www.nikrivers.com/blog/go.php?http://www.iwf.org.uk/media/news.251.htm" target="_blank" title="(18 hits)">statement</a> on their website implies the decision to unblock the web page was theirs alone, and makes no mention of the global outcry caused by their initial action.</p>
<p>Surely, the backtracking thought process that went on at the IWF is one that should have happened <em>before</em> blocking the web page in the first place..?</p>
<p><span id="more-386"></span></p>
<p>A <a href="http://www.nikrivers.com/blog/go.php?http://en.wikipedia.org/wiki/Wikipedia:Administrators'_noticeboard/2008_IWF_action" target="_blank" title="(0 hits)">page on Wikipedia</a> regarding the issue states:</p>
<blockquote><p>The IWF blocked access to a page on one of the world&#8217;s most-visited websites without informing its owners. We understand that their policy is not to contact any of the hosts they block, but commonsense should have told them that blocking such a website might have unforeseen consequences. In particular, they failed to understand that whereas a block of the article itself may well amount to restraint on the guaranteed freedom to receive and impart information, the image itself is uploaded from a different URL which could have been separately blocked by the ISPs with whom they are in partnership; in this way, they demonstrate a complete lack of understanding of how websites work, which is chilling in the extreme for a supposed Internet Watchdog.</p></blockquote>
<p>Chilling indeed; it implies those staff at IWF who make the decision on censorship are also the same staff that implement the URL block &#8211; that&#8217;s like allowing your grandma to configure your firewall.</p>
<p>So, the good news is that we can all go and read about our favourite German rock band&#8217;s controversial Virgin Killer album on Wikipedia without having to look at the version in Google&#8217;s cache.</p>
<p>The bad news is that the IWF still have the power to decide what you can and cannot see on the Internet.  A bit like AOL in the &#8217;90s.</p>
<p>However, it still remains for the Wikimedia Foundation to decide whether the image in question is in fact illegal, and whether it should be removed from the Wikipedia website.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F09%2Funcensored%2F&amp;linkname=Uncensored" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F09%2Funcensored%2F&amp;linkname=Uncensored" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F09%2Funcensored%2F&amp;linkname=Uncensored" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F09%2Funcensored%2F&amp;linkname=Uncensored" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F09%2Funcensored%2F&amp;linkname=Uncensored" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F09%2Funcensored%2F&amp;linkname=Uncensored" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F09%2Funcensored%2F&amp;linkname=Uncensored">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/12/09/uncensored/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Censorship</title>
		<link>http://www.nikrivers.com/2008/12/07/censorship/</link>
		<comments>http://www.nikrivers.com/2008/12/07/censorship/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 16:25:53 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[iwf]]></category>
		<category><![CDATA[virgin killer]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=368</guid>
		<description><![CDATA[Well, it seems the Internet Watch Foundation (IWF), an independent UK-based Internet watchdog, has got itself into what could be a major publicity debacle; one from which it simply cannot emerge without losing a lot of face.
In what seems like a genuine move to prevent UK web-surfers from accidentally stumbling across an &#8216;offensive&#8217; image, and [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it seems the <a href="http://www.nikrivers.com/blog/go.php?http://www.iwf.org.uk" title="(11 hits)">Internet Watch Foundation</a> (IWF), an independent UK-based Internet watchdog, has got itself into what could be a major publicity debacle; one from which it simply cannot emerge without losing a lot of face.</p>
<p><span id="more-368"></span>In what seems like a genuine move to prevent UK web-surfers from accidentally stumbling across an &#8216;offensive&#8217; image, and to prevent those with questionable interests getting a little fix, they have classified as offensive a Wikipedia page about German band Scorpions&#8217; 1976 album Virgin Killer, which features an image of a naked girl on the cover.</p>
<p>I&#8217;ll make it clear now; in my opinion the image isn&#8217;t one I think should be available to innocent surfers. If I owned the album, I probably wouldn&#8217;t keep it anywhere it might be found without specifically looking for it.</p>
<p>&#8220;Ok&#8221;, you might think, &#8220;what&#8217;s bad about censoring a picture of a naked child?&#8221;, you might think. Nothing. But that&#8217;s not the bigger picture.</p>
<p>For a start, I can&#8217;t possibly count the number of albums I&#8217;ve seen with more than just &#8216;questionable&#8217; artwork. These images have been designed, agreed, printed to vinyl covers and CD inlays, and sent to HMV, before being bought by music fans. If there&#8217;s a time to censor an image, it&#8217;s when it is created &#8211; not once it has been accepted into a culture for 32 &#8211; yes, count them &#8211; 32 years, and suddenly looks like its censorship will garner you a few publicity points. Oops, I lost my neutrality for a moment there.</p>
<p>Of course, there will be exceptions &#8211; extremely offensive material will always be slipping through the net somehow, and remaining unnoticed for a while before being noticed by the authorities.</p>
<p>Oh, wait a minute, the authorities? But the IWF doesn&#8217;t <em>have</em> any official authority! It&#8217;s a charity that maintains a list of potentially offensive websites or web pages. The censoring is actually implemented by ISPs who use that list to check the pages viewed by innocent surfers, and block them if they appear in the IWF list.</p>
<p>Again, in my opinion there&#8217;s nothing much wrong with blocking pages of an offensive nature; but when your ISP monitors <em>every</em> page you view, where is your privacy? Who decides what is to be censored, and what is not? What is to prevent the power of universal censorship falling into the hands of the government, leaving the innocent web-surfer unaware?</p>
<p>I can&#8217;t answer that.</p>
<p>What I can say, however, is that the way in which the IWF has &#8216;blocked&#8217; the Wikipedia page in question is by intercepting the traffic to that page, and returning a 404 Not Found message (although their implementation is laughable, see bottom). This interception is performed using transparent proxies, which results in every affected user (an estimated 95% of the UK) appearing to have one of a small range of IP addresses. For the non-technically minded, this basically means that everyone in the UK viewing Wikipedia appears to be doing so from one of only a few computers.</p>
<p>The implication is that anyone in the UK could take advantage of this effective anonymity, and deface, destroy and vandalise Wikipedia without the risk of being traced. Obviously, Wikipedia have therefore had to block anyone from these IP addresses from editing Wikipedia pages.</p>
<p>That&#8217;s nice. So: the IWF has decided one particular image is potentially offensive, and so Internet censorship is arbitrarily enforced, the UK can no longer contribute to Wikipedia, and every time a UK surfer views a webpage, it is monitored.</p>
<p>Where will it end? Will politically-biased writing become subject to censorship? Images of war and destruction? And who decides what is to be censored? On first glance, the IWF seems to simply &#8217;suggest&#8217; websites which &#8216;may&#8217; be offensive, and allows ISPs to make use of this list. But which ISP wants to fall into the trap of shunning censorship, only to find their name in the tabloids for &#8220;ALLOWING ACCESS TO CHILD PORN&#8221;. You know what the Sun and Daily Mail are like. And most of their readers, who probably wouldn&#8217;t (want to) understand the deeper issues.</p>
<p>So, until the ISPs decide this was a bad move, or the IWF backs down and accepts it has done the Internet community a disservice, Big Brother will be watching what we want to watch, and deciding whether or not we should be allowed.</p>
<p>Meanwhile, the IWF continues bagging those publicity points under the banner of &#8216;keeping the Internet safe&#8217;.</p>
<p>It was only a few years back when China was the one at which we would laugh and shake our heads in dismay and disbelief. Now we must look ever so big and clever to the rest of the world.</p>
<p>Internet Watch Foundation&#8230; FAIL.</p>
<p>And by the way, if you really want to see what all the fuss is about, but think you can&#8217;t because the Wikipedia page is blocked, you are wrong. Just do a <a href="http://www.nikrivers.com/blog/go.php?http://images.google.co.uk/images?hl=en&amp;q=virgin%20killer&amp;um=1&amp;ie=UTF-8&amp;sa=N&amp;tab=wi" title="(12 hits)">Google Image search</a> for the album title.</p>
<p>Decide for yourself. Is censorship appropriate? You&#8217;ll probably say yes. I did. But the IWF hasn&#8217;t solved anything &#8211; the image is still readily available to those who know how to use Google. And previous lessons learned from Internet censorship show that audiences are driven underground, and people start actively trying to beat the system, thus rendering this type of censorship obsolete.</p>
<p>The image has been around since the &#8217;70s, so I bet it&#8217;s on more websites than just Wikipedia, on more hard drives than just those who visited the Wikipedia article, and on more CD and LP shelves than you can shake a stick at.</p>
<p>As for the effectiveness of the actual IWF webpage block, I can say with all honesty that it is just this side of the &#8216;Not Effective At All&#8217; classification. The IWF has blocked the URL of the page on which the image appears, but not the URL of the image itself. The image can still be viewed directly; but ironically the webpage which puts the image into context cannot &#8211; except it can, because the IWF seems to be inept:</p>
<p>Here is the IWF-blocked Wikipedia page: <a href="http://www.nikrivers.com/blog/go.php?http://en.wikipedia.org/wiki/Virgin_Killer" title="(43 hits)">http://en.wikipedia.org/wiki/Virgin_Killer</a><br />
But you can go here if you really want to see it: <a href="http://www.nikrivers.com/blog/go.php?http://en.wikipedia.org/w/index.php?title=Virgin_Killer" title="(11 hits)">http://en.wikipedia.org/w/index.php?title=Virgin_Killer</a></p>
<h2>Further reading</h2>
<p>It seems several people have a similar opinion to mine, including <a href="http://www.nikrivers.com/blog/go.php?http://blog.tomjowitt.co.uk/?p=163" target="_blank" title="(40 hits)">Tom Jowitt</a>, whose Blog entry on the matter is well worth a read.</p>
<p>The IWF has made a grammatically poor statement <a href="http://www.nikrivers.com/blog/go.php?http://www.iwf.org.uk/media/news.250.htm" target="_blank" title="(13 hits)">here</a>. Sorry if the link is broken; the URL changes each time a revision is made, and the old version becomes unavailable. Great system, guys.</p>
<p>My ISP, BeThere, has made <a href="http://www.nikrivers.com/blog/go.php?https://www.bethere.co.uk/forum/viewtopic.php?t=23720" target="_blank" title="(19 hits)">this</a> statement, which could be interpreted as suitably on-the-fence, or genuinely concerned for it&#8217;s customers&#8217; best interests, depending on how sceptical you choose to be.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F07%2Fcensorship%2F&amp;linkname=Censorship" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F07%2Fcensorship%2F&amp;linkname=Censorship" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F07%2Fcensorship%2F&amp;linkname=Censorship" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F07%2Fcensorship%2F&amp;linkname=Censorship" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F07%2Fcensorship%2F&amp;linkname=Censorship" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F07%2Fcensorship%2F&amp;linkname=Censorship" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F12%2F07%2Fcensorship%2F&amp;linkname=Censorship">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/12/07/censorship/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>All baby cows are lost!</title>
		<link>http://www.nikrivers.com/2008/10/26/all-baby-cows-are-lost/</link>
		<comments>http://www.nikrivers.com/2008/10/26/all-baby-cows-are-lost/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 17:27:24 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Wii]]></category>
		<category><![CDATA[steven spielberg]]></category>
		<category><![CDATA[wii games]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=334</guid>
		<description><![CDATA[<a href="http://www.nikrivers.com/2008/10/26/all-baby-cows-are-lost/" title="All baby cows are lost!"><img src="http://www.nikrivers.com/blog/wp-content/uploads/yapb_cache/boom_blox.vgls7gbxo6s80sc0cc4c0488.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="126" alt="All baby cows are lost!" style="float:left;padding:0 10px 10px 0;" ></a>Our latest addition to our collection of Wii games is Boom Blox, a puzzle game which boasts being designed by Steven Spielberg (although, sadly, there&#8217;s nothing particularly Spielbergy about it).
It has a great multi-player co-operative mode, which has kept us playing into the small hours this weekend.  And the single-player games involves lots of [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.nikrivers.com/2008/10/26/all-baby-cows-are-lost/" title="All baby cows are lost!"><img src="http://www.nikrivers.com/blog/wp-content/uploads/yapb_cache/boom_blox.vgls7gbxo6s80sc0cc4c0488.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="126" alt="All baby cows are lost!" style="float:left;padding:0 10px 10px 0;" ></a><p>Our latest addition to our collection of Wii games is Boom Blox, a puzzle game which boasts being designed by Steven Spielberg (although, sadly, there&#8217;s nothing particularly Spielbergy about it).</p>
<p>It has a great multi-player co-operative mode, which has kept us playing into the small hours this weekend.  And the single-player games involves lots of explosions, kittens being eaten by skeletons, and armies of sheep fighting monkeys.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F26%2Fall-baby-cows-are-lost%2F&amp;linkname=All%20baby%20cows%20are%20lost%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F26%2Fall-baby-cows-are-lost%2F&amp;linkname=All%20baby%20cows%20are%20lost%21" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F26%2Fall-baby-cows-are-lost%2F&amp;linkname=All%20baby%20cows%20are%20lost%21" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F26%2Fall-baby-cows-are-lost%2F&amp;linkname=All%20baby%20cows%20are%20lost%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F26%2Fall-baby-cows-are-lost%2F&amp;linkname=All%20baby%20cows%20are%20lost%21" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F26%2Fall-baby-cows-are-lost%2F&amp;linkname=All%20baby%20cows%20are%20lost%21" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F26%2Fall-baby-cows-are-lost%2F&amp;linkname=All%20baby%20cows%20are%20lost%21">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/10/26/all-baby-cows-are-lost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today: Blog Action Day</title>
		<link>http://www.nikrivers.com/2008/10/15/today-blog-action-day/</link>
		<comments>http://www.nikrivers.com/2008/10/15/today-blog-action-day/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 18:09:45 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=339</guid>
		<description><![CDATA[Well, contrary to my expectations, Google continued working as normal today, with no strange or spurious results.  This is either due to Google&#8217;s relevancy algorithms, or Blog Action Day (BAD) not being used to boost website traffic to otherwise irrelevant sites.

Or maybe it&#8217;s just because today received very little publicity.  It seems BAD [...]]]></description>
			<content:encoded><![CDATA[<p>Well, contrary to my <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/2008/10/14/tomorrow-blog-action-day/" title="(12 hits)">expectations</a>, Google continued working as normal today, with no strange or spurious results.  This is either due to Google&#8217;s relevancy algorithms, or <a href="http://www.nikrivers.com/blog/go.php?http://www.blogactionday.org" target="_blank" title="(8 hits)">Blog Action Day</a> (BAD) not being used to boost website traffic to otherwise irrelevant sites.</p>
<p><span id="more-339"></span></p>
<p>Or maybe it&#8217;s just because today received very little publicity.  It seems BAD relied heavily on word-of-mouth promotion, and thus I expect failed to reach a significant number of people who aren&#8217;t involved in networks of blogs and related websites.</p>
<p>I found out about BAD late yesterday, and have only seen it mentioned on the website which brought it to my attention.  I wonder how many people, like myself, failed to publish something noteworthy and interesting because of their lack of awareness.</p>
<p>Surely the success of such a venture relies on reaching out to and ensnaring those who would not normally notice or care.  Apparently, a total of over 14,000 BAD posts (including many &#8216;non-posts&#8217;, like this one) were published to various blogs; but amongst the millions of websites that cover current affairs, gaming, sport, fashion, music&#8230; is 14,000 enough to be visible?</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F15%2Ftoday-blog-action-day%2F&amp;linkname=Today%3A%20Blog%20Action%20Day" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F15%2Ftoday-blog-action-day%2F&amp;linkname=Today%3A%20Blog%20Action%20Day" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F15%2Ftoday-blog-action-day%2F&amp;linkname=Today%3A%20Blog%20Action%20Day" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F15%2Ftoday-blog-action-day%2F&amp;linkname=Today%3A%20Blog%20Action%20Day" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F15%2Ftoday-blog-action-day%2F&amp;linkname=Today%3A%20Blog%20Action%20Day" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F15%2Ftoday-blog-action-day%2F&amp;linkname=Today%3A%20Blog%20Action%20Day" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F15%2Ftoday-blog-action-day%2F&amp;linkname=Today%3A%20Blog%20Action%20Day">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/10/15/today-blog-action-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomorrow: Blog Action Day</title>
		<link>http://www.nikrivers.com/2008/10/14/tomorrow-blog-action-day/</link>
		<comments>http://www.nikrivers.com/2008/10/14/tomorrow-blog-action-day/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 18:28:47 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[global poverty]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=317</guid>
		<description><![CDATA[I just found out from StatCounter.com that tomorrow is Blog Action Day &#8216;08, a well-meaning attempt to turn the online community&#8217;s attention to the topic for this year: global poverty.

I don&#8217;t think there are many people who would deny it&#8217;s a big issue, and one that should be tackled &#8211; do we really need an [...]]]></description>
			<content:encoded><![CDATA[<p>I just found out from <a href="http://www.nikrivers.com/blog/go.php?http://blog.statcounter.com/2008/10/blog-action-day-2008/" target="_blank" title="(19 hits)">StatCounter.com</a> that tomorrow is <a href="http://www.nikrivers.com/blog/go.php?http://www.blogactionday.org/" title="(8 hits)">Blog Action Day &#8216;08</a>, a well-meaning attempt to turn the online community&#8217;s attention to the topic for this year: global poverty.</p>
<p><span id="more-317"></span></p>
<p>I don&#8217;t think there are many people who would deny it&#8217;s a big issue, and one that should be tackled &#8211; do we really need an Internet-wide awareness day?  Maybe we do; community-driven content seems to hold more sway than the content on corporate or commercial websites.</p>
<p>Regardless, presumably any Google searches for the next few days will return completely irrelevant results.  It will be interesting to see what happens.</p>
<p><script src="http://blogactionday.org/js/c56c534174cb56267b4a014de7cc9dd73f587a6b"></script></p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F14%2Ftomorrow-blog-action-day%2F&amp;linkname=Tomorrow%3A%20Blog%20Action%20Day" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F14%2Ftomorrow-blog-action-day%2F&amp;linkname=Tomorrow%3A%20Blog%20Action%20Day" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F14%2Ftomorrow-blog-action-day%2F&amp;linkname=Tomorrow%3A%20Blog%20Action%20Day" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F14%2Ftomorrow-blog-action-day%2F&amp;linkname=Tomorrow%3A%20Blog%20Action%20Day" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F14%2Ftomorrow-blog-action-day%2F&amp;linkname=Tomorrow%3A%20Blog%20Action%20Day" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F14%2Ftomorrow-blog-action-day%2F&amp;linkname=Tomorrow%3A%20Blog%20Action%20Day" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F14%2Ftomorrow-blog-action-day%2F&amp;linkname=Tomorrow%3A%20Blog%20Action%20Day">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/10/14/tomorrow-blog-action-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>After 200m perform factory reset</title>
		<link>http://www.nikrivers.com/2008/10/12/after-200m-perform-factory-reset/</link>
		<comments>http://www.nikrivers.com/2008/10/12/after-200m-perform-factory-reset/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 14:10:49 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[hard reset]]></category>
		<category><![CDATA[ipaq]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[pda]]></category>
		<category><![CDATA[tomtom]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2008/10/12/after-200m-perform-factory-reset/</guid>
		<description><![CDATA[Yesterday, just as we were starting out on a car journey into deepest, darkest London, my iPaq 2790 decided it would refuse to connect to my TomTom GPS receiver. Having worked perfectly less than 2 weeks ago, it was now complaining about lack of memory.

Specifically, &#8220;The Bluetooth Radio failed to turn ON due to insufficient [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, just as we were starting out on a car journey into deepest, darkest London, my iPaq 2790 decided it would refuse to connect to my TomTom GPS receiver. Having worked perfectly less than 2 weeks ago, it was now complaining about lack of memory.</p>
<p><span id="more-307"></span></p>
<p>Specifically, &#8220;The Bluetooth Radio failed to turn ON due to insufficient driver memory available&#8221;. Hmm. Fortunately we were only 1/2 a mile from home when we realised it wasn&#8217;t going play ball, so we went home. &#8220;It will only take 2 minutes to fix&#8221;, I claimed.</p>
<p>I was wrong.</p>
<p>A Google search only resulted in pages that seemed to think that the problem was the order in which software gets loaded into memory in Windows Mobile 5.0; the Bluetooth drivers always get loaded into a specific memory address, and if this address is already in use, the drivers don&#8217;t load and the Bluetooth stack doesn&#8217;t work.</p>
<p>But uninstalling everything from the iPaq and performing a million hard resets didn&#8217;t work. I decided that the Bluetooth hardware had broken, and Windows was giving the above error message by default.</p>
<p>So I resigned myself to buying a new PDA, because I lost my iPaq restore CD in a <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/2007/11/04/idiot-proof/" title="(8 hits)">previous incident</a>, and had no way to reinstall the OS from scratch.</p>
<p>Fortunately, I stumbled across a page for the 2790 on <a href="http://www.nikrivers.com/blog/go.php?http://www.hardreset.eu/hp_ipaq_hx2790_hard_reset_soft_reset_en.html" target="_blank" title="(18 hits)">hardreset.eu</a>, which describes the way in which the 2790 can be restored to factory settings; just hold the Calendar, Messaging, and power buttons, and then press the reset button until the iPaq reboots. It will then reformat its internal storage, and (presumably) copy the factory configuration from a neatly tucked away back-up ROM.</p>
<p>And now it works. Bluetooth, I mean. It works. It wasn&#8217;t broken, it just had an unidentified problem (which may or may not have been accurately described by the error message it caused).</p>
<p>I can now safely venture past the end of our road without the risk of getting lost.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F12%2Fafter-200m-perform-factory-reset%2F&amp;linkname=After%20200m%20perform%20factory%20reset" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F12%2Fafter-200m-perform-factory-reset%2F&amp;linkname=After%20200m%20perform%20factory%20reset" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F12%2Fafter-200m-perform-factory-reset%2F&amp;linkname=After%20200m%20perform%20factory%20reset" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F12%2Fafter-200m-perform-factory-reset%2F&amp;linkname=After%20200m%20perform%20factory%20reset" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F12%2Fafter-200m-perform-factory-reset%2F&amp;linkname=After%20200m%20perform%20factory%20reset" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F12%2Fafter-200m-perform-factory-reset%2F&amp;linkname=After%20200m%20perform%20factory%20reset" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F10%2F12%2Fafter-200m-perform-factory-reset%2F&amp;linkname=After%20200m%20perform%20factory%20reset">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/10/12/after-200m-perform-factory-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hardcore HTML</title>
		<link>http://www.nikrivers.com/2008/09/08/hardcore-html/</link>
		<comments>http://www.nikrivers.com/2008/09/08/hardcore-html/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 17:20:30 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[kvetch]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[nslu2]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[visual studio 2005]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=224</guid>
		<description><![CDATA[I&#8217;ve never really had any cause to write large posts using Wordpress, except for my NSLU2 articles &#8211; and even then the built-in WYSIWYG editor was good enough, albeit a little clunky and requiring gentle persuasion every so often.
But after changing blog themes the other day, I realised the NSLU2 pages were actually quite dependent [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never really had any cause to write large posts using Wordpress, except for my <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/linksys-nslu2/" title="(37 hits)">NSLU2 articles</a> &#8211; and even then the built-in WYSIWYG editor was good enough, albeit a little clunky and requiring gentle persuasion every so often.</p>
<p>But after changing blog themes the other day, I realised the NSLU2 pages were actually quite dependent on the underlying CSS &#8211; and for some themes, this means that they looked rubbish.</p>
<p><span id="more-224"></span></p>
<p>So I went about reformatting the pages.  There are only half a dozen of them, and only one or two are of any considerable size &#8211; but this was enough to find exactly how annoying the Wordpress WYSIWYG editor can be.  I ended up with inconsistent newlines (although the HTML was consistent), weird closing tags that didn&#8217;t match anything else in the document, and random behaviour whereby the editor would say something along the lines of &#8220;hey, I can&#8217;t figure out exactly what you&#8217;re trying to do, so why don&#8217;t I double-space half of this here single-spaced text, indent the whole document from this point onwards, and completely unformat all your headings?&#8221;</p>
<p>There&#8217;s a little feature on the Wordpress.org website called <a href="http://www.nikrivers.com/blog/go.php?http://wordpress.org/extend/kvetch/" target="_blank" title="(14 hits)">Kvetch!</a>, which allows users to anonymously vent their annoyance at Wordpress&#8217;s quirks and bugs.  I had seen that several people don&#8217;t like the built-in HTML editor that Wordpress has, but I myself had only ever needed to write a few paragraphs and make a couple of words bold, nothing more &#8211; and for this it is <span style="text-decoration: line-through;">fine</span> adequate.</p>
<p>But for decent formatting capabilities, the built-in editor just doesn&#8217;t cut it.  It is what I have decided to call a WYSINWYWBYWJHTGWI editor.  Yes, a What-You-See-Is-Not-What-You-Want-But-You-Will-Just-Have-To-Go-With-It editor.  I&#8217;m going to register that as a trademark so that the Wordpress people can&#8217;t thieve it from me when they release their next iteration.</p>
<p>So, there was else nothing for it.  I cracked open Microsoft Visual Studio 2005, and used <em>that</em> as my editor to reformat everything.  I didn&#8217;t use the WYSIWYG designer, I just wanted something that would give me syntax colouring.</p>
<p>I was fully prepared to go so far as to use notepad &#8211; but I think that would have been a little <em>too</em> hardcore for my liking.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F08%2Fhardcore-html%2F&amp;linkname=Hardcore%20HTML" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F08%2Fhardcore-html%2F&amp;linkname=Hardcore%20HTML" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F08%2Fhardcore-html%2F&amp;linkname=Hardcore%20HTML" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F08%2Fhardcore-html%2F&amp;linkname=Hardcore%20HTML" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F08%2Fhardcore-html%2F&amp;linkname=Hardcore%20HTML" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F08%2Fhardcore-html%2F&amp;linkname=Hardcore%20HTML" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F08%2Fhardcore-html%2F&amp;linkname=Hardcore%20HTML">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/09/08/hardcore-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another new look</title>
		<link>http://www.nikrivers.com/2008/09/04/another-new-look/</link>
		<comments>http://www.nikrivers.com/2008/09/04/another-new-look/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 19:10:10 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[k2]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[nslu2]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=132</guid>
		<description><![CDATA[One of the features of Wordpress is the ability to change the theme of a blog with the click of a button; and that&#8217;s exactly what I did when the K2 theme, although quite powerful in its own right, was found lacking again.
With this theme, my NSLU2 articles currently look like they were formatted by [...]]]></description>
			<content:encoded><![CDATA[<p>One of the features of <a href="http://www.nikrivers.com/blog/go.php?http://wordpress.org/" title="(7 hits)">Wordpress</a> is the ability to change the theme of a blog with the click of a button; and that&#8217;s exactly what I did when the K2 theme, although quite powerful in its own right, was found lacking again.</p>
<p>With this theme, my <a href="http://www.nikrivers.com/blog/go.php?http://www.nikrivers.com/linksys-nslu2/" title="(37 hits)">NSLU2 articles</a> currently look like they were formatted by a 4-year-old, so I might get round to fixing them, eventually.  They&#8217;re by far the most popular pages on this site!</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F04%2Fanother-new-look%2F&amp;linkname=Another%20new%20look" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F04%2Fanother-new-look%2F&amp;linkname=Another%20new%20look" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F04%2Fanother-new-look%2F&amp;linkname=Another%20new%20look" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F04%2Fanother-new-look%2F&amp;linkname=Another%20new%20look" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F04%2Fanother-new-look%2F&amp;linkname=Another%20new%20look" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F04%2Fanother-new-look%2F&amp;linkname=Another%20new%20look" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F04%2Fanother-new-look%2F&amp;linkname=Another%20new%20look">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/09/04/another-new-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy 60th birthday, Dad!</title>
		<link>http://www.nikrivers.com/2008/09/01/happy-60th-birthday-dad/</link>
		<comments>http://www.nikrivers.com/2008/09/01/happy-60th-birthday-dad/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 18:57:37 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[dad]]></category>
		<category><![CDATA[goon show]]></category>
		<category><![CDATA[grandad]]></category>
		<category><![CDATA[ham radio]]></category>
		<category><![CDATA[party]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=137</guid>
		<description><![CDATA[<a href="http://www.nikrivers.com/2008/09/01/happy-60th-birthday-dad/" title="Happy 60th birthday, Dad!"><img src="http://www.nikrivers.com/blog/wp-content/uploads/yapb_cache/hpim1357.erq7jae74f4g80gkk088c4cs4.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="136" alt="Happy 60th birthday, Dad!" style="float:left;padding:0 10px 10px 0;" ></a>Yesterday was my dad&#8217;s 60th birthday, and a surprise party was arranged for him &#8211; little did he know that Charlie and I would be turning up too!
It was also the first time I had met my 4-year-old nephew (step-nephew, really, if such a thing exists), and I just couldn&#8217;t stop laughing about everyone referring [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.nikrivers.com/2008/09/01/happy-60th-birthday-dad/" title="Happy 60th birthday, Dad!"><img src="http://www.nikrivers.com/blog/wp-content/uploads/yapb_cache/hpim1357.erq7jae74f4g80gkk088c4cs4.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="136" alt="Happy 60th birthday, Dad!" style="float:left;padding:0 10px 10px 0;" ></a><p>Yesterday was my dad&#8217;s 60th birthday, and a surprise party was arranged for him &#8211; little did he know that Charlie and I would be turning up too!</p>
<p>It was also the first time I had met my 4-year-old nephew (step-nephew, really, if such a thing exists), and I just couldn&#8217;t stop laughing about everyone referring to my dad as Grandad.</p>
<p><span id="more-137"></span>One of my dad&#8217;s birthday presents was an aerial analyser &#8211; he&#8217;s a ham radio enthusiast, and has been for years.  He got the Goon Show Compendium Volume 1 from me.  If it hadn&#8217;t have been wrapped in cellophane I would have struggled to resist taking a &#8220;back-up&#8221; copy of all 7 CDs before he received them.</p>
<p>I&#8217;ll just stick with the regular Monday 8am Goon Show broadcast on <a href="http://www.nikrivers.com/blog/go.php?http://www.bbc.co.uk/bbc7/comedy/progpages/goons.shtml" target="_blank" title="(7 hits)">BBC Radio 7</a>.  You can even catch up on the previous episode if you managed to miss it the first time round.</p>
<p>And if you are interested in upgrading your faithful Trio R-1000 receiver, <a href="http://www.nikrivers.com/blog/go.php?http://www.qsl.net/g0tud/" target="_blank" title="(14 hits)">G0TUD</a> has the answer.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F01%2Fhappy-60th-birthday-dad%2F&amp;linkname=Happy%2060th%20birthday%2C%20Dad%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F01%2Fhappy-60th-birthday-dad%2F&amp;linkname=Happy%2060th%20birthday%2C%20Dad%21" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F01%2Fhappy-60th-birthday-dad%2F&amp;linkname=Happy%2060th%20birthday%2C%20Dad%21" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F01%2Fhappy-60th-birthday-dad%2F&amp;linkname=Happy%2060th%20birthday%2C%20Dad%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F01%2Fhappy-60th-birthday-dad%2F&amp;linkname=Happy%2060th%20birthday%2C%20Dad%21" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F01%2Fhappy-60th-birthday-dad%2F&amp;linkname=Happy%2060th%20birthday%2C%20Dad%21" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F09%2F01%2Fhappy-60th-birthday-dad%2F&amp;linkname=Happy%2060th%20birthday%2C%20Dad%21">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/09/01/happy-60th-birthday-dad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Never simple</title>
		<link>http://www.nikrivers.com/2008/05/27/never-simple/</link>
		<comments>http://www.nikrivers.com/2008/05/27/never-simple/#comments</comments>
		<pubDate>Tue, 27 May 2008 13:29:22 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[draytek]]></category>
		<category><![CDATA[ethereal]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[lunch]]></category>
		<category><![CDATA[pda]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[tcp port 80]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[weekend]]></category>
		<category><![CDATA[wireshark]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=46</guid>
		<description><![CDATA[At the weekend I decided to make a major update to the photo gallery, since a large number of photos weren&#8217;t up yet.  Although a bit clunky, the gallery software I was using (Gallery2) did the job nicely &#8211; and it even has an accompanying desktop app which lets you upload photos en masse.
But [...]]]></description>
			<content:encoded><![CDATA[<p>At the weekend I decided to make a major update to the photo gallery, since a large number of photos weren&#8217;t up yet.  Although a bit clunky, the gallery software I was using (<a href="http://www.nikrivers.com/blog/go.php?http://gallery.menalto.com/" title="(7 hits)">Gallery2</a>) did the job nicely &#8211; and it even has an accompanying desktop app which lets you upload photos <em>en masse</em>.</p>
<p><span id="more-28"></span>But at the weekend it refused to upload anything successfully, complaining about PHP and web server upload limits &#8211; things over which I have no control.  So I went back to using the clunky web interface to upload my photos, only to be greeted by the useless &#8220;Internet Explorer cannot display the webpage&#8221; page on each attempt.</p>
<p>Things didn&#8217;t look good.  So I decided to download a cleaner-looking and simpler gallery application (<a href="http://www.nikrivers.com/blog/go.php?http://www.plogger.org/" title="(9 hits)">Plogger</a>) to give it a go.  Still no luck.</p>
<p>Having ruled out the problem being Gallery2, I decided my website host had changed some things on their side.  A quick Google later, and I realised that I couldn&#8217;t upload anything more than small text files to any server.  So it&#8217;s not my website host.</p>
<p>Good job I didn&#8217;t send them that email.</p>
<p>But wait, I can upload files to the gallery using a machine on the other side of the corporate VPN&#8230;  which uses the corporate Internet connection.  So it must be my ISP.  It must be.  Surely?  After another quick Google, I read that a number of ISPs have been caught sending fake TCP reset packets to their users so that &#8216;undesirable&#8217; connections (ie. file sharing applications) are disconnected.</p>
<p>Knowing how to troubleshoot this kind of problem, I proceed to download <a href="http://www.nikrivers.com/blog/go.php?http://www.wireshark.org/" title="(6 hits)">Wireshark</a>, a network protocol analyzer (formerly Ethereal).  Sure enough, each time I try to upload a .jpeg or .bmp or&#8230; in fact almost <em>any</em> type of file, I receive a TCP RST message &#8211; surely the fake reset message sent to me by my interfering ISP!</p>
<p>Good job I didn&#8217;t send them that email.</p>
<p>It turns out the latest firmware for my Draytek 2800 router adds an innocent-looking option called &#8220;Drop non-http connection on TCP port 80&#8243; which is enabled by default.  I feel it should be more accurately called &#8220;break everything&#8221;.  Disabling it fixed the problem, but it took an entire lunch break.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F05%2F27%2Fnever-simple%2F&amp;linkname=Never%20simple" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F05%2F27%2Fnever-simple%2F&amp;linkname=Never%20simple" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F05%2F27%2Fnever-simple%2F&amp;linkname=Never%20simple" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F05%2F27%2Fnever-simple%2F&amp;linkname=Never%20simple" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F05%2F27%2Fnever-simple%2F&amp;linkname=Never%20simple" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F05%2F27%2Fnever-simple%2F&amp;linkname=Never%20simple" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F05%2F27%2Fnever-simple%2F&amp;linkname=Never%20simple">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/05/27/never-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geography</title>
		<link>http://www.nikrivers.com/2008/03/20/geography/</link>
		<comments>http://www.nikrivers.com/2008/03/20/geography/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 16:38:46 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Nik & Charlie]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2008/03/20/geography/</guid>
		<description><![CDATA[The problem with web sites is that they only grab your attention when you&#8217;re already looking at them.  They don&#8217;t come over to you, tap you on the shoulder, and say, &#8220;hey&#8221;.
And so it seems we&#8217;ve neglected our blog.  Our blogging has faltered.  It has slowed to a stop and been forgotten [...]]]></description>
			<content:encoded><![CDATA[<p>The problem with web sites is that they only grab your attention when you&#8217;re already looking at them.  They don&#8217;t come over to you, tap you on the shoulder, and say, &#8220;hey&#8221;.</p>
<p><span id="more-19"></span>And so it seems we&#8217;ve neglected our blog.  Our blogging has faltered.  It has slowed to a stop and been forgotten like a penny that rolls under a chest of drawers.  You know it&#8217;s there, but you have better things to do than fishing around under furniture with a cunningly-shaped wire coat hanger.</p>
<p>But we&#8217;re still around.  And truth be known, we&#8217;ve actually been quite busy these past weeks and months.</p>
<p>And by the miracle of Science, I will somehow manage to edit the publish dates of our &#8216;catch-up&#8217; posts such that it seems we have been posting regularly&#8230; with the side-effect of this post not making sense any more!</p>
<p>Hurrah for Science.  And Technology.  But not Geography.  I hated that.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F03%2F20%2Fgeography%2F&amp;linkname=Geography" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F03%2F20%2Fgeography%2F&amp;linkname=Geography" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F03%2F20%2Fgeography%2F&amp;linkname=Geography" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F03%2F20%2Fgeography%2F&amp;linkname=Geography" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F03%2F20%2Fgeography%2F&amp;linkname=Geography" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F03%2F20%2Fgeography%2F&amp;linkname=Geography" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2008%2F03%2F20%2Fgeography%2F&amp;linkname=Geography">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2008/03/20/geography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas Wedding</title>
		<link>http://www.nikrivers.com/2007/12/28/christmas-wedding/</link>
		<comments>http://www.nikrivers.com/2007/12/28/christmas-wedding/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 13:09:13 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Nik & Charlie]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[husband]]></category>
		<category><![CDATA[wedding]]></category>
		<category><![CDATA[wife]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/12/28/christmas-wedding/</guid>
		<description><![CDATA[OK.  Nik has already posted about our initial decision to marry in September 2008.  However, having played the game of &#8220;find-a-venue-we-both-quite-like-near-to-where we-live-and-which-isn&#8217;t-too-expensive&#8221;, we have now plumped for a Christmas wedding.
That&#8217;s right folks &#8211; this time next year we will be husband and wife, after what will no doubt be a brilliant day on [...]]]></description>
			<content:encoded><![CDATA[<p>OK.  Nik has already posted about our initial decision to marry in September 2008.  However, having played the game of &#8220;find-a-venue-we-both-quite-like-near-to-where we-live-and-which-isn&#8217;t-too-expensive&#8221;, we have now plumped for a Christmas wedding.</p>
<p>That&#8217;s right folks &#8211; this time next year we will be husband and wife, after what will no doubt be a brilliant day on the 20th December.  Christmas trees, mulled wine and plenty of festive spirit.  I can&#8217;t think of anything more perfect for my big day.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-wedding%2F&amp;linkname=Christmas%20Wedding" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-wedding%2F&amp;linkname=Christmas%20Wedding" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-wedding%2F&amp;linkname=Christmas%20Wedding" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-wedding%2F&amp;linkname=Christmas%20Wedding" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-wedding%2F&amp;linkname=Christmas%20Wedding" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-wedding%2F&amp;linkname=Christmas%20Wedding" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-wedding%2F&amp;linkname=Christmas%20Wedding">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/12/28/christmas-wedding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas &amp; Boxing Day</title>
		<link>http://www.nikrivers.com/2007/12/28/christmas-boxing-day/</link>
		<comments>http://www.nikrivers.com/2007/12/28/christmas-boxing-day/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 13:04:14 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Nik & Charlie]]></category>
		<category><![CDATA[boxing day]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[turkey]]></category>
		<category><![CDATA[uno]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/12/28/christmas-boxing-day/</guid>
		<description><![CDATA[So even though I was dying (or felt like it) from flu, I think we still managed to pull off a pretty impressive Christmas this year.  Which is good, as had it been rubbish, it would have ruined the fact that it was our first spent together in the house.
I cooked the turkey for [...]]]></description>
			<content:encoded><![CDATA[<p>So even though I was dying (or felt like it) from flu, I think we still managed to pull off a pretty impressive Christmas this year.  Which is good, as had it been rubbish, it would have ruined the fact that it was our first spent together in the house.</p>
<p><span id="more-17"></span>I cooked the turkey for Nik, and was monumentally proud of how it turned out.  This, coupled with the 2 tonnes of vegetables, meant that the Christmas dinner itself was a success, and one from which we recovered by languishing around on the sofa for the rest of the day.  This was nothing however, compared to Boxing Day&#8230;</p>
<p>8 people in our tiny living room should have meant disaster, but I&#8217;m happy to report that the whole day was a resounding success despite the fact that both hosts were suffering on with afore mentioned flu.  It was lovely to have both sides of the family together over a buffet meal and endless hours of &#8220;UNO Extreme&#8221;.  Much fun was had by all.</p>
<p>I&#8217;m still glad however, that with wedding on the 20th December next year, we won&#8217;t be doing it then!  Makes you appreciate your Mummy doesn&#8217;t it?</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-boxing-day%2F&amp;linkname=Christmas%20%26%23038%3B%20Boxing%20Day" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-boxing-day%2F&amp;linkname=Christmas%20%26%23038%3B%20Boxing%20Day" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-boxing-day%2F&amp;linkname=Christmas%20%26%23038%3B%20Boxing%20Day" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-boxing-day%2F&amp;linkname=Christmas%20%26%23038%3B%20Boxing%20Day" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-boxing-day%2F&amp;linkname=Christmas%20%26%23038%3B%20Boxing%20Day" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-boxing-day%2F&amp;linkname=Christmas%20%26%23038%3B%20Boxing%20Day" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F28%2Fchristmas-boxing-day%2F&amp;linkname=Christmas%20%26%23038%3B%20Boxing%20Day">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/12/28/christmas-boxing-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cold calling</title>
		<link>http://www.nikrivers.com/2007/12/19/cold-calling/</link>
		<comments>http://www.nikrivers.com/2007/12/19/cold-calling/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 16:53:56 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/12/19/cold-calling/</guid>
		<description><![CDATA[Me:  Hello?
Sales Rep:  Good afternoon, I&#8217;m calling from CMS.
Me:  Ok hi.
Sales Rep:  How are you this afternoon?
Me:  Fine thanks.
Sales Rep:  That&#8217;s right.
Me:  &#60;silence&#62;
Sales Rep:  You have been selected to receive a free Nokia mobile phone.
Me:  Do you know who I am?
Sales Rep:  No.
Me:  &#60;hangs [...]]]></description>
			<content:encoded><![CDATA[<p>Me:  Hello?<br />
Sales Rep:  Good afternoon, I&#8217;m calling from CMS.<br />
Me:  Ok hi.<br />
Sales Rep:  How are you this afternoon?<br />
Me:  Fine thanks.<br />
Sales Rep:  That&#8217;s right.<br />
Me:  &lt;silence&gt;<br />
Sales Rep:  You have been selected to receive a free Nokia mobile phone.<br />
Me:  Do you know who I am?<br />
Sales Rep:  No.<br />
Me:  &lt;hangs up&gt;</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F19%2Fcold-calling%2F&amp;linkname=Cold%20calling" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F19%2Fcold-calling%2F&amp;linkname=Cold%20calling" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F19%2Fcold-calling%2F&amp;linkname=Cold%20calling" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F19%2Fcold-calling%2F&amp;linkname=Cold%20calling" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F19%2Fcold-calling%2F&amp;linkname=Cold%20calling" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F19%2Fcold-calling%2F&amp;linkname=Cold%20calling" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F19%2Fcold-calling%2F&amp;linkname=Cold%20calling">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/12/19/cold-calling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teething trouble</title>
		<link>http://www.nikrivers.com/2007/12/04/teething-trouble/</link>
		<comments>http://www.nikrivers.com/2007/12/04/teething-trouble/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 20:10:26 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Pets]]></category>
		<category><![CDATA[blood]]></category>
		<category><![CDATA[labrador]]></category>
		<category><![CDATA[teeth]]></category>
		<category><![CDATA[teething]]></category>
		<category><![CDATA[tooth fairy]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/12/04/teething-trouble/</guid>
		<description><![CDATA[Oliver has started losing his teeth.  In fact, he&#8217;s been teething for a while now, though you probably wouldn&#8217;t realise without being told; even teething, he still chews stuff a lot less than other Labradors do any other time.
Today I found a tooth under his bed.  Judging by the dried blood on it, [...]]]></description>
			<content:encoded><![CDATA[<p>Oliver has started losing his teeth.  In fact, he&#8217;s been teething for a while now, though you probably wouldn&#8217;t realise without being told; even teething, he still chews stuff a lot less than other Labradors do any other time.</p>
<p>Today I found a tooth under his bed.  Judging by the dried blood on it, it had been there quite a while, so he won&#8217;t miss out on any money from the tooth fairy.  I&#8217;m not even sure the tooth fairy does business with dogs.</p>
<p>Anyway, it surprised me because it&#8217;s a tooth from the back of his mouth&#8211;a wide tooth with a flat, triangular surface&#8211;but it&#8217;s the only tooth I&#8217;ve seen lying around.  Surely, a tooth in the back of his mouth is more likely to be swallowed than any of his front teeth?  But apparently not.  He now has adult teeth right at the front of his mouth, but he seems to have swallowed them.  Or deliberately eaten them.</p>
<p>Just waiting for him to get his grown-up canines now, to replace the one that I broke for him&#8230;</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F04%2Fteething-trouble%2F&amp;linkname=Teething%20trouble" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F04%2Fteething-trouble%2F&amp;linkname=Teething%20trouble" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F04%2Fteething-trouble%2F&amp;linkname=Teething%20trouble" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F04%2Fteething-trouble%2F&amp;linkname=Teething%20trouble" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F04%2Fteething-trouble%2F&amp;linkname=Teething%20trouble" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F04%2Fteething-trouble%2F&amp;linkname=Teething%20trouble" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F04%2Fteething-trouble%2F&amp;linkname=Teething%20trouble">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/12/04/teething-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One step closer</title>
		<link>http://www.nikrivers.com/2007/12/01/one-step-closer/</link>
		<comments>http://www.nikrivers.com/2007/12/01/one-step-closer/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 15:23:15 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Nik & Charlie]]></category>
		<category><![CDATA[engaged]]></category>
		<category><![CDATA[october]]></category>
		<category><![CDATA[september]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/12/01/one-step-closer/</guid>
		<description><![CDATA[I am happy to announce that, as of November 14th, Charlie and I are engaged.  I really don&#8217;t think I can describe how happy I am, so I won&#8217;t.  We&#8217;ve had such an amazing time since we met, it feels like I haven&#8217;t stopped smiling even once!
We&#8217;re looking at setting a date after [...]]]></description>
			<content:encoded><![CDATA[<p>I am happy to announce that, as of November 14th, Charlie and I are engaged.  I really don&#8217;t think I can describe how happy I am, so I won&#8217;t.  We&#8217;ve had such an amazing time since we met, it feels like I haven&#8217;t stopped smiling even once!</p>
<p>We&#8217;re looking at setting a date after summer next year, late September or very early October, and we&#8217;re starting to experience the &#8216;joys&#8217; of arranging a wedding.  It really shouldn&#8217;t be as complicated as it feels.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F01%2Fone-step-closer%2F&amp;linkname=One%20step%20closer" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F01%2Fone-step-closer%2F&amp;linkname=One%20step%20closer" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F01%2Fone-step-closer%2F&amp;linkname=One%20step%20closer" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F01%2Fone-step-closer%2F&amp;linkname=One%20step%20closer" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F01%2Fone-step-closer%2F&amp;linkname=One%20step%20closer" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F01%2Fone-step-closer%2F&amp;linkname=One%20step%20closer" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F12%2F01%2Fone-step-closer%2F&amp;linkname=One%20step%20closer">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/12/01/one-step-closer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oooh, it&#8217;ll cost you!</title>
		<link>http://www.nikrivers.com/2007/11/27/oooh-itll-cost-you/</link>
		<comments>http://www.nikrivers.com/2007/11/27/oooh-itll-cost-you/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 16:44:53 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[chimney]]></category>
		<category><![CDATA[house]]></category>
		<category><![CDATA[trades]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/11/27/oooh-itll-cost-you/</guid>
		<description><![CDATA[We&#8217;ve finally discovered why we&#8217;ve had so much trouble trying to get quotes for the work we want done to the house.  We had a consultant from Southern Electric Contracting come over to quote on doing the electrics this afternoon, and it turned out to be a much bigger job than we hoped.
Two weeks&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve finally discovered why we&#8217;ve had so much trouble trying to get quotes for the work we want done to the house.  We had a consultant from Southern Electric Contracting come over to quote on doing the electrics this afternoon, and it turned out to be a much bigger job than we hoped.</p>
<p>Two weeks&#8217; work, and almost £8k.  And that&#8217;s just for upstairs.</p>
<p>Drat.  We can&#8217;t take that on right now.  Double-drat.</p>
<p>But now we know that the small, independant trades we asked to quote on various things seem to be put off by big jobs.  Moving a soil pipe, laying a concrete floor, knocking a wall down, and removing a chimney breast; just a few of the &#8216;little&#8217; things we wanted done.</p>
<p>Maybe it&#8217;s time to rethink our plans.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F27%2Foooh-itll-cost-you%2F&amp;linkname=Oooh%2C%20it%26%238217%3Bll%20cost%20you%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F27%2Foooh-itll-cost-you%2F&amp;linkname=Oooh%2C%20it%26%238217%3Bll%20cost%20you%21" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F27%2Foooh-itll-cost-you%2F&amp;linkname=Oooh%2C%20it%26%238217%3Bll%20cost%20you%21" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F27%2Foooh-itll-cost-you%2F&amp;linkname=Oooh%2C%20it%26%238217%3Bll%20cost%20you%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F27%2Foooh-itll-cost-you%2F&amp;linkname=Oooh%2C%20it%26%238217%3Bll%20cost%20you%21" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F27%2Foooh-itll-cost-you%2F&amp;linkname=Oooh%2C%20it%26%238217%3Bll%20cost%20you%21" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F27%2Foooh-itll-cost-you%2F&amp;linkname=Oooh%2C%20it%26%238217%3Bll%20cost%20you%21">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/11/27/oooh-itll-cost-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bleeding edge&#8230;</title>
		<link>http://www.nikrivers.com/2007/11/20/bleeding-edge/</link>
		<comments>http://www.nikrivers.com/2007/11/20/bleeding-edge/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 20:57:15 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[onenote]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/11/20/bleeding-edge/</guid>
		<description><![CDATA[My new PC has been giving me a hard time recently.  And it&#8217;s my own fault.
When I built it, I decided it should have a 64-bit processor.  Of course, that&#8217;s 32 bits more than anyone actually needs at the moment, but it&#8217;s the way forward.  Allegedly.
I also decided I should try out [...]]]></description>
			<content:encoded><![CDATA[<p>My new PC has been giving me a hard time recently.  And it&#8217;s my own fault.</p>
<p>When I built it, I decided it should have a 64-bit processor.  Of course, that&#8217;s 32 bits more than anyone actually <em>needs</em> at the moment, but it&#8217;s the way forward.  Allegedly.</p>
<p><span id="more-12"></span>I also decided I should try out Windows Vista.  It looks great, it performs brilliantly, and, again, it&#8217;s the way forward.</p>
<p>Those two decisions obviously weren&#8217;t risky enough, because I threw in a third; to run the 64-bit version of Vista.</p>
<p>As if Vista&#8217;s lack of maturity alone wasn&#8217;t enough&#8211;with prolific reports of hardware manufacturers failing to release stable Vista drivers in time&#8211;I had added that extra 64-bit dimension to the situation.  Maybe I was hoping manufacturers hadn&#8217;t released Vista drivers because they were concentrating on the <em>64-bit</em> versions of the Vista drivers&#8230;</p>
<p>Anyway, Vista 64-bit is a bitch.  It&#8217;s soooo beautiful, but&#8230; such a bitch.</p>
<p>Vista 64-bit will sporadically crash/fail to boot with 4GB of memory installed.  The biggest hardware advantage of a 64-bit system is that it can use more than 4GB or memory.  How could Microsoft possibly overlook this bug?  It can&#8217;t possibly be down to lack of testing, surely?  Fortunately Microsoft knowledgebase article <a title="929777 (12 hits)" href="http://www.nikrivers.com/blog/go.php?http://support.microsoft.com/kb/929777" target="_blank">929777</a> fixes it.  Ironically the problem occurs with 32- <em>and</em> 64-bit versions of Vista.</p>
<p>Then, of course, MSI decided not to develop 64-bit drivers for my motherboard; specifically, for the on-board audio.  The motherboard supports a 64-bit processor.  I know this, because it&#8217;s doing so right now.  Clearly, it being a 64-bit motherboard, and this being the age of the 64-bit processor, there is no reason why MSI should even contemplate the laughable notion of developing 64-bit drivers.</p>
<p>And then the icing on the cake: Office 2007.  Considering it costs more than an office suite should, I was disappointed to learn that several Office 2007 features aren&#8217;t available on a 64-bit operating system.  Really obscure things are missing, like the Send to OneNote print driver, the Office Clean-up wizard, and Internet Fax.  Not a catastrophe, but bloody annoying.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F20%2Fbleeding-edge%2F&amp;linkname=Bleeding%20edge%26%238230%3B" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F20%2Fbleeding-edge%2F&amp;linkname=Bleeding%20edge%26%238230%3B" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F20%2Fbleeding-edge%2F&amp;linkname=Bleeding%20edge%26%238230%3B" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F20%2Fbleeding-edge%2F&amp;linkname=Bleeding%20edge%26%238230%3B" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F20%2Fbleeding-edge%2F&amp;linkname=Bleeding%20edge%26%238230%3B" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F20%2Fbleeding-edge%2F&amp;linkname=Bleeding%20edge%26%238230%3B" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F20%2Fbleeding-edge%2F&amp;linkname=Bleeding%20edge%26%238230%3B">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/11/20/bleeding-edge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Space Time Continuum</title>
		<link>http://www.nikrivers.com/2007/11/08/the-space-time-continuum/</link>
		<comments>http://www.nikrivers.com/2007/11/08/the-space-time-continuum/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 11:11:47 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[bed]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/11/08/the-space-time-continuum/</guid>
		<description><![CDATA[I have no idea what the space time continuum is, but it sounds like something that could explain why my days are currently 43.5 hours long.  Well&#8230;.that&#8217;s what they feel like anyway.
I&#8217;m winding down at work in time for holiday next week.  Having been uber productive and finished all I was supposed to, [...]]]></description>
			<content:encoded><![CDATA[<p>I have no idea what the space time continuum is, but it sounds like something that <em>could</em> explain why my days are currently 43.5 hours long.  Well&#8230;.that&#8217;s what they feel like anyway.</p>
<p>I&#8217;m winding down at work in time for holiday next week.  Having been uber productive and finished all I was supposed to, I now find myself getting involved in discussions such as &#8220;Where IS that image for our exotic chutney on site&#8221; along with other gems &#8220;Why does the new office smell like manure&#8221; (a question that prompted a less-than-healthy debate on the finer points of paint, carpet glue and mould) and my personal favourite &#8220;If someone came into work with a bogey on their lip, would you tell them?&#8221;.</p>
<p>The prospect of a brand spanking new leather bed is also not very conducive to working.</p>
<p> Ho hum&#8230;the clock ticks&#8230;11:11&#8230;.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F08%2Fthe-space-time-continuum%2F&amp;linkname=The%20Space%20Time%20Continuum" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F08%2Fthe-space-time-continuum%2F&amp;linkname=The%20Space%20Time%20Continuum" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F08%2Fthe-space-time-continuum%2F&amp;linkname=The%20Space%20Time%20Continuum" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F08%2Fthe-space-time-continuum%2F&amp;linkname=The%20Space%20Time%20Continuum" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F08%2Fthe-space-time-continuum%2F&amp;linkname=The%20Space%20Time%20Continuum" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F08%2Fthe-space-time-continuum%2F&amp;linkname=The%20Space%20Time%20Continuum" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F08%2Fthe-space-time-continuum%2F&amp;linkname=The%20Space%20Time%20Continuum">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/11/08/the-space-time-continuum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Idiot proof?</title>
		<link>http://www.nikrivers.com/2007/11/04/idiot-proof/</link>
		<comments>http://www.nikrivers.com/2007/11/04/idiot-proof/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 10:50:27 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[raid array]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virtual drive]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/11/04/idiot-proof/</guid>
		<description><![CDATA[I have a 250GB USB hard drive on which I &#8216;back up&#8217; different types of media that I regularly use with my PC; MP3s, images of magazine cover disks, images of game disks, images of all the software I&#8217;ve ever bought.  And, of course, all the license keys and serial numbers.  That way, [...]]]></description>
			<content:encoded><![CDATA[<p>I have a 250GB USB hard drive on which I &#8216;back up&#8217; different types of media that I regularly use with my PC; MP3s, images of magazine cover disks, images of game disks, images of all the software I&#8217;ve ever bought.  And, of course, all the license keys and serial numbers.  That way, I can archive (throw away) the CDs and their cases, and use virtual drive software to mount the images.  I don&#8217;t have to keep dozens of otherwise useless software boxes lying around, I don&#8217;t have to keep changing CDs to play games, and everything is there at my fingertips.</p>
<p>Last night I discovered Windows XP will happily install onto a USB hard drive.</p>
<p>Without warning.</p>
<p>Well, I claim &#8220;without warning&#8221;, but I think I really mean &#8220;the warning was there, but I knew what I was doing so I ignored it&#8221;.  Yes, that&#8217;s what I mean.</p>
<p>After having finally transferred all my stuff to my new PC, it was time to rebuild my old one and give it to Charlie, as promised.  But a series of events conspired against me&#8211;including my failure to disconnect the external drive&#8211;and the Windows XP installer didn&#8217;t recognise the RAID array; so it decided to install on said USB device instead.</p>
<p>The drive was nearly full, and I lost it all.</p>
<p>I suppose it buys me some time before I have to decide what to do when the drive runs out of space.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F04%2Fidiot-proof%2F&amp;linkname=Idiot%20proof%3F" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F04%2Fidiot-proof%2F&amp;linkname=Idiot%20proof%3F" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F04%2Fidiot-proof%2F&amp;linkname=Idiot%20proof%3F" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F04%2Fidiot-proof%2F&amp;linkname=Idiot%20proof%3F" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F04%2Fidiot-proof%2F&amp;linkname=Idiot%20proof%3F" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F04%2Fidiot-proof%2F&amp;linkname=Idiot%20proof%3F" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F11%2F04%2Fidiot-proof%2F&amp;linkname=Idiot%20proof%3F">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/11/04/idiot-proof/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OK computer?</title>
		<link>http://www.nikrivers.com/2007/10/31/ok-computer/</link>
		<comments>http://www.nikrivers.com/2007/10/31/ok-computer/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 20:54:31 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/10/31/ok-computer/</guid>
		<description><![CDATA[I&#8217;ve recently emerged from the other side of building a new PC, an act which proved to be rather more painful than could have been reasonably expected.  I&#8217;m experienced enough to know what I&#8217;m doing&#8211;I built my first PC when a 30 MB hard drive was more than adequate for a home computer&#8211;but this [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently emerged from the other side of building a new PC, an act which proved to be rather more painful than could have been reasonably expected.  I&#8217;m experienced enough to know what I&#8217;m doing&#8211;I built my first PC when a 30 MB hard drive was more than adequate for a home computer&#8211;but this time round I suddenly appreciated the advantages of buying from somewhere like Dell.</p>
<p>It took a little while to unpack all the parts, throw the packaging into the corner of the room, and put it all together.  And then I was ready for that nervous moment, the first power-up of a freshly-built computer!  I pressed the power button, and&#8230; nothing.  Bugger.</p>
<p>All was not lost, however &#8211; a little diagnostic accessory on the motherboard promised insight through its four little LEDs.  Each LED can glow green or red, and the combination of lights indicates the stage at which the start-up process failed.</p>
<p>It&#8217;s basically a shining diagnostic thing.  A shining, LYING, diagnostic thing.  Except I didn&#8217;t know it was lying at the time.  It was pointing at the RAM, saying &#8220;Ummm, I&#8217;m telliiiiiiiiing&#8221;.  All the while, the CPU chuckled at getting the RAM into trouble.</p>
<p>After the purchase of a small (and thankfully cheap) stick of different RAM, I cottoned on to the shining diagnostic thing&#8217;s game, and stumbled across the CPU&#8217;s troublemaking.  The bastards.  In frustrated anger I did something&#8211;I really don&#8217;t know what&#8211;and it started playing properly.</p>
<p>A few more niggles later&#8211;Windows Vista 64-bit blue-screening with 4GB of RAM, the on-board audio causing lock-ups, and having to RMA one of the hard drives&#8211;my computer is up and running.  I daren&#8217;t think how many times I reinstalled Windows!</p>
<p>And it only took two weeks(!)</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F31%2Fok-computer%2F&amp;linkname=OK%20computer%3F" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F31%2Fok-computer%2F&amp;linkname=OK%20computer%3F" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F31%2Fok-computer%2F&amp;linkname=OK%20computer%3F" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F31%2Fok-computer%2F&amp;linkname=OK%20computer%3F" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F31%2Fok-computer%2F&amp;linkname=OK%20computer%3F" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F31%2Fok-computer%2F&amp;linkname=OK%20computer%3F" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F31%2Fok-computer%2F&amp;linkname=OK%20computer%3F">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/10/31/ok-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Working Lunches&#8221;</title>
		<link>http://www.nikrivers.com/2007/10/03/working-lunches/</link>
		<comments>http://www.nikrivers.com/2007/10/03/working-lunches/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 13:49:21 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[bored]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[hysteria]]></category>
		<category><![CDATA[lunch]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/10/03/working-lunches/</guid>
		<description><![CDATA[Yet another day of hum drum at the office, punctuated only briefly by glimpses of hysteria brought on by an incredibly hot office, and gallons of &#8220;Fanta: Fruit Twist&#8221;.
Had a visit today from my 2 best friends (Butch &#38; Greengrass) from the old days down the road who cheered me up no end, but who [...]]]></description>
			<content:encoded><![CDATA[<p>Yet another day of hum drum at the office, punctuated only briefly by glimpses of hysteria brought on by an incredibly hot office, and gallons of &#8220;Fanta: Fruit Twist&#8221;.</p>
<p>Had a visit today from my 2 best friends (Butch &amp; Greengrass) from the old days down the road who cheered me up no end, but who made me miss lunch, leaving me sitting here with nothing but a soggy pasty.</p>
<p>Am bored. Deathy bored, and annoyed at having to work through. Never fear however, as I will be leaving the building at 16:00 on the dot.</p>
<p>In short &#8211; working lunches&#8230;.don&#8217;t.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F03%2Fworking-lunches%2F&amp;linkname=%26%238220%3BWorking%20Lunches%26%238221%3B" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F03%2Fworking-lunches%2F&amp;linkname=%26%238220%3BWorking%20Lunches%26%238221%3B" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F03%2Fworking-lunches%2F&amp;linkname=%26%238220%3BWorking%20Lunches%26%238221%3B" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F03%2Fworking-lunches%2F&amp;linkname=%26%238220%3BWorking%20Lunches%26%238221%3B" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F03%2Fworking-lunches%2F&amp;linkname=%26%238220%3BWorking%20Lunches%26%238221%3B" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F03%2Fworking-lunches%2F&amp;linkname=%26%238220%3BWorking%20Lunches%26%238221%3B" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F10%2F03%2Fworking-lunches%2F&amp;linkname=%26%238220%3BWorking%20Lunches%26%238221%3B">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/10/03/working-lunches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas comes but once a year&#8230;</title>
		<link>http://www.nikrivers.com/2007/09/14/christmas-comes-but-once-a-year/</link>
		<comments>http://www.nikrivers.com/2007/09/14/christmas-comes-but-once-a-year/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 17:59:36 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[december]]></category>
		<category><![CDATA[october]]></category>
		<category><![CDATA[turkey]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/09/14/christmas-comes-but-once-a-year/</guid>
		<description><![CDATA[&#8230;sadly in online retail, it just never leaves.
I&#8217;m having a mare of a time working with mismanaged data and bungled images in order that in October, I can flick a switch and start selling turkeys. 
It&#8217;s totally ruining my &#8220;real-life&#8221; Christmas too, as by 25th December, I won&#8217;t be able to look at a Christmas [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;sadly in online retail, it just never leaves.</p>
<p>I&#8217;m having a mare of a time working with mismanaged data and bungled images in order that in October, I can flick a switch and start selling turkeys. </p>
<p>It&#8217;s totally ruining my &#8220;real-life&#8221; Christmas too, as by 25th December, I won&#8217;t be able to look at a Christmas pudidng without feeling the urge to ram it down some poor unsuspecting throat.  It&#8217;s not very festive of me, I know, but I&#8217;m starting to dream about turkeys and chestnuts, (neither of which I have any intention of buying myself) when I <em>should</em> be dreaming about puppies and kittens and crisp-eating teddy bears.</p>
<p>Don&#8217;t even get me <em>started</em> on the 4 Bird Roasts&#8230;</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F14%2Fchristmas-comes-but-once-a-year%2F&amp;linkname=Christmas%20comes%20but%20once%20a%20year%26%238230%3B" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F14%2Fchristmas-comes-but-once-a-year%2F&amp;linkname=Christmas%20comes%20but%20once%20a%20year%26%238230%3B" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F14%2Fchristmas-comes-but-once-a-year%2F&amp;linkname=Christmas%20comes%20but%20once%20a%20year%26%238230%3B" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F14%2Fchristmas-comes-but-once-a-year%2F&amp;linkname=Christmas%20comes%20but%20once%20a%20year%26%238230%3B" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F14%2Fchristmas-comes-but-once-a-year%2F&amp;linkname=Christmas%20comes%20but%20once%20a%20year%26%238230%3B" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F14%2Fchristmas-comes-but-once-a-year%2F&amp;linkname=Christmas%20comes%20but%20once%20a%20year%26%238230%3B" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F14%2Fchristmas-comes-but-once-a-year%2F&amp;linkname=Christmas%20comes%20but%20once%20a%20year%26%238230%3B">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/09/14/christmas-comes-but-once-a-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend work</title>
		<link>http://www.nikrivers.com/2007/09/12/weekend-work/</link>
		<comments>http://www.nikrivers.com/2007/09/12/weekend-work/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 07:40:27 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[project managers]]></category>
		<category><![CDATA[weekend]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/09/12/weekend-work/</guid>
		<description><![CDATA[No matter how appreciated it might be, or how necessary it may seem, working on a Saturday is never a good idea.  For a start, you never get a Saturday back in return; if you work Monday to Friday, you can only get one of those days given back to you.
Plus, of course, there&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>No matter how appreciated it might be, or how necessary it may seem, working on a Saturday is never a good idea.  For a start, you never get a Saturday back in return; if you work Monday to Friday, you can only get one of those days given back to you.</p>
<p>Plus, of course, there&#8217;s the fact that you can almost never take the very next working day in lieu.  The reason for my working on Saturday was to make sure we were ready for a delivery on Monday.  So there was no chance of taking Monday off.  As it happens, the delivery has been rescheduled for today, so along with there having been no need to work on Saturday (but that&#8217;s another story), it&#8217;s four days later and I still haven&#8217;t got my day back.</p>
<p>And due to the nature of deliveries to clients, there&#8217;s always something small to fix or tweak &#8211; and our delivery being at the end of play results in those fixes or tweaks being made the day after: tomorrow.</p>
<p>So it will be Friday at the earliest before I get my day back.  Assuming the delivery isn&#8217;t rescheduled again.</p>
<p>And then I have to haggle with project managers, whose Microsoft Project plans (or, more accurately, Microsoft Excel plans) are meticulously calculated and set out, but don&#8217;t make any allowance for resources having an unexpected day off, or being ill, or being hit by a bus.</p>
<p>So in all likelihood, this Saturday I will be a week behind everyone else&#8230;</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F12%2Fweekend-work%2F&amp;linkname=Weekend%20work" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F12%2Fweekend-work%2F&amp;linkname=Weekend%20work" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F12%2Fweekend-work%2F&amp;linkname=Weekend%20work" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F12%2Fweekend-work%2F&amp;linkname=Weekend%20work" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F12%2Fweekend-work%2F&amp;linkname=Weekend%20work" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F12%2Fweekend-work%2F&amp;linkname=Weekend%20work" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F12%2Fweekend-work%2F&amp;linkname=Weekend%20work">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/09/12/weekend-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Puppy power!</title>
		<link>http://www.nikrivers.com/2007/09/02/puppy-power/</link>
		<comments>http://www.nikrivers.com/2007/09/02/puppy-power/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 11:05:04 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Pets]]></category>
		<category><![CDATA[august]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[garden]]></category>
		<category><![CDATA[labrador]]></category>
		<category><![CDATA[puppy]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/09/02/puppy-power/</guid>
		<description><![CDATA[<a href="http://www.nikrivers.com/2007/09/02/puppy-power/" title="Puppy power!"><img src="http://www.nikrivers.com/blog/wp-content/plugins/yet-another-photoblog/YapbThumbnailer.php?post_id=5&amp;w=180" width="180" height="135" alt="Puppy power!" style="float:left;padding:0 10px 10px 0;" ></a>It&#8217;s been a while since my last post; everything&#8217;s been a bit hectic here &#8211; not least of all due to the new addition to our family, an 8-week-old Black Labrador puppy called Oliver!
He came home on Friday the 31st of August, and made quick work of exploring his new surroundings.  We&#8217;re now in [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.nikrivers.com/2007/09/02/puppy-power/" title="Puppy power!"><img src="http://www.nikrivers.com/blog/wp-content/plugins/yet-another-photoblog/YapbThumbnailer.php?post_id=5&amp;w=180" width="180" height="135" alt="Puppy power!" style="float:left;padding:0 10px 10px 0;" ></a><p>It&#8217;s been a while since my last post; everything&#8217;s been a bit hectic here &#8211; not least of all due to the new addition to our family, an 8-week-old Black Labrador puppy called Oliver!</p>
<p>He came home on Friday the 31st of August, and made quick work of exploring his new surroundings.  We&#8217;re now in the process of adjusting to being up and about by 7am, and making trips to the garden every hour and a half or so.  But it&#8217;s lots of fun, and he&#8217;s a very loving little boy.</p>
<p>There are some pics in the gallery.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F02%2Fpuppy-power%2F&amp;linkname=Puppy%20power%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F02%2Fpuppy-power%2F&amp;linkname=Puppy%20power%21" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F02%2Fpuppy-power%2F&amp;linkname=Puppy%20power%21" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F02%2Fpuppy-power%2F&amp;linkname=Puppy%20power%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F02%2Fpuppy-power%2F&amp;linkname=Puppy%20power%21" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F02%2Fpuppy-power%2F&amp;linkname=Puppy%20power%21" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F09%2F02%2Fpuppy-power%2F&amp;linkname=Puppy%20power%21">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/09/02/puppy-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinvention</title>
		<link>http://www.nikrivers.com/2007/08/15/reinvention/</link>
		<comments>http://www.nikrivers.com/2007/08/15/reinvention/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 07:17:25 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/blog2/2007/08/15/reinvention/</guid>
		<description><![CDATA[Typical of my chameleonic website, its appearance has changed yet again.  It seemed I had more ideas for art and layout than I did for content.  And I had less time and inclination to maintain such a monolithic beast.  A chameleon-beast.
Although not only has the outside of the website changed, but its [...]]]></description>
			<content:encoded><![CDATA[<p>Typical of my chameleonic website, its appearance has changed yet again.  It seemed I had more ideas for art and layout than I did for content.  And I had less time and inclination to maintain such a monolithic beast.  A chameleon-beast.</p>
<p>Although not only has the outside of the website changed, but its inside has too.  So it&#8217;s more phoenix-like, I guess.</p>
<p>Without the flames.</p>
<a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F08%2F15%2Freinvention%2F&amp;linkname=Reinvention" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F08%2F15%2Freinvention%2F&amp;linkname=Reinvention" title="Digg" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F08%2F15%2Freinvention%2F&amp;linkname=Reinvention" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F08%2F15%2Freinvention%2F&amp;linkname=Reinvention" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F08%2F15%2Freinvention%2F&amp;linkname=Reinvention" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F08%2F15%2Freinvention%2F&amp;linkname=Reinvention" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.nikrivers.com/blog/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nikrivers.com%2F2007%2F08%2F15%2Freinvention%2F&amp;linkname=Reinvention">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/08/15/reinvention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
