<?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>shellsi</title>
	<atom:link href="http://shellsi.com/feed" rel="self" type="application/rss+xml" />
	<link>http://shellsi.com</link>
	<description>a small code workshop</description>
	<lastBuildDate>Sat, 29 May 2010 11:24:14 +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>Google Wave at 1</title>
		<link>http://shellsi.com/archives/38</link>
		<comments>http://shellsi.com/archives/38#comments</comments>
		<pubDate>Sat, 29 May 2010 11:24:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://shellsi.com/?p=38</guid>
		<description><![CDATA[So, Google Wave is 1 year old.  I failed to post my first impressions when I first got to play with it but much of it seems to still apply.
I have to say I like it a lot but I&#8217;m worried that it&#8217;s made for people just like me. This concern was reinforced when I [...]]]></description>
			<content:encoded><![CDATA[<p>So, <a href="http://googleblog.blogspot.com/2010/05/happy-1st-birthday-google-wave.html">Google Wave is 1 year old</a>.  I failed to post my first impressions when I first got to play with it but much of it seems to still apply.</p>
<p>I have to say I like it a lot but I&#8217;m worried that it&#8217;s made for people <em>just like me</em>. This concern was reinforced when I introduced it to my girlfriend. I immediately gabbling about collaborative, real-time spaces or something and she soon switched off.</p>
<p>If something is not immediately obvious, people try comparing it to something they already know.  E-mail is like, er, mail.  On that basis, I&#8217;d describe it as an instant, disposable, real-time forum.</p>
<p>Google&#8217;s biggest successes have always been in simplifying the UI by keeping the clever stuff behind the scenes. They rejected <a href="http://dir.yahoo.com/">Yahoo&#8217;s hierarchy</a> and <a href="http://en.wikipedia.org/wiki/AltaVista">AltaVista</a>&#8217;s complex search forms for a minimalistic, freeform search box.  With maps, Google dumped the clunky 8-directional arrows in favour of actual dragging.</p>
<p>There&#8217;s a conflict when the simplest solution doesn&#8217;t have an clear physical analog. Whereas organising by folders are easy to grasp, tagging is more of a hurdle &#8211; even though it&#8217;s a straightforward generalisation.  This requires a cognitive effort and too many of these can cause a non-geeky user to break off before they have adopted the new model.</p>
<p>I&#8217;m keen to use Wave more but, until Google frames Wave in more familiar ways, I&#8217;m not convinced it&#8217;s going to gain traction to the same degree as e-mail, Facebook or Twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://shellsi.com/archives/38/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google public sharing fixed with Yahoo! Pipes</title>
		<link>http://shellsi.com/archives/33</link>
		<comments>http://shellsi.com/archives/33#comments</comments>
		<pubDate>Sun, 08 Nov 2009 19:15:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://simonhammond.com/shellsi/?p=33</guid>
		<description><![CDATA[Regurgitated from an original post on simonhammond.com/blog on May 6, 2008.
I love Google Reader for managing and reading my feeds but public sharing leaves something to be desired.  I use the share button because it&#8217;s right there and I know I&#8217;ll be able to find it later.  But Google Clippings is kinda clunky.  It truncates [...]]]></description>
			<content:encoded><![CDATA[<p><em>Regurgitated from an original post on simonhammond.com/blog on May 6, 2008.</em></p>
<p>I love Google Reader for managing and reading my feeds but public sharing leaves something to be desired.  I use the share button because it&#8217;s right there and I know I&#8217;ll be able to find it later.  But Google Clippings is kinda clunky.  It truncates titles.  It indents.  Consequently, I could make it almost &#8212; but not quite &#8212; fit it with the rest of my site.</p>
<p>I was hoping that <a href="http://feeds.feedburner.com/~r/blogspot/dtKx/~3/284271427/share-anything-anytime-anywhere.html">latest extension</a> to Reader might address this but it turns out to be a poor imitation of <a href="http://tumblr.com">Tumblr</a>, probably trying to ape Facebook sharing with three spoonfuls of cuteness.  The shared items page at the unsnappy <a href="http://www.google.com/reader/shared/12953360243211055664"> http://www.google.com/reader/shared/12953360243211055664</a> comes in four flavours:  &#8216;Default&#8217;, &#8216;Ice -cream&#8217;, &#8216;Ninjas&#8217; or &#8216;Sea&#8217;. Its saving grace is that it includes an RSS feed.</p>
<p>Enter <a href="http://pipes.yahoo.com/pipes/">Yahoo! Pipes</a>, herein referred to simply as Pipes.  I had another peep at Pipes the other day.  It&#8217;s a seriously fun construction set for the web originally based on mashing up RSS feeds but has now expanded out a little more from the stereotypical superfeed usage.</p>
<p>The useful new feature of interest is <a href="http://blog.pipes.yahoo.com/2008/04/02/new-yahoo-pipes-php-serialized-output-renderer/">serialized PHP output renderer</a>.  This means I can suck data through Pipes, process and filter it, then pull it into my own page and present it how I like, i.e. I can fix the problem of Google&#8217;s clunky presentation of shared items.</p>
<p>Right now, I&#8217;m just displaying headlines at <a href="http://simonhammond.com/shared">simonhammond.com/shared</a>.  That&#8217;s <strong>my shared items</strong> displayed <strong>how I like</strong> on <strong>my site</strong>.  And that gives me the warm, happy feeling.  Best of all would have it being served up from my own copy but for the moment I&#8217;ve enough confidence in Reader, Pipes and Delicious to provide.</p>
]]></content:encoded>
			<wfw:commentRss>http://shellsi.com/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hello world &#8211; how&#8217;ve you been?</title>
		<link>http://shellsi.com/archives/26</link>
		<comments>http://shellsi.com/archives/26#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:27:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://simonhammond.com/shellsiblog/?p=26</guid>
		<description><![CDATA[Sorry for the hollow sparseness and obvious template-ness of this newly-installed blog.  I expect it will round out in time and gain a bit of character.  The important thing is that it exists.  The question is then: why?
I spend most of my waking hours coding for the web.  Mostly, this is the bread-and-butter stuff of [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for the hollow sparseness and obvious template-ness of this newly-installed blog.  I expect it will round out in time and gain a bit of character.  The important thing is that it exists.  The question is then: why?</p>
<p>I spend most of my waking hours coding for the web.  Mostly, this is the bread-and-butter stuff of my day job in e-learning.  I also like to try out my own projects to give me an excuse to play with new technologies.  It keeps me fresh and interested.</p>
<p>When I get stuck or a thought occurs which may or may not be novel, Google very often leads me to a web geek&#8217;s blog.  Likewise, I hope this blog of my experiences and lessons will be useful  to others.</p>
<p>It&#8217;s like some crazy karmic coding thing.  I don&#8217;t want to prescribe the tone or content in too much detail.  We&#8217;ll just  see how it pans out.</p>
]]></content:encoded>
			<wfw:commentRss>http://shellsi.com/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
