<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GranthamTech</title>
	<atom:link href="http://granthamtech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://granthamtech.wordpress.com</link>
	<description>...a mature approach to tech...</description>
	<lastBuildDate>Wed, 23 Nov 2011 20:16:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='granthamtech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/b0683676656c8c4f7178a2bd30f8ed6d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GranthamTech</title>
		<link>http://granthamtech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://granthamtech.wordpress.com/osd.xml" title="GranthamTech" />
	<atom:link rel='hub' href='http://granthamtech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Flash Cookies? Don’t Mess About</title>
		<link>http://granthamtech.wordpress.com/2010/09/30/flash-cookies-don%e2%80%99t-mess-about/</link>
		<comments>http://granthamtech.wordpress.com/2010/09/30/flash-cookies-don%e2%80%99t-mess-about/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 20:25:19 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Online Security]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[flash cookies]]></category>
		<category><![CDATA[local shared objects]]></category>
		<category><![CDATA[lso]]></category>
		<category><![CDATA[online privacy]]></category>
		<category><![CDATA[online tracking]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[removing cookies]]></category>
		<category><![CDATA[removing flash cookies]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=726</guid>
		<description><![CDATA[Cookie control has long been a subject of great interest to those of us who value privacy on the internet and/or derive a little playful satisfaction by thwarting the efforts of marketers who wish to track us. To manage standard browser cookies I use a whitelist of allowed sites that are permitted to set them [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=726&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://granthamtech.files.wordpress.com/2010/09/cookief.png"><img src="http://granthamtech.files.wordpress.com/2010/09/cookief.png?w=460" alt="" title="Flash Cookies"   class="alignright size-full wp-image-744" /></a></p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Cookie control has long been a subject of great interest to those of us who value privacy on the internet and/or derive a little playful satisfaction by thwarting the efforts of marketers who wish to track us.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">To manage standard browser cookies I use a whitelist of allowed sites that are permitted to set them and, in any case, always set a Firefox option that clears them out on exit. All other sites are automatically denied by default. This seems to work well even though sometimes, for new sites I want to use, it can be a little inconvenient having to update the whitelist.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Having listened to a discussion of Flash Cookies on the <a title="Security Now Podcast" href="http://www.grc.com/securitynow.htm#267" target="_blank">Security Now podcast</a> recently it seems that there is another set of privacy threatening cookies that need to be dealt with. (There is a good discussion of the subject with lots of specific detail <a title="Wikipedia: Local Shared Object" href="http://en.wikipedia.org/wiki/Local_Shared_Object" target="_blank">here</a>).</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Flash cookies are identifiable by having a .sol extension and I was surprised to find no fewer than 97 of them in the .macromedia directory structure in my home folder on my Linux computer. Each Flash based content provider creates it’s own .sol file or files within it’s own set of directories under the .macromedia hierarchy.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">In addition to being used for tracking purposes these flash cookies are also used to hold user settings. For example caption and sound volume adjustments may be recorded within them and, presumably, can be used to restore settings on subsequent visits. Whether you regard this as essentially useful or not is a matter for you to decide of course. For myself it is not useful, at least not useful enough to offset the concerns I have for the tracking that may come along with it.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">So how to deal with them? After trying out several options on my <strong>Linux</strong> system including the <a title="Better Privacy Firefox Add-On" href="https://addons.mozilla.org/en-US/firefox/addon/6623/" target="_blank">Better Privacy Firefox add-on</a>, some Python code that uses <a title="PyInotify" href="http://trac.dbzteam.org/pyinotify" target="_blank">PyINotify</a> to detect and delete them I finally decided on the minimalist nuclear option. I simply delete all of them, on a regular timed basis, using the Linux <strong>find</strong> command with the -delete option and automating it&#8217;s execution with <strong>cron</strong>.</p>
<div style="margin-bottom:2px;">
<p style="font-size:12px;line-height:1.6em;color:#111;">The find command is:</p>
</div>
<pre class="alt2" style="border:1px inset;width:640px;height:34px;text-align:left;overflow:auto;margin:0;padding:6px;">find /home/user/.macromedia -name *.sol -delete
</pre>
<p style="font-size:12px;line-height:1.6em;color:#111;">which will find all occurrences of .sol files within all sub-directories under the path shown and remove them.</p>
<div style="margin-bottom:2px;">
<p style="font-size:12px;line-height:1.6em;color:#111;">We put this command into the crontab as follows:</p>
</div>
<pre class="alt2" style="border:1px inset;width:640px;height:34px;text-align:left;overflow:auto;margin:0;padding:6px;">*/2 * * * * find /home/stephen/.macromedia -name *.sol -delete
</pre>
<p style="font-size:12px;line-height:1.6em;color:#111;">which will run the command every 2 minutes.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;"><strong>Windows</strong> users can do the same thing using a scheduled 2 line batch file coded as follows:</p>
<pre class="alt2" style="border:1px inset;width:640px;height:34px;text-align:left;overflow:auto;margin:0;padding:6px;">dir %APPDATA%\*.sol /s/b &gt; %TEMP%\solfiles
for /f "tokens=*" %%i in (%TEMP%\solfiles) do del "%%i"
</pre>
<p style="font-size:12px;line-height:1.6em;color:#111;">Are there any negative aspects to using this admittedly brutal but effective and economical approach? Not many. Any overhead to running this command every 2 minutes is scarcely detectable and all my Flash content appears to run largely without being affected. I have noticed that the BBC IPlayer loses its ability to resume from an interrupted point and various other sites lose remembered caption and audio settings but, for me at least, this is an acceptable price to pay for the privacy advantages gained. This is especially true if most clips you watch are of longer duration. If, on the other hand, your viewing preferences are for 2 to 3 minute clips and you are having to constantly adjust audio settings then perhaps this method is not for you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/726/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=726&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2010/09/30/flash-cookies-don%e2%80%99t-mess-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2010/09/cookief.png" medium="image">
			<media:title type="html">Flash Cookies</media:title>
		</media:content>
	</item>
		<item>
		<title>Channel4 4OD YouTube Solved</title>
		<link>http://granthamtech.wordpress.com/2010/09/18/channel4-4od-youtube-solved/</link>
		<comments>http://granthamtech.wordpress.com/2010/09/18/channel4-4od-youtube-solved/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 16:55:32 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Online Security]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[40d]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[black screen]]></category>
		<category><![CDATA[channel4]]></category>
		<category><![CDATA[hangs]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[no video]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[youtube 4od]]></category>
		<category><![CDATA[youtube 4od channel]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=668</guid>
		<description><![CDATA[I recently posted here on a problem I was having using the Channel4 4OD service. The fix to that problem was to remove or comment out an entry in the hosts file the effect of which was to disable access. Well now I find that a similar problem exists with the 4OD YouTube channel. Same [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=668&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://granthamtech.files.wordpress.com/2009/11/4od.png?w=460" alt="4od" title="4OD"   class="alignright size-full wp-image-642" /></p>
<p style="font-size:12px;line-height:1.6em;color:#111;">I recently posted <a title="Channel4 4OD Solved" href="http://granthamtech.wordpress.com/2009/11/24/channel4-4od-solved/" target="_blank">here</a> on a problem I was having using the Channel4 4OD service. The fix to that problem was to remove or comment out an entry in the hosts file the effect of which was to disable access. Well now I find that a similar problem exists with the 4OD YouTube channel. Same general sympton which is a hang and no video as shown in this screenshot. </p>
<p><a title="4OD YouTube Black Screen Of Death" href="http://granthamtech.files.wordpress.com/2010/09/4odyoutube.png"><img src="http://granthamtech.files.wordpress.com/2010/09/4odyoutube.png?w=460" alt="4od downloading content"   class="alignleft size-full wp-image-617" /></a></p>
<p>&nbsp;</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">The solution to this 4OD via YouTube problem is to remove or comment out this entry&#8230;</p>
<pre class="alt2" style="border:1px inset;width:640px;height:20px;text-align:left;overflow:auto;margin:0;padding:6px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;127.0.0.1  s0.2mdn.net
</pre>
<p style="font-size:12px;line-height:1.6em;color:#111;">&#8230;.from the hosts file on your computer.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">I&#8217;m not exactly sure what this url is required for but it&#8217;s likely to be something to do with advertising and, clearly, a valid response from it is required by YouTube before it will deliver the desired video stream. The downside, for us, is that advertising is delivered too. It might be an interesting excercise to &#8220;spoof&#8221; the site just enough to be able to receive the content but minus the adverts.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;"><a title="Blocking Unwanted Parasites with a Hosts File" href="http://www.mvps.org/winhelp2002/hosts.htm" target="_blank">This site</a> regularly publishes a replacement hosts file containing and redirecting thousands of not just known malicious sites but also many ad related sites. It is a useful tool for reducing the overall threat and the lower “noise” level from all those suddenly blocked doubleclick.com ads is very welcome. However it appears that, at least in the case of 4OD, a side effect of ad blocking is to block the primary content as well.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">If you are unable to access 4OD via YouTube try checking your hosts file for the above entry.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/668/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=668&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2010/09/18/channel4-4od-youtube-solved/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2009/11/4od.png" medium="image">
			<media:title type="html">4OD</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2010/09/4odyoutube.png" medium="image">
			<media:title type="html">4od downloading content</media:title>
		</media:content>
	</item>
		<item>
		<title>Left At The Library</title>
		<link>http://granthamtech.wordpress.com/2010/02/02/left-at-the-library/</link>
		<comments>http://granthamtech.wordpress.com/2010/02/02/left-at-the-library/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:19:28 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Governing Elite]]></category>
		<category><![CDATA[Grantham]]></category>
		<category><![CDATA[grauniad]]></category>
		<category><![CDATA[guardian]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=650</guid>
		<description><![CDATA[Today I took a stroll into town, partly to maintain the punishing physical exercise regime to which I am wedded, but mostly to visit the library. The library has just fully reopened after a short period of refurbishment and I was keen to see what changes had been made. If I went expecting something dramatic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=650&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://granthamtech.files.wordpress.com/2010/02/left.png?w=460" alt="left at the library" title="Left At The Library"   class="alignright size-full wp-image-642" /></p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Today I took a stroll into town, partly to maintain the punishing physical exercise regime to which I am wedded, but mostly to visit the library. The library has just fully reopened after a short period of refurbishment and I was keen to see what changes had been made.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">If I went expecting something dramatic then I was to be disappointed.  Same sparsely stocked book shelves. Same reference section which is, again, somewhat thinly stocked it seemed to me. Notwithstanding this apparent paucity of actual books, I always enjoy and appreciate our library. It has a relaxed and comfortable feel and so was content not to see huge changes. Something new I did encounter though was a brand spanking new computer system which, astonishingly to me,  appears to automate the collection and return of library books. That&#8217;s great. Now I can borrow and return books at my library without incurring the tiresome obligation to communicate with a human being. I expect there will also be a consequential reduction in the numbers of staff employed at the library.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Sitting down at a table covered with newspapers I discovered that I could spend a convivial few minutes bringing myself up to date with what goes on in the world today. Sadly, for me, the only national daily on offer was the Guardian and, trying to ignore the sinking feeling in my stomach, I settled down to leaf through it anyway.  It&#8217;s worth remembering that the Guardian is, for the most part, a broadsheet which can be awkward to handle sometimes. For me it can be particularly difficult as I always need two hands to read it. One hand to turn the pages and the other to hold my nose.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Perhaps on another day I would have found the Times and the Telegraph on the table as well and if I could have found a human to verify this I would have done so.  But after being exposed to the discharge from the Toynbee-Monbiot mains outflow I was forced to beat a hasty, and somewhat queasy, retreat home.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">I do hope that in our library the direction is not Grauniad or nothing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/650/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=650&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2010/02/02/left-at-the-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2010/02/left.png" medium="image">
			<media:title type="html">Left At The Library</media:title>
		</media:content>
	</item>
		<item>
		<title>Channel4 4OD Solved</title>
		<link>http://granthamtech.wordpress.com/2009/11/24/channel4-4od-solved/</link>
		<comments>http://granthamtech.wordpress.com/2009/11/24/channel4-4od-solved/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 11:26:42 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Online Security]]></category>
		<category><![CDATA[40d]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[black screen]]></category>
		<category><![CDATA[channel4]]></category>
		<category><![CDATA[channel4 4od]]></category>
		<category><![CDATA[hangs]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Loading content]]></category>
		<category><![CDATA[no video]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=614</guid>
		<description><![CDATA[For some time I have been getting my TV online, principally with the BBC IPlayer. I also receive ITV content, albeit problematically, using the ITV Player. But for some reason I was never able to get the Channel4 4OD service to work. After selecting a programme to watch I would be presented with an empty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=614&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://granthamtech.files.wordpress.com/2009/11/4od.png"><img src="http://granthamtech.files.wordpress.com/2009/11/4od.png?w=460" alt="4od" title="4OD"   class="alignright size-full wp-image-642" /></a></p>
<p>For some time I have been getting my TV online, principally with the BBC IPlayer. I also receive ITV content, albeit problematically, using the ITV Player. But for some reason I was never able to get the Channel4 4OD service to work.</p>
<p>After selecting a programme to watch I would be presented with an empty video window, a &#8220;Loading content&#8221; message and nothing else. It didn&#8217;t matter whether I used Vista or Linux Mint, Firefox or Internet Explorer, the result was always the same &#8211; a sort of black screen of death as shown in this screenshot. </p>
<p><a title="4OD Black Screen Of Death" href="http://granthamtech.files.wordpress.com/2009/11/4odbsod.png"><img src="http://granthamtech.files.wordpress.com/2009/11/4odbsod.png?w=460&#038;h=279" alt="4od downloading content" width="460" height="279" class="alignleft size-full wp-image-617" /></a></p>
<p>Of course I Googled the problem but found no fix. I could see from the general web chatter that others were having the problem but, clearly, it was a minority issue and there was no obvious solution.</p>
<p>Eventually I saw a reference to a test link that pointed to the url &#8220;realmedia.channel4.com&#8221; and clicked on it. I expected some kind of test page response or, at worst, perhaps an invalid request or maybe a 404 not found error. Instead nothing happened at all. The click went nowhere. This provided the clue to the problem solution.</p>
<p>After checking my <em><strong>hosts</strong></em> file I found that &#8220;realmedia.channel4.com&#8221; was being redirected to my localhost  at 127.0.0.1 &#8211; i.e. nowhere. And this was the reason that 4OD wasn&#8217;t working. After commenting out that entry in the <em><strong>hosts</strong></em> file 4OD worked perfectly. </p>
<p>How did this redirection get into the <em><strong>hosts</strong></em> file? I posted a previous blog called <a title="Using The Hosts File To Ward Off Web Attacks" href="http://granthamtech.wordpress.com/2009/08/05/using-the-hosts-file-to-ward-off-web-attacks/" target="_blank">&#8220;Using The Hosts File To Ward Off Web Attacks&#8221;</a> which described how you can download a <em><strong>hosts</strong></em> file from <a title="Blocking Unwanted Parasites with a Hosts File" href="http://www.mvps.org/winhelp2002/hosts.htm" target="_blank">this site</a> to redirect hundreds of well known bad site urls to localhost at 127.0.0.1. This redirection makes these bad sites inaccessible and is a great enhancement to security on the PC generally. However it seems that, for some reason, &#8220;realmedia.channel4.com&#8221; is included in the <em><strong>hosts</strong></em> file as a bad site url thereby preventing 4OD from working. I&#8217;m not sure why the entry for 4OD is considered a bad site that needs to be redirected but it is, as of the date of this post, still being included in the download.</p>
<p>So if you have a problem using the Channel4 4OD service as described above do check your <em><strong>hosts</strong></em> file to see if &#8220;realmedia.channel4.com&#8221; has been redirected. If you find that this is the case then either removing it or commenting it out will hopefully fix the problem.</p>
<p>Of course now I have to find something on 4OD that I consider worth watching. Sadly, from what I can see, it appears to be some kind of landfill site for the dross that is celebrity culture. But that&#8217;s another rant altogether.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/614/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=614&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2009/11/24/channel4-4od-solved/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2009/11/4od.png" medium="image">
			<media:title type="html">4OD</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2009/11/4odbsod.png" medium="image">
			<media:title type="html">4od downloading content</media:title>
		</media:content>
	</item>
		<item>
		<title>Not Much</title>
		<link>http://granthamtech.wordpress.com/2009/11/04/not-much/</link>
		<comments>http://granthamtech.wordpress.com/2009/11/04/not-much/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 16:02:27 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Governing Elite]]></category>
		<category><![CDATA[deceit]]></category>
		<category><![CDATA[immigration]]></category>
		<category><![CDATA[labour]]></category>
		<category><![CDATA[newspeak]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=593</guid>
		<description><![CDATA[I am pleased to hear a minister finally admit that mistakes in immigration policy have been made. I am pleased. But not much. The text of the admission was no doubt finely crafted by some publicly financed wordsmith to admit guilt but without actually saying so. An example of the technique of sfumato but expressed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=593&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://granthamtech.files.wordpress.com/2009/11/newspeak.png?w=460" alt="new labour, new britain, newspeak" title="New Labour, New Britain, Newspeak"   class="alignright size-full wp-image-592" />
<p style="font-size:12px;line-height:1.6em;color:#111;">I am pleased to hear a minister finally admit that <a title="Mistakes In Immigration Policy Were Made" href="http://www.telegraph.co.uk/news/newstopics/politics/lawandorder/6486629/Government-maladroit-on-immigration-says-Home-Secretary.html" target="_blank"><font color="blue">mistakes in immigration policy have been made</font></a>. I am pleased. But not much.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">The text of the admission was no doubt finely crafted by some publicly financed wordsmith to admit guilt but without actually saying so. An example of the technique of sfumato but expressed through words rather than paint. It was language that conveyed the general meaning but nuanced with just enough linguistic sedative so as not to unduly alarm the reader or listener. In this way it is possible to describe even a fraudulent pretext for war as no more than a <em>&#8220;fib&#8221;</em>. Another bootprint along the malign dirt road to our Newspeak future.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Keeping my delight just a little in check though, I couldn&#8217;t help but be struck by the use of the word <em>&#8220;maladroit&#8221;</em>. Apparently the profundity of the minister&#8217;s mea colpa was limited to the reach of this anemic and more French than English word. One can imagine hours spent by the ministers team desperately searching through dictionaries, perhaps even drawing suggestions from a hat, trying to find a sanitised alternative to the words that really describe the situation. Eventually they came up with this perfumed <em>&#8220;mot juste&#8221;</em>, which only hinted that maybe things might possibly have been done differently.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Instead of <em>&#8220;maladroit&#8221;</em> I&#8217;d like to suggest other words that would more accurately describe what has been going on. How about <em>&#8220;bungling&#8221;</em>. Too kind perhaps? Ok then what about <em>&#8220;incompetent&#8221;</em>? And given what we now know about <a title="Mass Immigration To UK Was Deliberate" href="http://news.sky.com/skynews/Home/Politics/Ex-Government-Adviser-Andrew-Neather-Says-Mass-Immigration-To-UK-Was-Deliberate/Article/200910415414170" target="_blank"><font color="blue">the intentionality of what was done</font></a> perhaps I will be forgiven for needing two words to fully describe these policies. The two words I have in mind are <em>&#8220;knowingly culpable&#8221;</em> but there are many others of course.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">So, albeit with the caveats mentioned above, I am pleased to hear that mistakes in immigration policy have been admitted to. But not much.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/593/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=593&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2009/11/04/not-much/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2009/11/newspeak.png" medium="image">
			<media:title type="html">New Labour, New Britain, Newspeak</media:title>
		</media:content>
	</item>
		<item>
		<title>Insult To Injury</title>
		<link>http://granthamtech.wordpress.com/2009/10/28/insult-to-injury/</link>
		<comments>http://granthamtech.wordpress.com/2009/10/28/insult-to-injury/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 22:46:34 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Governing Elite]]></category>
		<category><![CDATA[blair]]></category>
		<category><![CDATA[eu]]></category>
		<category><![CDATA[european union]]></category>
		<category><![CDATA[political class]]></category>
		<category><![CDATA[president]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=584</guid>
		<description><![CDATA[So it is true then. In today&#8217;s gaga Britain where absurdities morph seamlessly into the commonplace it is hard to be surprised any more. It is hard to be astonished by any single twist emanating from the body of the political elite snake. It seems the bewildered people of the UK are, apparently, to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=584&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://granthamtech.files.wordpress.com/2009/10/presidente1.png?w=460" alt="el presidente" title="El Presidente"   class="alignright size-full wp-image-587" />
<p style="font-size:12px;line-height:1.6em;color:#111;">So it is true then. In today&#8217;s gaga Britain where absurdities morph seamlessly into the commonplace it is hard to be surprised any more. It is hard to be astonished by any single twist emanating from the body of the political elite snake. It seems the bewildered people of the UK are, apparently, to be recipients of a bright, shiny, new president of the EU.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">That such a vacuous, unelected position should be created and foisted upon the people of Europe is bad enough. That Tony Blair could soon be sitting in the, no doubt richly upholstered, chair of said president is unconscionable. (It,s apt that in the Merriam-Webster dictionary the example given for the word &#8220;unconscionable&#8221; is &#8220;<em>a politician with an unconscionable disregard for the truth</em>&#8220;).</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">For many people even a passing glimpse of Blair is likely to bring on an acute attack of nausea. Sadly for me, memory impairment associated with the ageing process appears not to extend to the central figure of the Blair years and he still lurks, like a Vanish resistant stain. So the prospect of this discredited man, presumably as &#8220;Head Of The EU Super State&#8221;, grinning out from newspapers, TV interviews and embedded in web pages is not a happy one.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">How far will this go? Will Blair smirk down from public buildings on a sickened populace? Will he appear on postage stamps, leaving a really bad taste in the mouth? Imagine if the contagion was to spread to notes and coins. The prospect of that face staring back at me whenever I open my wallet is more than enough motivation, if such were needed, to spend less. Will he have a presidential residence? More to the point will there be an expenses system that will allow him, for old times sake, to &#8220;flip&#8221; palaces?</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">I do not recall voting to be represented by a president of the EU (although I do vaguely recall stumbling over the debris of a broken promise on an EU membership referendum) and doubtless I will not be asked to vote on who the president will be.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">The EU is already top heavy enough, weighed down with members of the political class and their worker bee bureaucrats. Furthermore, what deep desire do we have that will be satisfied by the addition of this office? The injury of our undemocratic EU membership must not be compounded by the insult of El Presidente Blair.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/584/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=584&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2009/10/28/insult-to-injury/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2009/10/presidente1.png" medium="image">
			<media:title type="html">El Presidente</media:title>
		</media:content>
	</item>
		<item>
		<title>All Together Now?</title>
		<link>http://granthamtech.wordpress.com/2009/10/21/all-together-now/</link>
		<comments>http://granthamtech.wordpress.com/2009/10/21/all-together-now/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:36:11 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Governing Elite]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[consensus]]></category>
		<category><![CDATA[dissent]]></category>
		<category><![CDATA[global warming]]></category>
		<category><![CDATA[mainstream media]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=551</guid>
		<description><![CDATA[It&#8217;s hard to know exactly where to stand on the vexed issue of &#8220;climate change&#8221; nee &#8220;global warming&#8220;. If one accepts the evidence put out by most of the mainstream media then there is very little room for doubt. The planet is heating up and the heating is due to human activity. The polar ice [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=551&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://granthamtech.files.wordpress.com/2009/10/climatechange.png?w=460" alt="climate change" title="Climate Change"   class="alignright size-full wp-image-550" />
<p style="font-size:12px;line-height:1.6em;color:#111;">It&#8217;s hard to know exactly where to stand on the vexed issue of &#8220;<em>climate change</em>&#8221; nee &#8220;<em>global warming</em>&#8220;. If one accepts the evidence put out by most of the mainstream media then there is very little room for doubt. The planet is heating up and the heating is due to human activity. The polar ice is melting and the planet is faced with catastrophe. Further more, the mainstream media assures us, there is a worldwide scientific consensus to this effect.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Fairly typical of this consensus is a report that &#8220;<em>Global warming worse than predicted, top scientist says</em>&#8221; on the <a title="Global warming worse than predicted..." href="http://www.abc.net.au/news/stories/2009/02/15/2491942.htm?se" target="_blank"><font color="blue">ABC News Australia website</font></a>. Our own Met Office is very clear on the subject. It&#8217;s <a title="Met Office Statement" href="http://www.metoffice.gov.uk/climatechange/guide/quick/" target="_blank"><font color="blue">website</font></a> states &#8211; &#8220;<em>It is now clear that man-made greenhouse gases are causing climate change</em>&#8220;.  The debate, it might seem, is over.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">However if one raises the level of scepticism, just a tad, and releases the information dissemination headlock, only a little, and seeks an alternative point of view what do we find? We find that there are apparently large numbers of scientists who dissent from the standard view put forward by both the IPCC and, more famously, by Al Gore. A <a title="U.S. senate minority report" href="http://epw.senate.gov/public/index.cfm?FuseAction=Minority.SenateReport" target="_blank"><font color="blue">U.S. senate minority report</font></a> states that &#8220;<em>More Than 700 International Scientists Dissent Over Man-Made Global Warming Claims. Scientists continue to debunk “consensus” in 2008 and 2009</em>&#8220;.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">The website &#8220;<a title="Global Climate Change Facts" href="http://www.climatechangefacts.info/" target="_blank"><font color="blue">Global Climate Change Facts</font></a>&#8221; is informative and presents the case for each side. There are links to articles that range from the scary &#8220;<em>NOAA: Climate Change Irreversible</em>&#8221; to the rather more reassuring &#8220;<em>Antarctic ice 2% above average</em>&#8220;.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">If you have a spare hour and a half to invest, (not really a lot in geological time), there is an entertaining and thought provoking YouTube video of <a title="Lord Christopher Monckton On YouTube" href="http://www.youtube.com/watch?v=stij8sUybx0" target="_blank"><font color="blue">a presentation by Lord Christopher Monckton</font></a> in October 2009 at a climate skeptic event.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Unfortunately none of these differing views give us a definitive answer to the question &#8211; <em>is unsustainable man made global warming real</em>?  Without training in climatology and earth sciences one cannot know who has the science right. Neither can one be sure where the hidden agendas lie and nor which vested interest is really behind any given piece of data or rhetoric. However what is clear is that, contrary to the mainstream media standard line, a consensus on this important issue there is not.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/551/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=551&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2009/10/21/all-together-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2009/10/climatechange.png" medium="image">
			<media:title type="html">Climate Change</media:title>
		</media:content>
	</item>
		<item>
		<title>Auntie Will Make It Better</title>
		<link>http://granthamtech.wordpress.com/2009/10/16/auntie-will-make-it-better/</link>
		<comments>http://granthamtech.wordpress.com/2009/10/16/auntie-will-make-it-better/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 08:19:29 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Governing Elite]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[liberal bias]]></category>
		<category><![CDATA[liberal elite]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=543</guid>
		<description><![CDATA[Thank goodness for the BBC. Once again the Corporation, free of the burden of being elected and therefore representative of common opinion, has shown itself to be totally indispensable in it&#8217;s ability to disseminate ideas and thoughts, to us, it&#8217;s adoring public. I like to think of Auntie as a kind of moral and intellectual [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=543&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://granthamtech.files.wordpress.com/2009/10/auntie.png?w=460" alt="auntie" title="Auntie's Hat"   class="alignright size-full wp-image-542" />
<p style="font-size:12px;line-height:1.6em;color:#111;">Thank goodness for the BBC. Once again the Corporation, free of the burden of being elected and therefore representative of common opinion, has shown itself to be totally indispensable in it&#8217;s ability to disseminate ideas and thoughts, to us, it&#8217;s adoring public. I like to think of Auntie as a kind of moral and intellectual guardrail, ensuring we don&#8217;t fall overboard from the ship of acceptability into a sea of inappropriateness.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">I have no idea what I would do without her. No doubt I would have to reconcile myself to a life spent stumbling around in a fog of uncertainty not knowing quite how to formulate an acceptable point of view. How lost I would be on issues such as climate change, membership of the European Union, immigration and the preservation of the English landscape. If I am ever at a loss as to how to think about a given topic, and I need access to a slightly left of centre, fully paid up member of the liberal elite, even after the shops have closed, then I know that Auntie will provide me with it.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">There are those, of course, who criticise BBC programme makers for &#8220;dumbing down&#8221; it&#8217;s content in recent years. I don&#8217;t see it myself. I think that Horizon for example is much more exciting in it&#8217;s new format now that no single image in the programme lasts for more than 3 seconds and we are no longer forced to take in as much information as before. Now thats what I call that progress.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">But it gets better. Not content with providing me with a pre-packaged, socially acceptable political framework Auntie has now turned her matronly attention to the often thorny question of comedy. I admit to having been confused for some time now about what is and what is not funny. For example I know that Christians are funny but that other religions are not. I also know that the French can be made fun of, even to the point of vilification, but that other nationalities cannot. But there are grey areas don&#8217;t you think? So it is great to discover that Auntie will now provide us with another framework, this time to help us formulate correct attitudes to humour. Very liberating.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">So no more hesitancy trying to decide whether to laugh or not. No more awkward silences trying to guess how a studio audience will be signalled to react. We will benefit from this. After all who amongst us has not disguised an inappropriate chuckle as a cough even when not in polite company?</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">All of this guidance on which we now depend and for which we are so very grateful is, apparently, included at no additional charge! Hoorah BBC. In this respect alone the licence fee is worth every penny.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/543/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=543&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2009/10/16/auntie-will-make-it-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2009/10/auntie.png" medium="image">
			<media:title type="html">Auntie's Hat</media:title>
		</media:content>
	</item>
		<item>
		<title>Dave</title>
		<link>http://granthamtech.wordpress.com/2009/10/09/dave/</link>
		<comments>http://granthamtech.wordpress.com/2009/10/09/dave/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 12:07:39 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Governing Elite]]></category>
		<category><![CDATA[dave]]></category>
		<category><![CDATA[dave ja vu]]></category>
		<category><![CDATA[david cameron]]></category>
		<category><![CDATA[hope]]></category>
		<category><![CDATA[hope springs eternal]]></category>
		<category><![CDATA[man on the clapham omnibus]]></category>
		<category><![CDATA[politicians]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=526</guid>
		<description><![CDATA[I&#8217;m hearing a lot about &#8220;Dave&#8221; recently. Firstly, if I am not mistaken, there is the &#8220;Dave&#8221; taken to mean &#8220;that bloke down the pub&#8221;. A sort of modern day &#8220;man on the Clapham omnibus&#8221; whose opinions would tend to correspond with the views of a reasonable person &#8211; a benchmark for the common man [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=526&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://granthamtech.files.wordpress.com/2009/10/dave_on_the_bus.png?w=460" alt="dave_on_the_bus" title="Dave On The Omnibus"   class="alignright size-full wp-image-525" />
<p style="font-size:12px;line-height:1.6em;color:#111;">I&#8217;m hearing a lot about &#8220;<strong>Dave</strong>&#8221; recently. Firstly, if I am not mistaken, there is the &#8220;Dave&#8221; taken to mean &#8220;that bloke down the pub&#8221;. A sort of modern day &#8220;man on the Clapham omnibus&#8221; whose opinions would tend to correspond with the views of a reasonable person &#8211; a benchmark for the common man of the day. Sadly I have never been fortunate enough to encounter this particular Dave. I am sure there would be much to learn and share. There is however, in any case, a tragedy tinted irony to the fact that in todays society Dave&#8217;s reasonable views, if sought as such, would be largely unbroadcastable, at least in the mainstream media.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Then there is a digital TV channel also known as Dave and it&#8217;s time-shifted younger brother Dave ja vu. I,m guessing here but maybe the use of the name is also a reference to reasonableness. Reasonable programmes that the bloke on the bus could watch on his mobile media player.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Then of course there is the &#8220;Dave&#8221; as in David Cameron. I must say that I found his recent conference performance annoyingly impressive. This is because I have become so cynical that, in my eyes, for a politician to lie it is sufficient merely that their lips move. Sadly we have seen it all before. I recall similar feelings arising back in 1997 when the calamitous Blair tsunami first  broke over an unsuspecting but ever hopeful nation. At the time it seemed to be a long overdue breath of fresh air. Today, when the word Blair has morphed into a synonym for mendacity, we know better.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">So, in spite of my canny gut feelings, in spite of the near certain knowledge that nothing of substance will actually change, in spite of all this, curiously, hope stirs anew. And hope, a bit like <a title="Peter Kay - Hob Nobs" href="http://www.youtube.com/watch?v=MJr9ekTf0xc" target="_blank"><font color="blue">Peter Kay&#8217;s dunk drunk Hob Nobs</font></a>, seems always to come back and say &#8220;Go on &#8211; hit me again!&#8221;.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">So &#8220;Dave&#8221; Cameron. A reasonable bloke? Perhaps. But I fear that in the end, like a time-shifted TV repeat, he will be less &#8220;reasonable bloke on the Clapham omnibus&#8221; and more &#8220;Dave ja vu&#8221;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/526/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=526&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2009/10/09/dave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2009/10/dave_on_the_bus.png" medium="image">
			<media:title type="html">Dave On The Omnibus</media:title>
		</media:content>
	</item>
		<item>
		<title>Clean Out Of Touch</title>
		<link>http://granthamtech.wordpress.com/2009/09/20/clean-out-of-touch/</link>
		<comments>http://granthamtech.wordpress.com/2009/09/20/clean-out-of-touch/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 20:39:26 +0000</pubDate>
		<dc:creator>granthamtech</dc:creator>
				<category><![CDATA[Governing Elite]]></category>
		<category><![CDATA[chattering classes]]></category>
		<category><![CDATA[cleaners]]></category>
		<category><![CDATA[cleaning house]]></category>
		<category><![CDATA[liberal elite]]></category>

		<guid isPermaLink="false">http://granthamtech.wordpress.com/?p=514</guid>
		<description><![CDATA[Reading the output of some columnists found in the weekend &#8220;heavies&#8221; is always a bit of of teeth grinding experience for a sensitive person like me. These journalistic barricades are almost invariably manned by the sons and daughters of the liberal elite who like to educate the rest of us in the finer points of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=514&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://granthamtech.files.wordpress.com/2009/09/cleaner.jpg?w=460" alt="cleaner" title="Can I do yer now dear?"   class="alignright size-full wp-image-513" />
<p style="font-size:12px;line-height:1.6em;color:#111;">Reading the output of some columnists found in the weekend &#8220;<em>heavies</em>&#8221; is always a bit of of teeth grinding experience for a sensitive person like me. These journalistic barricades are almost invariably manned by the sons and daughters of the liberal elite who like to educate the rest of us in the finer points of <em>progressive</em> thinking. If you feel the need for lectures on &#8220;Hand Wringing 101&#8243; or introductions to &#8220;Self Loathing For Beginners&#8221; then the weekend qualities are generally good places to find them. For myself, in an effort to keep my dentistry costs to a minimum, I try to avoid reading much beyond the headlines.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">I was, however, drawn to <a title="It's not just Baroness Scotland - we should all come clean about our cleaners - Telegraph" href="http://www.telegraph.co.uk/comment/columnists/jemima-lewis/6209509/Its-not-just-Baroness-Scotland---we-should-all-come-clean-about-our-cleaners.html" target="_blank">this article</a> about Baroness Scotland and her surprisingly illegal immigrant cleaner. The article whilst not condoning the use of illegal, though gratifyingly cheap, labour points out that, well, we all do it don&#8217;t we?</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">The author, one Jemima Lewis, (I feel an &#8220;Ok yah&#8221; coming on&#8230;), writes.. &#8220;<em>Can you, with hand on heart, swear that you have never hired a cleaner of foreign extraction without first running her documents past the Home Office?</em>&#8220;. Well now thats a tough one to answer isn&#8217;t it? Have I, as an able bodied person, felt the need to pay a stranger to enter my home in order to clean up after me? Hmm&#8230; can I get back to you on that, Jemima?</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Some older bodies, like me, may remember the famous Lady Chatterley obscenity court case back in the sixties. Beyond any scandal relating to the content of the book itself was the furore caused by the chief prosecutor asking the court if the book was one &#8220;<em>you would wish your servants to read</em>&#8220;. The point being that the poor old dust encrusted and heavily bewigged legal worthy was so out of touch with the lives of ordinary people that he assumed that servants were the norm in society.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">This brings us back to jolly old Jemima and her indispensably foreign cleaners. Most ordinary, able bodied, people do not suffer agonies over the legal status of their cleaners as they simply don&#8217;t use them. For some of us, the prospect of having to welcome a cleaner into the house would, albeit paradoxically, require that the house be clean first.</p>
<p style="font-size:12px;line-height:1.6em;color:#111;">Sorry Jemima. You wouldn&#8217;t understand. It&#8217;s a lower middle class, clean-up after yourself, kind of thing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/granthamtech.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/granthamtech.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/granthamtech.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/granthamtech.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/granthamtech.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/granthamtech.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/granthamtech.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/granthamtech.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/granthamtech.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/granthamtech.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/granthamtech.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/granthamtech.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/granthamtech.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/granthamtech.wordpress.com/514/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=granthamtech.wordpress.com&amp;blog=6890169&amp;post=514&amp;subd=granthamtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://granthamtech.wordpress.com/2009/09/20/clean-out-of-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa146a884b4a00853a46f67e6fd3192e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">granthamtech</media:title>
		</media:content>

		<media:content url="http://granthamtech.files.wordpress.com/2009/09/cleaner.jpg" medium="image">
			<media:title type="html">Can I do yer now dear?</media:title>
		</media:content>
	</item>
	</channel>
</rss>
