<?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>72A</title>
	<atom:link href="http://mattpovey.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattpovey.wordpress.com</link>
	<description>Until I decide on a name</description>
	<lastBuildDate>Sat, 26 Nov 2011 17:31:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mattpovey.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>72A</title>
		<link>http://mattpovey.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mattpovey.wordpress.com/osd.xml" title="72A" />
	<atom:link rel='hub' href='http://mattpovey.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Setting up OpenSSH\Putty and key based authentication</title>
		<link>http://mattpovey.wordpress.com/2011/11/26/setting-up-opensshputty-and-key-based-authentication/</link>
		<comments>http://mattpovey.wordpress.com/2011/11/26/setting-up-opensshputty-and-key-based-authentication/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 17:31:04 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[pageant]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">https://mattpovey.wordpress.com/?p=86</guid>
		<description><![CDATA[I wrote this back in 2005 on my old blog (since deleted). As I was setting this up again tonight, I’ve re-posted this as it’s a useful reference. Text is blue has been added for the re-post Sick of trying to remember root passwords for my *nix boxes, I&#8217;ve finally got round to configuring key [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=86&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font color="#0000ff">I wrote this back in 2005 on my old blog (since deleted). As I was setting this up again tonight, I’ve re-posted this as it’s a useful reference. Text is blue has been added for the re-post</font></p>
<p>Sick of trying to remember root passwords for my *nix boxes, I&#8217;ve finally got round to configuring key based authentication using OpenSSH and Putty. This is a quick description of the setup and configuration that is required to get this going. There are some useful links at the end for background and understanding.</p>
<p>Download <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">putty.exe, pageant and puttygen</a>. Next, fire up puttygen and create an ssh key-pair (private to keep on the workstation, public to dole out to the hosts you&#8217;ll be authenticating to). Generate lots of lovely entropy by waggling the mouse furiously and pick a decent pass-phrase (<font color="#0000ff">one recommendation is to create a nonsense phrase of five or more words. Something you can remember but won’t be found in any books. That will be pretty strong and you then add a few character replacements, you’ll have a very strong pass-phrase</font>).</p>
<p>Save your newly created public and private keys on the workstation that you&#8217;ll be making connections from.</p>
<p>Next up, copy the public key text from the &#8216;puttygen&#8217; window and open up an SSH connection to one of the hosts you want to configure. Login as the user you want to key authenticate and paste the public key text into a <code>~/.ssh/authorized_keys</code>. Save the file and logout. Note that this process can be automated somewhat using Plink and cat. If you&#8217;ve got a lot of servers to add the key to, it would be trivial to knock up a batch file using Excel and the concatenate function.</p>
<p>Note that it is important that the text be in the format shown in the puttygen window. I always forget this and spend ages fannying around trying to figure out the right format for authorized_keys. If you just load your keys into the puttygen application, it will provide the appropriate key-text for you (just hit the ‘load’ button and select your private key). </p>
<p>Back on the Windows box, run pageant.exe with the path to your private key as an argument. Pageant will prompt you for your pass-phrase (stick this command in your startup directory to make life easier).</p>
<p>Now, when Putty is run, it will detect the presence of Pageant and attempt to authenticate using the key you&#8217;ve provided. Bear in mind that if you&#8217;ve not configured a host correctly, login will fail silently. Thus, it&#8217;s worth checking the &#8216;Attempt &quot;keyboard-interactive&quot; (SSH2)&#8217; in the &#8216;Auth&#8217; section of putty&#8217;s options so that you&#8217;ll get a password prompt if key authentication fails.</p>
<p>Now just look after your private key and pass-phrase and all will be well with the world.</p>
<p>The following are pretty useful to get you up and running :</p>
<ul>
<li><a href="http://www.osnews.com/story.php?news_id=12416">Setting up in Unix Land (Keychain)</a></li>
<li><a href="http://the.earth.li/~sgtatham/putty/0.61/htmldoc/Chapter9.html#pageant">This about covers it all for Windows (Pageant Manual)</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=86&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2011/11/26/setting-up-opensshputty-and-key-based-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>
	</item>
		<item>
		<title>Leeds and the Bomb (Part 2)</title>
		<link>http://mattpovey.wordpress.com/2010/11/25/leeds-and-the-bomb-part-ii/</link>
		<comments>http://mattpovey.wordpress.com/2010/11/25/leeds-and-the-bomb-part-ii/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 17:06:06 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[war]]></category>
		<category><![CDATA[bomb]]></category>
		<category><![CDATA[korea]]></category>
		<category><![CDATA[leeds]]></category>
		<category><![CDATA[leedsandthebomb]]></category>
		<category><![CDATA[nuclearwar]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mattpovey.wordpress.com/?p=65</guid>
		<description><![CDATA[I started putting this together yesterday morning before North Korea spat its dummy over the border to the South. Here’s hoping the timing isn’t prescient. A week off work and I have finally got around to properly scanning my mother&#8217;s copy of Leeds and the Bomb at a usable resolution. The versions here are 20% [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=65&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I started putting this together yesterday morning before North Korea spat its dummy over the border to the South. Here’s hoping the timing isn’t prescient.</p>
<p>A week off work and I have finally got around to properly scanning my mother&#8217;s copy of Leeds and the Bomb at a usable resolution. The versions here are 20% the original scan and haven&#8217;t been processed apart from being resized and saved as PNG in Paint.Net. Click the thumbnails for the resized versions. I have high-resolution copies available and can post them if anyone wants them. The images are readable (and are pretty faithful to the state of the original pamphlet after twenty one years). A bit of tweaking of contrast in your image editor of choice can tart them up quite nicely though.</p>
<p><a href="http://mattpovey.files.wordpress.com/2010/11/copyright.png"><img class="size-medium wp-image-66" style="display:inline;" title="Leeds and the Bomb - Copyright notice" src="http://mattpovey.files.wordpress.com/2010/11/copyright.png?w=300&#038;h=116" alt="Leeds and the Bomb - Copyright notice" width="300" height="116" /></a></p>
<p>The pages are below. Reading them, you might reasonably ask whether Leeds City Council which produced the pamphlet might have something to say about it being reproduced on-line. A quick look at page two will tell you that this brilliant little pamphlet was an early example of a publication released under a form of proto-creative commons.</p>
<p>Former Councillor Brian North said in a comment on the earlier post:</p>
<blockquote><p>I devised and Edited Leeds and the Bomb . The booklet sold 60,000 copies worldwide and went into three print runs. Reproduced in Holland, Germany, Japan, USA.</p></blockquote>
<p>We can add the internet to that list now.</p>
<p><a title="Leeds and the Bomb - Cover" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-cover.png" target="_blank"><img title="Cover" src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-cover.png?w=240&#038;h=175" alt="Leeds and the bomb - Cover" width="240" height="175" /></a></p>
<p>The cover cleverly juxtaposes the apocalypse with lovely shades of pink and baby blue (in fairness, my copy is rather faded so the colours were probably more appropriate originally). Look closely and you’ll see that the pamphlet is well-thumbed. The markings left by a terrified youth.</p>
<p><span id="more-65"></span></p>
<p>Page two points out that the pamphlet wasn’t intended to espouse any view on the necessity or otherwise of nuclear weapons. This was written at the height of the disarmament argument (it wasn’t really a debate or didn’t seem like one to me at the time) though. One way or another, an objective assessment of the effects of a nuclear attack on Leeds was unlikely to create any love for the nukes.</p>
<p><a title="Leeds and the Bomb - Pages 2 and 3" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p2-p3.png" target="_blank"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p2-p3.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>Pages four and five are an introduction to nukes and their place in the world. Interesting that Israel was down as a ‘can make a bomb now’ state (they actually already had them at the time as we found out from <a title="Mordechai Vanunu - Wikipedia" href="http://en.wikipedia.org/wiki/Mordechai_Vanunu" target="_blank">Mordechai Vanunu</a> in 1986) and North Korea is not on the radar. If only they’d stayed that way.</p>
<p>I love the final line on this page, “Europe of course, included Britain”.</p>
<p><a title="Leeds and the Bomb - Pages 4 and 5" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p4-p5.png" target="_blank"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p4-p5.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>Pages six and seven talk about how a war would start. We really had no idea what the ‘90s and early years of the new century would bring. It might also be worth re-appraising Admiral Le Rocque’s statement that World War III, like the other world wars, would be fought in Europe.</p>
<p><a title="Leeds and the Bomb Pages 6 and 7" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p6-p7.png" target="_blank"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p6-p7.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>Pages eight and nine start to get in to the meat of it. The three pictures of a housing estate being steadily destroyed look remarkably like Little London, just down the road from Blenheim where I did most of my growing up. I fully expected to be one of the lucky folk for whom, “The initial flash of nuclear radiation could kill anyone out in the open…”. Lovely.</p>
<p><a title="Leeds and the Bomb P8 &amp; P9" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p8-p9.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p8-p9.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>Page eleven has the first of the excellent diagrams the pamphlet used to clearly describe the effects of the bomb. This displays the blast-damage that could be expected from the one megaton nuke that is used to illustrate the effects of the bomb.</p>
<p><a title="Leeds and the Bomb pages 10 &amp; 11" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p10-p11.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p10-p11.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>Pages twelve and thirteen have more of the diagrams – flash burns and fallout this time.</p>
<p><a title="Leeds and the Bomb pages 12 &amp; 13" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p12-p13.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p12-p13.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>Pages fourteen and fifteen form the centrepiece diagram which draws everything else together into a single, coherent image of doom. I always loved that the major roads and motorways were clearly marked – you certainly wouldn’t want to get lost during the apocalypse.</p>
<p>As a diagram, I’ve always loved it though. I liked that a number of different but related ideas were presented in a single diagram without it becoming cluttered or unreadable. Looking at it today, I find it amazing that this was probably put together using a mix of hand drawing and <a href="http://en.wikipedia.org/wiki/Letraset">Letraset</a>.</p>
<p><a title="Leeds and the Bomb - Pages 14 &amp; 15" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p14-p15.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p14-p15.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>Pages sixteen and seventeen make what’s come before seem comforting. One of the ideas that we had was that once the warning went out (and the air-raid sirens were tested with alarming frequency – including at Blenheim TA Barracks), it would be best to head on up to Woodhouse Moor to make sure we got fried in the first light of the bomb. That way we wouldn’t suffer the horrors likely to be inflicted on survivors. We came to this conclusion based on our in-depth study of <a href="http://en.wikipedia.org/wiki/Threads">Threads</a> (Leeds got a pamphlet, Sheffield got a film – typical) and various other pieces of post-apocalyptic fiction that we got our hands on.</p>
<p>The pamphlet now presents a ‘realistic’ war scenario of bombings at Leeds-Bradford airport in Yeadon and the Royal Ordinance Factory in Barnbow. In this scenario, the centre of Leeds would very probably still be at least partially standing. In other words, we might survive to enjoy the depredations of societal breakdown, radiation sickness and starvation. The post-war North comes next.</p>
<p><a href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p16-p17.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p16-p17.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>When we moved to Headingly in about 1987, our new GP had a poster on the wall of his waiting room from the BMA. It was a photograph of a hideously melted telephone receiver. The text of the poster warned readers in stern terms against calling their doctor in the event of nuclear war. This was since, there would A) be no phone and B) your doctor would be dead or otherwise engaged. These reminders of the dangers we faced were all around us and put today’s terrorist threat into perspective. Whatever horrors bearded cave-dwellers might try to inflict on us, they simply don’t have the existential character of all-out nuclear war. Also, in the UK at least, concern about terrorism in the public ebbs and flows whereas the fear of nuclear war was pretty much constant. We knew war could start ‘accidentally’ at any time and we suspected that the people with their fingers on the various buttons weren’t necessarily all there mentally or morally.</p>
<p>I had a look around the web for a copy of the BMA poster and also for the famous poster of Maggie and Ronnie posed as Rhett and Scarlett under the tag-line, ‘The Film to End All Films’ and a mushroom cloud rising in the distance. I found a few images, none particularly usable. One was very interesting; in a brief photo-blog by the right-wing US commentator, Michelle Malkin. It turns out that there’s a copy of the poster hanging on the wall of the Reagan ranch. I suppose he took it in good humour then.</p>
<p><a title="Leeds and the Bomb pages 18 and 19" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p18-p19.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p18-p19.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>Pages 20 and 21 get onto the question of command and control. There would have been attempts to maintain some degree of government and coordination from a bunker in Lawnswood (just up the road from my high-school). As Threads made clear though, there was no real expectation that anything effective could have been achieved. In the last few years, we have learned much more about the scenario <a title="Planning for the post-apocalypse" href="http://www.subbrit.org.uk/rsg/features/sfs/new_page_1.htm">planning</a> that was performed by the government to prepare for the post-apocalypse world.</p>
<p>This information was released after a Freedom of Information request in 2006 and showed that Central Government had in effect been writing its very own collection of post-apocalyptic fiction in which possible responses  to the break-down of society were examined. The friend who pointed me to this said:</p>
<blockquote><p>It&#8217;s a terrifying read, the Death of Bristol in particular making for<br />
nightmare stuff:</p>
<p><a href="http://www.subbrit.org.uk/rsg/features/sfs/new_page_2.htm">http://www.subbrit.org.uk/rsg/features/sfs/new_page_2.htm</a></p>
<p>[…]</p>
<p>&#8220;In Exercise Regard, Newark declared itself independent “under an able<br />
but despotic leading citizen” and with the acquiescence of the local<br />
police. In Exercise Regenerate a large part of east Scotland had<br />
declared itself independent under a local Parliament and supported by<br />
an army battalion. Should these people be stopped, if so how, or<br />
should they be accepted and integrated into the system?&#8221;</p>
<p><a href="http://www.subbrit.org.uk/rsg/features/sfs/file_8.htm">http://www.subbrit.org.uk/rsg/features/sfs/file_8.htm</a></p></blockquote>
<p>The bottom line is that the picture of the severe looking bobby on page 21 is unlikely to have been the reality.</p>
<p><a title="Leeds and the Bomb pages 20 and 21" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p20-p21.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p20-p21.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>Page 23 has a reminder of quite how demented the logic of nuclear war was. In the section asking whether evacuation would be an option, the pamphlet says:</p>
<blockquote><p>What about evacuation? Would people be safer moving out of the towns and cities to the country? The problem with this is that no-one knows which parts of the country would be completely safe from fall-out. There might not be time for an evacuation. Evacuation might be seen as a hostile act and could lead to a nuclear attack.</p></blockquote>
<p>In other words, the Soviets might think we were planning a pre-emptive attack because we evacuated and as a result, pre-emptively attack us. The civil defence policy described in ‘Protect and Survive’ demonstrates central government opposition to evacuation:</p>
<blockquote><p>No help will be given to people who move away from home. [Protect and Survive] also warns that empty homes might be taken for others to use.</p></blockquote>
<p>This sounds like a particularly grim version of compulsory purchase, known as eminent domain in the US.</p>
<p><a title="Leeds and the Bomb Pages 22 and 23" href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p22-p23.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p22-p23.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>An interesting tid-bit from page 24 points out that:</p>
<blockquote><p>The spread of nuclear weapons to the middle-east or Africa, might increase the chances of a nuclear war.</p></blockquote>
<p>It missed Asia from the list but otherwise seems to have been correct. There is potential conflict between Iran and Israel, Pakistan and India and North and South Korea (for which the US offers a nuclear umbrella).  This means that we live in a world where nuclear conflict is more likely than at any time in the last couple of decades. It is not certain that a local conflict would escalate into a global war. At any rate, it is less certain than it was in 1982, but the prospect is nonetheless a touch grim.</p>
<p><a href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p24-p25.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p24-p25.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>The final pages are a glossary of doom. They contain a reminder that Hard Rock isn’t just a nasty restaurant full of tat.</p>
<p><a href="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p26-p27.png"><img src="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p26-p27.png?w=240&#038;h=175" alt="" width="240" height="175" /></a></p>
<p>That’s the lot. It’s interesting to re-read it today in light of the new nuclear threats from smaller states and others. One way or another, the world is a whole lot safer than when we were growing up and yet somehow people feel much less safe. We put up with all sorts of idiotic rubbish at airports for the sake of avoiding (or at least appearing to avoid) threats that seem trivial compared to those we faced in the 1980s.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=65&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2010/11/25/leeds-and-the-bomb-part-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/copyright.png?w=300" medium="image">
			<media:title type="html">Leeds and the Bomb - Copyright notice</media:title>
		</media:content>

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-cover.png" medium="image">
			<media:title type="html">Cover</media:title>
		</media:content>

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p2-p3.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p4-p5.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p6-p7.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p8-p9.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p10-p11.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p12-p13.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p14-p15.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p16-p17.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p18-p19.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p20-p21.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p22-p23.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p24-p25.png" medium="image" />

		<media:content url="http://mattpovey.files.wordpress.com/2010/11/leeds-and-the-bomb-p26-p27.png" medium="image" />
	</item>
		<item>
		<title>Governance in the cloud</title>
		<link>http://mattpovey.wordpress.com/2009/03/02/governance-in-the-cloud/</link>
		<comments>http://mattpovey.wordpress.com/2009/03/02/governance-in-the-cloud/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 06:50:11 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[data-loss]]></category>
		<category><![CDATA[governance]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://mattpovey.wordpress.com/2009/03/02/governance-in-the-cloud/</guid>
		<description><![CDATA[One of the IT department’s less official roles has been as a gatekeeper to an organisations infrastructure. The cost and time to market constraints that are sometimes imposed by internal IT can lead to applications being cancelled and even to not being proposed in the first place. By allowing the business to side-step the IT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=43&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the IT department’s less official roles has been as a gatekeeper to an organisations infrastructure. The cost and time to market constraints that are sometimes imposed by internal IT can lead to applications being cancelled and even to not being proposed in the first place. By allowing the business to side-step the IT department though, cloud computing enables departments and individuals within organisations to get new applications up and running quickly and with investment largely focussed on development.</p>
<p>Where internal IT is imposing unreasonable delays and costs, this is going to be great for businesses. There are some major caveats to add though. In particular, a lot of the governance and ‘red-tape’ that internal IT seems to impose is actually about protecting an organisation’s data. By checking that things like backup and recovery have been considered and planned for, IT ensures that an organisation’s data, reputation and ultimately it’s business are protected. Where those checks are bypassed, it is fair to expect that the ‘boring’ aspects of application development and deployment will not get the attention the really require. The <a href="http://ma.gnolia.com/">litany</a> of <a href="http://www.techcrunch.com/2009/01/03/journalspace-drama-all-data-lost-without-backup-company-deadpooled/">data loss</a> <a href="http://attrition.org/dataloss/">horror stories</a> never seems to abate. Cloud computing service providers may provide the tools to implement effective backups, but that won’t guarantee that developers will use them.</p>
<p>To be clear, the threat here is not that organisations will use cloud computing, which will be a great addition to the IT tool-box. The threat is the same as that posed by applications running on servers sitting under people’s desks; It is the same thread as that posed by data that leaks on portable drives; The threat is that broken governance can lead to no governance and that organisations will be compromised as a result.</p>
<p>The solution is for internal IT and their management to build cloud computing into their governance and release management models. In much the same way as for suppliers of physical infrastructure, organisations need to choose their suppliers and build standards for development and deployment . By doing this, they can ensure that all applications, whether hosted internally or in the cloud are checked to ensure compliance with data protection, availability and security requirements.</p>
<p>There’s something else to say here though and that’s to remember quite how much due diligence vendors of physical infrastructure are put through before purchase decisions are made. Ultimately, even an SLA isn’t really enough unless you are convinced that the organisation to which you are trusting your data is able to follow through on their promises. I wonder what the cloud services RFP equivalent of a double disk pull will be? </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=43&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2009/03/02/governance-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>
	</item>
		<item>
		<title>Leeds and the bomb</title>
		<link>http://mattpovey.wordpress.com/2009/02/27/leeds-and-the-bomb/</link>
		<comments>http://mattpovey.wordpress.com/2009/02/27/leeds-and-the-bomb/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 07:22:20 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[hydesim]]></category>
		<category><![CDATA[leeds]]></category>
		<category><![CDATA[leedsandthebomb]]></category>
		<category><![CDATA[nuclear]]></category>

		<guid isPermaLink="false">http://mattpovey.wordpress.com/?p=26</guid>
		<description><![CDATA[I have a little project that I&#8217;ve been putting off for quite a while as it involves a little work (!). I did most of my growing up in the 1980s. For the most part that was a decade of mullets, leggings and the first wave of banking types making an absolute bloody mint then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=26&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a little project that I&#8217;ve been putting off for quite a while as it involves a little work (!). I did most of my growing up in the 1980s. For the most part that was a decade of mullets, leggings and the first wave of banking types making an absolute bloody mint then buggering it all up. More importantly though, the 1980s were a period when people were legitimately afraid that the world might imminently end in a nuclear fire ball. At various times during that decade, we really did come very close to the missiles being let loose.</p>
<p>Leeds, a city of (then) around half a million people in the North of England played host to a <a href="http://www.leedsunited.com/page/Home/0,,10273,00.html">faded football team</a> (now freshly faded following an all too brief return to success) and a lot of dead industries. It also had a council which like most outside the South of England was run by a vaguely left-wing (note for modern day conservatives, when I write &#8220;vaguely&#8221;, you may read, &#8220;rabidly&#8221;) Labour council which insisted that Leeds was a <a href="http://en.wikipedia.org/wiki/Nuclear-free_zone">&#8216;nuclear free zone&#8217;</a>. However silly a designation this might have been (and it was silly as there was not a nuclear power station within 100 miles and the river Aire isn&#8217;t suitable for sailing nuclear submarines), it did mean that the council put consid<a href="http://mattpovey.files.wordpress.com/2009/02/leedsandthebomb.jpg"><img style="display:inline;margin-left:0;margin-right:0;border-width:0;" title="Leeds and THE BOMB" src="http://mattpovey.files.wordpress.com/2009/02/leedsandthebomb-thumb.jpg?w=248&#038;h=193" border="0" alt="Leeds and THE BOMB" width="248" height="193" align="right" /></a>erable effort into explaining the precise impact on Leeds that a putative nuclear strike might have.</p>
<p>The result of these efforts was the production of an amazing pamphlet called, &#8220;Leeds and THE BOMB&#8221; [original emphasis]. This thing was a wealth of horror for a young boy &#8211; I absolutely loved it. Between incredible graphs and diagrams (using a design that is absolutely of its time but which still looks great today) showing estimated casualties and fatalities were interspersed descriptions of the injuries that people would likely suffer. For an eight year old, these were quite clearly the stuff of nightmares. Consequently, I couldn&#8217;t stop reading it.</p>
<p>For years, I forgot about it, then recently had a discussion with a friend where we discussed &#8216;<a href="http://www.btinternet.com/~pdbean/threads.html">Threads</a>&#8216;. This film, a fictionalised account of post-nuclear-holocaust Sheffield (another Yorkshire town &#8211; I wonder to what extent the inherent &#8216;grimness&#8217; of England’s North contributed to an obsession with nuclear destruction) was another great source of nightmares, albeit in my teens. The upshot of this conversation was that we both remembered this brilliant pamphlet but could find simply no trace of it on the internet.</p>
<p>This was a bit of a surprise frankly. How could something so brilliant not be available online? I intend fixing this frightening omission and plan over the next few days to finally get scanned copies of the pamphlet&#8217;s pages up onto the Web in all their horrible glory. Luckily for posterity, my mother found a copy lurking in a box somewhere and has been kind enough to scan the pages. Sadly, her scanner <a title="Idioms" href="http://idioms.thefreedictionary.com/be+much+cop">isn&#8217;t much cop</a> and when I&#8217;m back in Europe I will get better versions done. For now though, they are legible and a great reminder of quite how bloody terrifying it could be growing up in the 1980s.</p>
<p><a href="http://mattpovey.files.wordpress.com/2009/02/leedsandthebomb007.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border:0;" title="Leeds and THE BOMB 007" src="http://mattpovey.files.wordpress.com/2009/02/leedsandthebomb007-thumb.jpg?w=513&#038;h=376" border="0" alt="Leeds and THE BOMB 007" width="513" height="376" /></a></p>
<p>Just to whet your appetite, this two page spread shows the likely impact of blast, burn and fallout damage across Leeds resulting from a (comparatively small) one megaton bomb. To get a feel for how I felt about this diagram at the time, I lived right, bang, smack in the middle, where it says ‘<a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=leeds+university&amp;sll=-37.870943,144.980705&amp;sspn=0.013212,0.019312&amp;g=220+Barkly+St,+St+Kilda,+VIC+3182,+Australia&amp;ie=UTF8&amp;ll=53.815045,-1.542206&amp;spn=0.158103,0.30899&amp;t=h&amp;z=12&amp;iwloc=A">University’</a>.</p>
<p>More to come over the weekend. Hopefully, over time I will be able to get together some of the history behind this pamphlet including who produced it and what discussions were had about its likely effect (including on impressionable young science fiction fans like my young self). I might also do a few comparisons between the diagrams in ‘Leeds and THE BOMB’ and some of the more modern simulators such as <a href="http://meyerweb.com/eric/tools/gmap/hydesim.html">HYDEsim</a>.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Edit (10th January 2011): I have now put the full version of the pamphlet <a title="Leeds and the Bomb" href="http://mattpovey.wordpress.com/2010/11/25/leeds-and-the-bomb-part-ii/">on-line</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=26&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2009/02/27/leeds-and-the-bomb/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>

		<media:content url="http://mattpovey.files.wordpress.com/2009/02/leedsandthebomb-thumb.jpg" medium="image">
			<media:title type="html">Leeds and THE BOMB</media:title>
		</media:content>

		<media:content url="http://mattpovey.files.wordpress.com/2009/02/leedsandthebomb007-thumb.jpg" medium="image">
			<media:title type="html">Leeds and THE BOMB 007</media:title>
		</media:content>
	</item>
		<item>
		<title>Could the cloud drown in FUD?</title>
		<link>http://mattpovey.wordpress.com/2009/02/12/could-the-cloud-drown-in-fud/</link>
		<comments>http://mattpovey.wordpress.com/2009/02/12/could-the-cloud-drown-in-fud/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 06:32:31 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[cloud fud economics]]></category>

		<guid isPermaLink="false">http://mattpovey.wordpress.com/2009/02/12/could-the-cloud-drown-in-fud/</guid>
		<description><![CDATA[Mike Kavis has written a great post following the Forrester EA forum, suggesting that cloud computing faces the risk of heading down the same road of death by over-definition recently run by SOA. I couldn’t agree more with what he says – especially his lessons for getting the pitch right. Still, I wouldn&#8217;t lose too [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=22&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kavistechnology.com">Mike Kavis</a> has written a <a href="http://www.kavistechnology.com/blog/?p=697">great post following the Forrester EA forum</a>, suggesting that cloud computing faces the risk of heading down the same road of death by over-definition <a href="http://apsblog.burtongroup.com/2009/01/soa-postmortem.html">recently run by SOA</a>. I couldn’t agree more with what he says – especially his lessons for getting the pitch right. Still, I wouldn&#8217;t lose too much sleep about cloud computing going away any time soon.</p>
<p>As a concept (even one which is misunderstood and misrepresented woefully), cloud computing is orders of magnitude simpler to explain than SOA ever was. SOA is the only industry buzz-word that I&#8217;ve ended up buying books about just to get my head around the general concept (that may say more about me than SOA mind). </p>
<p>Cloud computing, I feel has much more of a self-fulfilling dynamic about it than SOA could have had. The economics of it are mind-blowingly simple &#8211; even if a solution ends up more expensive than in-house, it is at least cost-transparent. The benefits to the business are clear and are very often then things that in-house IT has been failing to deliver for years (think agility and effective communication of costs in particular). </p>
<p>Ultimately, while some of the FUD is important, it&#8217;s in the process of being answered. Most of the issues with cloud computing have been solved somewhere already. What we&#8217;re going to see (sorry, are seeing!) now is the emergence of services able to tick many boxes simultaneously. These services will take off, FUD or no FUD. </p>
<p>Five years from now, we may well all have forgotten the phrase &#8216;cloud computing&#8217; but it will be there one way or another, and the enterprise IT department and the data-centre will have been changed forever regardless.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=22&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2009/02/12/could-the-cloud-drown-in-fud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>
	</item>
		<item>
		<title>A venerable old bird retires</title>
		<link>http://mattpovey.wordpress.com/2009/01/30/a-venerable-old-bird-retires/</link>
		<comments>http://mattpovey.wordpress.com/2009/01/30/a-venerable-old-bird-retires/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 02:54:30 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[publictransport]]></category>
		<category><![CDATA[qantas]]></category>

		<guid isPermaLink="false">http://mattpovey.wordpress.com/?p=20</guid>
		<description><![CDATA[And with it, the reason this blog is called (currently) 72A. That&#8217;s the seat number (think of it as very very very economy) I usually ended up in during my all too frequent trips to Perth from Melbourne in 2008. To explain, Qantas has finally retired the last of the ancient 747s they had been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=20&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>And with it, the reason this blog is called (currently) 72A. That&#8217;s the seat number (think of it as very very very economy) I usually ended up in during my all too frequent trips to Perth from Melbourne in 2008. To explain, Qantas has finally <a title="Qantas retires last 747-338" href="http://blogs.crikey.com.au/planetalking/2009/01/21/gone-at-last-the-biggest-looser-in-the-qantas-fleet/" target="_blank">retired the last of the ancient 747s</a> they had been using on this route to punish travellers. </p>
<p>In Qantas&#8217; defence, this was really the fault of Airbus and Boeing for failing miserably in their efforts to get new and more fuel efficient jets out the door. Still, I won&#8217;t miss being steadily deafened while sitting at the back of the old monsters.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=20&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2009/01/30/a-venerable-old-bird-retires/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>
	</item>
		<item>
		<title>(Re)fragmenting the IT department</title>
		<link>http://mattpovey.wordpress.com/2009/01/22/re-fragmenting-the-it-department/</link>
		<comments>http://mattpovey.wordpress.com/2009/01/22/re-fragmenting-the-it-department/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 06:24:12 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[outsourcing]]></category>
		<category><![CDATA[privatecloud]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://mattpovey.wordpress.com/2009/01/22/re-fragmenting-the-it-department/</guid>
		<description><![CDATA[When I started in IT in the mid-1990s, many medium and even large organisations had highly fragmented IT delivery functions. At Ernst and Young in 1994, I worked in a small team delivering IT to the Yorkshire office in the North of England. At the start of the year, we were largely autonomous and able [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=18&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I started in IT in the mid-1990s, many medium and even large organisations had highly fragmented IT delivery functions. At Ernst and Young in 1994, I worked in a small team delivering IT to the Yorkshire office in the North of England. At the start of the year, we were largely autonomous and able to deliver new services and applications quickly and with only local change control. By the end of the year, we were (along with everyone else in E&amp;Y IT) being outsourced to Sema and amalgamated into a single IT department.</p>
<p>Likewise at the BBC, I started out in the IT team of the &#8216;Youth and Entertainment Features&#8217; department in BBC Manchester (one of three support and delivery organisations in one building!). By the time I left Auntie in 2004, I had been through three sets of organisational consolidation before finally being outsourced (again!) to Siemens.</p>
<p>The last twenty years has seen a steady process of consolidation of IT delivery in organisations. The relentless trend has been for the centralisation of development, infrastructure delivery and support into the corporate IT department. Outside of business units with very high margins and esoteric IT needs, it has become increasingly difficult for business units to develop and deploy applications without the cooperation of the corporate IT department.</p>
<p>I wonder though, whether cloud service providers open up the risk (or is it an opportunity?) that business units will once again be able to develop, deploy and support new applications, independently of the corporate IT department. Where once, deploying an un-authorised app. would mean running servers under desks or stacking Lacie drives off the back of a desktop to create a private file server; business units can now employ any one of thousands of boutique consultancies or developers to knock up the apps of their dreams using the cloud to obviate the need to involve corporate IT.</p>
<p>Of course, corporate security and finance policy may well stand in the way but history suggests that these won&#8217;t be too great an impediment. Once more than a few apps have been deployed, we might see the re-growth of the parallel support organisations that the corporate IT department thought they&#8217;d seen the back of (or more likely &#8211; absorbed) over the last twenty years.</p>
<p>If that happens, there are all sorts of consequences, many of them nasty. Business units and even businesses as a whole might be willing to pay them to gain agility and bypass what many see (if unfairly) as bureaucratic impediments to business thrown up by corporate IT.</p>
<p>The answer for corporate IT is to make sure that it is nearly or as easy to develop and deploy new applications through them as it is through the cloud suppliers. Maybe that means using the public cloud as a support for internal systems or maybe it means developing private clouds (though some are already pouring cold water on that idea). Either way (or some other way…), it&#8217;s an interesting time to be in IT.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=18&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2009/01/22/re-fragmenting-the-it-department/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>
	</item>
		<item>
		<title>Building resilience into applications</title>
		<link>http://mattpovey.wordpress.com/2009/01/05/building-resilience-into-applications/</link>
		<comments>http://mattpovey.wordpress.com/2009/01/05/building-resilience-into-applications/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:23:11 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[storage]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[resilience]]></category>
		<category><![CDATA[storagebod]]></category>

		<guid isPermaLink="false">http://mattpovey.wordpress.com/?p=10</guid>
		<description><![CDATA[Storagebod has written that: &#8220;[When new applications are deployed,]often the first contact that the infrastructure team will have is when an application is delivered to be integrated into the infrastructure and they try to get the application to meet it&#8217;s NFRs, SLAs etc. […..] Turning to the infrastructure to fix application problems, design flaws and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=10&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Storagebod has <a href="http://storagebod.typepad.com/storagebods_blog/2008/12/more-musings.html">written that</a>:</p>
<blockquote><p>&#8220;[When new applications are deployed,]often the first contact that the infrastructure team will have is when an application is delivered to be integrated into the infrastructure and they try to get the application to meet it&#8217;s NFRs, SLAs etc.</p>
<p>[…..]</p>
<p>Turning to the infrastructure to fix application problems, design flaws and oversights [in application design] should become the back-stop; yes, we will still use infrastructure to fix many problems but less often and with a greater understanding of why and what the implications are.&#8221;</p></blockquote>
<p>I agree that it would be nice to see applications and developers bear more of the burden of ensuring they are recoverable from OR and DR perspectives. It&#8217;s worth noting though, that in the not so distant past applications that simply had to work &#8211; that were &#8216;carrier grade&#8217; so to speak &#8211; would be developed on operating systems that had the necessary software &#8216;infrastructure&#8217; to deliver on those NFRs. This begs the question as to why we don&#8217;t see all applications built in this way. There are a number of reasons but I&#8217;d argue that the primary one is simply that application development is more expensive than infrastructure.</p>
<p>Development of a new application or platform costs a lot of money. Whatever the complexity involved in developing non-functional requirements (NFRs) for things like availability, the pain involved in determining the functional requirements (or features) is far greater. Outside of a small number of edge-cases such as core software components of telecoms networks or manufacturing facilities, it does not make sense to build operational or disaster failure tolerance into the code of an application. Application developers (both internally in companies and in the wider ISV environment) focus on the functionality that delivers value to the business or will contribute to selling their product, not on replication, block-level data validation or data-recovery.</p>
<p>Even where developers are interested in building in resilience, they have been faced with a lack of software &#8216;infrastructure&#8217; to support them. Many of those highly resilient applications in telcos, manufacturers etc. were built on operating systems or used components that provided services such as shared everything clustering and highly resilient, sharable file systems. OpenVMS which pioneered many of these services will forever be a niche product &#8211; albeit one that supports many extremely critical functions &#8211; because of the costs in terms of cash and flexibility that are paid when applications are developed on it. Building in resilience makes development (both initial and ongoing) and maintenance of applications more complex and expensive. It also means that the developer has to take responsibility for guaranteeing recoverability and who in their right mind would want to do that <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ?</p>
<p>Today, Oracle and MS are building a new variety of this software &#8216;infrastructure&#8217; into their products but it&#8217;s only being used in a small proportion of developments. Even given the possibility that you might save some money on storage replication, people don&#8217;t seem to be using these services all that readily, for the reason I suspect, that developers (or management overhead) are still more expensive than those replication licenses.</p>
<p>The only way to change that situation would be (as SB notes) to make delivering resilience at the application layer simple, repeatable and manageable. That&#8217;s very much easier said than done though and the twenty-odd years of development of infrastructure resilience services is testament to that. There’s one place where the problem is being addressed though and that’s out there in the cloud….</p>
<p>Personally I think there is often a wider issue of integration between application and infrastructure teams that leads to situations where organisations focus on data rather than application or service recoverability. That boils down to process and in some cases (over) specialisation but it&#8217;s a question for another day I think.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=10&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2009/01/05/building-resilience-into-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>
	</item>
		<item>
		<title>Chucked about the bus</title>
		<link>http://mattpovey.wordpress.com/2008/11/22/chucked-about-the-bus/</link>
		<comments>http://mattpovey.wordpress.com/2008/11/22/chucked-about-the-bus/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 08:26:06 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[publictransport]]></category>
		<category><![CDATA[bus]]></category>
		<category><![CDATA[trams]]></category>

		<guid isPermaLink="false">http://mattpovey.wordpress.com/2008/11/22/chucked-about-the-bus/</guid>
		<description><![CDATA[If you have ever lived in one of the world’s major metropolis, you’ll almost certainly have experienced the phenomenon of the g-force happy public transport operator. This might be your bus driver, tram, trolley or train driver or maybe even a snarky black cabby eager to show off the virility of his new TX4. In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=6&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have ever lived in one of the world’s major metropolis, you’ll almost certainly have experienced the phenomenon of the g-force happy public transport operator. This might be your bus driver, tram, trolley or train driver or maybe even a snarky black cabby eager to show off the virility of his new <a href="http://www.lti.co.uk/tx4/">TX4</a>.</p>
<p>In each case, the result for the poor, defenseless public transport user is the sensation of being tossed around like a cherry tomato in a particularly vigorous salad spinner. On London’s buses I’ve seen grannies thrown to the floor, coffees dashed against windows and handfuls of coins tossed to the floor as a driver, seemingly in the belief that only he is on the bus (and road), pulls away from the stop like one of <a href="http://www.maxpower.co.uk/">Max Power’s</a> finest.</p>
<p>In London, by the time I left it seemed there was nary a driver or operator left who understood how to drive the monstrous vehicles for which they were responsible. Given automatic gearboxes and a <a href="http://www.volvo.com/bus/uk/en-gb/bus+and+coach/B9TL/productPage.htm">tidy nine litre engine</a>, these beasts are capable of out-accelerating many of the smaller cars on London’s roads. In the hands of the hoolies who drive them, they are more than capable of disrupting the connection between floor and foot of even the toughest young London commuter.</p>
<p>It’s not just London though, and it’s not just busses. Even in laid-back Melbourne, <a href="http://www.yarratrams.com.au/desktopdefault.aspx">Yarra Trams</a> seems to employ a number of real bruisers in the cabs on their shiny (and some not so shiny) trams. While in general, better than London bus drivers (I have yet to see any wearing those string-backed driving gloves that I noticed appearing on the hands of some particularly speed obsessed drivers), I have been chucked about pretty effectively by one or two testing out the grunt available from their charges.</p>
<p><a href="http://mattpovey.files.wordpress.com/2008/11/corneringtram.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="Cornering Tram" src="http://mattpovey.files.wordpress.com/2008/11/corneringtram-thumb.jpg?w=167&#038;h=167" border="0" alt="Cornering Tram" width="167" height="167" /></a></p>
<p>So what’s the answer? I remember a few years ago reading an article (probably in the <a href="http://www.metro.co.uk/">Metro</a> – where else would you find it) about a study of London Underground operators. This study found that passengers generally prefer the style of women operators. In the absence of those ‘amusing’ commentaries that some operators like to provide their passengers, this would be an entirely ‘blind’ test and potentially very reliable. By all accounts, the female operators were able to accelerate, brake and corner their trains in such a way that passengers were able to maintain contact between foot and floor and bum and seat. Something that was simply not possible when their male colleagues took the stick.</p>
<p>Sadly though, I suspect that Britain’s discrimination laws would see off any chance of firing all the male drivers out there. Realistically then, we can only expect the ladies to sort out a proportion of the problem. Luckily, I have a solution for the rest.</p>
<p><a href="http://en.wikipedia.org/wiki/Accelerometer">Accelerometers</a>. It’s really very simple. Just a lorry drivers have a <a href="http://en.wikipedia.org/wiki/Tacheometer">record</a> kept of their speed and duration in the seat. Just as airline pilots have their every action tracked, monitored and investigated and just as MPs honestly track their expenses (um), public transport operators should be allocated a maximum average ‘G’ per KM travelled in any given day.</p>
<p>The driver who accelerates smoothly, brakes anticipatorily and treats their passengers like, you know, passengers will set the benchmark. The drivers who think that their job is a competition to achieve the greatest deviation from centre of gravity for the top deck of their bus will by contrast find themselves receiving remedial training around <a href="http://en.wikipedia.org/wiki/Magic_Roundabout_(Swindon)">Swindon’s Magic Roundabout</a> (and if that doesn’t teach them, they can just stay in <a href="http://en.wikipedia.org/wiki/Swindon">Swindon</a>).</p>
<p>Just imagine being able to walk the deck on the bus to your seat safe in the knowledge that your driver isn’t going to attempt to place you on your backside on the floor. Bliss, and all for the sake of a little bit of electronics and some damn harsh sanctions.</p>
<p>And yes. I smacked my head on one of the yellow rails of a tram a few days ago after the driver of a 96 decided to find out what the 0-60 time of the <a href="http://www.transport.vic.gov.au/DOI/Internet/transport.nsf/AllDocs/618E771308CC3119CA25746B0007406E?OpenDocument">Bumblebee</a> was.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=6&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2008/11/22/chucked-about-the-bus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>

		<media:content url="http://mattpovey.files.wordpress.com/2008/11/corneringtram-thumb.jpg" medium="image">
			<media:title type="html">Cornering Tram</media:title>
		</media:content>
	</item>
		<item>
		<title>Fresh start</title>
		<link>http://mattpovey.wordpress.com/2008/07/13/fresh-starts/</link>
		<comments>http://mattpovey.wordpress.com/2008/07/13/fresh-starts/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 04:07:06 +0000</pubDate>
		<dc:creator>Matt Povey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging meta]]></category>

		<guid isPermaLink="false">http://mattpovey.wordpress.com/?p=3</guid>
		<description><![CDATA[The old behind me, this is a fresh start to blogging for me.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=3&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The old behind me, this is a fresh start to blogging for me.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattpovey.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattpovey.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattpovey.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattpovey.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattpovey.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattpovey.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mattpovey.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mattpovey.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mattpovey.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mattpovey.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattpovey.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattpovey.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattpovey.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattpovey.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattpovey.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattpovey.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattpovey.wordpress.com&amp;blog=4211567&amp;post=3&amp;subd=mattpovey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mattpovey.wordpress.com/2008/07/13/fresh-starts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8763cde6bf0cd2d5f874b92ed350259a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mattjp</media:title>
		</media:content>
	</item>
	</channel>
</rss>
