<?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>It Could Be Worse &#187; Web 2.0</title>
	<atom:link href="http://www.timandkathy.co.uk/journal/category/web-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timandkathy.co.uk/journal</link>
	<description>Because every silver lining has a cloud. Or something.</description>
	<lastBuildDate>Thu, 09 Jun 2011 12:41:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Improving Freecycle</title>
		<link>http://www.timandkathy.co.uk/journal/2008/10/13/improving-freecycle/</link>
		<comments>http://www.timandkathy.co.uk/journal/2008/10/13/improving-freecycle/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 10:35:30 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Consumerist]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[freecycle]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/?p=915</guid>
		<description><![CDATA[I&#8217;ve been a member of our local Freecycle mailing list for a few years, successfully using it to offload and acquire various items, from a double futon bed to an mp3 player. In 2006, Giles Turnbull blogged about Freecycle&#8217;s shortcomings, &#8230; <a href="http://www.timandkathy.co.uk/journal/2008/10/13/improving-freecycle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a member of our local <a href="http://www.freecycle.org/">Freecycle</a> mailing list for a few years, successfully using it to offload and acquire various items, from a double futon bed to an mp3 player.</p>

<p>In 2006, <a href="http://gilest.org/2006/09/freecycle-webapp.html">Giles Turnbull blogged about Freecycle&#8217;s shortcomings</a>, from a usability and webapp point of view. It boils down to &#8220;Freecycle is a great idea unsuited to living inside a mailing list once the size of the list is &gt;100 people&#8221;. Giles&#8217; proposed solution was a web app, and his post contains some pretty detailed design descriptions. I&#8217;m sure that there&#8217;s an interaction designer in Giles trying to get out <img src='http://www.timandkathy.co.uk/journal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>(There&#8217;s probably something interesting there about group psychology and Dunbar&#8217;s Number, but I&#8217;m more interested in finding a practical solution.)</p>

<p>Other people have tried to build Freecycle-like philosophy in a webapp form, e.g. <a href="http://www.snaffleup.co.uk/">SnaffleUp</a>, but they (so far at least, but it&#8217;s early days) lack the one thing Freecycle has in spades: a critical mass of users. Oh, and a snappy brand.</p>

<p>What if, instead of building a Freecycle-like webapp in competition with Freecycle, an app were built on top of the existing mailing lists, teasing out all that lovely data and metadata and making it queryable, sliceable, diceable and geo-plottable?</p>

<p>There are three pieces of information pertinent to an item on Freecycle:</p>


<ul>
<li>what it is</li>
<li>where it is</li>
<li>whether it&#8217;s still available</li>
</ul>



<p>There&#8217;s no <span class="caps">API </span>to Yahoo Groups at the moment, but it&#8217;s possible to get Freecycle mails sent to a mail account on a *nix box, where they could be parsed and inserted into a database for querying by item name, description or location. If we group items by sender, it should be possible to determine that when a &#8220;taken&#8221; follows an &#8220;offered&#8221; with the same/similar subject line, then that item has changed from being available to unavailable.</p>

<p>All of that data is present in a Freecycle email, but the inconsistent way in which people format their subject lines makes parsing out the item and location a bit of a challenge.</p>

<p>An ideal Freecycle subject line looks like this:</p>

<pre><code>[BathFreecycle] OFFER: Cat basket (Combe Down, Bath)</code></pre>

<p>However, they are often more like this:</p>

<pre><code>[BathFreecycle] offered cat basket bath</code></pre>

<p>(As an aside, Bath&#8217;s Freecycle list is a great test case, as the name of the city is also the name of an item. Supposing someone wrote &#8220;Offer: baby bath&#8221;, one would assume that they weren&#8217;t trying to offload their offspring but had merely  omitted their location. Formalising this in the parser would be hard, if not impossible, such that it may have to be flagged for review by a human.)</p>

<p>A way around this would be to prime the parser with a list of possible locations. Once you remove the list name, the offer/wanted/taken/received prefix and the location, you&#8217;re left with the item.</p>

<p>The variability of people&#8217;s use of grammar, spelling and format (despite the fact that your messages are moderated until you&#8217;ve demonstrated that you can write a subject line properly) makes the subject parser the biggest challenge in implementing this solution.</p>

<p>All of this does raise the issue of increased ease of, and cross-group, querying. Already there are scammers on Freecycle lists, making bogus offers then directing people toward pyramid schemes and the like. Also, it&#8217;s seen as bad form to post the same item to more than one group simultaneously; having said that, it&#8217;s ok to subscribe to several lists (if you can keep up with the volume of email).</p>

<p>This geocoded database would make it much easier for people to snap up &#8220;big ticket&#8221; items, possibly to sell on (it happens at the moment). If Freecycle&#8217;s aim is purely to keep usable or servicable items out of landfill, does this really matter? Also, I can imagine the central Freecycle organisation not being happy if this &#8220;hack&#8221; were built on Freecycle outwith their blessing and control.</p>

<p>I know other people find Freecycle frustrating. Does this (very rough) outline of a solution sound like it makes sense?</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2008/10/13/improving-freecycle/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>The Web Versioning genie needs to be re-bottled</title>
		<link>http://www.timandkathy.co.uk/journal/2008/06/03/the-web-versioning-genie-needs-to-be-re-bottled/</link>
		<comments>http://www.timandkathy.co.uk/journal/2008/06/03/the-web-versioning-genie-needs-to-be-re-bottled/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 12:44:16 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/?p=846</guid>
		<description><![CDATA[Today I got embroiled in a debate with Pete and Brian on Twitter about the term Web 2.0 and its increasing meaninglessness. This was only a few days after jumping on an old school friend&#8217;s use of the term, citing &#8230; <a href="http://www.timandkathy.co.uk/journal/2008/06/03/the-web-versioning-genie-needs-to-be-re-bottled/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I got embroiled in a debate with <span class="vcard"><a class="url" rel="colleague met" href="http://twitter.com/PeteJ"><abbr class="nickname" title="PeteJ">Pete</abbr></a></span> and <span class="vcard"><a class="url" rel="colleague met co-resident" href="http://twitter.com/briankelly"><abbr class="fn" title="Brian Kelly">Brian</abbr></a></span> on Twitter about the term Web 2.0 and its increasing meaninglessness. This was only a few days after jumping on an old school friend&#8217;s use of the term, citing <a href="http://www.readwriteweb.com/archives/there_is_no_web_30_there_is_no_web_20.php">ReadWriteWeb&#8217;s &#8230;There is only the Web</a>.</p>

<p>I recall <span class="vcard"><a class="url" rel="colleague met" href="http://twitter.com/Pip"><abbr class="fn" title="Phil Wilson">Phil</abbr></a></span> saying I was &#8220;all about the 2.0&#8243;. And I still am, in that I think the New Web needs to be about <strong>real</strong> community if you&#8217;re going to profess that your site is a Community Website. With the increasingly common use of the term &#8220;Web 3.0&#8243; (usually taken to mean The Semantic Web) in The Valley and similar bleeding-edge places, and &#8220;Web 4.0&#8243; (both <a href="http://www.readwriteweb.com/archives/interactive_debate_on_web_future.php">serious</a> and <a href="http://www.almosttruenews.com/index.php/2006/03/23/web-40-coming-to-an-internet-near-you/">satirical</a>) the danger is that we&#8217;ll find, like Microsoft did with its software, that the version numbers soon get a little silly.</p>

<p>Their answer was to use years instead (Office 2003 etc.), but the answer for the Web is <strong>not to use artificial version numbers at all</strong>. It&#8217;s not as if there is anything fundamentally different, technologically, between the so-called &#8220;Web 1.0&#8243; and &#8220;Web 2.0&#8243;. It was always meant to be a state of mind or a way of seeing the Web experience, not a particular technology. Web 2.0 (or the concept meant by it) is any, all or none of the following:</p>


<ul>
<li>Ajax / rich interfaces / <span class="caps">RIA</span>s</li>
<li>Blogs</li>
<li>Wikis</li>
<li>Social networking sites, like <a href="http://www.myspace.com/">MySpace</a>, <a href="http://facebook.com/">Facebook</a> etc.</li>
<li>User-generated content (<a href="http://youtube.com/">YouTube</a> etc.)</li>
<li>Forums (though these are as old as the hills)</li>
<li>New things that almost defy description (<a href="http://twitter.com/">Twitter</a>)</li>
<li>&#8220;Communities&#8221; (however you define them)</li>
<li>Mashups, <span class="caps">API</span>s and easily-linked resources</li>
</ul>



<p>The trouble is that you can ask ten different people &#8220;what is Web 2.0?&#8221; and you&#8217;ll likely get ten different answers, possibly including some of the above list.</p>

<p>I do believe that Tim <span class="caps">O&#8217;R</span>eilly couldn&#8217;t have predicted what the monster he created has become, and the term was actually useful in 2003 to get a handle on the ways in which newer Web sites differed from old ones. But that time has passed, and the term &#8220;Web 2.0&#8243; (and all succeeding x.0 versions) needs to be retired. Now.</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2008/06/03/the-web-versioning-genie-needs-to-be-re-bottled/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Endgame?</title>
		<link>http://www.timandkathy.co.uk/journal/2008/06/02/twitter-endgame/</link>
		<comments>http://www.timandkathy.co.uk/journal/2008/06/02/twitter-endgame/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 12:25:10 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[jump the shark]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/?p=845</guid>
		<description><![CDATA[As I write this, I&#8217;m trying (and failing) to load twitter.com/home. Oh &#8211; it just timed out. According to Is Twitter Down? it&#8217;s not down, but I can&#8217;t get to it. There have been no updates on my timeline for &#8230; <a href="http://www.timandkathy.co.uk/journal/2008/06/02/twitter-endgame/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As I write this, I&#8217;m trying (and failing) to load <a href="http://twitter.com/home">twitter.com/home</a>. Oh &#8211; it just timed out. According to <a href="http://istwitterdown.com/">Is Twitter Down?</a> it&#8217;s not down, but I can&#8217;t get to it. There have been no updates on my timeline for two hours now, which is quite rare for a working day.</p>

<p>I just wonder whether Twitter has reached a natural end. You know &#8220;it was fun while it lasted&#8221; sort of thing. And it <em>was</em> fun, until relatively recently. Then the number of &#8220;spam&#8221; followers increased, thanks to the ease of scripting against the <span class="caps">API, </span>no doubt; on the other hand, the <span class="caps">API </span>also allowed fantastic tools like the <a href="http://zottmann.org/tts/">Twitter Twerp Scanner</a> to me made, so I don&#8217;t think Twitter shouldn&#8217;t have an <span class="caps">API.</span></p>

<p>With or without an <span class="caps">API, </span>the problem with Twitter (<a href="http://www.google.co.uk/search?q=%22twitter+doesn%27t+scale%22">as has been said numerous times</a>) is that it doesn&#8217;t scale. It&#8217;s a centralised (if clustered) service unlike email, blogs or Plain ol&#8217; Websites, which can exist anywhere and conform (roughly) to a standard. To Tweet, you must Be On Twitter. This is its fatal flaw while being central to the way it works. Mike Arrington wrote on Techcrunch a while ago on <a href="http://www.techcrunch.com/2008/05/05/twitter-can-be-liberated-heres-how/">how Twitter might be decentralised</a>.</p>

<p>Twitter: a highly-addictive social experiment that just goes to show, by counter-example, the merits of decentralisation.</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2008/06/02/twitter-endgame/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mobile GMail, Twitter and why I&#8217;m no better than Crackberry addicts</title>
		<link>http://www.timandkathy.co.uk/journal/2008/01/28/mobile-gmail/</link>
		<comments>http://www.timandkathy.co.uk/journal/2008/01/28/mobile-gmail/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 12:57:58 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[addiction]]></category>
		<category><![CDATA[crackberry]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/2008/01/28/mobile-gmail-twitter-and-why-im-no-better-than-crackberry-addicts/</guid>
		<description><![CDATA[At the company Christmas meeting/lunch/disco in 2006, I had the pleasure of sitting at the same table as one of our directors. During the meal he checked his email on his Blackberry (nicknamed &#8220;Crackberry&#8221; due to the addictive nature of &#8230; <a href="http://www.timandkathy.co.uk/journal/2008/01/28/mobile-gmail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At the company Christmas meeting/lunch/disco in 2006, I had the pleasure of sitting at the same table as one of our directors. During the meal he checked his email on his Blackberry (nicknamed &#8220;Crackberry&#8221; due to the addictive nature of anywhere, any time email) several times. I seem to remember telling him, in jest, to &#8220;put it away&#8221;.</p>

<p>Fast forward to 2007. <a href="http://www.three.co.uk/">Three</a> has the best-value data packages of the UK mobile operators: &pound;2.50 per month for 10MB of data, which is plenty for mobile e-mail and the odd bit of Twittering and Mobile Facebooking. You can get &#8220;unlimited&#8221; (actually 1GB fair use) for &pound;5/month, but that&#8217;s overkill for me. It&#8217;s the same price as ten train times lookups via the official, paid-for service on Planet Three, so in those terms: why not?</p>

<p>Well, it&#8217;s a good job that Three&#8217;s 3G coverage is patchy near our house. I do find that I don&#8217;t want to miss anything on Twitter, especially, while mobile GMail is a strange mix of regular email, commercial marketing that I have signed up for, and mailing lists. The latter, like Twitter, plug me in to online community to such an extent that I find it hard to resist continuously checking for replies and new conversations.</p>

<p>Perhaps I&#8217;m filling a void because I don&#8217;t get out much <acronym title="In Real Life">IRL</acronym>. Hey, having <a href="http://www.timandkathy.co.uk/journal/2008/01/28/abigail-emily-beadle/">just had another baby</a>, I don&#8217;t have the chance to get out much! My evenings are mostly cook (unless Kathy&#8217;s done that), eat, clear up, do some housework, rock Abi to sleep and then go to bed &#8211; preferably early so I don&#8217;t feel the effects of broken nights <em>too</em> much.</p>

<p>Online community is most of the community I get at the moment.</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2008/01/28/mobile-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>12 days until BarCamp Bristol</title>
		<link>http://www.timandkathy.co.uk/journal/2007/10/01/12-days-until-barcamp-bristol/</link>
		<comments>http://www.timandkathy.co.uk/journal/2007/10/01/12-days-until-barcamp-bristol/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 19:48:50 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[barcamp barcampbristol bristol sift]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/2007/10/01/12-days-until-barcamp-bristol/</guid>
		<description><![CDATA[Because not everyone has time to read mailing lists or check Upcoming, and one of the rules of BarCamp is that you do blog about BarCamp, here we go. BarCamp Bristol (Bristol&#8217;s first) will be taking place on October 12th-13th &#8230; <a href="http://www.timandkathy.co.uk/journal/2007/10/01/12-days-until-barcamp-bristol/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Because not everyone has time to read mailing lists or check <a href="http://upcoming.yahoo.com/">Upcoming</a>, and one of the rules of BarCamp is that <em>you <strong>do</strong> blog about BarCamp</em>, here we go.</p>

<p>BarCamp Bristol (Bristol&#8217;s first) will be taking place on October 12th-13th 2007 at Sift&#8217;s offices in Victoria St., Bristol.</p>

<p>More information is available at <a href="http://barcamp.org/BarCampBristol">BarCamp</a>, <a href="http://upcoming.yahoo.com/event/242037/">Upcoming</a> and <a href="http://bristolskillswap.eventwax.com/barcamp-bristol/register">you can sign up, too</a>.</p>

<h3>What&#8217;s all this BarCamp stuff about, anyway?</h3>

<p>BarCamp is an unconference, which means that there is no distinction between attendees and speakers. This is because everybody who attends has to give a talk or lead a discussion; there are no &#8220;tourists&#8221;.</p>

<p>It&#8217;s a chance to tell other people about the one thing that you know heaps about but others perhaps don&#8217;t, or lead a discussion about the best way to solve a particular problem. What it isn&#8217;t is a Hackday-style geekfest; we want people to feel comfortable attending no matter what their level of technical knowledge.</p>

<p>We have got sponsorship for the event from various companies, so the event is basically free to attend. We would like people who sign up to put &Atilde;‚&Acirc;&pound;5 down so that their money&#8217;s where their mouth is, so to speak <img src='http://www.timandkathy.co.uk/journal/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<p>Come on then &#8211; what are you waiting for? <a href="http://bristolskillswap.eventwax.com/barcamp-bristol/register">Sign up now</a>!</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2007/10/01/12-days-until-barcamp-bristol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skillswap report</title>
		<link>http://www.timandkathy.co.uk/journal/2007/02/15/skillswap-report/</link>
		<comments>http://www.timandkathy.co.uk/journal/2007/02/15/skillswap-report/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 13:04:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/2007/02/15/skillswap-report/</guid>
		<description><![CDATA[On Tuesday I spoke at the February 2007 edition of Bristol Skillswap at The Watershed. I think it was the first time I&#8217;d given a public presentation, though I&#8217;ve given a few talks at work. There were about 25 people &#8230; <a href="http://www.timandkathy.co.uk/journal/2007/02/15/skillswap-report/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On Tuesday I spoke at the <a href="http://bristolskillswap.eventwax.com/microformats/">February 2007 edition of Bristol Skillswap</a> at The Watershed. I <em>think</em> it was the first time I&#8217;d given a public presentation, though I&#8217;ve given a few talks at work. There were about 25 people there, which was a sufficiently large number to elicit questions and feedback but not so large as to be intimidating.</p>

<p>The subject of my talk was &#8220;Microformats: The Semantic Web for the Rest of Us&#8221;, and <a href="http://www.timandkathy.co.uk/presentations/microformats/">the slides are available online</a> in lovely <a href="http://meyerweb.com/eric/tools/s5/">s5 format</a> (a simple html file plus <span class="caps">CSS </span>and Javascript magic).</p>

<p>I managed to bag a couple of beers (for later consumption, I should add &#8211; I thought it best to be <em>compos mentis</em> during the talk itself) and then began the presentation. I described what the Semantic Web is, what Microformats are and what the point of it all is before showing some real-world examples. The main, meaty part, though, was to dive into <a href="http://www.timandkathy.co.uk/code/microformats/hcard1.html">some</a> <a href="http://www.timandkathy.co.uk/code/microformats/hcalendar1.html"><span class="caps">HTML</span></a> and add some Microformats for <a href="http://www.timandkathy.co.uk/code/microformats/hcard2.html">contact information</a> and <a href="http://www.timandkathy.co.uk/code/microformats/hcalendar2.html">events</a> &#8212; the two Microformats I know best.</p>

<p>In the end, the talk ran to about an hour (which I&#8217;d hoped it would, but I wasn&#8217;t sure). There was a good amount of questions and feedback, and several of us carried on the discussion in the Watershed bar afterwards. I&#8217;m not sure how well it&#8217;ll come out on video, but never mind!</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2007/02/15/skillswap-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One Day In History: not quite Web 2.0?</title>
		<link>http://www.timandkathy.co.uk/journal/2006/10/16/one-day-in-history-not-quite-web-20/</link>
		<comments>http://www.timandkathy.co.uk/journal/2006/10/16/one-day-in-history-not-quite-web-20/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 12:12:12 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/2006/10/16/one-day-in-history-not-quite-web-20/</guid>
		<description><![CDATA[The History Matters project is encouraging the ordinary citizens of the UK to blog about their everyday lives tomorrow, October 17th 2006. On first inspection, it sounded like a fine idea. I was all ready to kick the dust from &#8230; <a href="http://www.timandkathy.co.uk/journal/2006/10/16/one-day-in-history-not-quite-web-20/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.historymatters.org.uk/">The History Matters project</a> is encouraging the ordinary citizens of the UK to blog about their everyday lives tomorrow, October 17th 2006. On first inspection, it sounded like a fine idea. I was all ready to kick the dust from <a href="http://www.timandkathy.co.uk/journal/">my underused blog</a> and start blogging.</p>

<p>It&#8217;s not quite as simple as that, though. You can&#8217;t just blog anywhere; you have to use the <a href="http://www.historymatters.org.uk/output/page97.asp">History Matters One Day In History site</a>. You must also agree to their <a href="http://www.historymatters.org.uk/output/page66.asp">Terms and Conditions</a> and waiver copyright to your blog entry, which can be used by the British Library in published  works, media etc. as pointed out in the blog form&#8217;s footnotes:</p>

<blockquote><p>Your diary will be stored in electronic form in the British Library&#8217;s Web Archiving Section which is a part of the Modern British Collection.<br />
Members of the public will be able to consult your material.<br />
The History Matters partners own the copyright of any materials that you submit and be free to use them in any History Matter related materials such as any media stories, published books etc.<br />
Please see the Terms &amp; Conditions for further details as to the use(s) of material submitted to &#8216;One Day in History&#8217;.</p></blockquote>

<p>Now, I&#8217;m no <a href="http://www.craphound.com/">Cory Doctorow</a>, but I care about the overuse and downright abuse of copyright law to benefit the wrong people. I&#8217;m sure that the History Matters project thinks it&#8217;s being really revolutionary by having &#8220;one of those new fangled blog things&#8221;, but is playing the same insidious All Your Posts Are Belong To Us game that I would expect of major media organisations like NewsCorp.</p>

<p>The second old-economy mistake that HM makes is centralisation. There is no need to force people to use the <span class="caps">ODIH </span>(sounds like &#8220;oh dear&#8221;; well, it is made using an <acronym title="Active Server Pages">ASP</acronym> <acronym title="Content Management System">CMS</acronym>) site; <span class="caps">RSS </span>and other open data standards, combined with tagging (tag=odih, for example), would have made it perfectly possible to have a decentralised blog day effort. This could have been harvested by <a href="http://archive.org/">archive.org</a> or the <a href="http://www.bl.uk/">British Library</a> after the event, in case the original blog posts went bit-rotten over time. If the bloggers used a suitable <a href="http://creativecommons.org/licences/">Creative Commons license</a>, then their posts could have been repurposed as derivative works by the HM project and the British Library.</p>

<p>I can understand <em>why</em> the <span class="caps">ODIH </span>blog operates in the way it does: centralisation lowers the barrier to entry for people who probably don&#8217;t have a blog to speak of. Raise the barrier too high, and you won&#8217;t get the participation required to make the event a success. Decentralisation would have meant that the HM project would have had to exercise a degree of trust in the data quality used by the bloggers and their content. However, as they make no guarantee of quality or suitability for the data submitted to <span class="caps">ODIH </span>anyway (<q>We may remove any postings or other material or interaction at our entire discretion.</q>), there&#8217;s nothing to be gained in that regard by centralisation. It really does appear to be all about the snatching of copyright over the submitted work (<q>If you do not want to grant the Partners the rights set out above, do not submit your material to the Site.</q> Um, OK).</p>

<p>These same people probably don&#8217;t exercise themselves about copyright and freedom issues, but may take exception to the handing over of their intellectual property in such an all-or-nothing way to the HM project. Unfortunately, they are unlikely to be aware of Creative Commons and the range of licenses that it offers as alternatives to full copyright.</p>

<p>It seems churlish to advertise this as a mass blog, yet potentially exclude those people who have made blogging so important for the project even to exist: bloggers themselves.</p>

<p>In conclusion, my initial enthusiasm for the project has waned and I don&#8217;t plan on blogging via the <span class="caps">ODIH </span>site tomorrow. I will probably blog on my own blog though, as a mini-protest against the lip-service paid to blogging by the <span class="caps">ODIH </span>site.</p>

<p>As an aside, it would be wise to consider these issues as we enter the Brave New World of community web sites. You have to trust your users, not take away their rights.</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2006/10/16/one-day-in-history-not-quite-web-20/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finally: a Windows-based RSS reader that I enjoy using</title>
		<link>http://www.timandkathy.co.uk/journal/2006/04/20/finally-a-windows-based-rss-reader-that-i-enjoy-using/</link>
		<comments>http://www.timandkathy.co.uk/journal/2006/04/20/finally-a-windows-based-rss-reader-that-i-enjoy-using/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 14:36:33 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/2006/04/20/finally-a-windows-based-rss-reader-that-i-enjoy-using/</guid>
		<description><![CDATA[I have two requirements in an RSS reader: display RSS feeds in a manner that is pleasing to the eye (reading loads of feeds is hard work, man); use the space bar to both scroll down or go to next &#8230; <a href="http://www.timandkathy.co.uk/journal/2006/04/20/finally-a-windows-based-rss-reader-that-i-enjoy-using/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have two requirements in an <span class="caps">RSS </span>reader:</p>


<ol>
<li>display <span class="caps">RSS </span>feeds in a manner that is pleasing to the eye (reading loads of feeds is hard work, man);</li>
<li>use the space bar to both scroll down or go to next unread if there is no more item to scroll.</li>
</ol>



<p>Most Mac-based <span class="caps">RSS </span>readers seem to work this way, but I thought that I was out of luck at work in MS-land. A quick bit of googling turned up a program called <a href="http://www.curiostudio.com/">GreatNews</a>. It has six different display styles (I&#8217;m using &#8220;newspaper&#8221;), renders <span class="caps">RSS </span>quite nicely indeed, thankyooverymuch, and is freeware. Oh, and the space bar does what I want it too. I&#8217;m a happy <span class="caps">RSS </span>bunny again.</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2006/04/20/finally-a-windows-based-rss-reader-that-i-enjoy-using/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maybe I&#8217;ll stop now</title>
		<link>http://www.timandkathy.co.uk/journal/2006/02/08/maybe-ill-stop-now/</link>
		<comments>http://www.timandkathy.co.uk/journal/2006/02/08/maybe-ill-stop-now/#comments</comments>
		<pubDate>Wed, 08 Feb 2006 14:56:58 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[futureofwebapps]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/2006/02/08/maybe-ill-stop-now/</guid>
		<description><![CDATA[All of this stuff is being recorded and will be made available, for free, after the event. My notes, therefore, and my battle with WordPress&#8217;s rich text editor, seems like a bit of a waste of time&#8230;]]></description>
			<content:encoded><![CDATA[<p>All of this stuff is being recorded and will be <a href="http://www.carsonworkshops.com/summit/">made available, for free, after the event</a>. My notes, therefore, and my battle with WordPress&#8217;s rich text editor, seems like a bit of a waste of time&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2006/02/08/maybe-ill-stop-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tom Coates: Native to a web of data</title>
		<link>http://www.timandkathy.co.uk/journal/2006/02/08/tom-coates-native-to-a-web-of-data/</link>
		<comments>http://www.timandkathy.co.uk/journal/2006/02/08/tom-coates-native-to-a-web-of-data/#comments</comments>
		<pubDate>Wed, 08 Feb 2006 13:47:22 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[futureofwebapps]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.timandkathy.co.uk/journal/2006/02/08/tom-coates-native-to-a-web-of-data/</guid>
		<description><![CDATA[Design and Web 2.0: it&#8217;s all about the rounded corners and gradients Blogger may have started the trend Outline What is the web changing into? What can you / should you build on it? Architectural principles of Web 2.0 Web &#8230; <a href="http://www.timandkathy.co.uk/journal/2006/02/08/tom-coates-native-to-a-web-of-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<ul>
<li>Design and Web 2.0: it&#8217;s all about the rounded corners and gradients <img src='http://www.timandkathy.co.uk/journal/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>Blogger may have started the trend</li>
<li>Outline
<ul>
<li>What is the web changing into?</li>
<li>What can you / should you build on it?</li>
<li>Architectural principles of Web 2.0</li>
</ul>
</li>
<li>Web 2.0?
<ul>
<li>Buzzword, conference, new way of thinking</li>
<li>Web 2.0 means so many things to so many people though</li>
</ul>
</li>
<li>Let&#8217;s concentrate on a &#8220;web of connected stuff&#8221;
<ul>
<li>Web at the moment &#8211; data silos</li>
<li>Now and in the future:</li>
<li>A web of data sources, services for exploring and manipulating data, aways that users can act together</li>
<li>Web of pages -&gt; web of mashups &#8211; &gt; a web of data</li>
</ul>
</li>
<li>Mashups
<ul>
<li>two disparate data sources, made more useful by being combined with eachother</li>
<li>A network effect of services</li>
<li>Build on top of what&#8217;s already there</li>
<li>What you build enhances what&#8217;s already there</li>
</ul>
</li>
<li>Consequences
<ul>
<li>Massive creative possibilities</li>
<li>Accel. innovation</li>
<li>Competitive services++</li>
<li>Componentised services++</li>
<li>Money to be made</li>
<li>Use <span class="caps">API</span>s to drive people to your stuff</li>
<li>Amazon is the prime example</li>
<li>Better service with less centralised development</li>
<li>Use syndicated content as a platform</li>
<li>Turn <span class="caps">API </span>into a pay-for service</li>
<li>It&#8217;s no good to be a web isolationist these days <img src='http://www.timandkathy.co.uk/journal/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
</li>
<li>Choosing what to build
<ul>
<li>What can I build that will make the whole web better?</li>
<li>Add value to the aggregate web</li>
</ul>
</li>
<li>Architectural principles
<ul>
<li>Data sources</li>
<li>Std ways of representing data</li>
<li>IDs and <span class="caps">URL</span>s</li>
<li>Mechanisms for distributing data</li>
<li>Ways to interact with/enhance data</li>
<li>Financial/legal stuff</li>
<li>hackdiary.com&Atilde;&cent;&acirc;‚&not;&Aring;&iexcl; Xtech2005</li>
</ul>
</li>
<li>Good <span class="caps">URL</span>s should:
<ul>
<li>be permanent references to resources</li>
<li>have a 1-to-1 correlation with concepts</li>
<li>use directories to represent hierarchy</li>
<li>not reflect the underlying technology</li>
<li>reflect the structure of the data</li>
<li>be predictable / guessable / hackable</li>
<li>be as human-readable as possible</li>
<li>be &#8211; or expose &#8211; identifiers</li>
</ul>
</li>
<li>Core types of page:
<ul>
<li>Destination page</li>
<li>A core first-order concept and its subordinate info.</li>
<li>List view page
<ul>
<li>A slice of your data used to navigate between first-order concepts</li>
</ul>
</li>
<li>Manipulation interface</li>
<li>Interface for batch manipulation of first-order concepts</li>
</ul>
</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.timandkathy.co.uk/journal/2006/02/08/tom-coates-native-to-a-web-of-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

