<?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>Frankie Roberto</title>
	<atom:link href="http://www.frankieroberto.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.frankieroberto.com</link>
	<description>The web and stuff</description>
	<lastBuildDate>Tue, 02 Mar 2010 11:52:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pragmatism in URL design</title>
		<link>http://www.frankieroberto.com/weblog/1621</link>
		<comments>http://www.frankieroberto.com/weblog/1621#comments</comments>
		<pubDate>Mon, 01 Mar 2010 17:22:38 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[identifiers]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[URL design]]></category>

		<guid isPermaLink="false">http://www.frankieroberto.com/?p=1621</guid>
		<description><![CDATA[I was at the 2nd Linked Data Meetup London last week. It was great, and there was a lot of consensus and momentum built, but one of the smallest remarks by Tom Scott generated the most debate (partly egged on by me).
Tom was discussing how the BBC uses &#8220;the web as its CMS&#8221; for some [...]]]></description>
			<content:encoded><![CDATA[<p>I was at the 2nd Linked Data Meetup London last week. It was great, and there was a lot of consensus and momentum built, but one of the smallest remarks by <a href="http://derivadow.com/">Tom Scott</a> generated the most debate (partly egged on by me).</p>
<p>Tom was discussing how the BBC uses &#8220;the web as its CMS&#8221; for some topics, such as using <a href="http://musicbrainz.org/">Music Brainz</a> as a source for discography information, and Wikipedia as a source for introductions on various topic pages, such as those on the <a href="http://www.bbc.co.uk/wildlifefinder/">BBC Wildlife Finder</a> about animals. As well as simply using the data though, the BBC also uses the identifiers from those sites in its URLs. For Music Brainz, these look like long strings of random letters, numbers and hyphens (the Beatles, for instance, are <code>b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d</code>), which then form the end part of a URL at <code>http://www.bbc.co.uk/music/artists</code> (eg see <a href="http://www.bbc.co.uk/music/artists/b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d">the page for the Beatles</a>). Wikipedia, though, uses &#8216;human readable&#8217; identifiers, which look like words, with capital letters where appropriate, separated by underscores. So, for instance, the identifier for the <em>Ursus arctos</em>, commonly known as the &#8216;brown bear&#8217;, is simply <code>Brown_Bear</code>, and this too is used in the URLs for both the <a href="http://en.wikipedia.org/wiki/Brown_Bear">Wikipedia</a> and <a title="Brown Bear on the BBC" href="http://www.bbc.co.uk/nature/species/Brown_Bear">BBC pages</a> for that animal.</p>
<p>There are some good, pragmatic reasons why Music Brainz chose random strings, but Wikipedia chose words. Music Brainz has data on far more artists, albums and tracks than there are Wikipedia pages, and a lot of their data is generated far more automatically and quickly than Wikipedia (eg by ripping CDs and uploading <a href="http://en.wikipedia.org/wiki/ID3">ID3 tags</a>). Whereas Wikipedia pages all created by hand, and there&#8217;s a strong requirement to only have one page per topic, and so matching page names to the URLs is both doable and is helps to enforce unique page titles.</p>
<p>The biggest problem with URLs that use human-readable paths and identifiers, though, is that names can and do change. And if the name is tied to the URL, then when a name changes, you either leave the URL as it is (and live with the mis-match), or update the URL, with a redirect from the old one (and live with the fact that this stops all the URLs being &#8216;permanent&#8217;). Wikipedia currently follows the second option. Wordpress, by default, follows the first option (although you can manually re-name URL slugs to override this if you like).</p>
<p>So, you can see that there are pros and cons to having human-readable vs non-human-readable URIs. Within the realm of <a href="http://en.wikipedia.org/wiki/Linked_Data">Linked Data</a>, URIs are really important (as they identify concepts, as well as web pages), and so the design of URLs has to be even more carefully considered. To return to the meetup last week, Tom&#8217;s comment, which has prompted a fair bit of debate on this topic, was that &#8220;persistance beats human-readability&#8221;, and he seemed to regret having human-readable URIs on the BBC Wildlife Finder*. I <a href="http://twitter.com/frankieroberto/status/9574767388">disagreed</a>, and a debate then ensued on the relative merits of human-readability vs persistance in URI design.</p>
<p>There were a range of opinions on this. Chris Sizemore <a href="http://twitter.com/onpause/statuses/9580475247">commented</a> that &#8220;I&#8217;m honest, I&#8217;m not as worried abt persistance as I prob shld b. Web got by, why can&#8217;t SemWeb?&#8221; Tom <a href="http://twitter.com/derivadow/statuses/9581169531">replied</a> that &#8220;of course web of doc does get broken coz urls change. It&#8217;s quite expensive to keep link checking (incl what doc it points to)&#8221; and then <a href="http://twitter.com/derivadow/statuses/9592758717">suggested</a> that &#8220;the whole opaque vs human readable URL thing is largely religious. Experience dictates which you think is more important&#8221;.</p>
<p>There followed a bunch of comments <a href="http://twitter.com/frankieroberto/statuses/9593042047">suggesting</a> that it was more a <a href="http://twitter.com/onpause/statuses/9594052732">pragmatic</a>, rather than a &#8220;religious&#8221; decision, weighing up the relative costs and benefits of each approach, and Michael Smethurst <a href="http://twitter.com/fantasticlife/status/9580103898">pointed out</a> that creating human-readable identifiers can be expensive.</p>
<p>I then s<a href="http://twitter.com/frankieroberto/status/9579547467">uggested</a> that &#8220;not even opaque URLs can be 100% persistent. Concepts change, merge and split&#8221;, and Chris Sizemore <a href="http://twitter.com/onpause/status/9580604554">added</a> &#8220;we should design [for] less than 100% persistance in URIs [and] promote &#8216;healing&#8217; mechanisms&#8221;. I&#8217;m not sure that there are any real answers in this area yet &#8211; it&#8217;s still something to be investigated, and something the Linked Data community will have to deal with. I <a href="http://twitter.com/frankieroberto/status/9581038009">suggested</a> that &#8220;HTTP already supplies some of the healing mechanisms: redirects, 300 Multiple Choice, 410 Gone, etc&#8221; and Michael <a href="http://twitter.com/fantasticlife/status/9580163337">suggested</a> that &#8220;changed concepts, merged concepts and split concepts are new concepts so need new uris&#8230;&#8221;, which are two contrasting but not un-complementary methods. (Take the example where a company &#8217;splits&#8217;, by spinning out a part of its business into a new one, and keeping the rest running under the same name and brand &#8211; whether the larger part of the &#8217;split&#8217; should retain the same URI is a decision that can either be philosophical or pragmatic).</p>
<p>I&#8217;ve come to the conclusion that URL design has to be done pragmatically, balancing lots of different factors, including readability of the identifiers, the &#8216;hackability&#8217; of the path structure (ie the number of slashes to include), overall length, ease/costs of producing them, and overall the effect that all these things have on the ability for the URL to be &#8216;permanent&#8217;. It may be one of the axioms of the web that <a href="http://www.w3.org/DesignIssues/Axioms.html#opaque">URIs are opaque</a>, and that machines &#8220;should not look at the contents of the URI string to gain other information&#8221;, but there are lots of ways in which humans don&#8217;t follow this principle:</p>
<ul>
<li>URLs appear in search results (eg on Google), and users use these to help form a judgements on which links to click. For this reason, Google <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=76329">recommends</a> making them &#8220;intelligible to humans&#8221;.</li>
<li>URLs get printed, and shorter ones take up less space.</li>
<li>URLs get typed in (occasionally), and so shorter ones are quicker to type. Characters which look similar (eg capital I and the number 1) can cause problems.</li>
<li>URLs get used in Twitter, where they have to be <em>really</em> short (otherwise URL shortners get used).</li>
<li>URLs get e-mailed, and recipients might use the URL to help understand what the link is about (if it&#8217;s not obvious from the e-mail).</li>
<li>If URLs contain a lot of structure (eg domain.com/section/subsection/article/), users will sometimes try to navigate &#8216;upwards&#8217; by removing words from the end of a URL up to a particular slash.</li>
<li>Developers sometimes use URLs as an API (using REST and content negotiation), and so the path structure in URLs helps to communicate how the data is structured (eg what the types of things are, and how they are related). You can argue that developers <em>shouldn&#8217;t</em> do this, but hey, they&#8217;re human too, and it can be a handy first step to understanding.</li>
</ul>
<p>There&#8217;s probably other ways in which URLs are treated as non-opaque by humans too.</p>
<p>I&#8217;m interested in how various sites and services negotiate this minefield of options and trade-offs. Here are some examples which I think are interesting:</p>
<ul>
<li>BBC programmes are given short ids (called &#8216;PIDs&#8217;), which use both letters and numbers, to keep them short (compared to using just numbers), but don&#8217;t use vowels (to avoid accidentally spelling out rude words).</li>
<li><a href="http://en.wikipedia.org/wiki/International_Standard_Book_Number">ISBN</a>s consist of 10 or 13 digits, but they&#8217;re not completely &#8216;opaque&#8217;, as the publishers are allocated a range of numbers, and so you can tell from the ISBN who the publisher is (and there are books and services to help you do this). There&#8217;s also a &#8216;check digit&#8217;, which means that if you make a mistake typing in an ISBN, a system can tell you that you&#8217;ve made a mistake, rather than showing you a different book.</li>
<li>Wikipedia URLs use the title of the page, but spaces are converted to underscores, as spaces aren&#8217;t valid characters in URLs, and so would have to be escaped as &#8216;%20&#8242;, which looks ugly.</li>
<li>Most of the URLs on Flickr start with <code>http://www.flickr.com/photos/</code>, even for videos &#8211; which just goes to show that sometimes your website might change in ways that your initial URL design didn&#8217;t anticipate, which you&#8217;ll then need to make a decision on.</li>
<li>Tag urls, as implemented on Flickr, Delicious, Last.fm, and similar sites, all use the tag name in the URLs. This feels pretty natural and obvious, mostly tags are essentially only a string of characters anyway, with no implied semantics, and so it&#8217;s fairly safe to assume a 1-to-1 mapping with the URL.</li>
</ul>
<p>I might try and add to these lists as I discover other interesting examples, but for now, my message is that you have to think hard about URL design, weigh up the different options, and then be pragmatic about it&#8230;</p>
<p><strong>P.S</strong> I&#8217;ve just remembered that I wrote a post about <a href="http://www.frankieroberto.com/weblog/898">&#8216;how the BBC iPlayer broke its URLs&#8217;</a> a couple of years, which might also be relevant to this discussion&#8230;</p>
<p><small>* Tom later <a href="http://twitter.com/derivadow/status/9826114849">clarified</a> that the bit he regretted was &#8220;including the /species/ etc. in the URL&#8221;, rather than re-using Wikipedia identifiers, though others have suggested there have been problems with this too.</small></p>
<p><em>Other blog posts on this topic:</em></p>
<ul>
<li>Martin Belam: <a href="http://www.currybet.net/cbet_blog/2010/03/linked_data_human_readable_uris.php">Does &#8216;Linked Data&#8217; need human readable URIs?</a></li>
<li>Jeni Tennison: <a href="http://www.jenitennison.com/blog/node/141">Creating Linked Data &#8211; Part II: Defining URIs</a></li>
<li>Matt Jukes: <a href="http://backpass.org/2010/03/01/musings-on-linked-data-stuff/">Musings on Linked Data stuff</a></li>
</ul>
<p><strong>Updates:</strong> (9:31PM) Added a couple of extra links and examples. (9:54pm) Added link to Matt&#8217;s blog post. (Mar 1) Added P.S with link to an old blog post of mine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/1621/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Saving BBC 6 Music</title>
		<link>http://www.frankieroberto.com/weblog/1593</link>
		<comments>http://www.frankieroberto.com/weblog/1593#comments</comments>
		<pubDate>Sun, 28 Feb 2010 14:52:35 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[BBC 6 Music]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[radio]]></category>

		<guid isPermaLink="false">http://www.frankieroberto.com/?p=1593</guid>
		<description><![CDATA[Since late Thursday night, I&#8217;ve been distressed. The news, first leaked in the Times on Friday, that Mark Thompson is planning wide-ranging cuts at the BBC as part of a &#8220;strategic review&#8221;, is deeply distressing. According to the leak in the Times (now more or less confirmed), this will include cutting the BBC website by [...]]]></description>
			<content:encoded><![CDATA[<p>Since late Thursday night, I&#8217;ve been distressed. The news, first <a title="BBC signals an end to era of expansion" href="http://business.timesonline.co.uk/tol/business/industry_sectors/media/article7041944.ece">leaked</a> in the Times on Friday, that Mark Thompson is planning wide-ranging cuts at the BBC as part of a &#8220;strategic review&#8221;, is deeply distressing. According to the leak in the Times (now more or less confirmed), this will include cutting the BBC website by half (in terms of &#8216;web pages&#8217;) and by 25% (in staff numbers), as well as cutting spending on US imports (like Mad Men), and closing the <a href="http://www.bbc.co.uk/asiannetwork/">BBC Asian Network</a> radio station.</p>
<p>However, it&#8217;s the axeing of <a href="http://www.bbc.co.uk/6music/">BBC 6 Music</a> that vexes me the most. This radio station has been a part of my life for the past six or so years, and is hugely important. It is literally the only reason that we own two DAB digital radios (given that we&#8217;ve always lived in cities with excellent FM reception, and so audio quality is irrelevant). Over time, I&#8217;ve watched the DJs come and go (having to say a sad goodbye to Phill Jupitus, Vic McGlynn and Andrew Collins), but the standard has always remained remarkably high, with just one, cough, <a title="George Lamb" href="http://en.wikipedia.org/wiki/George_Lamb_(presenter)">exception</a>. More importantly, the music is always more interesting, eclectic and appealing (to me), than any other station. I spend far more time listening to music via 6 Music than I do on my iPod/iPhone.</p>
<p>So the idea that the station is going to close is pretty distressing. I&#8217;ve seen tons of things I like get closed, from <a href="http://www.urbis.org.uk/">Urbis</a> (just yesterday), to <a href="http://www.bbc.co.uk/collective/">BBC Collective</a>, and even the <a href="http://en.wikipedia.org/wiki/Millennium_Dome#Millennium_Experience">Millennium Experience</a> (which was good, and had the potential to get better). But none of these closures have made me want campaign in the streets about them. Radio feels different somehow. Even though commercial radio stations do come and go (and get constantly rebranded), somehow they feel much more <em>permanent</em> than websites, visitor attractions, and so on. They feel like a fixture, a constant in our busy, changeable lives.</p>
<p>I would never be this bothered if a TV channel changed or closed down. BBC Four is great, and important, but we could live without it existing as a channel. The march towards non-linear television feels natural and unstoppable. I only care that the BBC continues to produce and commission good TV programmes, I&#8217;m not too bothered how I access them (I&#8217;ll even buy them on DVD or pay to download them via iTunes). But radio is much more substantially different to listening to an iPod, Last.fm, Spotify, and so on. Those are all great services, and I&#8217;m sure they&#8217;ll continue to improve (especially at doing personalised recommendations, which they still all suck at), but they are different and parallel to radio. Radio is about shared experiences. It&#8217;s about being &#8216;live&#8217;. It&#8217;s about good music, chosen for you by people who know it better than you. It&#8217;s about personalities who deliver warmth, wit and intelligent commentary. Those are all things that 6 Music delivers in abundance, and which are really difficult to find elsewhere.</p>
<p>The justification behind closing 6 Music doesn&#8217;t make sense. There may be reasonable arguments for re-thinking BBC Asian Network (treating the asian population as a single audience when they are as diverse as the rest of the population is perhaps tricky), and for cutting US imports and sports spending and focusing more on quality rather than popular content. There&#8217;s even an argument to be made for re-focusing the BBC&#8217;s online output and doing fewer things better, although setting arbitrary targets like cutting the number of web pages and reducing staff numbers is hardly giving much thought to this.</p>
<p>But the logic behind cutting 6 Music is nonsense. As many others have pointed out (and as is even alluded to in an earlier BBC Trust review of the station), it can&#8217;t be accused of having too small an audience whilst also not being niche and public service enough. The station has had to find a fine balance between growing audiences and remaining true to its distinctive music output. I think the BBC Trust review got this right by recommending that the station&#8217;s remit be altered to acknowledge the focus on celebrating &#8220;the alternative spirit in popular music&#8221; (a nice phrase) via presenters with a &#8220;strong musical credibility&#8221; (ie they can&#8217;t <em>just</em> be comedians). The idea that the station &#8220;unfairly harms commercial rivals&#8221; isn&#8217;t particularly credible either, given the relatively small audience and complete lack of any commercial rivals doing anything similar.</p>
<p>The truth is that only the BBC could run 6 Music. <a href="http://www.absoluteradio.co.uk/">Absolute Radio</a> (the newly relaunched Virgin Radio) may have made noises by offering to buy the 6 Music format and network, but they would never be able to run it at the same standard as the BBC. They&#8217;d cut costs dramatically, resulting in fewer DJs (especially the high profile ones, I expect), less music news coverage and fewer documentaries (which the BBC Trust had recommended increasing). Plus, they wouldn&#8217;t have access to the BBC&#8217;s extensive archive of music and recorded sessions. And then there are the ads, which kill any enjoyment of radio&#8230;</p>
<p>Besides, if the plans go ahead, then I imagine that the valuable spectrum released (two <em>national</em> DAB channels), would, for &#8216;fairness&#8217; reasons, be auctioned off to the highest bidder. And there would be much more profitable national radio services to run than a commercial version of 6 Music.</p>
<p>So, having said why I think 6 Music should be saved, what do I (or &#8216;we&#8217;, if you agree with me) do about it, other than <a href="http://twibbon.com/join/BBC-6music">adding a Twibbon</a> to our avatars on Twitter?</p>
<p>Well, the official process is that Mark Thompson will deliver his report to the BBC Trust, who will approve or amend it. They&#8217;ll probably do some form of consultation, so we can respond in our thousands to that. Outside of this, the issue may well become an election issue. The Tories have already spoken in favour of the proposed cuts. I can&#8217;t find any official Labour (or Lib Dem) response yet, but Labour MP Tom Watson has <a href="http://www.tom-watson.co.uk/2010/02/bbc-6-music-motion-to-be-tabled/">tabled a motion opposing the cuts</a>, which will hopefully gain widespread support in the House of Commons. The unions, too, are reacting angrily to the news, with the <a href="http://www.nuj.org.uk/innerPagenuj.html?docid=1497">NUJ threatening strikes</a> and <a href="http://www.bectu.org.uk/news/646">BECTU promising robust opposition</a>.</p>
<p>But perhaps a grass-routes campaign might just help? Would the general public show their support for the BBC by marching on the streets? It would be a good test of the BBC&#8217;s value, anyhow. And if we don&#8217;t do something now, it might be the beginning of the end for such a cherished national institution.</p>
<p>I pledge my support to the campaign. And I&#8217;ll keep you posted.</p>
<p><em>Other commentary on this story:</em></p>
<ul>
<li>Phill Jupitus: <a href="http://www.guardian.co.uk/media/2010/feb/26/bbc-6-music-licence-payers">Killing BBC 6 Music would be a slap in the face to licence-payers</a></li>
<li>Andrew Collins: <a href="http://www.wherediditallgoright.com/BLOG/2010/02/nooooooooooooooooo.html">Dead air?</a></li>
<li>James Cridland: <a href="http://james.cridland.net/blog/6-music-photography-and-tidying-up/">6 music, photography, and tidying up</a></li>
<li>Jon Grant: <a href="http://jonthebeef.posterous.com/why-close-6music-and-asian-network">Why close 6music and Asian Network?</a></li>
<li>Fiona Stewart: <a href="http://fstewart.wordpress.com/2010/03/01/save-bbc-6-music/">Save BBC 6 Music</a></li>
</ul>
<p><strong>Updates:</strong> (Mar 1) Added two links to other blog posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/1593/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Phil Gyford&#039;s news project</title>
		<link>http://www.frankieroberto.com/weblog/1541</link>
		<comments>http://www.frankieroberto.com/weblog/1541#comments</comments>
		<pubDate>Mon, 01 Feb 2010 21:42:31 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[4iP]]></category>
		<category><![CDATA[Newspaper Club]]></category>
		<category><![CDATA[Phil Gyford]]></category>
		<category><![CDATA[Wikinews]]></category>

		<guid isPermaLink="false">http://www.frankieroberto.com/?p=1541</guid>
		<description><![CDATA[Phil Gyford is doing a news project. He&#8217;s just written up day one. The project&#8217;s aim, in his words, is to:
spend the week writing an online news website &#8230; I’ll probably spend the week reading a lot of existing news and  re-writing, quoting, linking, summarising it all &#8230; all being well I’ll publish the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gyford.com">Phil Gyford</a> is doing a <a href="http://www.gyford.com/phil/writing/2010/01/28/weekly_news.php">news project</a>. He&#8217;s just written up <a href="http://www.gyford.com/phil/writing/2010/02/01/news-week-1.php">day one</a>. The project&#8217;s aim, in his words, is to:</p>
<blockquote><p>spend the week writing an online news website &#8230; I’ll probably spend the week reading a lot of existing news and  re-writing, quoting, linking, summarising it all &#8230; all being well I’ll publish the result, whatever it is, at the end of  the week.</p></blockquote>
<p>I, and the team at <a href="http://www.rattlecentral.com/">Rattle</a>, have been thinking about news for a while. We&#8217;re interested in ways to make it better, more accurate, more discoverable, more social. I&#8217;m not sure we have the answers, but we&#8217;ve got plenty of ideas. One of which, <a href="http://www.rattlecentral.com/blog/2009/02/as-reported-a-4ip-pitch">&#8220;As Reported&#8221;</a>, was short-listed for funding at the 4iP launch last year, but didn&#8217;t quite make it, and hasn&#8217;t come any closer to getting funded since.</p>
<p>Anyway, Phil&#8217;s project sounds interesting, and reminds me of the <a href="http://news.bbc.co.uk/1/hi/magazine/5097432.stm">&#8216;citizen journalism&#8217; week</a> I spent reading, reporting and summarising the news from the BBC News offices way back in 2006 (gosh, didn&#8217;t I look young then?).</p>
<p><a href="http://news.bbc.co.uk/1/hi/magazine/5097432.stm"><img class="alignnone size-medium wp-image-1543" title="BBC_News-A-citizen-among-journalists" src="http://www.frankieroberto.com/content/BBC_News-A-citizen-among-journalists-600x377.png" alt="BBC_News-A-citizen-among-journalists" width="600" height="377" /></a></p>
<p>My process was a little different &#8211; I published as I went, on the Wikinews website, rather than at the end of the week &#8211; but the aims were similar. I has access to the <a href="http://en.wikipedia.org/wiki/News_agency">&#8220;newswires&#8221;</a>, but to be honest, that didn&#8217;t add much other than getting agency-derived news half an hour or so before everyone else. You can still read my <a href="http://news.bbc.co.uk/1/hi/magazine/5100132.stm">diary of the week</a> on the BBC News website. One of the things I was investigating with the week was finding a participation model for crowdsourced news websites. At the time, the Wikipedia approach, of having a large number of editors improve articles slowly over time, didn&#8217;t seem feasible for news, where speed is important, and the value of &#8220;old news&#8221; is generally pretty low. (I&#8217;m no longer true that this is totally true &#8211; the &#8216;urgency&#8217; of much of the news seems a little overhyped, and the significant stories often seem to be the longer-lasting, slow-burn type.) So the experiment was to see how much news a single non-journalist person could compile and edit in a week, with the idea being that if it worked, perhaps we could all just take it in turns.</p>
<p>Anyway, this self-indulgent preamble is mainly just a way for me to say that you should <a href="http://twitter.com/philgyford">follow</a> Phil&#8217;s week-long news project, because I think it&#8217;ll be interesting. And if it is, perhaps he could actually publish his curated week&#8217;s worth of news in <a href="http://www.newspaperclub.co.uk/">actual newsprint</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/1541/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing the Apple Tablet guessing game</title>
		<link>http://www.frankieroberto.com/weblog/1537</link>
		<comments>http://www.frankieroberto.com/weblog/1537#comments</comments>
		<pubDate>Wed, 27 Jan 2010 10:29:28 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Tablet]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[speculation]]></category>

		<guid isPermaLink="false">http://www.frankieroberto.com/?p=1537</guid>
		<description><![CDATA[Okay, so some time today, the Apple Tablet is going to be announced. That much seems certain. Everything else is a guessing game. And &#8216;game&#8217; is the operative word. It&#8217;s a game that&#8217;s being played by every newspaper, many bloggers, and even has its own scorecard. Games need players, and I don&#8217;t like to be [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so some time today, the Apple Tablet is going to be announced. That much seems certain. Everything else is a guessing game. And &#8216;game&#8217; is the operative word. It&#8217;s a game that&#8217;s being played by every newspaper, many bloggers, and even has its own <a href="http://unweary.com/2010/01/prediction-score-card.html">scorecard</a>. Games need players, and I don&#8217;t like to be left out, so here&#8217;s my attempt at guessing the device:</p>
<p><strong>Name:</strong> <em>Mac Touch</em>. The thinking behind this is that apple doesn&#8217;t like to introduce too many neologisms, and &#8220;Mac Touch&#8221; positions the device between the iPod Touch and the Macbook &#8211; perfect, because the tablet is designed as a &#8220;gateway device&#8221;, targeted at those who have iPods and iPhones but don&#8217;t have a Mac (or even a PC) &#8211; and there are a <em>lot</em> of these people, believe it or not.</p>
<p><strong>Operating system:</strong> Based on the iPhone, but with some added features that make it more like the regular OSX. Namely, Apple will finally have figured out a way to allow apps to run in the background, whilst maintaining performance and battery life (perhaps by some kind of special sandboxed &#8217;standby mode&#8217; that gives apps limited abilities to run a set number of processes in the background, such as downloading, playing audio, or updating a web server at a set interval). There will still be no file system &#8211; instead, applications can save files to one of several &#8216;buckets&#8217; (eg Photos, Videos, Audio, and a new PDF/text/ebook app).</p>
<p><strong>Hardware:</strong> I&#8217;m not going to bother to try and predict the exact screen size or dimensions. However, I do think the device will be notable for having no hardware ports at all. No USB sockets, no headphones socket, no display adapter. The only thing you&#8217;ll attach to the device will be a power cable. Everything else will be wireless. The device will have a camera on both sides, and the screen will be some sort of glare-resistant, low-power, read-in-daylight screen, but in colour. It&#8217;ll have Wi-Fi and mobile data access, but won&#8217;t bother with Bluetooth, infrared or RFID (as ad-hoc wi-fi networks render these mostly redundant). There won&#8217;t be a hard disk either, just solid state memory.</p>
<p><strong>Apps</strong>: I think the tablet will mark the point where Apple does a bit re-jig of the iTunes/App Store system. The store will get moved out of iTunes, and will become an app in its own right. Video will move out of iTunes and into a new iPhoto app. There will also be a new app that manages text-based documents (magazines, newspapers, books, etc). The App store will be integrated into all of these. However, Apple will also allow direct download and purchase of content via third-party websites (in answer to criticism of the perceived monopoly) &#8211; however, the user experience won&#8217;t be as good (as you&#8217;ll have to re-register your credit card, etc), and Apple will rely upon this (and its library and pricing) to maintain a good market share of the digital content market. Applications can be installed from other sources too, though they come with lots of warnings and disclaimers that you have to click through. The iWork apps (Pages, Numbers and Keynote) won&#8217;t be supported, although you will be able to view the outputs from those applications (documents, spreadsheets and presentations).</p>
<p><strong>Other:</strong> They&#8217;ll announce some deal so that people with an iPhone can use the same contract and data plan across both devices. You&#8217;ll finally be able to sync iPods wirelessly with the tablet (and regular Macs). You&#8217;ll be able to &#8217;subscribe&#8217; to magazines, TV channels/networks, and other content streams, which will give you unlimited access to download or stream their content. Crucially, if you unsubscribe, you&#8217;ll be able to keep any content you downloaded, you just won&#8217;t get any new stuff.</p>
<p>And there you go, I&#8217;m done. I have to admit, the predictions are based more upon what I&#8217;d like, and how I&#8217;d design it if I were in charge. But if Apple are as much of a genius as me, then I&#8217;ll be at least half right&#8230; <img src='http://www.frankieroberto.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/1537/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mapping Haiti</title>
		<link>http://www.frankieroberto.com/weblog/1529</link>
		<comments>http://www.frankieroberto.com/weblog/1529#comments</comments>
		<pubDate>Fri, 15 Jan 2010 11:00:27 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[crisis]]></category>
		<category><![CDATA[earthquake]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Haiti]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://www.frankieroberto.com/?p=1529</guid>
		<description><![CDATA[The Haiti Earthquake has shaken the world with its staggering enormity and absolutely devastating effects. The news has made for grim reading over the past few days.
Amongst all the generosity from nations and peoples across the world (a UK appeal is being run by the Disasters Emergency Committee and is being promoted by Twitter, Facebook, TV ads, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/2010_Haiti_earthquake">Haiti Earthquake</a> has shaken the world with its staggering enormity and absolutely devastating effects. The news has made for grim reading over the past few days.</p>
<p>Amongst all the generosity from nations and peoples across the world (a UK appeal is being run by the <a href="http://www.dec.org.uk">Disasters Emergency Committee</a> and is being promoted by Twitter, Facebook, TV ads, et al), a bunch of people are trying to directly help the aid effort by improving and updating maps of the area. How does this happen? Mostly by tracing new satellite photography and from collating existing datasets together.</p>
<p><a href="http://www.openstreetmap.org/?lat=18.5323597490788&amp;lon=-72.4147081375122&amp;zoom=18"><img class="alignnone size-medium wp-image-1531" title="Map of Port-au-Prince in Haiti" src="http://www.frankieroberto.com/content/Haiti-map-600x539.png" alt="Map of Port-au-Prince in Haiti" width="600" height="539" /></a></p>
<p>Where is this happening? Well, sadly, in two separate places. On OpenStreetMap, the editable open-source map, existing community members are using their expertise and tools to update the map (including marking buildings and bridges as collapsed), with collaboration and co-ordination happening on the <a href="http://wiki.openstreetmap.org/wiki/WikiProject_Haiti">project page</a>.</p>
<p>Google are also encouraging people to edit their Google Map of the area using their Map Maker tool and the same updated satellite photography (which comes from <a href="http://en.wikipedia.org/wiki/GeoEye">GeoEye</a>). They are promoting this activity through their <a href="http://www.google.com/relief/haitiearthquake/">crisis response page</a>, which is prominently advertised on their homepage.</p>
<p>I&#8217;ve no idea which site will attract the most collaborators, or which will result in the best maps. The duplication of effort does seem a little wasteful though, especially in such a time of great need, and it highlights the problems of map data in-operability and licensing issues.</p>
<p>See also:</p>
<ul>
<li>Mikel Maron: <em><a href="http://brainoff.com/weblog/2010/01/14/1518">Haiti OpenStreetMap Response</a></em></li>
<li>Christopher Osbourne: <em><a href="http://www.cloudsourced.com/2010/01/14/haiti-earthquake-response-mapping-the-crisis/">Haiti Earthquake Response – Mapping The Crisis</a></em></li>
</ul>
<p><strong>Update:</strong> A nice blog post on OpenGeoData reveals how <a href="http://www.opengeodata.org/2010/01/24/osm-the-default-map-in-haiti/">OSM has been the &#8216;default&#8217; map</a> for some aid teams out in Haiti.</p>
<p><strong>Further update:</strong> This story was also covered in the Guardian: <a href="http://www.guardian.co.uk/technology/2010/feb/04/mapping-open-source-victor-keegan">&#8220;Meet the Wikipedia of the mapping world&#8221;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/1529/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monoblogging for the Masses</title>
		<link>http://www.frankieroberto.com/weblog/1520</link>
		<comments>http://www.frankieroberto.com/weblog/1520#comments</comments>
		<pubDate>Sat, 07 Nov 2009 10:00:48 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[sideprojects]]></category>
		<category><![CDATA[wordr]]></category>

		<guid isPermaLink="false">http://www.frankieroberto.com/?p=1520</guid>
		<description><![CDATA[Over the past couple of weeks, I seem to have launched a new social web platform. I say &#8220;seem&#8221; because it wasn&#8217;t something I particularly set out to do.
The project is called Wordr, and it&#8217;s basically like Twitter, except that you can only post one word at a time.

This started out as a joke: I [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of weeks, I seem to have launched a new social web platform. I say &#8220;seem&#8221; because it wasn&#8217;t something I particularly set out to do.</p>
<p>The project is called <a href="http://wordr.org/">Wordr</a>, and it&#8217;s basically like Twitter, except that you can only post one word at a time.</p>
<p><a href="http://wordr.org/"><img class="alignnone size-full wp-image-1521" title="Wordr" src="http://www.frankieroberto.com/content/wordr-alpha.png" alt="Wordr" width="298" height="114" /></a></p>
<p>This started out as a joke: I was riffing on the observation that media has gotten progressively shorter and more immediate (from long-form &#8216;articles&#8217; to blog posts to tweets), and was musing on what might come next. If Twitter is for sentences (more or less), then the next level of atomisation down must be <em>words</em>.</p>
<p>Wordr would have remained a joke (even the name is silly), but late one evening, I decided to submit it to the Channel 4 innovation fund 4iP. Mainly because I&#8217;d already unsuccessfully submitted a couple of serious ideas, and was feeling a tad mischievous.</p>
<p>In the meantime, I&#8217;d used some of the time I spend travelling on the train back and forth to work each day to start hacking something together.</p>
<p>A couple of weeks later, on May 22nd, I had another train trip to Birmingham, for the launch &#8216;do&#8217; of new production company Mudlark. Given that I was meant to be doing a short presentation, and hadn&#8217;t really planned anything, I thought I&#8217;d try and finish off the Wordr prototype on the train down. By the time the train pulled into the monstrous cavern of Birmingham New Street station, it just about worked. So when I got to the venu, I tentatively &#8216;launched&#8217; Wordr as a website running from my laptop, available only to people in the room on the same wi-fi network. Only a few people used it, but it was kind fun, and gave us a different way to respond to the things that happened during the event.</p>
<p>And that probably would have been that. Channel 4 rejected the idea, on the perhaps reasonable grounds that it &#8220;doesn&#8217;t meet a well defined or quantified user need&#8221;. And so it was destined to be another half-finished side-project resting on my laptop hard-disk.</p>
<p>Toby Barnes, the MD of Mudlark (and agency Pixel-Lab) had other ideas though. He was busy organising Playful 2009, a one-day conference for &#8220;cross-disciplinary frolicking&#8221;, and thought Wordr might be an interesting alternative backchannel. This was important because it gave me a deadline. And deadlines are the only way I can get anything done (and even then, it&#8217;s a stretch). So I dusted off the code, fixed a few bugs, bought a domain name, got a logo designed (courtesy of Andrew Pendrick), and did all the other things you need to do to actually publish a website publicly.</p>
<p>The website has been running now for a couple of weeks, and I&#8217;m delighted that some other people have been game enough to join me in posting up one-word summaries of what we&#8217;re thinking, doing, seeing, or hearing (or sometimes just words that are amusing). We&#8217;ve called this &#8220;<a href="http://wordr.org/words/monoblogging">monoblogging</a>&#8220;.</p>
<p>It&#8217;s still early days for Wordr, but from this very rudimentary &#8220;vocabulary cloud&#8221; of the most-used words, you can see that <em>Britishness</em> of the site clearly shows through, with <a href="http://wordr.org/words/tea">tea</a>, <a href="http://wordr.org/words/waiting">waiting</a>, <a href="http://wordr.org/words/beer">beer</a>, <a href="http://wordr.org/words/pub">pub</a>, <a href="http://wordr.org/words/raining">raining</a> and <a href="http://wordr.org/words/queuing">queuing</a> all in the top 20.</p>
<p><a href="http://wordr.org/vocabulary"><img class="alignnone size-medium wp-image-1526" title="Wordr vocabulary" src="http://www.frankieroberto.com/content/Wordr-vocabulary-600x320.png" alt="Wordr vocabulary" width="600" height="320" /></a></p>
<p>Where will it go from here? Who knows. I&#8217;m enjoying the light-heartedness and daily commentary of it all, which reminds me of how Twitter felt when I first joined (it&#8217;s become more of a semi-serious work thing now). I&#8217;m also enjoying having actually launched something for once.</p>
<p>As Wordr uses Twitter for registration/logging in, usernames are the same as on Twitter, and so you can follow me at <a href="http://wordr.org/users/frankieroberto">@frankieroberto</a>.</p>
<p>Oh yeah, and if you haven&#8217;t already done so, you should <a href="http://wordr.org/">join</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/1520/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Designing with Intent with Dan Lockton</title>
		<link>http://www.frankieroberto.com/weblog/1517</link>
		<comments>http://www.frankieroberto.com/weblog/1517#comments</comments>
		<pubDate>Thu, 17 Sep 2009 16:08:24 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Dan Lockton]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Design with Intent]]></category>
		<category><![CDATA[interaction design]]></category>

		<guid isPermaLink="false">http://www.frankieroberto.com/?p=1517</guid>
		<description><![CDATA[I visited Brunel University yesterday, out in the Uxbridge suburb of London, in order to visit Dan Lockton and take part in one of his workshop research sessions.
Dan&#8217;s been studying and writing about an area of design he called &#8216;Design with Intent&#8217; &#8211; which in a nutshell is how design can be used to intentionally [...]]]></description>
			<content:encoded><![CDATA[<p>I visited Brunel University yesterday, out in the Uxbridge suburb of London, in order to visit <a href="http://architectures.danlockton.co.uk/">Dan Lockton</a> and take part in one of his <a href="http://architectures.danlockton.co.uk/2009/08/19/september-workshop-sessions-invitation/">workshop research sessions</a>.</p>
<p>Dan&#8217;s been studying and writing about an area of design he called &#8216;Design with Intent&#8217; &#8211; which in a nutshell is how design can be used to intentionally influence user behaviour in a really specific way. The kind of thing his blog initially became infamous for, was documenting street furniture that was deliberately designed to be uncomfortable for <a href="http://architectures.danlockton.co.uk/2007/07/24/anti-public-seating-roundup/">homeless people to sleep on</a>, or <a href="http://architectures.danlockton.co.uk/2008/12/16/inexclusive-design/">kids to sit on</a>, or <a href="http://architectures.danlockton.co.uk/2009/03/26/anti-teenager-pink-lights-to-show-up-acne/">pink lights that show up teenagers&#8217; acne</a>.</p>
<p>More recently, he&#8217;s been looking at how these kinds of design techniques can be used for good, rather than evil &#8211; for instance, by encouraging people to use a product in a way that&#8217;s more eco-friendly.</p>
<p>Here&#8217;s Dan explaining himself in his own words:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/IkBVhim9kkg&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube-nocookie.com/v/IkBVhim9kkg&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(by the way, Dan&#8217;s also posted a <a title="How to fit a normal bulb in a BC3 fitting and save £10 per bulb" href="http://architectures.danlockton.co.uk/2008/07/21/how-to-fit-a-normal-bulb-in-a-bc3-fitting/">workaround</a> to the three pin lightbulb problem on his blog).</p>
<p>The workshop I participated in used Dan&#8217;s draft <a href="http://architectures.danlockton.co.uk/2009/04/06/the-design-with-intent-toolkit/">design toolkit</a>, which you can download from his website (<a href="http://bura.brunel.ac.uk/bitstream/2438/3258/1/DwI_Toolkit_v09_linked_eBook_with_indiv_pages.pdf">PDF poster</a>). This identifies 6 different &#8216;lenses&#8217;: <a href="http://architectures.danlockton.co.uk/2009/04/06/lens-persuasive/">persuasive</a>, <a href="http://architectures.danlockton.co.uk/2009/04/06/lens-visual/">visual</a>, <a href="http://architectures.danlockton.co.uk/2009/04/06/lens-cognitive/">cognitive</a>, <a href="http://architectures.danlockton.co.uk/2009/04/06/lens-security/">security</a>, <a href="http://architectures.danlockton.co.uk/2009/04/06/lens-architectural/">architectural</a> and <a href="http://architectures.danlockton.co.uk/2009/04/06/lens-errorproofing/">errorproofing</a>, each of which feature a number of different design patterns. The exercise we undertook in the workshop was to use these lenses and patterns as a stimulus for coming up with ideas to meet a number of different design briefs (including how to encourage people to close their curtains at night in order to improve insulation, for which we came up with an idea to curve the curtain-rail downwards in the middle, making curtains slightly easier to close than to open, and an idea to add a zip fastening to curtains, so that the act of closing the curtains becomes the act of zipping up your curtains, borrowing a metaphor of warm jumpers, to associate curtains more strongly with warmth and insulation properties).</p>
<p>After the session, I had a few beers with Dan and also with <a href="http://www.fergusbisset.com">Fergus Bisset</a>, who recently <a href="http://www.fergusbisset.com/blog/2009/09/14/the-lego-universe-inspiring-designers/">said some nice things</a> about my Lego logos post. Among other things, we discussed whether &#8216;educating consumers&#8217; was feasible or realistic, and I ranted about why we shouldn&#8217;t be lectured over and over again about turning off lightbulbs and phone chargers, when there are far bigger causes of global warming that no-one pays attention to&#8230;</p>
<p>It was great to meet them both, and if you haven&#8217;t already done so, go subscribe to their blogs&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/1517/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logos in Lego Town</title>
		<link>http://www.frankieroberto.com/weblog/708</link>
		<comments>http://www.frankieroberto.com/weblog/708#comments</comments>
		<pubDate>Sun, 23 Aug 2009 16:31:31 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[logos]]></category>

		<guid isPermaLink="false">http://blog2.frankieroberto.com/blog/?p=50550</guid>
		<description><![CDATA[I love the list of &#8216;fictional universes&#8217; on Wikipedia. It contains everything from The Simpsons to Star Trek to The Wizarding World of Harry Potter. The Fictional Universes database on Freebase is even better, as it contains thousands of details about the universes, such as species, objects, and even ethnicities.
However, one universe neither site coves [...]]]></description>
			<content:encoded><![CDATA[<p>I love the <a href="http://en.wikipedia.org/wiki/List_of_fictional_universes">list of &#8216;fictional universes&#8217;</a> on Wikipedia. It contains everything from The Simpsons to Star Trek to The Wizarding World of Harry Potter. The <a href="http://www.freebase.com/view/fictional_universe">Fictional Universes database</a> on Freebase is even better, as it contains thousands of details about the universes, such as <a href="http://www.freebase.com/view/fictional_universe/character_species?domain=%2Ffictional_universe">species</a>, <a href="http://www.freebase.com/view/fictional_universe/fictional_object?domain=%2Ffictional_universe">objects</a>, and even <a href="http://www.freebase.com/view/fictional_universe/ethnicity_in_fiction?domain=%2Ffictional_universe">ethnicities</a>.</p>
<p>However, one universe neither site coves is Lego. Okay, so the Lego Universe isn&#8217;t exactly as well documented as Springfield or Middle Earth, given that most of narrative is down to your own imagination. However, the Lego sets themselves give hints as to the type of world inhabited by <a href="http://en.wikipedia.org/wiki/Minifigure">minifigs</a>. Although actually, that should really be &#8216;worlds&#8217;, as Lego sets come in &#8216;themes&#8217;, and it&#8217;s not clear whether the <a href="http://pirates.lego.com">pirates</a> exist in the same universe as the <a href="http://powerminers.lego.com">Power Miners</a> gang, although I don&#8217;t see why they couldn&#8217;t.</p>
<p>Anyway, I thought I&#8217;d start to address this lack of understanding about the Lego Universe with a look at some of the companies and organisations that serve the Lego urban-dwelling minifigs. These mostly occur in the sets that have been variously title &#8216;Lego Town&#8217;, &#8216;Lego City&#8217;, and &#8216;Lego World City&#8217; (I&#8217;m not sure whether this means there are multiple urban areas, or just one ever-growing one).</p>
<p>We&#8217;ll start with the law-enforcement service, the <strong>police</strong> department. Like many universes, it seems Lego isn&#8217;t without its criminal fraternity, and so the police play a vital role. They&#8217;ve been through a few different re-brands over the years, with the logo starting out fairly simple, then getting a red underline and an italicisation (for added emphasis). Then, with the advent of the Jack Stone era (named after a super-tough policeman, who inspired a generation), the logo got another re-working, featuring a word mark in a Blade Runner style font with a white upper strike-through.</p>
<p><a href="http://www.frankieroberto.com/content/lego_police.jpg"><img class="alignnone size-full wp-image-1475" title="Lego Police Logos" src="http://www.frankieroberto.com/content/lego_police.jpg" alt="Lego Police Logos" width="450" height="150" /></a></p>
<p>The <strong>fire service</strong>, by contrast, has retained a much more unified identity, with a logo consisting of three flames elegantly arranged in a fan. Simple, concise, universal.</p>
<p><a href="http://www.frankieroberto.com/content/lego_fire_logo.jpg"><img class="alignnone size-full wp-image-1470" title="lego_fire_logo" src="http://www.frankieroberto.com/content/lego_fire_logo.jpg" alt="lego_fire_logo" width="450" height="150" /></a></p>
<p>The ambulance and hospital service <a href="http://www.brickset.com/detail/?Set=363-2">initially used the Red Cross logo</a>, however in more recent history, the <a href="http://www.brickset.com/detail/?Set=7892-1">hospitals</a> and <a href="http://www.brickset.com/detail/?Set=6666-1">ambulances</a> have adopted a fetching logo featuring a white <a href="http://en.wikipedia.org/wiki/Rod_of_Asclepius">Rod of Asclepius</a> on a blue six-pointed star. The logo is, in fact, remarkably similar to the <a href="http://en.wikipedia.org/wiki/Star_of_Life">Star of Life</a> symbol used by some emergency medical services here in this Universe. Whether Lego copied Earth or Earth copied Lego is unknown, although it should be said that the similarities will come in handy for parallel-universe jumping time-travellers in need of medical assistance.</p>
<p><a href="http://www.frankieroberto.com/content/lego_hospital_logo.jpg"><img class="alignnone size-full wp-image-1471" title="lego_hospital_logo" src="http://www.frankieroberto.com/content/lego_hospital_logo.jpg" alt="lego_hospital_logo" width="450" height="150" /></a></p>
<p>Onto the transportation services. These are also very important in Lego Town. In fact, I think the minifigs may spend more time travelling than they do staying put. Perhaps this is partly down to having such a reliable and comprehensive train service.</p>
<p>There has only ever been one train company logo, so there&#8217;s either a monopoly or else the railways are nationalised. The insignia has stood the test of time, and manages to cram a lot of symbolism into a logo small enough to be printed on train doors, liveries and even staff uniforms. It consists of a horizontal line with an arrow head at either line, and a circle with a dot inside it in the middle. The circle represents a train station, the line represents the track, and the arrows the two directions of travel. The design is similar to that of the <a href="http://en.wikipedia.org/wiki/Swiss_Federal_Railways">Swiss Federal Railways</a>, although I think it works even better. There&#8217;s an interesting contrast between these logos and that of <a href="http://en.wikipedia.org/wiki/British_Rail">British Rail</a> (now National Rail), which features two parallel horizontal bars, said to represent &#8216;double track&#8217;, with the arrows on each track showing that trains travel on the left, like on British roads. If you follow this logic through to Lego (and the Swiss Railway), perhaps their logos show that the railways mostly run on single track?</p>
<p><a href="http://www.frankieroberto.com/content/lego_trains_logo.jpg"><img class="alignnone size-full wp-image-1473" title="lego_trains_logo" src="http://www.frankieroberto.com/content/lego_trains_logo.jpg" alt="lego_trains_logo" width="450" height="150" /></a></p>
<p>Unlike the railways, there have been a multitude of different airline logos in Lego land &#8211; indicating a de-regulated market and open competition. The oldest airline&#8217;s logo depicts a plane taking off, on a background of rainbow-coloured stripes perhaps representing a sunset. Another airline&#8217;s tail logo features the word &#8220;Air Line&#8221; in a simple san-serif font, separated by a simple globe icon, with a red strike-through line to join the letters together. It&#8217;s a pretty simple, unsophisticated logo, suggestive of a budget airline.</p>
<p>The final logo is from the Lego Universe&#8217;s premier airline, which has a fleet of <a href="http://www.brickset.com/detail/?Set=7893-1">modern jet engine passenger planes</a>. The elegant logo is in the form of a stylised bird in mid-flight, with wings swept out behind it. The airline uses the trademark as part of a sophisticated branding effort, with the logo applied to the tail fins and nose cones of aircraft, big enough so that they be spotted from the ground.</p>
<p><a href="http://www.frankieroberto.com/content/lego_airlines_logo.jpg"><img class="alignnone size-full wp-image-1467" title="Lego Air Line Logo" src="http://www.frankieroberto.com/content/lego_airlines_logo.jpg" alt="Lego Air Line Logo" width="450" height="150" /></a></p>
<p>Finally, there&#8217;s a company that has long had a big, dominant presence within the Lego Universe. The company&#8217;s name? <strong>Octan</strong>. It&#8217;s extensive operations includes <a href="http://www.brickset.com/detail/?Set=4537-1">train freight wagons</a>, and <a href="http://www.brickset.com/detail/?Set=4654-1">road tankers</a>. It sponsors <a href="http://www.brickset.com/detail/?Set=6337-1">race tracks</a> and has <a href="http://www.brickset.com/detail/?Set=6397-1">retail outlets</a>. What does it deal in? Why, petrochemicals of course. Given that oil-derived plastic is the main construction material of the Lego Universe (as well as powering its cars and aircraft), perhaps the size of this company in unsurprising.</p>
<p>Octan&#8217;s company colours have always been red and green, and is has consistently employed a logo in the shape of two teardrops curved to form a oval. This form is apparently called a <a href="http://en.wikipedia.org/wiki/Taijitu">Tàijítú</a>, and in our Universe is most commonly seen in the <a href="http://en.wikipedia.org/wiki/Yin_and_yang">Yin and Yang</a> symbol, as well as the <a href="http://en.wikipedia.org/wiki/Flag_of_South_Korea">flag of South Korea</a>. What relation it has to gasoline, I have no idea. The name &#8216;Octan&#8217;, however, clearly derives from the chemical formula <a href="http://en.wikipedia.org/wiki/Octane">Octane</a>, or perhaps the <a href="http://en.wikipedia.org/wiki/Octane_rating">Octane rating</a> measurement system.</p>
<p>Incidentally, there are signs that Octane is diversifying away from petrochemicals, with a move into clean energy, including <a href="http://www.brickset.com/detail/?Set=7747-1">wind turbines</a>. Perhaps the Lego Universe is currently suffering from the same global warming problems as our own?</p>
<p><a href="http://www.frankieroberto.com/content/lego_octan_logos.jpg"><img class="alignnone size-full wp-image-1472" title="lego_octan_logos" src="http://www.frankieroberto.com/content/lego_octan_logos.jpg" alt="lego_octan_logos" width="450" height="150" /></a></p>
<p>Thus concludes my round-up of the main organisations within Lego Town. I&#8217;ve missed a few more minor companies. If there&#8217;s interest, I may write these up in a future article.</p>
<p><em><strong>Note:</strong> I&#8217;ve tried to research this article as thoroughly as possible, but I&#8217;m sure I&#8217;ve missed some things. If so, please take great delight in pointing them out via the comments below, and I&#8217;ll gladly update the article.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/708/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ditching the Dust Jackets</title>
		<link>http://www.frankieroberto.com/weblog/1461</link>
		<comments>http://www.frankieroberto.com/weblog/1461#comments</comments>
		<pubDate>Wed, 24 Jun 2009 23:55:58 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[bookshelves]]></category>
		<category><![CDATA[dust jackets]]></category>

		<guid isPermaLink="false">http://www.frankieroberto.com/?p=1461</guid>
		<description><![CDATA[I&#8217;ve been thinking a bit about books lately. Partly because I&#8217;ve actually been starting to read them again (I tend to go through phases).
I was musing through my bookshelves this evening, and decided to put all the hard backs on one shelf.  Nearly all of my books are paperbacks (I&#8217;m one of those cheapskates who [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking a bit about <em>books</em> lately. Partly because I&#8217;ve actually been starting to read them again (I tend to go through phases).</p>
<p>I was musing through my bookshelves this evening, and decided to put all the hard backs on one shelf.  Nearly all of my books are paperbacks (I&#8217;m one of those cheapskates who will always wait for the paperback to come out, 6 months or so after the initial hardback release). So the books of mine that are in hard back are all unusual in some way. Looking through them, they&#8217;re all either gifts, cookery books or non-fiction books which would never be released as a paperback.</p>
<p><a href="http://www.flickr.com/photos/frankieroberto/3658650580/"><img src="http://farm4.static.flickr.com/3372/3658650580_2c9975c869.jpg" alt="" width="500" height="219" /></a></p>
<p>There was something bothering me about seeing all these books together though. Lined up like that, they look a bit&#8230; garish. The spines all seem to scream for attention, as if you&#8217;re in a bookshop</p>
<p>That&#8217;s when an idea struck me: what would it look like if you removed all the dust jackets? Let&#8217;s see the books naked:</p>
<p><a href="http://www.flickr.com/photos/frankieroberto/3657856651/"><img src="http://farm4.static.flickr.com/3637/3657856651_525cb0a143.jpg" width="500" height="219"></a></p>
<p>Much better! It turns out that beneath the dust jackets, books are bound in beautiful, desaturated colours, with neat embossed typography on the spine. Why aren&#8217;t all books displayed like this?</p>
<p>It turns out, according to Wikipedia&#8217;s entry on <a href="http://en.wikipedia.org/wiki/Dust_jacket">dust jackets</a> at least, that in the late 19th and early 20th centuries, dust jackets were discarded soon after purchase, as people preferred to show off the actual bookbinding.</p>
<p>I think we should return to these days. Leave the dust jackets, with their marketing-spiel blurbs, for the bookshops &#8211; think of them as the adverts you get stuffed inside magazines. When you get a book home, display it as it should be seen &#8211; ditch the dust jacket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/1461/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Plaques project update</title>
		<link>http://www.frankieroberto.com/weblog/1454</link>
		<comments>http://www.frankieroberto.com/weblog/1454#comments</comments>
		<pubDate>Thu, 18 Jun 2009 10:40:55 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[4iP]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[blue plaques]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[natural language parsing]]></category>
		<category><![CDATA[Open Plaques]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.frankieroberto.com/?p=1454</guid>
		<description><![CDATA[Thought I should write a quick update on what&#8217;s been happening with the Open Plaques project. (A quick re-cap: this is a project to gather data and photographs of all the blue plaques in the UK, a very simple idea which I first explored on Twitter, and then in a blog post here).

I first kicked [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I should write a quick update on what&#8217;s been happening with the <a href="http://www.openplaques.org/">Open Plaques</a> project. (A quick re-cap: this is a project to gather data and photographs of all the blue plaques in the UK, a very simple idea which I first explored on Twitter, and then <a href="http://www.frankieroberto.com/weblog/1406">in a blog post here</a>).</p>
<p><a href="http://www.frankieroberto.com/content/openplaques.png"><img class="size-full wp-image-1456 alignleft" title="openplaques" src="http://www.frankieroberto.com/content/openplaques.png" alt="openplaques" width="100" height="100" /></a></p>
<p>I first kicked the project off by hacking together a quick <a href="http://rubyonrails.org/">Rails</a>-based website, mostly coded on the train to and from work whilst hurtling through the Peak District. The initial data came from a combination of a screen-scrape of <a href="http://www.english-heritage.org.uk/server/show/nav.001002006005/chooseLetter/All">the list</a> on English Heritage&#8217;s website and some further data obtained via <a href="http://www.whatdotheyknow.com/user/frankie_roberto">Freedom of Information requests</a> &#8211; both of which had to be substantially cleaned-up.</p>
<p>The next step was working out what to do with the data to make it interesting, as a long list of them isn&#8217;t really that usable. A <a href="http://www.openplaques.org/plaques">map view</a> is the obvious thing to do. Less obvious, and slightly trickier, is to attempt to actually parse the &#8216;inscriptions&#8217; written on the plaque for useful, meaningful information.</p>
<p>For example, the inscription <a href="http://www.openplaques.org/plaques/42">&#8216;William Strang (1859-1921), painter and etcher, lived here 1900-1921&#8242;</a> tells you that there&#8217;s a person called <a href="http://www.openplaques.org/people/42">William Strang</a>, that he was <a href="http://www.openplaques.org/people/born_on/1859">born in 1859</a> and <a href="http://www.openplaques.org/people/died_on/1921">died in 1921</a>, that he was a <a href="http://www.openplaques.org/roles/painter">painter</a> and also an <a href="http://www.openplaques.org/roles/etcher">etcher</a>, and that he <a href="http://www.openplaques.org/verbs/lived">lived</a> at the location of the plaque (which happens to be <a href="http://www.openplaques.org/locations/45">20 Hamilton Terrace</a> in <a href="http://www.openplaques.org/areas/1">London</a>) between 1900 and 1921. As a speaker of English, you understand all this information automatically, but computers need a helping hand. Thankfully, the sentence structure of plaque inscriptions is reasonably consistant, and so I managed to write <a href="http://code.google.com/p/openplaques/source/browse/trunk/www/app/models/plaque.rb">some code</a> that parses text and produces the relevant data. The usefulness of this comes from the ability to create new index views, allowing you to browse the plaques <a href="http://www.openplaques.org/people/a-z/a">by person</a> (as an A-Z index), <a href="http://www.openplaques.org/roles/a-z/a">by the &#8216;roles&#8217;</a> of these people, by the years they were <a href="http://www.openplaques.org/people/born_on">born on</a> or <a href="http://www.openplaques.org/people/died_on">died on</a> (these views coming soon), or even <a href="http://www.openplaques.org/verbs">by the &#8216;verbs&#8217;</a> used to describe their relationship to the place where the plaque is located (which you can also browse <a href="http://www.openplaques.org/areas">by area</a>).</p>
<p>The final step towards making this more compelling was to add some photographs. Here, <a href="http://www.flickr.com">Flickr</a> came to our rescue. There was already a <a href="http://www.flickr.com/groups/blueplaques/">&#8216;blue plaques&#8217; group</a>, which contained hundreds of photos. To link them together, I used special tags called <a href="http://code.flickr.com/blog/tag/machine-tags/">&#8216;machine tags&#8217;</a>, which are like normal tags except that they contain some slightly more structured data. It&#8217;s very simple though &#8211; each plaque on the Open Plaques website has an ID number (which can be found at the end of the URL), and the corresponding machine tag for that plaque is <kbd>openplaques:id=999</kbd> (where 999 is the ID number). Another <a href="http://code.google.com/p/openplaques/source/browse/trunk/www/lib/tasks/flickr.rake">script</a> then uses the Flickr API to find all the photos tagged with a relevant machine tag, checks to see if they are Creative Commons licenced, and then to displays them on the Open Plaques website, with a credit and a link back to the Flickr photo page (see <a href="http://www.openplaques.org/plaques/725">an example</a>).</p>
<p>There&#8217;s another benefit of using photos from Flickr too. Some of them have already been geotagged with latitude and longitude co-ordinates. The script checks this when importing the photos, and if the photo has been geotagged, but the plaque hasn&#8217;t, the co-ordinates get copied across.</p>
<p>This was pretty much the state of things when I went to London for the <a href="http://openhacklondon.pbworks.com/">Open Hack</a> conference/codeathon. If it had remained like this, the project might not have gone too far. As it happened, though, a group of three people (Jez Nicholson, <a href="http://harriyott.com/">Simon Harriyott</a> and Marvin Baretto) had already teamed up to do something around blue plaques for their hack project. They discovered the work I&#8217;d already done, and we decided to team up. Over the course of the weekend, we added some much-needed features to the site (like maps on index pages), and even made an prototype <a href="http://openplaques.bpapps.com">mobile version</a> of the website using the Yahoo Blueprint service (which I&#8217;ve since become less impressed by).</p>
<p>More importantly, though, we&#8217;ve continued to work together as a team to build upon and improve the website. This means collaborating on writing <a href="http://code.google.com/p/openplaques/source/browse/">the code</a> (which is open-sourced), maintaining a collective <a href="http://code.google.com/p/openplaques/issues/list">bug and feature-requests list</a>, and even producung some <a href="http://code.google.com/p/openplaques/w/list">documentation</a> (okay, so that&#8217;s a little on the thin side at the moment). The fruits of this collaboration so far have been some further back-end integration with the Yahoo geolocation API, better maps, an improved editing interface, and generally a more stable service (published as a <a href="http://code.google.com/p/openplaques/source/browse/tags/0.2.2">0.2.2 release</a>). We&#8217;ve also all worked together to improve the data, and at the time of writing, the service knows <strong>1481 plaques</strong>, of which      <strong>52.67%</strong> have been geolocated and <strong>32.75%</strong> have been photographed (these stats provide a nice metric against which we can measure our work).</p>
<p><a href="http://www.flickr.com/photos/frankieroberto/3337580257/"><img class="size-medium wp-image-1455 aligncenter" title="Flickr openplaques machine tag" src="http://www.frankieroberto.com/content/Flickr_openplaque_machine_tag-255x300.png" alt="Flickr openplaques machine tag" width="255" height="300" /></a></p>
<p>The final part of this story is that, as of last night, Flickr have integrated with our API, so that tagged plaque photos link directly to the relevant plaque page. There&#8217;s even a little thumbnail of the website&#8217;s icon.</p>
<p>Where next for the website? Well, we&#8217;re always looking for more content. So if you know of any plaques that aren&#8217;t listed on the website, please let me know! There are also hundreds of plaques which haven&#8217;t yet been photographed &#8211; so you could find your area, and go out and hunt them down (and if they&#8217;re not there any more, let us know about that too).</p>
<p>This is still a side-project, for me and the other participants, so I can&#8217;t promise any grand improvements in functionality or design. (If you&#8217;d like to offer your time, or even funding, let me know.)</p>
<p>The project was also, in my head at least, a precursor to a bigger idea to encourage people to commemorate more recent individuals and events, which are perhaps more significant than some of the long-dead <a href="http://www.openplaques.org/roles/philanthropist">philanthropists</a> and <a href="http://www.openplaques.org/roles/Prime%20Minister">ex-Prime Ministers</a> who are remembered on the official blue plaques. We&#8217;re still interested in this idea over at <a href="http://www.rattlecentral.com">Rattle</a>, and spent some time exploring it with 4iP (an innovation fund managed by Channel 4). Those discussions didn&#8217;t quite lead to a full commission, but there&#8217;s still a lot of interest in the idea, and we think it could be worthwhile project for someone to fund.</p>
<p>In the meantime, I hope you enjoy browsing <a href="http://www.openplaques.org">Open Plaques</a>, and if you like the project, you can support the project by following <a href="http://twitter.com/openplaques">@openplaques</a> on Twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankieroberto.com/weblog/1454/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
