<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Harry Metcalfe</title>
	<atom:link href="http://harrymetcalfe.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://harrymetcalfe.com</link>
	<description>Harry&#039;s Home on the Web</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:19:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha</generator>
		<item>
		<title>www.gov.uk has landed: what&#8217;s on it?</title>
		<link>http://harrymetcalfe.com/2012/02/www-gov-uk-has-landed-whats-on-it/</link>
		<comments>http://harrymetcalfe.com/2012/02/www-gov-uk-has-landed-whats-on-it/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:26:05 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Cool stuff]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=511</guid>
		<description><![CDATA[It&#8217;s fantastic to see the gov.uk beta go live. Over the last few months we&#8217;ve been fortunate to be able to work with GDS on a different project, and I&#8217;ve been given the odd sneaky peak at the beta as it&#8217;s been developing. It has been very exciting to watch it grow &#8212; it&#8217;s come [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s fantastic to see the <a href="https://www.gov.uk/">gov.uk beta</a> go live. Over the last few months <a href="http://dxw.com">we&#8217;ve</a> been fortunate to be able to work with GDS on a different project, and I&#8217;ve been given the odd sneaky peak at the beta as it&#8217;s been developing. It has been very exciting to watch it grow &#8212; it&#8217;s come a long way very quickly, which is a real credit to the (awesome) team.</p>
<div style="text-align: center"><a href="http://harrymetcalfe.com/wp-content/uploads/2012/02/Welcome-to-GOV.UK-simpler-clearer-faster.png"><img src="http://harrymetcalfe.com/wp-content/uploads/2012/02/Welcome-to-GOV.UK-simpler-clearer-faster-300x231.png" alt="" title="Welcome to GOV.UK" width="300" height="231" class="aligncenter size-medium wp-image-521" /></a></div>
<p>I think the site is great, for much the same reasons as have been discussed already in numerous blog posts about both the alpha and the beta &#8212; unrelenting focus on user need, simplicity in design, appropriate formats for different kinds of content, and so on. But I did find some fun things while I was poking about, so I thought I&#8217;d write some of that up.</p>
<p>Firstly, and excitingly, the site has structured data baked in. This is the first example I&#8217;ve seen of a government website that really lives up to the &#8220;Your website is your API&#8221; principles of restful design that were all the rage a few years ago, neatly explained by <a href="http://www.jenitennison.com/blog/node/100">Jeni Tennison in 2009</a>. You can take just about any page on the beta, append .json to the URL, and get the page&#8217;s content in nice, structured, reusable form.</p>
<p>So, if I want to display the current VAT rate on my website, I can grab a JSON file from <a href="https://www.gov.uk/vat-rates.json">https://www.gov.uk/vat-rates.json</a>:</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="javascript"><pre class="de1"><span class="br0">&#123;</span>
<span class="st0">&quot;slug&quot;</span><span class="sy0">:</span> <span class="st0">&quot;vat-rates&quot;</span><span class="sy0">,</span>
<span class="st0">&quot;updated_at&quot;</span><span class="sy0">:</span> <span class="st0">&quot;2012-01-31T17:06:00+00:00&quot;</span><span class="sy0">,</span>
<span class="st0">&quot;alternative_title&quot;</span><span class="sy0">:</span> <span class="st0">&quot;&quot;</span><span class="sy0">,</span>
<span class="st0">&quot;body&quot;</span><span class="sy0">:</span> <span class="st0">&quot;{::highlight-answer}<span class="es0">\r</span><span class="es0">\n</span>The standard VAT rate is &lt;em&gt;20%&lt;/em&gt;<span class="es0">\r</span><span class="es0">\n</span>{:/highlight-answer}<span class="es0">\r</span><span class="es0">\n</span><span class="es0">\r</span><span class="es0">\n</span>## VAT rates for goods and services<span class="es0">\r</span><span class="es0">\n</span><span class="es0">\r</span><span class="es0">\n</span>Rate | % of VAT | What the rate applies to <span class="es0">\r</span><span class="es0">\n</span>- | - | - | -<span class="es0">\r</span><span class="es0">\n</span>Standard | 20% | Most goods and services<span class="es0">\r</span><span class="es0">\n</span>Reduced rate | 5% | Some goods and services, eg children's car seats and home energy<span class="es0">\r</span><span class="es0">\n</span>Zero rate | 0% | Zero-rated goods and services, eg most food and children’s clothes<span class="es0">\r</span><span class="es0">\n</span> <span class="es0">\r</span><span class="es0">\n</span>^Some things - eg postage stamps, financial and property transactions - are exempt from VAT.^<span class="es0">\r</span><span class="es0">\n</span><span class="es0">\r</span><span class="es0">\n</span>*[VAT]: Value Added Tax&quot;</span><span class="sy0">,</span>
<span class="st0">&quot;overview&quot;</span><span class="sy0">:</span> <span class="st0">&quot;Check the current VAT rates for goods and services&quot;</span><span class="sy0">,</span>
<span class="st0">&quot;title&quot;</span><span class="sy0">:</span> <span class="st0">&quot;VAT rates&quot;</span><span class="sy0">,</span>
<span class="st0">&quot;type&quot;</span><span class="sy0">:</span> <span class="st0">&quot;answer&quot;</span>
<span class="br0">&#125;</span></pre></div></div></div></div></div></div></div>


<p>This could be improved. In the case of VAT, for example, it would be very nice if there were some extra fields that just contained the current rate. Something like this at the bottom of the data given above:</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="javascript"><pre class="de1"><span class="st0">&quot;standard_rate&quot;</span><span class="sy0">:</span> <span class="st0">&quot;20%&quot;</span><span class="sy0">,</span>
<span class="st0">&quot;reduced_rate&quot;</span><span class="sy0">:</span> <span class="st0">&quot;5%&quot;</span><span class="sy0">,</span>
<span class="st0">&quot;zero_rate&quot;</span><span class="sy0">:</span> <span class="st0">&quot;0%&quot;</span></pre></div></div></div></div></div></div></div>


<p>I&#8217;ve put this up on <a href="http://getsatisfaction.com/govuk/topics/can_we_put_a_little_bit_more_data_in_the_json">Get Satisfication as an idea</a>, so follow that answer if you want to see what the team think.</p>
<p>I was also curious to see what sorts of content are on the site. I had already scanned most of the site to look for 404s and other errors, so I had the titles of (almost) all the pages on the site already. So I put them through Wordle to get a quick-n-dirty visualisation of the subjects it covers:</p>
<div style="text-align: center;"><a href="http://harrymetcalfe.com/wp-content/uploads/2012/02/Screenshot-at-2012-02-01-135310.png"><img class="aligncenter size-medium wp-image-513" title="Gov.uk topics Wordle" src="http://harrymetcalfe.com/wp-content/uploads/2012/02/Screenshot-at-2012-02-01-135310-300x136.png" alt="" width="300" height="136" /></a></div>
<p>Click the image to get a bigger version. For the most part, this is more or less what I&#8217;d expect: the most prevalent things are things users will often want to do (apply and pay for stuff, report things) and topics that people will often want to know about (driving, tax, work).</p>
<p>I was interested to see &#8220;test&#8221; show up so prominently &#8212; in fact, almost all of those references do relate to driving tests (theory and practical), with a couple of other references to drugs and alcohol tests. Similarly, almost all the references to licences relate to driving, with a few about alcohol and fishing robs. When you combine driving, test, licence and vehicle into &#8220;cars&#8221;, the Wordle looks like this:</p>
<div style="text-align: center;"><a href="http://harrymetcalfe.com/wp-content/uploads/2012/02/Screenshot-at-2012-02-01-142723.png"><img src="http://harrymetcalfe.com/wp-content/uploads/2012/02/Screenshot-at-2012-02-01-142723-300x150.png" alt="" title="Gov.uk cars wordle" width="300" height="150" class="aligncenter size-medium wp-image-518" /></a></div>
<p>It&#8217;s immediately clear that &#8220;cars&#8221; overwhelms everything else. This is, obviously, <strong>not reliable or meaningful</strong> without combining keywords that apply to other topics as well. But at a glance, it might indicate that a great many of the top user needs apply to vehicles &#8212; something which might be backed up by the fact that the very first thing on Direct.gov&#8217;s list of topics is motoring:</p>
<div style="text-align: center;"><a href="http://harrymetcalfe.com/wp-content/uploads/2012/02/Website-of-the-UK-government-Directgov.png"><img src="http://harrymetcalfe.com/wp-content/uploads/2012/02/Website-of-the-UK-government-Directgov.png" alt="" title="Directgov quicklinks" width="529" height="375" class="aligncenter size-full wp-image-519" /></a></div>
<p>Make of these totally arbitrary wonderings what you will! Curious to know what a wordle for the whole site would look like? Me too. I made this one out of a hacked-together word list from all the .json files I could find:</p>
<div style="text-align: center;"><a href="http://harrymetcalfe.com/wp-content/uploads/2012/02/Screenshot-at-2012-02-02-101559.png"><img src="http://harrymetcalfe.com/wp-content/uploads/2012/02/Screenshot-at-2012-02-02-101559-300x140.png" alt="" title="Gov.uk content wordle (fixed)" width="300" height="140" class="aligncenter size-medium wp-image-531" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2012/02/www-gov-uk-has-landed-whats-on-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Banning photography in traf sq?</title>
		<link>http://harrymetcalfe.com/2012/01/banning-photography-in-traf-sq/</link>
		<comments>http://harrymetcalfe.com/2012/01/banning-photography-in-traf-sq/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 13:08:30 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Odds & Ends]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=504</guid>
		<description><![CDATA[Photography, film and protest in Trafalgar Square and Parliament Square Gardens]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just sent this email to the GLA/DCMS, having seen <a href="http://chemicaloli.net/2012/01/30/free-speech-and-protest-to-be-prohibited-in-trafalgar-square-and-parliament-square-gardens/">reports about possible new restrictions</a> on photography and protest and Trafalgar and Parliament Squares in the <a href="http://www.london.gov.uk/consultation/confirmation-byelaws-trafalgar-square-and-parliament-square-garden">new byelaws</a>:</p>
<blockquote><p><strong>Photography, film and protest in Trafalgar Square and Parliament Square Gardens</strong></p>
<p>Dear Carl,</p>
<p>I&#8217;ve just seen the draft byelaws for Traf Sq and Parliament Sq, which have been <a href="http://bit.ly/wN8u7h">blogged about</a>, and widely reported on Twitter.</p>
<p>On my (admittedly amateur) reading of the draft byelaws, it appears that they would require any person to obtain permission before protesting or taking photographs or filming in the squares. Surely, such a sweeping restriction cannot be possibly be proportionate.</p>
<p>Please could you consider making these rules more permissive (for example, by not requiring permission for photography/filming/protest other than when there&#8217;s a reasonable chance that it will cause disruption), or, at the very least, make available some explanatory notes that give context to the proposed regulations?</p>
<p>Many thanks.</p>
<p>Harry Metcalfe<br />
(Concerned amateur photographer)</p>
<p>CC: The Mayor, the National Union of Journalists, The Association of Photographers, Amateur Photographer</p></blockquote>
<p>Why not take a moment to send an email as well? The more, the better:</p>
<blockquote><p>Any objection to the confirmation of the Byelaws may be made by letter addressed to Carl Schnackenberg, Department for Culture, Media and Sport, 2-4 Cockspur Street, London SW1Y 5DH, or by email to:<a href="mailto:Carl.Schnackenberg@Culture.gsi.gov.uk">Carl.Schnackenberg@Culture.gsi.gov.uk</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2012/01/banning-photography-in-traf-sq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How government&#8217;s SME relationship should smell</title>
		<link>http://harrymetcalfe.com/2011/12/how-governments-sme-relationship-should-smell-procurement-digital-contracting/</link>
		<comments>http://harrymetcalfe.com/2011/12/how-governments-sme-relationship-should-smell-procurement-digital-contracting/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 13:56:09 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[dxw]]></category>
		<category><![CDATA[procurement]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=490</guid>
		<description><![CDATA[Since I started dxw a few years ago, surprisingly little has changed in the way that we contract with Government. Now that the Government Digital Service has thoroughly arrived on the scene, I thought it might be a good time to write something about how I think contracting for digital ought to work. Or perhaps more [...]]]></description>
			<content:encoded><![CDATA[<p>Since I started <a href="http://dxw.com">dxw</a> a few years ago, surprisingly little has changed in the way that we contract with Government. Now that the <a href="http://digital.cabinetoffice.gov.uk/">Government Digital Service</a> has thoroughly arrived on the scene, I thought it might be a good time to write something about how I think contracting for digital ought to work. Or perhaps more accurately, how it should <em>smell</em>.</p>
<p>I&#8217;ve never worked as a civil servant, and I&#8217;m not a legal expert. The only experience I have of procurement is that of a small supplier to Government trying to get things done. So, this post is neither comprehensive, nor a solution. More a statement of principle.</p>
<p>There are many problems with the contracts under which Government currently works with SMEs (at least, all the ones I&#8217;ve seen). They&#8217;re too long. They&#8217;re not really being used for the purpose they were designed for.</p>
<p>But, on a much more practical level, they&#8217;re so long and abstruse that no one reads them. I really mean that: neither the client, nor the supplier, nor, I often suspect, the procurement staff. They are universally regarded as an unavoidable bit of bureaucracy on the route to starting a project. They are almost never challenged, because they have existed throughout the aeons, having been handed down from on high.</p>
<p>These contracts contain lots of detail that &#8212; theoretically &#8212;  defines the working relationship between government and it suppliers. And I suspect that they do exactly that when Government takes on big projects with big suppliers. But those processes are totally inappropriate for a working relationship with an SME &#8212; and the smaller the SME, the less sensible they become. For a company like dxw, they&#8217;re absurd.</p>
<p>We very rarely deal with change requests, serving written notices, purchase order amendments, management information, audit requirements, getting permission for staff changes, or any of the myriad other things that these contracts tend to require. Because when we&#8217;re working on a project, there are generally two or three people at dxw working with two or three civil servants. And the biggest project we&#8217;ve ever had was worth about £30k.</p>
<p>When you&#8217;re talking about that number of people, and that value of contract, most of the working arrangements in these contracts become ridiculous. Because they&#8217;re designed for much bigger teams, working on much bigger things.</p>
<p>When the teams are small, these arrangements are worse than a waste of time. If we were to follow the letter of these contracts, we&#8217;d spend more time on management than on delivering useful things. We&#8217;d have to charge lots more money to cover all that time, and the client would get next to no value out of that extra spend.</p>
<p>So, we don&#8217;t. And the client doesn&#8217;t ask us to. And we all play out the charade, going through the motions of a procurement process that everyone knows is overcomplicated, and that no one intends to think about after the project starts.</p>
<p>Strangely enough, this is ok, in practice. Because in practice, these projects involve a small number of people who are like-minded, and who share a common understanding of a project and its goals for success. The contracts we all agree to aren&#8217;t ignored out of malice. No one is being duplicitous. It&#8217;s just that they&#8217;re obviously unnecessary, and everyone gets by just fine without thinking about them.</p>
<p>Most of our clients no longer even require us to write a formal proposal. Instead, we write a short letter explaining what we&#8217;re going to do, by when, and what it will cost. This works best for everyone, because it&#8217;s short, readable and <em>useful</em>. But it still sits within a framework contract and a procurement process that aren&#8217;t fit for purpose. That are designed to shape a complex working relationship that doesn&#8217;t exist, and to facilitate litigation that will never happen.</p>
<p>Because of the efforts of right-thinking clients who just want to get the job done, and who understand the relationship, we&#8217;ve ended up with day-to-day working practices which are quite good. But they&#8217;re not formally recognised, or enshrined in any process. And that&#8217;s a missed opportunity: because the civil servants who need to commission a digital project for the first time, or who work within a more traditional government department, will turn to the process for guidance. As they should. And the process is maddeningly, hopelessly wrong.</p>
<p>So, I think there should be a new process. Since I only know about digital and SMEs, I&#8217;ll say that that&#8217;s what the process should be for. But these ideas probably apply more widely. I think we need a new framework contract and process which:</p>
<ul>
<li>Values brevity and simplicity above comprehensiveness, ignoring unlikely scenarios in favour of increasing usefulness and readability</li>
<li>Has a primary, core purpose of leaving all the parties better informed about the project, what they&#8217;re supposed to do and what&#8217;s expected of them, and what success looks like</li>
<li>Is written for the benefit of the staff actually delivering the project (SME and government), and not for lawyers, procurement staff, or as a tool for litigation</li>
<li>Is written using language and styling that makes it likely that those people will actually read and absorb it</li>
</ul>
<p>At its root, the process needs to recognise that in digital projects (and probably other ones too) success far more often emanates from the close and effective personal relationships of people acting in good faith than it does in detailed specification of process, requirements or outcomes.</p>
<p>Those bullet points accurately describe what almost every project we&#8217;ve ever worked on has ended up smelling like, despite the procurement process and legalese.</p>
<p>For dxw, procurement will be &#8220;fixed&#8221; when the process we follow is designed to facilitate and enhance that relationship. I hope we get there soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/12/how-governments-sme-relationship-should-smell-procurement-digital-contracting/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>The only decent picture anyone got</title>
		<link>http://harrymetcalfe.com/2011/12/alwych-london-transport-museum-only-decent-picture-anyone-got/</link>
		<comments>http://harrymetcalfe.com/2011/12/alwych-london-transport-museum-only-decent-picture-anyone-got/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 18:58:01 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[aldwtch]]></category>
		<category><![CDATA[ltm]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=474</guid>
		<description><![CDATA[Museums are the guardians of our cultural heritage, not the owners of it. ]]></description>
			<content:encoded><![CDATA[<p><em>Note: there&#8217;s an <a href="#update">update at the bottom</a>.</p>
<p> Since writing this, I&#8217;ve also found <a href="http://www.bjp-online.com/british-journal-of-photography/news/2130486/-tight-schedule-forced-ban-dslrs-london-transport-museum">this post from the BJP</a>, and Stefan has kindly posted a link to a <a href="http://www.schneier.com/blog/archives/2011/12/dumbest_camera.html">post by Bruce Schneier</a>. Also, the BJP have filed a Freedom of Information request asking for information about the policy. All good stuff!</em></p>
<p>I visited Aldwych tube station recently. I had been looking forward to it for some time, and turned up camera-in-hand, ready to take some interesting photos &#8212; which, frankly, was most of the reason I went.</p>
<p>When I got to the queue, my bag was searched. And my suspicions roused by a security man who said I couldn&#8217;t take my camera in, because it had a zoom lens. I thought this was rather odd. I offered to put on my 50mm prime (non-zoom) lens, and he said that was fine. But I was still suspicious.</p>
<p>Then, when we got into the station, one of the London Transport Museum staff said &#8220;No digital SLRs&#8221; &#8212; and there were signs dotted about, to the same effect. Suspicion started to turn to irritation.</p>
<p>Eventually, I managed to ask one of the LTM volunteers about the rule, and he said it was because they wanted to &#8220;limit the amount of high-quality footage of the station&#8221; &#8212; a statement later <a href="http://www.petapixel.com/2011/12/05/dslrs-banned-from-uk-tube-station/">confirmed by others</a>. At this point, irritation turned to outright anger. And I took this picture, as a minor act of rebellion.</p>
<div style="text-align: center;"><a href="http://harrymetcalfe.com/wp-content/uploads/2011/12/IMG_2357.jpg"><img class="aligncenter size-medium wp-image-476" title="Aldwych's unused platform" src="http://harrymetcalfe.com/wp-content/uploads/2011/12/IMG_2357-300x195.jpg" alt="" width="300" height="195" /></a></div>
<p>So: what on earth do the London Transport Museum think they&#8217;re doing? It seemed a odd rule to begin with, and its justification, even stranger. Why would they want to limit high-resolution pictures? And even if they had a good reason to do that, why would they think that banning DSLRs accomplish it? Does. Not. Compute.</p>
<p>I had a look about, and found <a href="http://www.ltmuseum.co.uk/about-us/a-brief-history/our-mission">LTM&#8217;s mission statement</a>:</p>
<blockquote><p>By conserving and explaining the Capital city&#8217;s transport heritage, London Transport Museum offers people an understanding of the Capital&#8217;s past development and engages them in the debate about its future.</p>
<p>We adopt the highest standards of curatorship and communication, and aim to be the world&#8217;s leading museum of urban transport.</p></blockquote>
<p>So. Do LTM really think that restricting the availability of high-resolution pictures of Aldwych accords with the highest standards of communication? Do they think that preventing people seeing and learning about Aldwych is the kind of thing the world&#8217;s leading museum of urban transport should be doing?</p>
<p>Is it not more likely that their role as a museum should be to encourage more people to see Aldwych? To engage with it, photograph it, learn about it, share it, discuss and understand it, spread the word about it and generate interest in their mission and their subject?</p>
<p>I am utterly baffled that in the digital age, there  still appear to be museums who think that these kind of restrictions are necessary. Or sensible. Or even, heaven forfend, good.</p>
<p>Museums are the guardians of our cultural heritage, not the owners of it. Museums should want photographs of their collections coming out of their ears, and getting in front of as many eyeballs as possible.</p>
<p>If you agree, why not <a href="http://www.ltmuseum.co.uk/contact-form?contact=feedback">send them a message</a>, and let them know?</p>
<div id="update">
<strong>Updated to add:</strong><br />
The LTM have responded, thusly:</p>
<blockquote><p>
Terms and conditions for the recent sale of tickets to visit Aldwych Underground station clearly stated that digital SLR cameras were not permitted, as these are classed as professional equipment.</p>
<p>There was not a ban on taking photos during tours. However, there were restrictions on professional cameras and tripods because we were concerned that people using them could delay the tours for others, as it was a very tight schedule with more than 2,500 visitors going up and down a spiral staircase of about 160 steps to get to and from the platforms.</p>
<p>We wanted to make the tours as enjoyable and safe as we could for everyone. With the huge public interest in seeing the disused Tube station it was better to have the event with this restriction rather than no visit at all.</p>
<p>We apologise to visitors who wanted to use this kind of camera during tours to the stations.
</p></blockquote>
<p>This is really just a bit silly, and reveals how flimsy this policy is.</p>
<p>If the LTM want to ensure smooth flow, and therefore ban tripods, that&#8217;s completely fine and understandable. The last thing anyone wants is to be held up by people getting in the way, and people waving tripods around probably raises legitimate safety concerns. So: that&#8217;s fine. Ban tripods.</p>
<p>But to say that this concern means DSLRs should be banned as well is a non-sequitur. I would have had no difficulty sticking to the time limits &#8212; which were made very clear by the courteous and efficient tour staff, and which everyone obeyed.</p>
<p>If people with compacts can take photos without holding things up, why not people with DSLRs?
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/12/alwych-london-transport-museum-only-decent-picture-anyone-got/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Is the Public Data Corporation gone for good?</title>
		<link>http://harrymetcalfe.com/2011/11/is-the-public-data-corporation-gone-for-good/</link>
		<comments>http://harrymetcalfe.com/2011/11/is-the-public-data-corporation-gone-for-good/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 14:18:58 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Odds & Ends]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=470</guid>
		<description><![CDATA[Ding, dong, the witch is dead?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure. But certainly, things are shifting around in a way that sounds very positive. I just got this in my email, from the Shareholder Executive, as I&#8217;m sure many other have:</p>
<blockquote><p><span style="color: #000000; font-family: Arial;">As promised we want to keep our stakeholders up to date with the latest progress on the Public Data Corporation project.  You may well have seen the Chancellor&#8217;s announcement within today&#8217;s Autumn Statement but I thought that it would be helpful to set out what this means in practice.</span></p>
<p><span style="color: #000000; font-family: Arial;">The Government has today announced that:</span></p>
<p><strong><span style="font-family: Arial;">To support the growth of high-value data businesses and make access to data easier for startups, the Government is making available for free a range of core reference data sets.  In addition it is announcing the creation of a Data Strategy Board and a Public Data Group which will maximise the value of data the public sector buys from the Met Office, Ordnance Survey, Land Registry and Companies House.</span></strong></p>
<p><span style="text-decoration: underline;"><span style="font-family: Arial;">What this means in practice:</span></span><br />
<span style="font-family: Arial;">Delivering on its commitment to establish a Public Data Corporation, Government has announced the establishment of a Data Strategy Board (DSB) which will seek to maximise the value of data from the Public Data Group (PDG) of Trading Funds for long-term economic and social benefit, including through the release of data free of charge.</span></p>
<p><span style="font-family: Arial;">Sending a clear signal of the DSB’s mandate, Government is announcing the release of additional core reference datasets for unrestricted use from the PDG, including, for the first time, weather observation and detailed weather forecast data and core data from the Companies Register. </span></p>
<p><span style="font-family: Arial;">The</span><strong> <span style="font-family: Arial;">PDG currently includes Ordnance Survey, Met Office, HM Land Registry and Companies House</span></strong><span style="font-family: Arial;">. The Group will identify and deliver efficiencies and synergies to reduce the cost of data for users and re-users of data and provide additional funding for making data freely available. </span></p>
<p><span style="font-family: Arial;">This change clearly separates the commissioning and provision functions of public data, rebalancing the incentives to release more data for free, as well as strengthening the capability of Government to commission data for its own needs.</span></p>
<p><span style="font-family: Arial;">This announcement signals a significant step towards making additional core reference data from the Met Office, Ordnance Survey, HM Land Registry and Companies House available and free at the point of use. </span></p>
<p><span style="font-family: Arial;">For further information on the wider announcement please see the following link:  </span><a href="http://www.cabinetoffice.gov.uk/news/open-data-measures-growth-review"><span style="text-decoration: underline;"><span style="color: #0000ff; font-family: Arial;">http://www.cabinetoffice.gov.uk/news/open-data-measures-growth-review</span></span></a></p>
<p><span style="font-family: Arial;">I do hope this is helpful and we will of course keep you informed of further progress.</span></p></blockquote>
<p>There&#8217;s some more detail from <a href="http://t.co/vx9wqUB9">page 10 of this PDF</a> &#8212; sadly, though, nothing very substantial from Ordnance Survey.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/11/is-the-public-data-corporation-gone-for-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redefining privacy</title>
		<link>http://harrymetcalfe.com/2011/11/redefining-privacy/</link>
		<comments>http://harrymetcalfe.com/2011/11/redefining-privacy/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 23:48:39 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=459</guid>
		<description><![CDATA[Or: how lots of bits of our private lives are going to get sucked into the public domain whatever we might think about it, so if you can't beat 'em, join 'em]]></description>
			<content:encoded><![CDATA[<p><small><em>This was originally going to be a comment on Paul Clarke&#8217;s post about <a href="http://paulclarke.com/honestlyreal/2011/11/the-accidental-data-controller/">privacy and social networks</a> &#8212; you might want to read that first.</em></small></p>
<p>I think we&#8217;re a short way into a process of redefining what &#8220;privacy&#8221; is and means, and which parts of it are important, and which are less important.</p>
<p>I think that the benefits of a more open approach &#8212; where things that once would have been considered private no longer are &#8212; are widespread, in all sorts of ways &#8212; from personal convenience to companies figuring out how to sell us more stuff.</p>
<p>Ultimately, most people value some aspects of their privacy so little that they are willing to let Facebook pillage their address book, for the convenience of it, or just out of curiosity. And because there are lots more of those people, the rest of us are going to be pulled along with them.</p>
<p>And while it may be the case many of those people only make that decision because they are ignorant of its consequences, not all of them are. And many will put the risks into the same kind of category as leaving their bike unlocked outside the corner shop, or hiding the house keys under a pot-plant &#8212; small risks, but with potentially big consequences.</p>
<p>I&#8217;m certainly in the group that is concerned about data privacy, but I don&#8217;t see a way out of this. All the &#8220;education&#8221; in the world is unlikely to help, because it&#8217;ll sound like nerds preaching about pedantic trivialities.</p>
<p>And even when really bad things happen really publicly, people won&#8217;t change their behaviour &#8212; at least, not beyond some initial hand-wringing and media panic. Because human beings suck at making rational decisions where the taking of a series of small risks for a series of small rewards carries with it the potential for big bad consequences&#8230; later&#8230; maybe.</p>
<p>So, since I&#8217;m going to be dragged along with this croud anyway, I feel like I may as well leap in feet-first and enjoy the benefits.</p>
<p>Because I&#8217;ll be exposed to the risks either way.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/11/redefining-privacy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dear police officer&#8230;</title>
		<link>http://harrymetcalfe.com/2011/09/dear-police-officer/</link>
		<comments>http://harrymetcalfe.com/2011/09/dear-police-officer/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 10:52:56 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Odds & Ends]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=452</guid>
		<description><![CDATA[It's true. Ok? I did it. ]]></description>
			<content:encoded><![CDATA[<p>Dear police officer who I couldn&#8217;t finish a conversation with earlier because a traffic light went green,</p>
<p>It&#8217;s true. Ok? I did it. I stopped at a junction 3 metres in front of a stop line. Not in the junction, of course, and without upsetting any crossing pedestrians.</p>
<p>I did it because the opposing traffic often turns across the road dangerously quickly in an attempt to turn right before our column of traffic gets going.</p>
<p>I did it because people who do dangerous things dangerously quickly often don&#8217;t notice cylists.</p>
<p>I didn&#8217;t wait for the dangerous people to go first because to do so would obstruct the traffic on my side of the road by preventing them from turning left.</p>
<p>So, in order to substantially reduce the chances that I&#8217;ll die on the road, and to reduce the extent to which I obstruct busy traffic, and while having due regard for the rules of the road, and for the safety and convenience of other road users, I will occasionally stop in front of a stop line. Or turn left on a red light. Or use the pavement. Or anything else that I, acting in good faith, think is safer.</p>
<p>Because, frankly, the prospect of getting a ticket from you on a sunny Thursday morning doesn&#8217;t seem terribly important when stacked up against the possibility of becoming dead.</p>
<p>ttfn,</p>
<p>Harry</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/09/dear-police-officer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick thoughts on the Xoom</title>
		<link>http://harrymetcalfe.com/2011/04/quick-thoughts-on-the-xoom/</link>
		<comments>http://harrymetcalfe.com/2011/04/quick-thoughts-on-the-xoom/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 14:35:10 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Odds & Ends]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[xoom]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=447</guid>
		<description><![CDATA[Mmmmm, shiny...]]></description>
			<content:encoded><![CDATA[<p>First impressions: really lovely. It looks fantastic. The on-screen keyboard is great, much better than on my Nexus S, but probably just because it&#8217;s bigger. Copy &#038; paste is also much better. It works the same way across all apps now, by giving you a little menu across the top of the screen when you select text. </p>
<p>In fact, Honeycomb is leaps and bounds beyond Gingerbread generally. The interface is seriously shiny, as well as being quick and responsive. They&#8217;ve dumped the physical buttons in favour of on-screen buttons in a bar across the bottom of the screen, which also incorporates a notifications area. There&#8217;s a new button for accessing recently-used apps as well as the normal ones for the home screen and back button. The built-in apps are lovely too &#8212; web browsing is pretty much the same as Chrome on the desktop. And Email is considerably improved.</p>
<p>The camera is decent, and video is really nice &#8211; 720p, and looks great in full-screen playback. I&#8217;d love to have tried the front camera with a video call on Skype but Skype for Android still doesn&#8217;t support video &#8212; seriously! Wtf?</p>
<p>So far, I&#8217;ve been able to do everything I knew that I&#8217;d want before I got it: show PDFs and documents to people, check email, write quick documents &#038; browse the web. So as far as the essentials go, the app support is great. But it is certainly the case that there are fewer apps for the Xoom than there are for the Android, and that some of the apps that are designed for Android phones don&#8217;t work terribly well on the Xoom. But I&#8217;m fairly convinced that that&#8217;s temporary. In fact, I distinctly recall iPhone apps running in a teeny box in the middle of the first iPad&#8217;s screen &#8212; and it didn&#8217;t take long for that to change. And before anyone gets too much into on the Xoom vs iPad2 argument, I&#8217;ll just say that I installed Flash as soon as I got it, and it works great. And also that Hitler was an Apple fanboy, so Android must be better. <em>Man</em> it&#8217;s easy to win arguments on the Internet.</p>
<p>There are some downsides: One serious annoyance is that the Xoom has its own charger. It doesn&#8217;t charge from USB. This may not matter if the battery can withstand heavy use, as it wouldn&#8217;t then be necessary to carry the charger around. It&#8217;s been fairly widely reported that the battery life is excellent, so I have high hopes, but I&#8217;ll wait to see for myself.</p>
<p>Another irritation, though very minor, is that the power button is on the back of the tablet next to the camera. So when it&#8217;s lying on the table, you have to pick it up to turn it back on. It&#8217;s also a little heavier than I expected. I&#8217;d be curious to know how much the iPad2 weighs. The Xoom is 730g &#8212; not exactly heavy, but I suspect that&#8217;s a little heavier than one might like if you had to hold it on a long train journey.</p>
<p>Overall &#8212; it seems like a lovely bit of kit. I&#8217;ll be putting it to the test over the next few weeks, and we&#8217;ll see if more experience bears out my first impressions.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/04/quick-thoughts-on-the-xoom/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>On direct lighting</title>
		<link>http://harrymetcalfe.com/2011/03/on-direct-lighting/</link>
		<comments>http://harrymetcalfe.com/2011/03/on-direct-lighting/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 12:25:33 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Odds & Ends]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[supermoon]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=433</guid>
		<description><![CDATA[Just can't get the shot I want...]]></description>
			<content:encoded><![CDATA[<p>So, I was taking pictures of last night&#8217;s supermoon. I tried taking some on the 18th as well, but none of them were coming out how I&#8217;d have liked. A few nights before, I took this one:</p>
<p><a href="http://www.flickr.com/photos/harrymetcalfe/5523908005/" title="Moon by harry-m, on Flickr"><img src="http://farm6.static.flickr.com/5012/5523908005_11e4d12576.jpg" width="500" height="333" alt="Moon" /></a></p>
<p>Which, really, I seriously love.</p>
<p>But all my subsequent attempts didn&#8217;t really produce anything as good. This was the best one:</p>
<p><a href="http://www.flickr.com/photos/harrymetcalfe/5542859994/" title="Full Supermoon by harry-m, on Flickr"><img src="http://farm6.static.flickr.com/5133/5542859994_943ae8da8d.jpg" width="500" height="375" alt="Full Supermoon" /></a></p>
<p>Now, I took both of these in London. So light pollution will certainly have reduced sharpness, and it&#8217;s entirely possible that the atmosphere was a bit clearer for the first shot than it was for the second.</p>
<p>But actually, I think it&#8217;s more to do with the position of the sun. The full moon is much flatter and duller than the waxing moon, which is rather to be expected &#8212; relative to the camera, the sun illuminates the waxing moon from the side, and a full moon from behind. If I was shooting people with flash, I&#8217;d expect much the same thing to happen. So &#8212; if it&#8217;s not too much to ask &#8212; it would be excellent if the universe could contrive to stick gigantic remote flash in high orbit around the moon. </p>
<p>Or, failing that, all practical suggestions on how to do a better job for the next supermoon (14th November 2016) gratefully received. Already on the list:</p>
<ul>
<li>Longer lens, or an extender</li>
<li>A thermos, a warm jumper, and a nice hill in the middle of nowhere</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/03/on-direct-lighting/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>System Error: fixing the flaws in Government IT</title>
		<link>http://harrymetcalfe.com/2011/03/system-error-fixing-the-flaws-in-government-it/</link>
		<comments>http://harrymetcalfe.com/2011/03/system-error-fixing-the-flaws-in-government-it/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 17:38:17 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[ifg]]></category>
		<category><![CDATA[procurement]]></category>
		<category><![CDATA[system error]]></category>
		<category><![CDATA[ukgovit]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=424</guid>
		<description><![CDATA[A few months ago, I was interviewed by researchers from the Institute for Government, as part of their work on the report that arrived, embargoed, in my email yesterday. I&#8217;ve now had a chance to read it. I&#8217;ve heard a number of opinions on the project over the last few months &#8212; I have to [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, I was interviewed by researchers from the Institute for Government, as part of their work on the <a href="http://www.instituteforgovernment.org.uk/content/169/fixing-the-flaws-in-government-it">report</a> that arrived, embargoed, in my email yesterday.</p>
<p>I&#8217;ve now had a chance to read it. I&#8217;ve heard a number of opinions on the project over the last few months &#8212; I have to say, mostly not very complimentary ones &#8212; so I was glad to see what they finally decided.</p>
<p>On the whole, I think it&#8217;s quite good, as far as it goes. It&#8217;s definitely saying the right kinds of things about the sort of change that&#8217;s needed: notably, choosing commodity options when they&#8217;re available, and using agile processes to innovate and develop bespoke solutions when they&#8217;re necessary. Good stuff. The report includes a now very-well-rehearsed explanation of the problems with government&#8217;s traditional approaches which is spot on, and some good recommendations for Government &#8211; it will be interesting to see how they respond.</p>
<p>On a minor point (at least, for me) it is very technology focussed and doesn&#8217;t much discuss the wider social context that technology needs to serve.</p>
<p>More importantly, I would have liked to see more detail, in general. There&#8217;s a lot of discussion of open standards, buying commodity services, and coordinating activity between departments. But it feels a bit like the report skips over the fact that these things are <strong>really hard</strong>. </p>
<p>Agreeing standards is hard, as is implementing them correctly. Standards for the web have taken >10 years to develop and mature, and in many respects are still not very well embedded: Microsoft have really only just got there with IE9, and that remains to be seen. And this is in an industry where the incentives to make everything work are huge. I&#8217;m really not at all sure that the incentives to use open standards for the NHS spine and people&#8217;s tax records are even nearly as strong, where suppliers may be reluctant to facilitate the involvement of others.</p>
<p>Commodity services can of course deliver immense value, and the success of Amazon&#8217;s Web Services is a testament to their usefulness. But even the private sector is only just getting there. Computing resources are now effectively commoditised, as is &#8212; perhaps &#8212; the purchase of hardware&#8230; and that&#8217;s&#8230; it. There&#8217;s no commodity market for VOIP services that I&#8217;m aware of. There&#8217;s no commodity market for payroll, workflow management or document storage. For all of these things, we&#8217;re still in a world of competing products which are mostly not interoperable. The report actually highlights Microsoft Word as an example of a commodity application, which made me choke on my coffee: it&#8217;s quite the opposite. In fact, it&#8217;s a dominant product in what is all but a monopoly, and &#8212; as anyone who&#8217;s tried to use OpenOffice in anger will know &#8212; it&#8217;s a long way from being interoperable with <em>anything</em>.</p>
<p>Sensibly coordinating activity between departments has been advocated as good for so long that it&#8217;s practically axiomatic, and we still aren&#8217;t anywhere near it.</p>
<p>Perhaps more importantly still, the report really doesn&#8217;t address procurement nearly carefully enough. It does present some interesting suggestions about how to squeeze agile projects though existing OJEU and OGC processes. But I think procurement is at the root of the whole problem, and needs wholesale reform. The main reason that Government&#8217;s incumbent suppliers are so dominant is that the barrier to entry for new businesses is immense. And procurement constitutes a very large portion of that problem.</p>
<p>The report even advocates the use of framework agreements as a cost-cutting measure, when &#8212; in fact &#8212; the use of framework agreements is one of the prime culprits for the lack of any agile suppliers in the market able to compete for the large projects that are currently solely delivered by the Usual Suspects. </p>
<p>In summary &#8211; I think this is a good start. The direction of travel is spot on, and I hope it is warmly received and acted upon by government. But it does skim over some terribly difficult problems which we&#8217;ll have to confront if we want this to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/03/system-error-fixing-the-flaws-in-government-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Always post-process your underwater photographs&#8230;</title>
		<link>http://harrymetcalfe.com/2011/02/always-post-process-your-underwater-photographs/</link>
		<comments>http://harrymetcalfe.com/2011/02/always-post-process-your-underwater-photographs/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 12:45:08 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[diving]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[scuba]]></category>
		<category><![CDATA[sipadan]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=415</guid>
		<description><![CDATA[A quickie post, really. I took lots of photographs while scuba diving at Sipadan last year. A selection of the nicest ones are in my flickr stream. But when I originally uploaded them, I hadn&#8217;t modified them at all. Mostly because I&#8217;d had to trawl through 1600+ honeymoon photos and it was rather late in [...]]]></description>
			<content:encoded><![CDATA[<p>A quickie post, really. I took lots of photographs while scuba diving at <a href="http://en.wikipedia.org/wiki/Sipadan">Sipadan</a> last year. A selection of <a href="http://www.flickr.com/photos/harrymetcalfe/5406229232/in/photostream/">the nicest ones</a> are in my flickr stream. But when I originally uploaded them, I hadn&#8217;t modified them at all. Mostly because I&#8217;d had to trawl through 1600+ honeymoon photos and it was rather late in the day.</p>
<p>But today I thought I&#8217;d spend 5 minutes seeing if they could be improved &#8212; as it was a cheapy point &amp; click camera hired from the dive company, and all the pictures were really flat and horrible. I am amazed how much better they are after a few minutes clicking about in picasa. Here&#8217;s a before &amp; after:</p>
<div id="attachment_417" class="wp-caption aligncenter" style="width: 510px"><a href="http://harrymetcalfe.com/wp-content/uploads/2011/02/IMG_7775.jpg"><img class="size-medium wp-image-417" title="Fishies, before" src="http://harrymetcalfe.com/wp-content/uploads/2011/02/IMG_7775-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Before</p></div>
<div id="attachment_416" class="wp-caption aligncenter" style="width: 510px"><a href="http://harrymetcalfe.com/wp-content/uploads/2011/02/IMG_7775_fixed.jpg"><img class="size-medium wp-image-416" title="Fishies, after" src="http://harrymetcalfe.com/wp-content/uploads/2011/02/IMG_7775_fixed-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">After</p></div>
<p>Click through for bigger versions.</p>
<p>I made some progress just using the I&#8217;m Feeling Lucky button, but what really made them come alive was the Tint effect: using a white tint and dragging the bar almost all the way to the top really made everything pop out nicely.</p>
<p>If you have any similar tips, I&#8217;d love to hear them&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/02/always-post-process-your-underwater-photographs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>On £585 favicons&#8230;</title>
		<link>http://harrymetcalfe.com/2011/02/on-585-favicons/</link>
		<comments>http://harrymetcalfe.com/2011/02/on-585-favicons/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 16:44:25 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[favicongate]]></category>
		<category><![CDATA[ico]]></category>
		<category><![CDATA[readingroom]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=401</guid>
		<description><![CDATA[Much noise has been made in the last couple of days about Reading Room charging the Information Commissioner&#8217;s Office £585 for a favicon &#8211; the small graphics that appear to the left of the URL in the address bar when you visit a website. This story provoked a rather predictable outburst on how Government spends [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.guardian.co.uk/uk/2011/feb/03/ico-corporate-branding">Much</a> <a href="http://puffbox.com/2011/02/03/ico-reading-room-favicon/">noise</a> has been made in the last couple of days about Reading Room charging the Information Commissioner&#8217;s Office £585 for a favicon &#8211; the small graphics that appear to the left of the URL in the address bar when you visit a website.</p>
<p>This story provoked a rather predictable outburst on how Government spends far too much money, and doesn&#8217;t get value for money*.  It&#8217;s a perspective that&#8217;s expressed frequently &#8212; most recently for the <a href="http://twitter.com/#!/rufeus/status/32408651557773312">police.uk&#8217;s £300k price-tag</a>.</p>
<p>Often Government does pay too much. We all wonder why BusinessLink costs £36m a year. But this isn&#8217;t one of those cases. Reading Room charged £585 for the ICO&#8217;s favicon, and most people seem to be objecting to that figure on the basis that it would have taken <em>them</em> 5 minutes to do it, and therefore, that Reading Room must have charged £585 for 5 minutes work.</p>
<p>But, as anyone familiar with the delivery of actual government projects will know, absolutely nothing ever just takes 5 minutes. Not when you have the client, two government organisations and two or three other contractors to deal with. Not when you&#8217;re working within a delivery framework that requires multiple levels of approval before anything goes live. Not when government has deliberately taken a &#8220;belt &#038; braces&#8221; approach to contracting &#8212; ironically usually done to aid accountability, but which invariably creates procedural bloat and extra cost.</p>
<p>There&#8217;s a huge difference between making a favicon and making one for a big organisation, with lots of people who need to give input and approval. There&#8217;s a huge difference between making an informational website that you think is good, and making one for an entire country, maintained by an entire government. There&#8217;s a huge difference between your website and your Government&#8217;s website: because in any activity, time and cost increase with the number of people who are involved.</p>
<p>The real question here isn&#8217;t why this specific favicon cost £585. That&#8217;s pretty clear: Reading Room charge £600/day (which is competitive), spent a few minutes making the favicon, and the best part of 7 hours making sure everyone was happy with it. Which, I strongly suspect, is exactly what they were asked to do by their client. </p>
<p>We absolutely need to work on making government more agile and getting better value for money. And it is starting to happen, as <a href="http://dxw.com">dxw&#8217;s</a> success over the past three years illustrates. But blind invective won&#8217;t accomplish that. </p>
<p>Suppliers need to help government understand the true (small!) nature of the risks that online technologies present. And we need to show government how it&#8217;s possible to do things quickly and cheaply on the web. </p>
<p>And I think that practical help and understanding will get us there much more quickly than premature outbursts of uninformed anger.</p>
<p><strong>Edited to add:</strong> <a href="http://twitter.com/#!/threedaymonk">@threedaymonk</a> has an <a href="http://po-ru.com/diary/how-much-for-a-favicon/">excellent writeup</a> on this too.</p>
<p><small>*I have to admit to partaking in that in a <a href="http://twitter.com/#!/dextrousweb/status/33177099992834048">small and light-hearted way</a>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2011/02/on-585-favicons/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>India</title>
		<link>http://harrymetcalfe.com/2010/08/india/</link>
		<comments>http://harrymetcalfe.com/2010/08/india/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 15:39:41 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[big society]]></category>
		<category><![CDATA[pmindia]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=378</guid>
		<description><![CDATA[Last week, I went to India as part of the Prime Minister&#8217;s business delegation. The trip came completely out of the blue, and I was surprised and honoured to be asked. We were only in India for a couple of days &#8212; a whirlwind tour &#8212; but it was an unforgettable trip. In fact, having [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I went to India as part of the Prime Minister&#8217;s business delegation. The trip came completely out of the blue, and I was surprised and honoured to be asked. We were only in India for a couple of days &#8212; a whirlwind tour &#8212; but it was an unforgettable trip.</p>
<p>In fact, having now spent 20 minutes staring at those two sentences, I&#8217;m finding it a bit hard to know where to begin. We spent quite a lot of time on the plane, but in between, we met a sparkling array of very interesting people from all sorts of backgrounds, visited places from the firmly affluent to the strikingly poor, and learned some valuable lessons about technology, democracy and civic engagement.</p>
<p>My bit of the trip was the hack day that we did at Google with some Indian developers. Rohan Silva, Liam Maxwell, Edmund von der Burg, Tim Green, David McCandless and I turned up at Google India, not quite knowing what to expect. After a very delicious curried breakfast we piled into a meeting room for a big chat with lots of <a href="http://thejeshgn.com/2010/07/29/civic-hacking-workshop/">Indian developers</a>. I&#8217;ve <a href="http://thedextrousweb.com/2010/08/indian-hack-day/">written about the hack day separately</a>, and David&#8217;s also done a <a href="http://www.guardian.co.uk/news/datablog/2010/jul/30/information-beautiful-india-cameron">piece on the Guardian Data Blog</a>.</p>
<div id="attachment_386" class="wp-caption aligncenter" style="width: 510px"><a href="http://harrymetcalfe.com/wp-content/uploads/2010/08/the_pm.png"><img src="http://harrymetcalfe.com/wp-content/uploads/2010/08/the_pm-300x199.png" alt="" title="David Cameron" width="300" height="199" class="size-medium wp-image-386" /></a><p class="wp-caption-text">The Prime Minister</p></div>
<p>After a hurried lunch, we all piled back on to the plane for our flight to Delhi, which took several hours. Upon arriving we were briskly sent off to an evening reception, where the PM did a short speech (and where I just-so-happened to wander over and mention <a href="http://dxw.com">Dextrous Web</a>, which he seemed excited about). The reception was fairly short, and we were soon back at the hotel, where &#8212; after a brief spell in the indescribably humid Delhi evening &#8212; we all went off to bed. </p>
<div id="attachment_389" class="wp-caption aligncenter" style="width: 510px"><a href="http://harrymetcalfe.com/wp-content/uploads/2010/08/sasia.png"><img src="http://harrymetcalfe.com/wp-content/uploads/2010/08/sasia-300x199.png" alt="" title="South Asia Foundation" width="300" height="199" class="size-medium wp-image-389" /></a><p class="wp-caption-text">South Asia Foundation</p></div>
<p>The next morning, we went off to learn about the Panchayati Raj. It&#8217;s a <a href="http://en.wikipedia.org/wiki/Panchayati_raj">system of elected village assemblies</a> which receive money from the Indian government to spend on local services. It&#8217;s an interesting approach, and embodies many of the current government&#8217;s Big Society principles: radical decentralisation, with local decision-making and accountability. After a briefing from the British High Commission and a panel session at the South Asia Foundation, we left the city to visit several village Panchayats and see the work that they do.</p>
<div id="attachment_391" class="wp-caption aligncenter" style="width: 510px"><a href="http://harrymetcalfe.com/wp-content/uploads/2010/08/road.png"><img src="http://harrymetcalfe.com/wp-content/uploads/2010/08/road-300x199.png" alt="" title="Road" width="300" height="199" class="size-medium wp-image-391" /></a><p class="wp-caption-text">Paved, with gutters</p></div>
<p>For me, this was undoubtedly the highlight of the trip. We visited several villages, saw how people there live, met elected Panchayat members and saw the improvements they were making to their villages. One had managed to pave all its streets, with proper gutters, and had built a school. Another was making a proper dirt road between their village and the next. We visited the workers as they were leveling the ground, and the difference between the completed road and the rest was remarkable &#8212; I doubt our minibus could have traversed the lumpen, muddy path that they were following.</p>
<div id="attachment_392" class="wp-caption aligncenter" style="width: 510px"><a href="http://harrymetcalfe.com/wp-content/uploads/2010/08/periodic_table.png"><img src="http://harrymetcalfe.com/wp-content/uploads/2010/08/periodic_table-300x199.png" alt="" title="Periodic Table" width="300" height="199" class="size-medium wp-image-392" /></a><p class="wp-caption-text">Periodic Table</p></div>
<p>More than anything else, though, I was moved by the extraordinary welcome that we received. Every village gave us garlands and flowers, and sat us down for tea, water and spiced nuts. One processed us through the streets with music. They were warm, generous and proud. At one village we were drinking Chai in the local school when I spotted a periodic table on the wall and took a picture. The principal of the school came over and told me about how it had been made by his 11-year-old students. The chief civil engineer for the district accompanied us and told us all about the roads and schools that they were building. In the first village, we walked past an incongruously well stocked pharmacy, and one of the kids came over to tell me about it.</p>
<p>Of course, my impressions are skewed. I&#8217;m sure it&#8217;s unusual for westerners to visit these villages, and that that provoked a certain level of excitement &#8212; especially with one of the PM&#8217;s senior policy advisers leading the group. I would like to know what day-to-day life is like in these places. One of the officials we visited later said that he thought 80% of Panchayats probably experienced some degree of fraud or embezzlement, which I don&#8217;t doubt. But the improvements in these villages were clear, and the villages&#8217; sense of pride was palpable. So fraud is, perhaps, an acceptable cost of doing business.</p>
<p>Eventually, and reluctantly, we got back on our minibus and headed for home. Upon arriving back in the city, we went to a plush reception thrown by BBC Worldwide at the hotel &#8212; wherein, incidentally, a 24-hour wifi pass cost the same as 7 days&#8217; pay for one of the labourers building the dirt road we&#8217;d been standing on not two hours earlier. It was a stark contrast. India is definitely a country of extremes.</p>
<p>At the South Asia Foundation, the Minister leading the Indian delegation said that Indian governments had a history of promising people the world, and then failing to deliver. That India is just so big, and so populous, that central government couldn&#8217;t even make most of the people happy, most of the time. It&#8217;s this reality that he said the Panchayati Raj are there to fix. He said that radical decentralisation is the only system that can work in a country as big as India, and that it is vital to make it work to prevent people losing faith in democracy as a system of government. </p>
<p>This argument seems plausible to me. But it made me wonder how the UK could learn lessons from India, given that we don&#8217;t have the same problems of scale. We also don&#8217;t have the same degree of engagement in civil issues &#8212; or anything even close to it. But that is, perhaps, to be expected. India has more to do. And in fact, I suspect that the motivations for Indians to become involved in civil issues are much the same as those of Britons. You can bet that if London had no roads, schools or hospitals, a vast number of Londoners would be doing things about it. And, in fact, most people do get involved in some way when things happen that affect them directly: like school and hospital closures, or objectionable planning applications.</p>
<p>And that, I think, is the lesson. In these villages, everyone knew the Panchayat members. And when the members walk down the street, people go up to them, and air their concerns. As more than one person told us, politics in India is very personal. People know who to ask, and how the system works &#8212; primarily because it is simple, and they are close to it. At least, when it comes to Panchayati Raj*. </p>
<p>But that is the polar opposite of the UK, where almost no one knows their Councillors, and where engaging with local government means climbing a nigh-impassable mountain of tedious bureaucratic complexity. Where, unsurprisingly, most people decide it&#8217;s not worth the effort. And whence the chattering classes are born: that particular breed of people who enjoy traversing the peaks and valleys of big bureaucracies.</p>
<p>If that&#8217;s the problem that the Big Society is supposed to solve, I&#8217;m all for it. And I think the Indians are probably lighting the path.</p>
<p><small>*The rest of Indian government is notoriously bureaucratic!</small></p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2010/08/india/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Hoffman Voltameter: Mark II</title>
		<link>http://harrymetcalfe.com/2010/07/the-hoffman-voltameter-mark-ii/</link>
		<comments>http://harrymetcalfe.com/2010/07/the-hoffman-voltameter-mark-ii/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 21:48:49 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=359</guid>
		<description><![CDATA[Following on from my first attempt, I&#8217;ve built a new version: This version has smaller bottles, reducing the amount of electrolyte needed, and goes back to using silicone sealant to attach the PEX piping to the bottles. The glue gun was just too leak prone. Although it was much quicker to work with, the glue [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from my <a href="http://harrymetcalfe.com/2010/07/making-a-hoffman-voltameter/">first attempt</a>, I&#8217;ve built a new version:</p>
<div id="attachment_361" class="wp-caption aligncenter" style="width: 520px"><a href="http://harrymetcalfe.com/wp-content/uploads/2010/07/IMG_0203.jpg"><img class="size-medium wp-image-361" title="Hoffman Voltameter Mark II" src="http://harrymetcalfe.com/wp-content/uploads/2010/07/IMG_0203-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Hoffman Voltameter Mark II (it&#39;s a bit better)</p></div>
<p>This version has smaller bottles, reducing the amount of electrolyte needed, and goes back to using silicone sealant to attach the PEX piping to the bottles.</p>
<p>The glue gun was just too leak prone. Although it was much quicker to work with, the glue is very rigid when dry, so handling the apparatus (eg when filling or emptying) tended to create leaks. So I decided to be patient, and use sealant, which is much more flexible when dry. I also sanded the area around the holes in the bottles, and the ends of the PEX pipes, so that the sealant would adhere more effectively.</p>
<p>This version works much better! It&#8217;s leak-free, and I succeeded in generating about 100ml of hydrogen and collecting it by releasing the clamp and using a makeshift <a href="http://en.wikipedia.org/wiki/Gas_bubbler">gas bubbler</a>. I passed it over a flame, and heard the squeaky pop &#8212; perhaps the best one I&#8217;ve *ever* heard, considering the effort it took!</p>
<p>Unfortunately, I had a little less luck with the Chlorine. A small quantity of gas was generated at the anode, but I could not discern any particular colour. Conversely, the electrolyte in the anode bottle had a definite green tinge. I suspect that the Chlorine is largely dissolving in the water, and that the gas I collected at the top was probably a small amount of Oxygen. This feels more plausible than it otherwise would given that the electrolyte was not a saturated solution. I&#8217;ll test this out later.</p>
<p>However, this version isn&#8217;t without its problems. There&#8217;s some visible corrosion around the join between the electrode and the wire, which I tried to insulate using heat shrink. As it&#8217;s clear that the steel connection is being oxidised, that&#8217;s obviously not working. I also don&#8217;t like that the electrodes are dangling from cables. It feels&#8230; bad. So, I&#8217;m going to take the plunge and mount them permanently to the bottles from the outside, which will remove the steel connection from the electrolyte entirely as well as making it all a bit neater.</p>
<p>Another very strange problem is that the water level in the three containers is not always the same, even when the tubes are open to the atmosphere. This is a bit baffling, to say the least. I think that the tubes are probably at fault: their internal diameter is very small (about 2mm) and I think there&#8217;s some kind of capillary effect at work. I&#8217;m going to replace these with some normal 5mm PVC tubing and see if that solves the problem.</p>
<p>This version <em>is</em> much better than <a href="http://harrymetcalfe.com/2010/07/making-a-hoffman-voltameter/">its predecessor</a>, and I&#8217;ve experienced some success. But I think there&#8217;s better to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2010/07/the-hoffman-voltameter-mark-ii/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Making a Hoffman Voltameter</title>
		<link>http://harrymetcalfe.com/2010/07/making-a-hoffman-voltameter/</link>
		<comments>http://harrymetcalfe.com/2010/07/making-a-hoffman-voltameter/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 16:09:07 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[chemistry]]></category>
		<category><![CDATA[maker]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=334</guid>
		<description><![CDATA[I&#8217;ve been dabbling with odds &#38; ends of chemistry in my spare time recently (mostly trying in vain to remember the stuff I learnt at school). I&#8217;ve been partly inspired by this excellent book, and partly by a young cousin who&#8217;s recently become fascinated by all things chemical. Hmm. Is that a redundancy? Anyway. For [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been dabbling with odds &amp; ends of chemistry in my spare time recently (mostly trying in vain to remember the stuff I learnt at school). I&#8217;ve been partly inspired by this <a href="http://www.makershed.com/ProductDetails.asp?ProductCode=9780596514921">excellent book</a>, and partly by a young cousin who&#8217;s recently become fascinated by all things chemical. Hmm. Is that a redundancy?</p>
<p>Anyway. For a fun project, and to start understanding electrochemistry better (which, as soon as you scratch the surface, becomes rather complicated), I&#8217;ve been building a <a href="http://en.wikipedia.org/wiki/Hofmann_voltameter">Hofmann Voltameter</a>. They&#8217;re made for electrolysing things, typically water, in such a way that one can easily collect the gases.  The proper ones look like this:</p>
<div id="attachment_335" class="wp-caption aligncenter" style="width: 510px"><a href="http://harrymetcalfe.com/wp-content/uploads/2010/07/HOFFMANN_VOLTAMETER.jpg"><img class="size-medium wp-image-335" title="Hofmann Voltameter" src="http://harrymetcalfe.com/wp-content/uploads/2010/07/HOFFMANN_VOLTAMETER-270x300.jpg" alt="" width="270" height="300" /></a><p class="wp-caption-text">A Hofmann Voltameter</p></div>
<p>And are rather expensive. I figured I could make one. So, I set about it last weekend, and this was the result (forgive the clutter!):</p>
<div id="attachment_337" class="wp-caption aligncenter" style="width: 510px"><a title="Click me" href="http://harrymetcalfe.com/wp-content/uploads/2010/07/121268351.jpg"><img class="size-medium wp-image-337" title="My Hofmann Voltameter" src="http://harrymetcalfe.com/wp-content/uploads/2010/07/121268351-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">My Hoffman Voltameter, Mark I!</p></div>
<p>The two bottles at either side are 500ml diet coke bottles. They&#8217;re joined by a push-fit T-junction and some PEX pipe to the central bottle, an M&amp;S orange juice bottle, which is used to add the electrolyte. The base has a shaped grove to hold the bottles in place with a pole at the back to support the central bottle so it doesn&#8217;t swing forwards and spill. The lids of the coke bottles each have a tube which is used to collect the gases, and a cable to which is connected the electrode. The electrodes themselves are made of carbon fibre &#8212; somewhat cheaper than platinum and, unlike graphite, does not readily fall apart.  Unfortunately, this didn&#8217;t work so well. There were problems:</p>
<ul>
<li>This leaked, quite significantly, where the pipes enter the coke bottles. Eventually I managed to get the major ones but even when it appeared to have stopped leaking it would grow new ones.</li>
<li>The gases were not effectively collected. The electrodes sat at an angle and tended to produce a circular current within the electrolyte which drew a large proportion of the bubbles back into the bottle rather than letting them rise to the surface. The bubbles were also very small, which &#8212; combined with the textured surface of the bottles &#8212; tended to make the bubbles stick to the inside of the bottle.</li>
</ul>
<p>The combination of a slowly leaking system and a relatively small amount of gas reaching the top meant that no gas was ultimately collected at all. To compound the problem, my glue gun broke, so I couldn&#8217;t deal with the leaks. At this point, slightly frustratedly, I decided that it wasn&#8217;t really worth fixing anyway &#8212; as it would take a very, very long time to produce a usable amount of anything.</p>
<p>So, on to Mark II: I&#8217;ve built a new version using square 330ml Copella bottles. These are much less textured, and as they&#8217;re square they&#8217;re easier to glue to the pipes than the round coke bottles. They&#8217;re also smaller, therefore requiring less electrolyte than the 500ml coke bottles, and allowing the height of the central bottle to be reduced. As I write, the Mark II is bing leak tested: sitting in my kitchen full of bright red water on a bed of white tissue paper!</p>
<p>I&#8217;ll post again when I&#8217;ve had a chance to test it.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2010/07/making-a-hoffman-voltameter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Who should I vote for?</title>
		<link>http://harrymetcalfe.com/2010/05/who-should-i-vote-for/</link>
		<comments>http://harrymetcalfe.com/2010/05/who-should-i-vote-for/#comments</comments>
		<pubDate>Tue, 04 May 2010 12:05:39 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[ge2010]]></category>
		<category><![CDATA[islingn]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=315</guid>
		<description><![CDATA[Help me decide who to to vote for]]></description>
			<content:encoded><![CDATA[<p>I live in Islington North, and I&#8217;m in a quandry. Can you help me decide? It&#8217;s a tricky decision, and I&#8217;m not sure what to do. Islington North is a very safe Labour seat so there&#8217;s no tactical vote to be had, I don&#8217;t ascribe wholesale to any of the parties&#8217; manifestos, and there are a myriad of competing factors. Here&#8217;s the running:</p>
<h3>Jeremy Corbyn (Lab, incumbent)</h3>
<h4>Pros</h4>
<p>Corbyn is an excellent constituency MP. He is responsive and personable. We seem to agree on most of the issues I&#8217;ve written to him about &#8212; primarily civil liberties things. He voted against the Digital Economy Bill. Though Labour, he is an arch-rebel: so I trust him to vote with his conscience rather than his party, most of the time.</p>
<h4>Cons</h4>
<p>I&#8217;ve been looking forward to voting against Labour for quite a long time. ID cards, Blair, wars, etc &#8212; Labour haven&#8217;t been all bad but they&#8217;ve been on the wrong side too often for me. Also, Corbyn is very old labour: a hard left socialist. Though I&#8217;ve been grateful for his votes against some of Labour&#8217;s worst legislative follies, I suspect we&#8217;d disagree more often than not.</p>
<h3>Rhodri Jamieson-Ball (Libdem)</h3>
<h4>Pros</h4>
<p>I&#8217;ve been very impressed with Clegg over the last month. I think he&#8217;s really held his own. If we could vote for a head of state, he&#8217;d have my vote in a flash. Unfortunately, though, we can&#8217;t. So Jamieson-Ball is my only choice if I want to support them. He&#8217;s been a councillor for some years, and is clearly active on lots of local issues. I do think it&#8217;s about time someone else had a go &#8212; since neither the Conservatives nor Labour are terribly inspiring &#8212; and the Liberals seem a natural choice.</p>
<h4>Cons</h4>
<p>I swing wildly from one extreme to the other with the LibDems. Sometimes I think they&#8217;re wonderful (Clegg in the first debate, good civlibs rhetoric) and other times, awful (utterly incompetent web-blocking amendement on the Digital Economy Bill). I do get a general sense that they just aren&#8217;t very organised (as I do with the Greens). </p>
<p>The thing that&#8217;s annoyed me the most, though, is a graph from <a href="http://www.thestraightchoice.org/leaflets/4970">this letter</a> delivered last week:</p>
<p><a href="http://harrymetcalfe.com/wp-content/uploads/2010/05/graph_naughty.png"><img src="http://harrymetcalfe.com/wp-content/uploads/2010/05/graph_naughty-300x284.png" alt="" title="graph_naughty" width="300" height="284" class="aligncenter size-medium wp-image-317" /></a></p>
<p>This graph is a lie. The numbers are correct, but they bear almost no relation to the heights of the bars. It gives the impression that Labour and the Liberals are very close in the running. The text is also bigger and more prominent in the Liberals&#8217; bar. I&#8217;ve produced a corrected version:<br />
<img src="http://harrymetcalfe.com/wp-content/uploads/2010/05/graph_corrected.png" alt="" title="graph_corrected" width="291" height="265" class="aligncenter size-full wp-image-319" /></p>
<p>Which tells a rather different story.</p>
<p>If these people can&#8217;t even be honest in an election leaflet, why should I trust them to be honest in government? This is leaflet is deliberately designed to deceive people. And I think it&#8217;s cost them my vote.</p>
<h3>Adrian Berrill-Cox (Con)</h3>
<h4>Pros</h4>
<p>I am very impressed by the Conservatives&#8217; technology policies. They&#8217;re saying the right things about the web, reforming procurement and making government IT better. But that&#8217;s about it.</p>
<h4>Cons</h4>
<p>Well. They&#8217;re the Tories. I remain to be convinced that &#8220;Progressive Conservative&#8221; is not a contradiction in terms. I&#8217;m not at all convinced by Cameron. Marriage incentives make me want to barf. And, if recent revelations are to be believed, they still shelter a veritable menagerie of homophobes. Not to mention <a href="http://www.guardian.co.uk/politics/2010/feb/18/nicholas-winterton-first-class-train-mps-expenses">people who still rue the demise of the British Empire</a>. I don&#8217;t think they&#8217;ve changed much, no matter how hard Cameron has been trying.</p>
<h3>Emily Dixon (Green)</h3>
<p>Not really a possibility. I would probably vote Green tactically if I was in Brighton Pavillion. But I&#8217;m not, and their manifesto continues to contain &#8220;mad things&#8221;, like totally unworkable emission cuts, the mother of all tax rises and the abolition of nuclear power. No thanks.</p>
<h3>Dominic Lennon (UKIP)</h3>
<p>Lol. No.</p>
<p>So: what do you think? Very grateful for your thoughts!</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2010/05/who-should-i-vote-for/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>My letter to Jeremy Corbyn MP</title>
		<link>http://harrymetcalfe.com/2010/04/my-letter-to-jeremy-corbyn-mp/</link>
		<comments>http://harrymetcalfe.com/2010/04/my-letter-to-jeremy-corbyn-mp/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 09:44:07 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Odds & Ends]]></category>
		<category><![CDATA[debill]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=310</guid>
		<description><![CDATA[Write to your MP, and ring them up. Now. Like, before lunch.]]></description>
			<content:encoded><![CDATA[<p>Today, the Government has scheduled the Digital Economy Bill&#8217;s committee, report and third reading stages. To take place this afternoon. In two hours. A process which normally takes days &#8212; 40 or 50 hours of debate, consideration and amendment.</p>
<p>You need to <a href="http://www.writetothem.com/">write to your MP</a>, and <a href="http://confirm.38degrees.org.uk/DEB/">ring them up,</a> and ask them to attend the house to vote against this bill. Go. Do it. Now!</p>
<blockquote><p>Dear Mr Corbyn,</p>
<p>I&#8217;ve just called and left a message, but I thought it would be good to follow up by email.</p>
<p>This afternoon, the Digital Economy Bill will receive its committee, report and third reading stages, all in two hours.</p>
<p>Some of the most damaging parts of the bill &#8212; clauses 10-17 &#8212; remain unopposed by the Conservatives, and are still supported by the Government.</p>
<p>These clauses have not been properly scrutinised by the Commons, may be very costly and damaging to the digital economy and to the digital civil liberties of your constituents and should not be passed without full and proper consideration.</p>
<p>I hope that you will attend the house this afternoon to vote against this bill at third reading. It can easily be reintroduced after the election, and given proper consideration, if the new Government so wishes.</p>
<p>Online copyright infringement has been rife for over a decade. It can wait for three more months. The sky will not fall down.</p>
<p>Yours Sincerely,</p>
<p>Harry Metcalfe</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2010/04/my-letter-to-jeremy-corbyn-mp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Creative Coalition Campaign&#8217;s Guardian ad, deconstructed</title>
		<link>http://harrymetcalfe.com/2010/04/the-creative-coalition-campaigns-guardian-ad-deconstructed/</link>
		<comments>http://harrymetcalfe.com/2010/04/the-creative-coalition-campaigns-guardian-ad-deconstructed/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 14:07:49 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[debill]]></category>
		<category><![CDATA[openrights]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=299</guid>
		<description><![CDATA[Today, in the Guardian, the Creative Coalition Campaign published an advertisement urging MPs to vote for the Digital Economy Bill. An ad from the Open Rights Group (with which I am involved) and 38degrees also appeared, urging MPs to vote against. The difference? We&#8217;re standing up for people&#8217;s rights to due process, for constitutional propriety [...]]]></description>
			<content:encoded><![CDATA[<p>Today, in the Guardian, the Creative Coalition Campaign published an <a href="http://www.creativecoalitioncampaign.org.uk/index.php?page=news">advertisement</a> urging MPs to vote for the Digital Economy Bill. An <a href="http://blog.38degrees.org.uk/2010/04/06/20684-of-us-demand-a-proper-debate-on-the-digital-economy-bill/">ad</a> from the Open Rights Group (with which I am involved) and 38degrees also appeared, urging MPs to vote against. The difference? We&#8217;re standing up for people&#8217;s rights to due process, for constitutional propriety and for people&#8217;s digital liberties. They&#8217;re standing up for retrograde legislation to protect their own interests, at the expense of ours. And they&#8217;re not being very honest about it, either.</p>
<blockquote><p>Today marks a critical day for the UK&#8217;s creative industries, as the House of Commons will debate the Digital Economy Bill. If passed, the Bill will provide urgently needed support for our creative talent and the businesses which have made the UK one of the leading creative economies in the world.</p></blockquote>
<p>Indeed. A day where, after an afternoon&#8217;s discussion, a bill will be voted through the Commons for a committee stage lasting just a few short hours &#8212; the wash-up. Where the outcome will be pre-determined by the party leaders and whips, making back-room deals, out of sight of the public. This in place of a detailed process of scrutiny which usually takes days. </p>
<blockquote><p>The digital age and high-speed broadband have brought a host of exciting new services, but what is holding us back is having to compete with illegal file-sharing conducted on a vast scale.</p></blockquote>
<p>Is it? Really? <a href="http://business.timesonline.co.uk/tol/business/industry_sectors/media/article7061725.ece">Online sales of music now exceed CD royalties</a>. <a href="http://www.itproportal.com/portal/news/article/2009/9/8/spotify-800-percent-growth-six-months/">Spotify gained 9 million users in six months last year</a>. An 800% increase. </p>
<p>At what point will legislators and the general public look at the numbers and conclude that the record industry is just wrong, or lying? You cannot on the one hand claim that the Internet is a fundamental threat to your business, and on the other, report increasing revenues and massive growth. The two cannot be reconciled.</p>
<p>Considering that all this money is being made in spite of the record industry&#8217;s crippling conservatism and <a href="http://www.pcworld.com/article/169811/streaming_music_site_spotify_has_major_music_label_ownership.html">onerous demands upon innovators</a>, it&#8217;s hard not to wonder how much more money they could be making if they&#8217;d just get with the programme.</p>
<blockquote><p>The Digital Economy Bill is a sensible approach to tackling online piracy, focusing on education of consumers through notifications which must include advice to the internet account holder together with information on legal services. Only <strong>if</strong> technical measures are found to be necessary and are subsequently introduced would they be applied to the accounts of those who repeatedly ignore notifications warning them to stop illegally file-sharing.</p></blockquote>
<p>Letters and education are positive things. I don&#8217;t think anyone objects to them. It&#8217;s the technical measures that are unacceptable. The CCC disingenuously insert an &#8220;if&#8221; into that paragraph (emphasis mine). Given that the Government have set an unreachable 70% target for reduction of unlawful file-sharing, it&#8217;s beyond doubt that they will be found to be necessary.</p>
<p>And then what? Hidden behind comfortable words like &#8220;technical measures&#8221; and &#8220;applied to the accounts&#8221; are serious extra-judicial sanctions; collective punishments that will be debilitating. Is it right to disconnect entire families from the internet because someone in the household persistently downloads Metallica albums? What if that connection is used to run a business? What happens to their income? What happens when the kids can&#8217;t do their homework and the parents can&#8217;t pay their bills? </p>
<p>I no longer have a cheque book. Do you? I no longer have a yellow pages. I no longer receive paper statements for my bank accounts or utilities. The Internet is a critical utility, as vital as electricity and gas. <a href="http://news.bbc.co.uk/1/hi/8579333.stm">So says Gordon Brown</a>. We don&#8217;t disconnect the water supplies of people who flout hosepipe bans, or the electricity of people who grow weed in the attic.</p>
<blockquote><p>Of course, as part of this process alleged infringers will have access to a fair, fast and effective appeals process. Surely, this is a much better outcome for consumers and  reatives than the current sanction of court actions against individuals for damages?</p></blockquote>
<p>Fair, fast and effective? That&#8217;s a bit of a reach. A fair system does not presume guilt, strip you of due process and then restore bits <a href="http://www.ispreview.co.uk/story/2010/02/01/innocent-illegal-uk-broadband-isp-file-sharing-suspects-must-pay-to-appeal.html">upon payment of a fee</a>. A fair system cannot be established on the back of dubious methods for collecting evidence that have been <a href="http://recordingindustryvspeople.blogspot.com/2009/03/expert-witness-report-attacking.html">comprehensively rubbished</a> in other jurisdictions. </p>
<blockquote><p>The UK&#8217;s creative businesses now contribute economic output of at least £60 billion per annum and account for 1.8 million jobs in the UK; however, according to a report launched this month by TERA Consultants, more than 250,000 jobs could be directly at risk if immediate action is not taken against the huge growth in online piracy.</p></blockquote>
<p>Again &#8212; this doesn&#8217;t gel with the reality that online revenues are rising, despite the record industry&#8217;s remarkable lack of nous in failing to create an environment that encourages new and innovative services to arise. That same <a href="http://www.teraconsultants.fr/assets/publications/PDF/2010-Mars-Etude_Piratage_TERA_full_report-En.pdf">report</a>, highlights a 1130% rise in digital revenues between 2004-2008, and a 49% drop in physical sales. And a 228% increase in video on demand. In total, there&#8217;s a 13% fall in revenues &#8212; due, apparently, to a drop in filmed entertainment revenues. </p>
<p>So, why haven&#8217;t they made an iTunes for TV, and seen a 1130% rise in revenue there, too? God knows. I don&#8217;t. </p>
<blockquote><p>We must not let this opportunity pass.</p></blockquote>
<p>A telling line. What opportunity is that? The opportunity, perhaps, to squeeze this bill through the legislature while the majority of MPs aren&#8217;t paying attention?</p>
<blockquote><p>Opponents of the Bill have tried to block its progress through a campaign that distorted the truth about the Digital Economy Bill.</p></blockquote>
<p>I don&#8217;t think so. I think the lies and spin are blowing in precisely the opposite direction. Hopefully, people will be able to tell the difference. Hopefully, this is one battle that corporate lobbyists won&#8217;t win.</p>
<blockquote><p>In reality, however, the Bill is a sensible and much needed response to what has become an unacceptable situation for those whose livelihoods depend on the success of the creative industries.</p></blockquote>
<p>In reality, the creative industries have long been making their own bed, and are now lobbying for laws that stop them having to lie in it. It&#8217;s <a href="http://en.wikipedia.org/wiki/Sony_Corp._of_America_v._Universal_City_Studios,_Inc.">Sony vs Universal</a> all over again, but bigger. Why they and our politicians are unable to see this is mystifying. As usual, I suspect a heady mix of groupthink and ignorance is to blame. </p>
<p>In any case &#8212; we, who can see, need to fight the good fight. So go and join the <a href="http://www.openrightsgroup.org/join">Open Rights Group</a>, and help fight for a Digital Economy Bill that makes sense.</p>
<hr />
<p><strong>Updated to add:</strong> And, on the very day that the bill has its second reading in the Commons, this press release from the BPI arrives in my feed &#8212; about how great things are and about how their wonderful online services are making so much money. <a href="http://www.bpi.co.uk/press-area/news-amp3b-press-release/article/2009-is-record-year-for-uk-singles-sales.aspx">I shit you not</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2010/04/the-creative-coalition-campaigns-guardian-ad-deconstructed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Support the Open Knowledge Foundation</title>
		<link>http://harrymetcalfe.com/2010/03/support-the-open-knowledge-foundation/</link>
		<comments>http://harrymetcalfe.com/2010/03/support-the-open-knowledge-foundation/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 16:32:45 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Odds & Ends]]></category>
		<category><![CDATA[ckan]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[data.gov.uk]]></category>
		<category><![CDATA[okf]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=297</guid>
		<description><![CDATA[You should give them your monies.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.openknowledgefoundation.org/">Open Knowledge Foundation</a> are responsible for <a href="http://www.wheredoesmymoneygo.org/">marvellous things like this</a>, and <a href="http://www.ckan.net/">CKAN</a> (the data package management system that powers data.gov.uk). They do splendid work.</p>
<p>They put a pledge on <a href="http://www.pledgebank.com/support-okfn">Pledgebank</a> a while ago, seeking regular donations from supporters so that they can go on doing more splendid things. Unfortunately, the pledge failed &#8212; but I don&#8217;t think that really matters. I&#8217;ve signed up anyway. They deserve your support &#8212; can you spare them £5 a month?</p>
<p><a href="http://www.okfn.org/support/">Donate to the OKF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2010/03/support-the-open-knowledge-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letter to Harriet Harman</title>
		<link>http://harrymetcalfe.com/2010/03/letter-to-harriet-harman/</link>
		<comments>http://harrymetcalfe.com/2010/03/letter-to-harriet-harman/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 12:14:33 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Odds & Ends]]></category>
		<category><![CDATA[debill]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=293</guid>
		<description><![CDATA[The Digital Economy Bill must be fully debated!]]></description>
			<content:encoded><![CDATA[<p>I just sent this to Harriet Harman using <a href="http://bit.ly/bJ3HwF">38degrees&#8217;s tool</a>:</p>
<blockquote><p>
Dear Ms Harman,</p>
<p>I am writing to you as Leader of the House of Commons.</p>
<p>As I&#8217;m sure you&#8217;re aware, the Digital Economy Bill is shortly to be discussed in the Commons, and I am very concerned that it is not going to receive the scrutiny from MPs that such a complex bill demands.</p>
<p>This bill is complicated, and could have significant (possible unintended) affects if passed as drafted. Much of the bill is clearly drafted for the benefit of commercial entities, in ignorance of technological realities and contempt of the public interest. Recent revelations from Dispatches seem to confirm that the ability of wealthy special interests to influence our legislative process is alive and well.</p>
<p>In any situation such as this &#8212; where commercial and public interests are competing, over a complex and nuanced problem &#8212; it is vital for proposed legislation to be scrutinised diligently and comprehensively. To attempt to rush such a bill through in the last weeks of a Parliament is deeply inappropriate.</p>
<p>In its current form, the Bill strips away human rights to due process, establishes collective punishments and establishes an infrastructure for state censorship of the web.</p>
<p>All in the name of protecting an industry whose history is both littered with attempts to secure protectionist policies when threatened by technological developments, and success stories of growth, adaptation and increased profitability when those attempts fail.</p>
<p>This is a complex problem with no simple solution. I urge you to give it sufficient Commons time for a full and proper debate, or to allow the bill to fall and bring it before a new Parliament after the election.</p>
<p>Yours Sincerely,</p>
<p>Harry Metcalfe
</p></blockquote>
<p>Feel free to crib bits. Please do <a href="http://bit.ly/bJ3HwF">send her a letter</a> &#8212; and why not send it to your MP too? </p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2010/03/letter-to-harriet-harman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

