<?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"
	>

<channel>
	<title>burchill.net</title>
	<atom:link href="http://burchill.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://burchill.net</link>
	<description>Phil Burchill's Blog</description>
	<pubDate>Mon, 24 Mar 2008 17:49:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Google Apps Publish Feature</title>
		<link>http://burchill.net/2008/03/24/23/</link>
		<comments>http://burchill.net/2008/03/24/23/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 17:46:33 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Google Apps]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://burchill.net/2008/03/24/23/</guid>
		<description><![CDATA[It seems that Google docs has a publish feature so you can write Blog posts here before publishing.      I&#8217;m testing it with this posting.
]]></description>
			<content:encoded><![CDATA[<p>It seems that Google docs has a <a title="publish feature" href="http://googleblog.blogspot.com/2006/11/revisions-and-publishing-features-in.html" id="nso-">publish feature</a> so you can write Blog posts here before publishing.      I&#8217;m testing it with this posting.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2008/03/24/23/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Toshiba Satellite Pro A10 Overheating</title>
		<link>http://burchill.net/2007/08/31/toshiba-satellite-pro-a10-overheating/</link>
		<comments>http://burchill.net/2007/08/31/toshiba-satellite-pro-a10-overheating/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 14:21:15 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[dust]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[overheating]]></category>

		<category><![CDATA[toshiba]]></category>

		<guid isPermaLink="false">http://burchill.net/2007/08/31/toshiba-satellite-pro-a10-overheating/</guid>
		<description><![CDATA[I have one of these circa 2004 laptops and recently it started overheating an shutting down.  Mostly this just meant the kids had to move over to Linux (Windows kept doing virus scans) and not play flash games.  I finally got around to looking into this the result was dust!
It was actually very [...]]]></description>
			<content:encoded><![CDATA[<p>I have one of these circa 2004 laptops and recently it started overheating an shutting down.  Mostly this just meant the kids had to move over to Linux (Windows kept doing virus scans) and not play flash games.  I finally got around to looking into this the result was dust!</p>
<p>It was actually very easy to fix only five screws to take out and nothing to take apart.</p>
<p>Three screws out and remove the cover:</p>
<p><img align="bottom" alt="Cover removed" title="Cover removed" src="http://burchill.net/images/a10/panel-off-sml.jpg" /></p>
<p>Then two more screws and the fan lifts out no need to disconnect it.</p>
<p>I got this piece of dust out:</p>
<p><img align="bottom" alt="A lump of dust off the filter" title="A lump of dust off the filter" src="http://burchill.net/images/a10/dust-sml.jpg" /></p>
<p>This was left on the filter:</p>
<p><img align="bottom" alt="What was left" title="What was left" src="http://burchill.net/images/a10/more-dust-sml.jpg" /></p>
<p>After I cleaned this out the laptop is back to normal and hasn&#8217;t shut-down since.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2007/08/31/toshiba-satellite-pro-a10-overheating/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reowning Ubuntu</title>
		<link>http://burchill.net/2007/08/15/reowning-ubuntu/</link>
		<comments>http://burchill.net/2007/08/15/reowning-ubuntu/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 16:29:23 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Gnu]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[find]]></category>

		<category><![CDATA[reown]]></category>

		<guid isPermaLink="false">http://burchill.net/2007/08/15/reowning-ubuntu/</guid>
		<description><![CDATA[NFS is a pain because you need to have the same UIDs on different systems. It seemed easiest to change my UID on my Ubuntu box.
usermod -u 1234 phil
Simple enough and it even chowned the files in my home directory.  But I still have files everywhere which have my old uid. Iâ€™d like to [...]]]></description>
			<content:encoded><![CDATA[<p><a title="NFS" href="http://en.wikipedia.org/wiki/Network_File_System_(protocol)">NFS</a> is a pain because you need to have the same <a title="UID" href="http://en.wikipedia.org/wiki/Uid">UID</a>s on different systems. It seemed easiest to change my UID on my Ubuntu box.</p>
<p><strong>usermod -u 1234 phil</strong></p>
<p>Simple enough and it even chowned the files in my home directory.  But I still have files everywhere which have my old uid. Iâ€™d like to find and own them, seems like a pain, could take ages? Easy with GNU find:</p>
<p><strong>sudo find / -uid 1000 -exec chown phil \{\} \;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2007/08/15/reowning-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Shutting down Windows</title>
		<link>http://burchill.net/2007/05/01/shutting-down-windows/</link>
		<comments>http://burchill.net/2007/05/01/shutting-down-windows/#comments</comments>
		<pubDate>Tue, 01 May 2007 17:10:19 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Cygwin]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[children]]></category>

		<guid isPermaLink="false">http://burchill.net/2007/05/01/shutting-down-windows/</guid>
		<description><![CDATA[My kids like to play games on my personal laptop which happens to have WinXP Home on it.  Of course they don&#8217;t like to get off it when it&#8217;s time for dinner, bed, bathing, school, &#8230; Going in there and making them shut it down can be a challenge.
So the solution a mash-up Apache [...]]]></description>
			<content:encoded><![CDATA[<p>My kids like to play games on my personal laptop which happens to have WinXP Home on it.  Of course they don&#8217;t like to get off it when it&#8217;s time for dinner, bed, bathing, school, &#8230; Going in there and making them shut it down can be a challenge.</p>
<p>So the solution a mash-up Apache and psshutdown now <a title="Sysinternals" href="http://www.microsoft.com/technet/sysinternals/default.mspx">available</a> from Microsoft.  My apache was installed through <a title="Cygwin" href="http://www.cygwin.com">cygwin</a> so I have all the shell powers available for my cgi scripts.<br />
Just make  some cgi scripts and off we go.</p>
<p>You will need to make a dummy script to accept the licence using the /accepteula switch which needs to be run once or the scripts will just all fail.</p>
<p>I added the sysinternals tools to my system environment path so they will get picked up without addng the path.</p>
<p>Then the following script is dropped into</p>
<p>/srv/www/cgi-bin/shutdown</p>
<p>#!/bin/sh</p>
<p># disable filename globbing<br />
set -f</p>
<p>echo &#8220;Content-type: text/plain; charset=iso-8859-1&#8243;<br />
echo<br />
echo Force shutdown of computer<br />
echo</p>
<p>psshutdown -kf</p>
<p>I also set up a static IP address for the laptop.</p>
<p>Now I just put a bookmark in my browser http://192.168.1.199/cgi-bin/shutdown and clicking on this shuts that laptop down without any arguments.</p>
<p>I have Wi-Fi capable mobile phone so put the bookmark in there and I can easily shut it down from  there too, which is really handy as I&#8217;m not always in front of a computer screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2007/05/01/shutting-down-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fantastico Does it again</title>
		<link>http://burchill.net/2007/03/30/fantastico-does-it-again/</link>
		<comments>http://burchill.net/2007/03/30/fantastico-does-it-again/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 14:07:18 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Extensions]]></category>

		<category><![CDATA[Fantastico]]></category>

		<category><![CDATA[Geekgeneral]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://burchill.net/2007/03/30/fantastico-does-it-again/</guid>
		<description><![CDATA[Just upgraded Wordpress to v2 and it was a single click with fantastico!
]]></description>
			<content:encoded><![CDATA[<p>Just upgraded Wordpress to v2 and it was a single click with <a title="Fantastico!" href="http://en.wikipedia.org/wiki/Fantastico_(web_hosting)">fantastico!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2007/03/30/fantastico-does-it-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Start</title>
		<link>http://burchill.net/2007/02/02/start/</link>
		<comments>http://burchill.net/2007/02/02/start/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 21:20:17 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Bash]]></category>

		<category><![CDATA[Cygwin]]></category>

		<category><![CDATA[Gnome]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://burchill.net/2007/02/02/start/</guid>
		<description><![CDATA[I like to use a command line interface whenever possible.  Sometimes though a windowed application is required.  In MS Windows you use the start command to bring up the default app, (don&#8217;t use this much).  In Cygwin I use the cygstart command.
So I was using my Ubuntu system and wanted to do [...]]]></description>
			<content:encoded><![CDATA[<p>I like to use a <a href="http://en.wikipedia.org/wiki/Command_line_interface">command line interface</a> whenever possible.  Sometimes though a windowed application is required.  In MS Windows you use the <strong>start</strong> command to bring up the default app, (don&#8217;t use this much).  In <a href="http://www.cygwin.com/">Cygwin</a> I use the <strong>cygstart</strong> command.</p>
<p>So I was using my <a href="http://www.ubuntu.com/">Ubuntu</a> system and wanted to do something similar.  The command it turns out is <a href="http://ubuntu.wordpress.com/2006/12/16/gnome-open-open-anything-from-the-command-line/">gnome-open</a>.  Bit of a mouthful so I have this aliased in my .bashrc file to <strong>cs</strong> for either <strong>cygstart</strong> or <strong>gnome-open</strong> which is much more snappy.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2007/02/02/start/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blogroll</title>
		<link>http://burchill.net/2007/01/17/blogroll/</link>
		<comments>http://burchill.net/2007/01/17/blogroll/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 18:20:52 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Geekgeneral]]></category>

		<category><![CDATA[Podcasts]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://burchill.net/2007/01/17/blogroll/</guid>
		<description><![CDATA[Finally gotten around to organising my Blogroll and Podroll for podcasts.  Maybe in 2008 I&#8217;ll add a theme other than the default one!
My favorite blog has to be Marc Abramowitz while I&#8217;m not a Mac head he has so many geeky Unix/Linux tips and tricks it&#8217;s well worth the read.
My favorite podcast has to [...]]]></description>
			<content:encoded><![CDATA[<p>Finally gotten around to organising my Blogroll and Podroll for podcasts.  Maybe in 2008 I&#8217;ll add a theme other than the default one!</p>
<p><strong>My favorite blog</strong> has to be <a href="http://marc.abramowitz.info/">Marc Abramowitz</a> while I&#8217;m not a Mac head he has so many geeky Unix/Linux tips and tricks it&#8217;s well worth the read.</p>
<p><strong>My favorite podcast</strong> has to be <a href="http://www.chuckchat.com/technorama/">Technorama</a> for their wonderful humor and light hearted look at the geeky side of things.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2007/01/17/blogroll/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pronethosting.net</title>
		<link>http://burchill.net/2006/12/31/pronethostingnet/</link>
		<comments>http://burchill.net/2006/12/31/pronethostingnet/#comments</comments>
		<pubDate>Sun, 31 Dec 2006 09:15:37 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Geekgeneral]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://burchill.net/2006/12/31/pronethostingnet/</guid>
		<description><![CDATA[Just renewed for another year with Pronethosting as my web/email/blog hosting provider.  
They have been absolutely rock solid in the last year.  I forget if I&#8217;ve been with them for three or four years now. 
The plan provides everything you might want.  
Here&#8217;s a snip from my plan details (linux 1)

 150 [...]]]></description>
			<content:encoded><![CDATA[<p>Just renewed for another year with <a href="http://www.pronethosting.net">Pronethosting</a> as my web/email/blog hosting provider.  </p>
<p>They have been absolutely rock solid in the last year.  I forget if I&#8217;ve been with them for three or four years now. </p>
<p>The plan provides everything you might want.  </p>
<p>Here&#8217;s a snip from my plan details (linux 1)</p>
<blockquote><p>
 150 MB web space<br />
- 4000 MB transfer<br />
- unlimited email<br />
- webmail<br />
- unlimited MY SQL<br />
- PHP, Perl, SSH<br />
- cPanel control panel<br />
- Fantastico<br />
- online statistics
</p></blockquote>
<p>The fantastico feature is really cool you can do things like almost one click install of Wordpress <img src='http://burchill.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>SSH is really nice as you can get down and dirty if you want to change/fix something if you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2006/12/31/pronethostingnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Backup backup backup</title>
		<link>http://burchill.net/2006/11/24/backup-backup-backup/</link>
		<comments>http://burchill.net/2006/11/24/backup-backup-backup/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 21:23:09 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Geekgeneral]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://burchill.net/2006/11/24/backup-backup-backup/</guid>
		<description><![CDATA[I was backing up some data yesterday and had a problem.
The first rule of backups should be :
Backup often (and before your data goes bad).
I&#8217;m not so good at this by try to get round to it as often as I can.
The second rule of backups should be:
Always verify your backups
This is where I could [...]]]></description>
			<content:encoded><![CDATA[<p>I was backing up some data yesterday and had a problem.</p>
<p>The first rule of backups should be :<br />
<strong>Backup often (and before your data goes bad).</strong></p>
<p>I&#8217;m not so good at this by try to get round to it as often as I can.</p>
<p>The second rule of backups should be:<br />
<strong>Always verify your backups</strong></p>
<p>This is where I could have had a problem. Fortunately I had the verify data box ticked and the bad media was detected.  Running the backup again everything went smoothly.  Wheew!</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2006/11/24/backup-backup-backup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Skype Contacts</title>
		<link>http://burchill.net/2006/02/07/skype-contacts/</link>
		<comments>http://burchill.net/2006/02/07/skype-contacts/#comments</comments>
		<pubDate>Tue, 07 Feb 2006 18:48:08 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Geekgeneral]]></category>

		<category><![CDATA[Skype]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://burchill.net/?p=8</guid>
		<description><![CDATA[Less messy and easier to organise]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t have my office number mobile yadda yadda on my <a href="http://www.skype.com">Skype</a> profile as I don&#8217;t want all and sundry to phone me.  I would be happy for my contacts to phone me.  There should be a privacy setting for this and I would add them in so people could phone me.  They probably would do this with Skype.   So there is a business driver for this change to happen as well as making my life easier.</p>
<p>For skype out I often add someone and their mobile number.  These should be organised as a single contact just like they are on my Nokia phone.  Less messy and easier to organise.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2006/02/07/skype-contacts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IETab</title>
		<link>http://burchill.net/2006/01/27/ietab/</link>
		<comments>http://burchill.net/2006/01/27/ietab/#comments</comments>
		<pubDate>Fri, 27 Jan 2006 17:49:37 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Extensions]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Geekgeneral]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://burchill.net/2006/01/26/ietab/</guid>
		<description><![CDATA[I like to use Firefox wherever possible and it&#8217;s becoming more possible by the day.  I have to use one particular site which uses ActiveX and is very broken in Firefox.  There is the IETab Extension which allows you use to IE embedded in Firefox  - IE Tabs.  You can also [...]]]></description>
			<content:encoded><![CDATA[<p>I like to use <a href="http://www.mozilla.com/firefox/">Firefox</a> wherever possible and it&#8217;s becoming more possible by the day.  I have to use one particular site which uses ActiveX and is very broken in Firefox.  There is the <a href="http://ietab.mozdev.org/">IETab</a> <a href="https://addons.mozilla.org/extensions/">Extension</a> which allows you use to IE embedded in Firefox  - IE Tabs.  You can also set it so that certain locations always open in IE.</p>
<p>There have been bugs with it in the past but it seems to be stable on the current release cool extension!</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2006/01/27/ietab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ImageMagick</title>
		<link>http://burchill.net/2006/01/09/imagemagick/</link>
		<comments>http://burchill.net/2006/01/09/imagemagick/#comments</comments>
		<pubDate>Mon, 09 Jan 2006 22:53:02 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Geekgeneral]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://burchill.net/2006/01/09/imagemagick/</guid>
		<description><![CDATA[I had some jpeg images of a scanned document which I wanted to mail out to someone.&#160; The obvious way to do this is as a pdf rather than make them open a new image for each page.&#160; It turns out ImageMagick is rather good for this. My images are called pg01.jpg, pg02.jpg, and so [...]]]></description>
			<content:encoded><![CDATA[<p>I had some jpeg images of a scanned document which I wanted to mail out to someone.&nbsp; The obvious way to do this is as a pdf rather than make them open a new image for each page.&nbsp; It turns out <a href="http://www.imagemagick.org">ImageMagick</a> is rather good for this. My images are called pg01.jpg, pg02.jpg, and so on.&nbsp; Type at the bash prompt the following:</p>
<p><code>$ convert -page A4+0+0 pg*.jpg doc.pdf</code></p>
<p>And the result is a single pdf with all the images in order.  Ooops page 2 was upside down</p>
<p><code>$ convert -rotate180 pg2.jpg pg2a.jpg<br />
$ rm pg2.jpg</code></p>
<p>Convert again as above and all done.  </p>
<p>ImageMagick is available pretty much whatever you are running Windows, Cygwin, Mac, Linux, BSD, Solaris etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2006/01/09/imagemagick/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Years Resolution</title>
		<link>http://burchill.net/2006/01/01/new-years-resolution/</link>
		<comments>http://burchill.net/2006/01/01/new-years-resolution/#comments</comments>
		<pubDate>Sun, 01 Jan 2006 20:30:15 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://burchill.net/2006/01/01/new-years-resolution/</guid>
		<description><![CDATA[Every New Years Day I change the battery on my smoke alarm.  It&#8217;s an easy one to keep but it could save your life.
]]></description>
			<content:encoded><![CDATA[<p>Every New Years Day I change the battery on my smoke alarm.  It&#8217;s an easy one to keep but it could save your life.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2006/01/01/new-years-resolution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Goodbye and thanks for all the fish&#8230;</title>
		<link>http://burchill.net/2005/12/31/4/</link>
		<comments>http://burchill.net/2005/12/31/4/#comments</comments>
		<pubDate>Sat, 31 Dec 2005 00:49:34 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Geekgeneral]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://burchill.net/?p=4</guid>
		<description><![CDATA[This month I changed my ADSL supplier.  I was with Metronet.  I have to say I was very pleased with Metronet from the day I got broadband to the day I left.  So why did I leave?
It used to say on the front page of the website

No usage caps.
No traffic shaping.
No speed [...]]]></description>
			<content:encoded><![CDATA[<p>This month I changed my ADSL supplier.  I was with <a href="http://www.metronet.co.uk/">Metronet</a>.  I have to say I was very pleased with Metronet from the day I got broadband to the day I left.  So why did I leave?</p>
<p>It <strong>used</strong> to say on the front page of the website</p>
<ul>
<li>No usage caps.</li>
<li>No traffic shaping.</li>
<li>No speed throttling.</li>
</ul>
<p>They were bought by <a href="http://www.plus.net/">plusnet</a> ,  and suffice to say the traffic shaping and speed throtling statements are gone.  The usage cap statement has been changed to cost capped.  It seems obvious to me the difference.  Plusnet are quite open about <a href="http://www.metronet.co.uk/pn-faq">what they intend to do</a> with the Metronet network.  See the second to last point about traffic shaping and prioritisation.</p>
<p>My view is that this kind of thing is generally bad for the following:<br />
Take <a href="http://acronyms.thefreedictionary.com/VOIP">VOIP</a> for example.  I use <a href="http://www.skype.com/">Skype</a> quite a lot.  ISPs are providing their own <a href="http://acronyms.thefreedictionary.com/VOIP">VOIP</a> solutions these days so it&#8217;s in their interests that their packets get the best <a href="http://acronyms.thefreedictionary.com/QOS">QoS</a> .  The next step is for a partner to come along and say to the ISP if you give our packets better QoS on your network we can come to an arrangement.  We then end up with a closed fractured network, where the big boys move in and can push small VOIP suppliers out because of poor QoS.  </p>
<p>This need not just apply to VOIP it could be any technology where there is a driver to make it happen.  Taken further we could see a dual stream internet with the sponsored version working well and the regular version with poor QoS. </p>
<p>If you download/upload then you should pay by the bit - but it should be driven by the customers needs not by the shareholders.  Use less pay less, use more pay more.</p>
<p>As I&#8217;m writting this Andy Abramson has just blogged about QoS but from a slightly different angle see <a href="http://andyabramson.blogs.com/voipwatch/2005/12/2006_what_will_.html">Point 10</a> .</p>
<p>I was going to add where I&#8217;ve gone too and what I think of my new ISP but that will have to wait &#8217;til I have time next to post.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2005/12/31/4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Geek Christmas Carol</title>
		<link>http://burchill.net/2005/12/18/a-geek-christmas-carol/</link>
		<comments>http://burchill.net/2005/12/18/a-geek-christmas-carol/#comments</comments>
		<pubDate>Sun, 18 Dec 2005 10:04:08 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Friendsintech]]></category>

		<category><![CDATA[Geekgeneral]]></category>

		<category><![CDATA[Podcasts]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://burchill.net/?p=3</guid>
		<description><![CDATA[Outstanding!  
The friends in tech have done it again!  Many, many, laughs in this podcast!  An absolute quality production!  They all have there own quality podcasts which you can find on their website.
]]></description>
			<content:encoded><![CDATA[<p>Outstanding!  </p>
<p>The friends in tech have done it again!  Many, many, laughs in <a href="http://www.friendsintech.com/index.php/archives/45">this</a> podcast!  An absolute quality production!  They all have there own quality podcasts which you can find on their <a href="http://www.friendsintech.com/">website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2005/12/18/a-geek-christmas-carol/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello World</title>
		<link>http://burchill.net/2005/12/14/hello-world/</link>
		<comments>http://burchill.net/2005/12/14/hello-world/#comments</comments>
		<pubDate>Wed, 14 Dec 2005 14:25:51 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://burchill.net/?p=2</guid>
		<description><![CDATA[This site is my home page and as such a blog seems fitting.  It started off with vim handcrafted HTML and then I decided a wiki would be faster/easier.  Today I&#8217;ve moved over to a blog, as this seems more relevant easier still. 
The old site is still around but I&#8217;ll nuke it [...]]]></description>
			<content:encoded><![CDATA[<p>This site is my home page and as such a blog seems fitting.  It started off with <a href="http://www.vim.org/">vim</a> handcrafted HTML and then I decided a <a href="http://www.qwikiwiki.com/">wiki</a> would be faster/easier.  Today I&#8217;ve moved over to a blog, as this seems more relevant easier still. </p>
<p>The <a href="http://burchill.net/wiki/">old</a> site is still around but I&#8217;ll nuke it when I have added the content that&#8217;s not outdated here.  I&#8217;ll also be adding categories sorting out the theme, blogroll yadda yadda.</p>
<p>Comments on here are moderated by me before they see the light of day so don&#8217;t even think about sending your bots round here spammers!</p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2005/12/14/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
