<?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 &#187; Cool stuff</title>
	<atom:link href="http://harrymetcalfe.com/category/cool-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://harrymetcalfe.com</link>
	<description>Harry&#039;s Home on the Web</description>
	<lastBuildDate>Mon, 27 Feb 2012 17:16:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<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>. (Edited to add: Other than <a href="http://www.legislation.gov.uk/">Jeni&#8217;s work</a>, of course!) 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>7</slash:comments>
		</item>
		<item>
		<title>YouTube instrument mashup songs</title>
		<link>http://harrymetcalfe.com/2009/03/youtube-instrument-mashup-songs-kutiman/</link>
		<comments>http://harrymetcalfe.com/2009/03/youtube-instrument-mashup-songs-kutiman/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 00:42:44 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[kutiman]]></category>

		<guid isPermaLink="false">http://www.harrymetcalfe.com/?p=39</guid>
		<description><![CDATA[This is awesome: I think this is fantastic. Brilliant. Love it. Welcome to the future. As for the copyright questions&#8230; well. This analysis is spot-on. For the millionth time, the music industry just got served.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=tprMEs-zfQA">This is awesome</a>:</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/tprMEs-zfQA&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/tprMEs-zfQA&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>I think this is fantastic. Brilliant. Love it. Welcome to the future. As for the copyright questions&#8230; well. <a href="http://www.43folders.com/2009/03/11/kutiman">This analysis is spot-on</a>. For the millionth time, the music industry just got served.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2009/03/youtube-instrument-mashup-songs-kutiman/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guess what burns 4 million tonnes of stuff per second?</title>
		<link>http://harrymetcalfe.com/2009/02/guess-what-burns-4-million-tonnes-of-stuff-per-second/</link>
		<comments>http://harrymetcalfe.com/2009/02/guess-what-burns-4-million-tonnes-of-stuff-per-second/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 15:57:42 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[horizon]]></category>

		<guid isPermaLink="false">http://harrymetcalfe.com/?p=15</guid>
		<description><![CDATA[The sun. Well, it&#8217;s not really burning I suppose. Still, it&#8217;s an incredible number: and ever-so-slightly worrying, in a totally irrational kind of way. This and more from a fascinating episode of Horizon, which you can view until the silly DRM kills it, here. (Hat tip to Simon) Certainly the most amusing thing in the [...]]]></description>
			<content:encoded><![CDATA[<p>The sun. Well, it&#8217;s not really burning I suppose. Still, it&#8217;s an incredible number: and ever-so-slightly worrying, in a totally irrational kind of way.</p>
<p>This and more from a fascinating episode of Horizon, which you can view until the silly DRM kills it, <a href="http://www.bbc.co.uk/programmes/b00hr6bk">here</a>. (<a href="http://puffbox.com/2009/02/19/i-want-to-be-brian-cox/">Hat tip to Simon</a>)</p>
<p>Certainly the most amusing thing in the programme was the predictions, following the vein of a long standing joke: that fusion power is always 50 years away. At the end of the show, they had all the contributors give their estimate for when fusion power will finally happen. They averaged out at 23 years, so I guess we should update the joke. </p>
<p>That is, unless we <em>started</em> telling the joke in 1982, in which case it becomes a meta-joke, which would be pretty cool in itself&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://harrymetcalfe.com/2009/02/guess-what-burns-4-million-tonnes-of-stuff-per-second/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

