<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>mnemonic flotsam</title>
	<atom:link href="http://lloydshove.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lloydshove.com</link>
	<description>My own personal jibber jabber</description>
	<lastBuildDate>Sun, 05 Dec 2010 02:48:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lloydshove.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>mnemonic flotsam</title>
		<link>http://lloydshove.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lloydshove.com/osd.xml" title="mnemonic flotsam" />
	<atom:link rel='hub' href='http://lloydshove.com/?pushpress=hub'/>
		<item>
		<title>An Android cat&#8230; doing the can-can</title>
		<link>http://lloydshove.com/2010/11/21/an-android-cat-doing-the-can-can/</link>
		<comments>http://lloydshove.com/2010/11/21/an-android-cat-doing-the-can-can/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 11:21:00 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[craftmanship]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[software java android mobile fun]]></category>

		<guid isPermaLink="false">http://lloydshove.com/?p=78</guid>
		<description><![CDATA[Done much mobile phone development? Me neither. In an attempt to fix that I put a day aside to write an Android app with the theme decided by my imaginative housemate.  Can-can cat was born. It turns out than in &#8230; <a href="http://lloydshove.com/2010/11/21/an-android-cat-doing-the-can-can/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=78&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_79" class="wp-caption alignright" style="width: 210px"><a href="http://shovel.files.wordpress.com/2010/11/cancancat-screenshot.png"><img class="size-medium wp-image-79" title="cancan cat - screenshot" src="http://shovel.files.wordpress.com/2010/11/cancancat-screenshot.png?w=200&#038;h=300" alt="" width="200" height="300" /></a><p class="wp-caption-text">its a cat.... doing the can-can</p></div>
<p>Done much mobile phone development?<br />
Me neither.</p>
<p>In an attempt to fix that I put a day aside to write an Android app with the theme decided by my <a title="Marisa's blog" href="http://marisa-peek.blogspot.com/">imaginative housemate</a>.  <a title="it does exactly as expected.  And no more." href="http://www.appbrain.com/app/can-can-cat-1/com.lloydshove.cancancat">Can-can cat was born</a>.</p>
<p>It turns out than in a day you can;</p>
<ul>
<li>Install eclipse and the relevant Android Develeopment Tools (ADT) plugin.</li>
<li>Learn the basics (Activities, the various xml Android files and resources) to get started</li>
<li>Write a simple Android mobile app with animation and music</li>
<li>Upload it to the Android Market</li>
</ul>
<p>There are <a title="download Android" href="http://developer.android.com/sdk/index.html">very</a> <a title="install Android" href="http://developer.android.com/sdk/installing.html">useful</a> <a title="developers Android guide" href="http://developer.android.com/guide/index.html">resources</a> <a title="sign your Android app" href="http://developer.android.com/guide/publishing/app-signing.html">on</a> <a title="publishing and Android app" href="http://developer.android.com/guide/publishing/publishing.html">how</a> to get started.  So instead here are some of the good parts of the experience;</p>
<ul>
<li>Its Java.  Its obvious but for me this makes the barrier for entry so minimal you can be productive as soon as your IDE is configured.</li>
<li>The documentation is great and there are loads of familiar resources like <a title="Q&amp;A for software professionals" href="http://stackoverflow.com">stackoverflow</a><a title="Google agrees with me" href="http://www.readwriteweb.com/archives/stackoverflow-android-support.php"> out there </a>if you <a title="I was stuck, it helped." href="http://stackoverflow.com/questions/605325/where-are-the-schemas-for-xml-files-on-an-android-project">get stuck at any point</a>.</li>
<li>The Android Market is open, in minutes you can upload an app and it be available.  Great for a developer&#8230; less so as an Android user (there are too many <a title="helloworlds in the marketplace" href="http://www.appbrain.com/search?q=helloworld">helloworld</a> and stupid apps like mine on there)</li>
</ul>
<p>Here are some of the gotchas that slowed me down;</p>
<ul>
<li>The built in Mediaplayer seems flaky, or at least overly complex with error and status handlers all over the place.  I kept it simple and created/destroyed rather than reusing players.</li>
<li>If you get an eclipse error complaining about http://schemas.android.com not being available&#8230;. try selecting your Activity class when running.<br />
That slightly unintuitive error means you have one of the many xml files selected and its trying to run a transform instead of your app&#8230;</li>
<li>Its not required for a valid android manifest but make sure you include a minimum SDK or you can&#8217;t upload to the Android Market :<br />
&lt;uses-sdk android:minSdkVersion=&#8221;7&#8243; /&gt;</li>
<li>The Android Market is not web browsable, you need to be using an Android mobile to access it&#8230; why?</li>
</ul>
<p>Other than that its all quite painless.  What to make to check out the next platform?  Disco Dog?  Polka Pig?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=78&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2010/11/21/an-android-cat-doing-the-can-can/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>

		<media:content url="http://shovel.files.wordpress.com/2010/11/cancancat-screenshot.png?w=200" medium="image">
			<media:title type="html">cancan cat - screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Geek Books!</title>
		<link>http://lloydshove.com/2010/10/15/free-geek-books/</link>
		<comments>http://lloydshove.com/2010/10/15/free-geek-books/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 09:41:32 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[craftmanship]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://lloydshove.com/?p=56</guid>
		<description><![CDATA[As I&#8217;m now getting back into work-mode (watching Wall street: money never sleeps counts as research) I recently got around to reading  The Pragmatic Programmer and took heed of a few of its points.  I particularly liked the reminder to &#8230; <a href="http://lloydshove.com/2010/10/15/free-geek-books/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=56&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://shovel.files.wordpress.com/2010/10/img_8368.jpg"><img class="alignleft size-full wp-image-60" title="Me doing a thing" src="http://shovel.files.wordpress.com/2010/10/img_8368.jpg?w=500" alt=""   /></a>As I&#8217;m now getting back into work-mode (watching <a href="http://www.imdb.com/title/tt1027718/">Wall street: money never sleeps</a> counts as research) I recently got around to reading  <a title="The Pragmatic Programmer" href="http://www.amazon.co.uk/Pragmatic-Programmer-Andrew-Hunt/dp/020161622X/ref=sr_1_1?ie=UTF8&amp;qid=1287129042&amp;sr=8-1">The Pragmatic Programmer</a> and took heed of a few of its points.  I particularly liked the reminder to invest in yourself by reading a new tech book every quarter.</p>
<p>This combined serendipitously with <a title="sometimes useful techie blog - the siteman" href="http://thesiteman.blogspot.com/2010/10/if-youre-architector-programmer-of-any.html">stumbling upon a list</a> of free techie ebooks so now I&#8217;m going to be spending each spare 10 minute slot investing in me.</p>
<p>I&#8217;ve looked around for other free or decent pay-for techie books via iTunes seem thin on the ground.  Amazon seems the best bet.</p>
<p>Anyone got any recommendations or suggestions (nothing obscene) on how to fill those idle 10 minutes of me time with geekery?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=56&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2010/10/15/free-geek-books/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>

		<media:content url="http://shovel.files.wordpress.com/2010/10/img_8368.jpg" medium="image">
			<media:title type="html">Me doing a thing</media:title>
		</media:content>
	</item>
		<item>
		<title>Japanese Punk bands rooool!</title>
		<link>http://lloydshove.com/2009/09/27/japanese-punk-bands-rooool/</link>
		<comments>http://lloydshove.com/2009/09/27/japanese-punk-bands-rooool/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:57:35 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[live music]]></category>
		<category><![CDATA[punk]]></category>
		<category><![CDATA[secret 7 line]]></category>
		<category><![CDATA[shanghai]]></category>
		<category><![CDATA[yu yin tang]]></category>
		<category><![CDATA[yuyintang]]></category>

		<guid isPermaLink="false">http://shovel.wordpress.com/?p=39</guid>
		<description><![CDATA[Last night I was lucky enough to see the Japanese punk band Secret 7 Line at one of the few live music venues in Shanghai, YuYinTang. They were super special. Seriously. It could have just been that I was quite &#8230; <a href="http://lloydshove.com/2009/09/27/japanese-punk-bands-rooool/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=39&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_44" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-44" title="Secret 7 Line" src="http://shovel.files.wordpress.com/2009/09/img_0192.jpg?w=500&#038;h=375" alt="I'm not sure what we were doing but it was fun." width="500" height="375" /><p class="wp-caption-text">I&#039;m not sure what we were doing but it was fun.</p></div>
<p>Last night I was lucky enough to see the Japanese punk band <a href="http://www.myspace.com/secret7line">Secret 7 Line</a> at one of the few live music venues in Shanghai, <a href="http://www.yuyintang.org/">YuYinTang</a>.</p>
<p>They were super special.</p>
<p>Seriously.</p>
<p><span id="more-39"></span>It could have just been that I was quite drunk but I doubt it.  Secret 7 Line rocked.  Their songs were all in English and they did a couple of excellent punk covers.  Tubthumping was good but I loved their cover of &#8216;Had a bad day&#8217; by Gavin Degraw.  The guys in the band were friendly and their English was much better than my Japanese so my advice is check them out.</p>
<p>As for Yu Yin Tang as a venue I liked it.  It was small, dark and drinks were cheap (for Shanghai bar prices).  There were quite a few foreigners there but I guess Chinese people just don&#8217;t like this music very much (someone let me know if I&#8217;m way off) ?  The Chinese that were there were really into the music and I discovered that moshing and mosh pits seem to transcend language barriers (I have a couple of odd bruises today that back that up).</p>
<p>So, in short, I&#8217;m definitely going back sometime soon&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=39&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2009/09/27/japanese-punk-bands-rooool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>

		<media:content url="http://shovel.files.wordpress.com/2009/09/img_0192.jpg" medium="image">
			<media:title type="html">Secret 7 Line</media:title>
		</media:content>
	</item>
		<item>
		<title>Dog vs Monkey!</title>
		<link>http://lloydshove.com/2008/04/12/dog-vs-monkey/</link>
		<comments>http://lloydshove.com/2008/04/12/dog-vs-monkey/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 09:56:46 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[silly]]></category>
		<category><![CDATA[monkey]]></category>

		<guid isPermaLink="false">http://shovel.wordpress.com/?p=33</guid>
		<description><![CDATA[No no this isn&#8217;t a lame reference to a previous post on the excellent movie Eagle vs Shark. Anyone that knows me knows my family has had pet dogs since I was born (the latest new canine Shove is Daisy). &#8230; <a href="http://lloydshove.com/2008/04/12/dog-vs-monkey/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=33&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>No no this isn&#8217;t a lame reference to a <a title="in case you missed it" href="http://www.lloydshove.com/2008/02/27/im-so-complex/">previous post on the excellent movie Eagle vs Shark</a>.</p>
<p>Anyone that knows me knows my family has had pet dogs since I was born  (the latest new canine Shove is <a href="http://www.flickr.com/photos/shovel/2352022750/">Daisy</a>).</p>
<p>Anyone that knows me well will know I&#8217;m a fan of our primate friends.<span id="more-33"></span></p>
<p>Anyone that knows me very well will know I regularly read <a title="monkeys in the news" href="http://monkeydaynews.blogspot.com/">Monkeys In The News</a> to keep up to date (seriously, there is primate research/news often publicized there that <a href="http://www.sciencedaily.com/releases/2008/04/080406153354.htm">sheds light</a> or <a href="http://www.eurekalert.org/pub_releases/2008-01/plos-wdc012808.php">perhaps</a> familiar shadows on the human condition.  Oh, and <a href="http://bp2.blogger.com/_-iN-28VxLQ4/R_5C6QclBAI/AAAAAAAAB64/54tzheGHdVU/s1600-h/fuzu5.jpg">there</a> <a href="http://bp3.blogger.com/_-iN-28VxLQ4/R_5DOgclBEI/AAAAAAAAB7Y/U9xmB4_y3Rk/s1600-h/fuzu1.jpg">are</a> <a href="http://bp1.blogger.com/_-iN-28VxLQ4/R_T1N3iMjhI/AAAAAAAAB4A/nPrHGaogn58/s1600-h/orangutan.jpg">funny</a> <a href="http://bp2.blogger.com/_-iN-28VxLQ4/R_YqNniMjkI/AAAAAAAAB4o/98TuOTsY6-s/s1600-h/orangutan1.jpg">monkey </a><a href="http://bp0.blogger.com/_-iN-28VxLQ4/R_T0VniMjgI/AAAAAAAAB34/piIfZOzXkpA/s1600-h/monkey.jpg">pictures</a> too).</p>
<p>But never did I expect these interests to collide on <a href="http://shovel.wordpress.com/wp-admin/www.youtube.com">youtube</a> under the title &#8216;Dog Vs Monkey.</p>
<p>I&#8217;m not sure why I think its interesting or funny.  Is it the way the monkeys toy with the dogs as though they know they&#8217;re in charge?  Is it the way the dogs seem to play with the monkeys the same way they would play with humans?  Is it just nice to see two species managing to get along well?</p>
<p>Is it big or funny?  or am I just a wrong&#8217;un?  you decide.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='500' height='312' src='http://www.youtube.com/embed/ogIJSNVjJP8?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='500' height='312' src='http://www.youtube.com/embed/OVEeaWPmOp4?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shovel.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shovel.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=33&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2008/04/12/dog-vs-monkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>
	</item>
		<item>
		<title>The Mars Volta &#8211; weirdest band evarrr?</title>
		<link>http://lloydshove.com/2008/03/19/the-mars-volta-weirdest-band-evarrr/</link>
		<comments>http://lloydshove.com/2008/03/19/the-mars-volta-weirdest-band-evarrr/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 00:12:49 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[silly]]></category>
		<category><![CDATA[brixton academy]]></category>
		<category><![CDATA[mars volta]]></category>
		<category><![CDATA[weird]]></category>

		<guid isPermaLink="false">http://shovel.wordpress.com/?p=29</guid>
		<description><![CDATA[Last Friday night I was lucky enough to get a free ticket and my name on the guest list (thanks Tony!) to see The Mars Volta. It was a good night, I got to see parts of the Brixton Academy &#8230; <a href="http://lloydshove.com/2008/03/19/the-mars-volta-weirdest-band-evarrr/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=29&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://shovel.files.wordpress.com/2008/03/smaller.jpg" title="Can you see why for the first 5 minutes I thought the singer was a woman?"><img border="0" align="left" src="http://shovel.files.wordpress.com/2008/03/smaller.jpg?w=500" alt="Can you see why for the first 5 minutes I thought the singer was a woman?" /></a></p>
<p>Last Friday night I was lucky enough to get a free ticket and my name on the guest list (thanks Tony!) to see <a href="http://www.themarsvolta.com/">The Mars Volta</a>. It was a good night, I got to see parts of the Brixton Academy new to me even though I&#8217;ve been there a fair number of times in the last decade. However, the gig itself was decidedly odd&#8230;<span id="more-29"></span>I should confess up front that I&#8217;d never listened to any of Mars Volta&#8217;s music before so its probably my own fault. They were loud, which is fine. They were loud and had a guy playing brass and often switched instruments with often 3 people playing percussion. However they were loud and they just wouldn&#8217;t stop.</p>
<p>Honestly they wouldn&#8217;t which was the strange thing. There was no support act, the tracks meandered on longer than any other band I&#8217;ve seen, often one bleeding into the next and at no point did they stop to speak to or even acknowledge the audience. If no audience had been there at all I fully expect they&#8217;d have got on stage and performed their 3 hour set (yes Three!) with the same energy and enthusiasm.</p>
<p>Maybe that counts as cool&#8230; but that accompanied with the vocals being less audible than the guy playing the maraccas makes me think it isn&#8217;t.</p>
<p>If any Mars Volta fans (Pete?) stumble upon this post please let me know what it is about them that I wasn&#8217;t getting and I&#8217;ll try and look out for it next time&#8230;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shovel.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shovel.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=29&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2008/03/19/the-mars-volta-weirdest-band-evarrr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>

		<media:content url="http://shovel.files.wordpress.com/2008/03/smaller.jpg" medium="image">
			<media:title type="html">Can you see why for the first 5 minutes I thought the singer was a woman?</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;I&#8217;m so complex!&#8221;</title>
		<link>http://lloydshove.com/2008/02/27/im-so-complex/</link>
		<comments>http://lloydshove.com/2008/02/27/im-so-complex/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 22:14:08 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[film]]></category>
		<category><![CDATA[eagle versus shark]]></category>
		<category><![CDATA[eagle vs shark]]></category>
		<category><![CDATA[napolean dynamite]]></category>
		<category><![CDATA[new zealand film]]></category>
		<category><![CDATA[superbad]]></category>

		<guid isPermaLink="false">http://shovel.wordpress.com/?p=28</guid>
		<description><![CDATA[Films (movies to any Americans reading) in which nothing dramatic or world changing happens but this nothing happens in a hilarious and often believably poignant and awkward way are increasing in popularity.Napolean Dynamite, Superbad and most recently (for me) Eagle &#8230; <a href="http://lloydshove.com/2008/02/27/im-so-complex/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=28&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://shovel.files.wordpress.com/2008/02/0082_xxx3_cd4.jpg?w=353&#038;h=197" alt="Shark vs Eagle image" align="top" height="197" width="353" /></p>
<p>Films (movies to any Americans reading) in which nothing dramatic or world changing happens but this nothing happens in a hilarious and often believably poignant and awkward way are increasing in popularity.<a href="http://www.imdb.com/title/tt0374900/">Napolean Dynamite</a>, <a href="http://www.imdb.com/title/tt0829482/">Superbad</a> and most recently (for me) <a href="http://www.imdb.com/title/tt0494222/quotes">Eagle versus Shark</a> for example.<span id="more-28"></span>  I just finished watching the later and its probably my favourite.  With painfully funny dry humour typical of antipdeans and excellent acting it beats the american-pieish Superbad and trounces Napoleon Dynamite as it is more consistently funny.  But please, don&#8217;t take my word for it, watch it and let me know what you think.<!--more-->ok, I told myself I wouldn&#8217;t&#8230;. but just one more quote;<b>Man on phone</b>: D&#8217;you want to leave a message?<b>Jarrod</b>: Tell him that justice is waiting for him.<b>Man on phone</b>: OK Justin. Thank you. Bye bye.[<i>hangs up</i>]<b>Jarrod</b>: No, justice. Justice.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shovel.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shovel.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=28&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2008/02/27/im-so-complex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>

		<media:content url="http://shovel.files.wordpress.com/2008/02/0082_xxx3_cd4.jpg" medium="image">
			<media:title type="html">Shark vs Eagle image</media:title>
		</media:content>
	</item>
		<item>
		<title>The weather outside is frightful</title>
		<link>http://lloydshove.com/2008/02/01/the-weather-outside-is-frightful/</link>
		<comments>http://lloydshove.com/2008/02/01/the-weather-outside-is-frightful/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 07:43:55 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[play]]></category>
		<category><![CDATA[snowboarding]]></category>
		<category><![CDATA[courchevel]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://shovel.wordpress.com/?p=26</guid>
		<description><![CDATA[This post has no interesting content for anyone other than myself. I shall endeavor to re-read it from as many different computers as possible to improve my wordpress stats though&#8230;.I&#8217;m currently a bit more excited about the holiday I&#8217;m going &#8230; <a href="http://lloydshove.com/2008/02/01/the-weather-outside-is-frightful/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=26&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm1.static.flickr.com/38/99217862_db34321b06_m.jpg" alt="ice fishing in finland" border="3" hspace="8" vspace="8" width="240" height="180" align="left" /><img src="http://l.yimg.com/www.flickr.com/images/spaceball.gif" alt="ice fishing in Finland" align="left" height="1" width="1" />This post has no interesting content for anyone other than myself.  I shall endeavor to re-read it from as many different computers as possible to improve my wordpress stats though&#8230;.<span id="more-26"></span>I&#8217;m currently a bit more excited about the holiday I&#8217;m going on next week than a fully grown human (no jokes about my height please) should be.  Next week I and 3 of my oldest long suffering friends are away in <a href="http://www.j2ski.com/snow_forecast/France/Courchevel_mini.html">(hopefully) snowy Courchevel</a> in the french Alps.  2 Of the guys haven&#8217;t snowboarded before and by the looks of the weather are in for a treat.  It snowed yesterday and is forecast to snow today and tomorrow just in time for the holiday to start.As long as I don&#8217;t <a href="http://www.flickr.com/photos/shovel/89349490/in/set-72157594271515759/">do this again </a>I&#8217;m sure we&#8217;ll have a great time.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shovel.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shovel.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=26&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2008/02/01/the-weather-outside-is-frightful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>

		<media:content url="http://farm1.static.flickr.com/38/99217862_db34321b06_m.jpg" medium="image">
			<media:title type="html">ice fishing in finland</media:title>
		</media:content>

		<media:content url="http://l.yimg.com/www.flickr.com/images/spaceball.gif" medium="image">
			<media:title type="html">ice fishing in Finland</media:title>
		</media:content>
	</item>
		<item>
		<title>Free the gnomes!  Buy a T-shirt!</title>
		<link>http://lloydshove.com/2008/01/20/free-the-gnomes-buy-a-t-shirt/</link>
		<comments>http://lloydshove.com/2008/01/20/free-the-gnomes-buy-a-t-shirt/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 09:49:18 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[charity]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[clap your hands say yeah]]></category>
		<category><![CDATA[clothing]]></category>
		<category><![CDATA[free the gnomes]]></category>
		<category><![CDATA[the shins]]></category>
		<category><![CDATA[wolf mother]]></category>
		<category><![CDATA[wolfmother]]></category>
		<category><![CDATA[yellow bird project]]></category>

		<guid isPermaLink="false">http://shovel.wordpress.com/2008/01/20/free-the-gnomes-buy-a-t-shirt/</guid>
		<description><![CDATA[I recently heard of the yellow bird project , a nice simple idea which allows the people running the company to make money for charity whilst interacting with and supporting the musicians they like. T-shirts designed by Wolfmother, Clap your &#8230; <a href="http://lloydshove.com/2008/01/20/free-the-gnomes-buy-a-t-shirt/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=24&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;"><img src="http://shovel.files.wordpress.com/2008/01/w22.jpg?w=500" alt="wolfmother gnome tee" /></div>
<p>I recently heard of <a href="http://www.yellowbirdproject.com/" title="YBP">the yellow bird project</a> , a nice simple idea which allows the people running the company to make money for charity whilst interacting with and supporting the musicians they like.</p>
<p>T-shirts designed by Wolfmother, Clap your hands say yeah and The Shins are available along with many more.</p>
<p>If you, like me, like quasi-unique T-shirts, music and doing your bit for charity I&#8217;d recommend you check them out.</p>
<p>I&#8217;ll be purchasing <a href="http://www.yellowbirdproject.com/wolfmother.html" title="wolfmother tee">Wolfmother&#8217;s</a> design to help release gnomes from the shackles of human opression (and make some money for the <a href="http://yellowbirdproject.com/charity/#tct" title="what it is">Teenage Cancer Trust</a> on the side)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shovel.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shovel.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=24&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2008/01/20/free-the-gnomes-buy-a-t-shirt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>

		<media:content url="http://shovel.files.wordpress.com/2008/01/w22.jpg" medium="image">
			<media:title type="html">wolfmother gnome tee</media:title>
		</media:content>
	</item>
		<item>
		<title>I told you, I&#8217;m not allowed to argue unless you&#8217;ve paid!</title>
		<link>http://lloydshove.com/2007/12/24/i-told-you-im-not-allowed-to-argue-unless-youve-paid/</link>
		<comments>http://lloydshove.com/2007/12/24/i-told-you-im-not-allowed-to-argue-unless-youve-paid/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 17:09:49 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[society]]></category>

		<guid isPermaLink="false">http://shovel.wordpress.com/2007/12/24/i-told-you-im-not-allowed-to-argue-unless-youve-paid/</guid>
		<description><![CDATA[Attribution to the Pythons for the title. I need to finally come out. I&#8217;m a big fan of Stephen Fry&#8217;s work. Mostly this is due to watching epiode after episode of QI and it making me feel as though it &#8230; <a href="http://lloydshove.com/2007/12/24/i-told-you-im-not-allowed-to-argue-unless-youve-paid/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=23&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.davidpbrown.co.uk/jokes/monty-python-arguement.html" title="argument sketch">Attribution to the Pythons for the title.</a></p>
<p>I need to finally come out.  I&#8217;m a big fan of <a href="http://en.wikipedia.org/wiki/Stephen_Fry">Stephen Fry&#8217;s</a> work.</p>
<p>Mostly this is due to watching epiode after episode of QI and it making me feel as though it makes me cleverer.</p>
<p>However I recently stumbled upon his blog <a href="http://stephenfry.com/blog/">here</a> and found he too is a big fat geek.  If you like words, technology or just, you know, fun I&#8217;d recommend reading it.<span id="more-23"></span></p>
<p>A recent post which stood out to me though is <a href="http://stephenfry.com/blog/?p=27" title="getting heated">this one</a>.  Its a little rambly (no bad thing) but its central point is <b>Heated debate is good.  We need not take it personally, and someone might just learn something.</b></p>
<p>As an argumentative short person with a <a href="http://en.wikipedia.org/wiki/Napoleon_complex">napoleon complex</a> I agree but don&#8217;t want to sound too much like a <a href="http://en.wikipedia.org/wiki/Daily_Mail#Common_satirical_target">Daily Mail Reader</a> (sorry Daily Mail readers, I&#8217;m sure the sports coverage is great but you know the stereotype) and be-moan the state of the country today, the education system and how policemen are looking younger these days.</p>
<p>Reasoned debate is good.  Listening to and hearing other peoples&#8217; side of the argument is great and learning from someone who knows more on a subject than you is like finding gold.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shovel.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shovel.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=23&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2007/12/24/i-told-you-im-not-allowed-to-argue-unless-youve-paid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>
	</item>
		<item>
		<title>F*ck goods in china!</title>
		<link>http://lloydshove.com/2007/12/15/fck-goods-in-china/</link>
		<comments>http://lloydshove.com/2007/12/15/fck-goods-in-china/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 10:21:02 +0000</pubDate>
		<dc:creator>shovel</dc:creator>
				<category><![CDATA[china]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[swearing]]></category>

		<guid isPermaLink="false">http://shovel.wordpress.com/2007/12/15/fck-goods-in-china/</guid>
		<description><![CDATA[No, this isn&#8217;t an article advocating a more protectionaist policy regarding imports of goods from the PRC&#8230; A friend pointed me to this article recently which gives a good explanation of one of the more infamous Chinese mistranslations. (Spoiler : &#8230; <a href="http://lloydshove.com/2007/12/15/fck-goods-in-china/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=22&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://stronsay.ldc.upenn.edu/myl/llog/Gan9.jpg" alt="mistranslation of 'Gan' - chinese for 'Dry' and also 'Fuck'." width="543" height="407" /></p>
<p>No, this isn&#8217;t an article advocating a more protectionaist policy regarding imports of goods from the PRC&#8230;</p>
<p>A friend pointed me to this <a title="dry/feck goods" href="http://itre.cis.upenn.edu/~myl/languagelog/archives/005195.html">article</a> recently which gives a good explanation of one of the more infamous Chinese mistranslations.</p>
<p>(Spoiler : it boils down to the chinese symbol for &#8216;dry&#8217; also meaning &#8216;fuck&#8217; in certain contexts.  contexts not well understood by translation software&#8230;)</p>
<p>The article is a nice crossroads between my interests of the Chinese language, profanity and technology.  The content is a bit dry but some of the other translations might raise a smile.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shovel.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shovel.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shovel.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shovel.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shovel.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shovel.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shovel.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shovel.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shovel.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shovel.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shovel.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shovel.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shovel.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shovel.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shovel.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shovel.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lloydshove.com&amp;blog=536943&amp;post=22&amp;subd=shovel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lloydshove.com/2007/12/15/fck-goods-in-china/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd462983c3903403c6e44bab7d7ea407?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">shovel</media:title>
		</media:content>

		<media:content url="http://stronsay.ldc.upenn.edu/myl/llog/Gan9.jpg" medium="image">
			<media:title type="html">mistranslation of &#039;Gan&#039; - chinese for &#039;Dry&#039; and also &#039;Fuck&#039;.</media:title>
		</media:content>
	</item>
	</channel>
</rss>
