<?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>Tamlyn &#187; Life</title>
	<atom:link href="http://tamlyn.org/category/life/feed/" rel="self" type="application/rss+xml" />
	<link>http://tamlyn.org</link>
	<description></description>
	<lastBuildDate>Mon, 02 Apr 2012 17:25:12 +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>Digital Christmas</title>
		<link>http://tamlyn.org/2011/12/humbug/</link>
		<comments>http://tamlyn.org/2011/12/humbug/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 23:00:02 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://tamlyn.org/?p=313</guid>
		<description><![CDATA[Send me a physical Christmas card and I&#8217;ll think kindly of you and feel bad for not sending you one myself. Send me a digital Christmas card and I&#8217;ll think badly of you and feel kind for not hassling you with my own badly designed, half-assed attempt at spreading seasonal bollocks.]]></description>
			<content:encoded><![CDATA[<p>Send me a physical Christmas card and I&#8217;ll think kindly of you and feel bad for not sending you one myself. Send me a digital Christmas card and I&#8217;ll think badly of you and feel kind for not hassling you with my own badly designed, half-assed attempt at spreading seasonal bollocks.</p>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2011/12/humbug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android powered robot tank</title>
		<link>http://tamlyn.org/2011/08/android-robot/</link>
		<comments>http://tamlyn.org/2011/08/android-robot/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 13:59:05 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ioio]]></category>
		<category><![CDATA[robot]]></category>

		<guid isPermaLink="false">http://tamlyn.org/?p=280</guid>
		<description><![CDATA[After half a lifetime of dreaming about it, I&#8217;ve finally started building a robot. It&#8217;s based on a remote controlled tank, an Android mobile phone and a IOIO board which connects the two via USB. Update: source is available on GitHub including some basic image processing stuff. The IOIO  is a small circuit board with a USB [...]]]></description>
			<content:encoded><![CDATA[<p>After half a lifetime of dreaming about it, I&#8217;ve finally started building a robot. It&#8217;s based on a remote controlled tank, an Android mobile phone and a IOIO board which connects the two via USB.</p>
<p><span id="more-280"></span></p>
<p><strong>Update</strong>: <a href="https://github.com/tamlyn/Billy-Robot">source is available on GitHub</a> including some basic image processing stuff.</p>
<p><img class="alignnone size-full wp-image-281" title="Assembled robot with phone and circuit board turned upside down" src="http://tamlyn.org/wordpress/wp-content/uploads/2011/08/P1000859.jpg" alt="" width="630" height="381" /></p>
<p>The <a href="http://www.sparkfun.com/products/10585">IOIO</a>  is a small circuit board with a USB socket, a microcontroller and 48 input/output pins.  Plug it into an Android phone and you can use software to write to or read from each of the pins. Roughly speaking, on is 3.3V and off is 0V. Some of the pins can also function as analogue inputs and PWM outputs.</p>
<p>I initially looked at <a href="http://www.arduino.cc">Arduino</a> but in the end IOIO made more sense for a number of reasons:</p>
<ul>
<li>Pure Java API &#8211; no new languages to learn</li>
<li>USB built in &#8211; Arduino controller would need a USB host shield to communicate with the phone</li>
<li>Cheaper than Arduino + USB shield</li>
<li>More IO pins than I could ever need</li>
</ul>
<p>In theory, the IOIO board works with any Android device. In practice, there are many <a href="https://groups.google.com/d/topic/ioio-users/pW0wlUQnlUI/discussion">phones it doesn&#8217;t work with</a>. The first phone I bought had to be returned to the shop and the second phone only worked after upgrading it to a non operator branded version of Android. On the other hand it worked straight off when I tested it with someone else&#8217;s Nexus One and HTC Desire.</p>
<h3>Hardware</h3>
<p>The first step was to dismantle the tank and strip out the internal RC circuit. That left only the tracks, drive motors (and gears), battery and on-off switch. Sadly that meant losing the BB gun in the turret. There&#8217;s always a next time.</p>
<p><img class="alignnone size-full wp-image-284" title="Disassembled tank" src="http://tamlyn.org/wordpress/wp-content/uploads/2011/08/P1000871.jpg" alt="" width="630" height="355" /></p>
<p>Due to current draw issues, I couldn&#8217;t just connect the tank&#8217;s motors to the output pins of the IOIO. At best it would not work, at worst it could fry the circuit. I bought a <a href="http://www.sparkfun.com/products/9457">TB6612FNG motor driver</a> circuit which controls two motors using a PWM channel and two digital channels per motor. It connects directly to the battery to provide up to 1A current to each motor. I was initially worried about damage from <a href="http://en.wikipedia.org/wiki/Counter-electromotive_force">back-EMF</a> but so far that hasn&#8217;t been a problem.</p>
<p>The final pieces of equipment were a set of header pins to solder into the IOIO and TB6612 and a solderless breadboard to make it easy to reconfigure the circuit if necessary.</p>
<p><img class="alignnone size-full wp-image-283" title="IOIO and TB6612 on a breadboard" src="http://tamlyn.org/wordpress/wp-content/uploads/2011/08/P1000866.jpg" alt="" width="630" height="354" /></p>
<p>In the photo above:</p>
<ul>
<li>The black and yellow wires, centre right, are 10V and ground from the battery (via on-off switch)</li>
<li>The black and red wires, top and left, go to the motors</li>
<li>The blue wires are carrying 10V from the battery</li>
<li>The yellow and green wire is carrying 3.3V from the IOIO to drive the TB6612 chip</li>
<li>The brown wires are ground</li>
<li>The TB6612 and IOIO control pins are connected through the breadboard</li>
</ul>
<h3>Software</h3>
<p>I&#8217;m still not sure what this robot will ultimately do but an obvious first step seemed to be to make it remote controllable over the internet.</p>
<p>This is my first Android project but thankfully the <a href="http://developer.android.com/sdk/">Android SDK</a> and documentation are outstanding. With the help of a few <a href="http://thinkandroid.wordpress.com/2010/03/27/incorporating-socket-programming-into-your-applications/">tutorials</a> I went from Hello World to a simple app that accepted HTTP connections in just a few hours.</p>
<p><img class="alignnone size-full wp-image-282" title="Circuits" src="http://tamlyn.org/wordpress/wp-content/uploads/2011/08/P1000862.jpg" alt="" width="630" height="354" /></p>
<p>I now have a basic HTTP server on the phone which serves up a single web page and then listens for commands sent from that page over AJAX. Sending real time commands over HTTP is tricky because of the overhead in setting up TCP connections and the fact that requests may arrive out of sequence. I got around the first problem by using HTTP 1.1 persistent connections and the second by including a counter variable with each request. Any request with a counter value less than the last one received is ignored.</p>
<p>Using multiple threads on the phone to handle each incoming request, I&#8217;ve got response times over wifi down to around 30ms which is good enough. I&#8217;ve not yet tried it over 3G but I suspect network latency may be a big problem.</p>
<p>I looked into using <a href="http://en.wikipedia.org/wiki/User_Datagram_Protocol">UDP</a> instead of TCP to send the commands as that&#8217;s what <a href="http://en.wikipedia.org/wiki/Real-time_Transport_Protocol">RTP</a> uses. However there&#8217;s no way to send UDP packets from JavaScript and I didn&#8217;t want to have to use Flash or Java on the client side.</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/PqfHebVifzc?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<h3>Next</h3>
<p>Likely next steps are:</p>
<ul>
<li>Stream video from the camera to the browser so I can drive it from another room (or country)</li>
<li>Improve the input UI to make it easier to drive</li>
<li>Implement some basic machine vision algorithms such as line following or the classic <a href="http://en.wikipedia.org/wiki/Phototrope">photovore</a> behaviour (drives towards light)</li>
</ul>
<div>Other ideas for the future:</div>
<ul>
<li>Add a laser line to the front to make a <a href="https://sites.google.com/site/todddanko/home/webcam_laser_ranger">budget laser rangefinder</a></li>
<li>Let other people control it over the internet</li>
<li>Use the Android text-to-speech and the phone screen to give it a voice and a face</li>
<li>Hook it up to a thermal receipt printer and make it physically deliver my emails</li>
<li>Implement a behaviour-based robotics API with swappable behaviours</li>
<li>Foster a community of robot builders using the same API to create a pool of behaviours which can be combined to generate highly complex robot personalities</li>
<li>Skynet</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2011/08/android-robot/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Technology is trade</title>
		<link>http://tamlyn.org/2011/03/technology-is-trade/</link>
		<comments>http://tamlyn.org/2011/03/technology-is-trade/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 12:46:50 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://tamlyn.org/?p=272</guid>
		<description><![CDATA[I&#8217;m enjoying reading The Undercover Economist by Tim Harford. It&#8217;s a good introduction to the basic concepts of economics disguised as an exposé on the hidden motives of the world around you. This passage about the equivalence, from a worker&#8217;s perspective, between new technology and free trade particularly caught my eye: Economist David Friedman observes, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m enjoying reading <em><a href="http://www.amazon.co.uk/Undercover-Economist-Tim-Harford/dp/0349119856/timharford-21">The Undercover Economist</a></em> by <a href="http://twitter.com/TimHarford">Tim Harford</a>. It&#8217;s a good introduction to the basic concepts of economics disguised as an exposé on the hidden motives of the world around you.</p>
<p><span id="more-272"></span>This passage about the equivalence, from a worker&#8217;s perspective, between new technology and free trade particularly caught my eye:</p>
<blockquote><p>Economist David Friedman observes, for instance, that there are two ways for the United States to produce cars: they can build them in Detroit or they can grow them in Iowa. Growing them in Iowa makes use of a special technology that turns wheat into Toyotas: simply put the wheat onto ships and send them out into the Pacific ocean. The ships come back a short while later with Toyotas on them. The technology used to turn wheat into Toyotas is called &#8216;Japan&#8217;, but it could just as easily be a futuristic biofactory floating off the coast of Hawaii.</p></blockquote>
<p>Jobs may be lost when new technology or cheaper imports make old production methods obsolete. But, since there can be no imports without exports, jobs are also created. On the whole everyone is better off, even if some end up having to retrain.</p>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2011/03/technology-is-trade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The abuse of terror: a letter to my MP</title>
		<link>http://tamlyn.org/2009/04/freedom-vs-terrorism/</link>
		<comments>http://tamlyn.org/2009/04/freedom-vs-terrorism/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 02:20:15 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://tamlyn.org/?p=215</guid>
		<description><![CDATA[I just wrote a letter to my MP and thought it would be worth sharing here. Dear Meg Hillier,  I am concerned by the great potential for misuse presented by the anti-terrorism legislation introduced in recent years. It is an issue that has worried me for some time but I have been moved to write [...]]]></description>
			<content:encoded><![CDATA[<p>I just wrote a letter to my MP and thought it would be worth sharing here.<br />
<span id="more-215"></span></p>
<blockquote><p>Dear Meg Hillier, </p>
<p>I am concerned by the great potential for misuse presented by the anti-terrorism legislation introduced in recent years. It is an issue that has worried me for some time but I have been moved to write to you now after hearing the topic raised in parliament today.</p>
<p>The latest cause for concern is the use of the <a href="http://en.wikipedia.org/wiki/Counter-Terrorism_Act_2008">Counter Terrorism Act 2008</a> in restricting the public&#8217;s freedom to take photographs featuring police constables. The act contains the clause &#8220;[photographs] of a kind likely to be useful to a person committing or preparing an act of terrorism&#8221; and yet, after barely a month of the law being in force, there are already reports of abuse. One such report involves an elderly man being intimidated into deleting an image in which a police car was visible parked on double-yellow lines.</p>
<p>But the larger issue is the multitude of wide-reaching powers being granted to the police force under the banner of anti-terrorism in what I believe to be a climate of fear and unwarranted hysteria. One such power is the much publicised 28 day detention without charge but there are many others of equally questionable validity. Not only am I vehemently opposed to any extension of the 28 day period but I believe that 28 days is already too long and must be reduced. We are assured that these laws are necessary for our safety and will only be used against extremists, yet time and again we see the same laws being abused and misused.</p>
<p>During the Heathrow Climate Camp in August 2007, for example, it was widely reported in the media that <a href="http://www.channel4.com/news/articles/society/environment/heathrow+gears+up+for+climate+camp/674162">police had been briefed</a> to use laws introduced under the <a href="http://en.wikipedia.org/wiki/Terrorism_Act_2006">Terrorism Act 2006</a> against the protesters. The attempts to justify this by claiming that the assembled environmentalists presented a terrorist threat were laughable.</p>
<p>It is not possible to introduce legislation to be &#8220;used only against terrorists&#8221;. The police, by definition, do not know if a suspect is a terrorist at the time he or she is detained, or else an extended detention period would not be required. So who gets to decide when counter terrorism laws are applicable? It&#8217;s only a small leap of the imagination from here to an Orwellian reality in which losing your freedom is just one wrong thought away.</p>
<p>I am sympathetic to the police&#8217;s cause and I understand that investigators want more time in order to do their work to the best of their abilities. But I challenge you to show me any professional who does not believe they could do a better job if only they were given more time in which to do it.</p>
<p>While the events of <a href="http://en.wikipedia.org/wiki/7_July_2005_London_bombings">7th July 2005</a> were undeniably tragic for the friends &amp; relatives of those who lost their lives, it is worth keeping a sense of perspective. In the UK, more people are <a href="http://www.statistics.gov.uk/cci/nugget.asp?id=1208">killed in traffic accidents</a> <em>every week</em> than have died in terrorist related incidents in the past <em>10 years</em>. If we, as a society, are not willing to give up the convenience that cars afford us, then how can we justify giving up our human right to freedom?</p>
<p>Yours sincerely,</p>
<p>Tamlyn Rhodes.</p></blockquote>
<p>This is probably the political issue I feel strongest about right now. These laws scare me far more than the terrorism they are meant to protect me from. And yet i feel pretty powerless to do anything about it.</p>
<p>For now, writing to my MP will have to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2009/04/freedom-vs-terrorism/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Timewasting Letters</title>
		<link>http://tamlyn.org/2008/11/timewasting-letters/</link>
		<comments>http://tamlyn.org/2008/11/timewasting-letters/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 19:11:25 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[complaints]]></category>
		<category><![CDATA[letters]]></category>
		<category><![CDATA[trains]]></category>

		<guid isPermaLink="false">http://tamlyn.org/?p=133</guid>
		<description><![CDATA[I wrote to East Midlands Trains last week to claim a refund for a cancelled train. Yesterday I received this reply: Dear Ms Rhodes Thank you for writing to us on 13 November 2008. We realise how important it is to provide a quick response, particularly if you have had a bad experience. Although we [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote to East Midlands Trains last week to claim a refund for a cancelled train. Yesterday I received this reply:<span id="more-133"></span></p>
<blockquote><p>Dear Ms Rhodes</p>
<p>Thank you for writing to us on 13 November 2008. We realise how important it is to provide a quick response, particularly if you have had a bad experience.</p>
<p>Although we aim to respond in 5 working days, you will definitely receive a full response within 20 working days of us receiving your letter.</p>
<p>Yours sincerely</p>
<p>Carol Payne</p></blockquote>
<p>I was mentally composing a response along the lines of:</p>
<blockquote><p>Dear Mr Payne</p>
<p>I am writing to you to confirm that I have received your letter confirming that you have received my letter. Although I aim to respond in 5 working days, your letter appears to be a waste of everyone&#8217;s time and, as such, not deserving of a response.</p></blockquote>
<p>However this morning I received 4 vouchers for £5, £10, £5 and £1 so I probably won&#8217;t bother.</p>
<p>National Express, on the other hand, have yet to reply to any of my letters.</p>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2008/11/timewasting-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heartfelt customer service</title>
		<link>http://tamlyn.org/2008/08/heartfelt-customer-service/</link>
		<comments>http://tamlyn.org/2008/08/heartfelt-customer-service/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 16:36:06 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[copywriting]]></category>
		<category><![CDATA[customer service]]></category>

		<guid isPermaLink="false">http://tamlyn.org/?p=116</guid>
		<description><![CDATA[I read an interesting letter yesterday from Ecotricity, my electricity supplier. I received it a couple of weeks ago but hadn&#8217;t opened it because i thought it was a bill! It&#8217;s essentially a notice of price increases but instead of simply stating the new unit price, Dale Vince (Managing Director of Ecotricity) attempts to explain [...]]]></description>
			<content:encoded><![CDATA[<p>I read an interesting letter yesterday from <a href="http://www.ecotricity.co.uk/">Ecotricity</a>, my electricity supplier. I received it a couple of weeks ago but hadn&#8217;t opened it because i thought it was a bill!<span id="more-116"></span></p>
<p>It&#8217;s essentially a notice of price increases but instead of simply stating the new unit price, Dale Vince (Managing Director of Ecotricity) attempts to explain the global economic forces behind the increase. After mentioning the growing demand for fossil fuels from the developing world and how the rising prices are exacerbated by the futures markets, he explains why a green energy supplier should be affected at all:</p>
<blockquote><p>I know that it can seem counter intuitive to some of our customers, that we should be affected by rising prices for fossil fuels. But until we generate the majority of our own power from green sources we will remain affected by the &#8216;market&#8217; and the same is true of the UK as a whole.</p></blockquote>
<p>The tone of the letter is really honest, and does not shy away from admitting the company&#8217;s weakness:</p>
<blockquote><p>Our policy, indeed our promise, is to match exactly the price of the Big Six in each area, and so we need to raise our own prices. But this is not just a matter of policy and we won&#8217;t be adding to our profits from this. It&#8217;s a matter of necessity that we raise prices to match our increased costs.</p>
<p>For the last few months we have been absorbing significantly higher costs. Following EDF&#8217;s price increase now will allow us to restore our position. Quite honestly, we could not have gone for many more weeks without raising prices, even if EDF had not.</p></blockquote>
<p>It&#8217;s stuff like this that makes me love my electricity supplier &#8211; and that&#8217;s probably not a phrase you&#8217;re likely to hear very often!</p>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2008/08/heartfelt-customer-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things I found in my car (that I didn&#8217;t put there)</title>
		<link>http://tamlyn.org/2008/07/things-i-found-in-my-car-that-i-didnt-put-there/</link>
		<comments>http://tamlyn.org/2008/07/things-i-found-in-my-car-that-i-didnt-put-there/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 14:58:12 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://tamlyn.org/?p=110</guid>
		<description><![CDATA[The car doctor unexpectedly had the car valeted, washed and partially resprayed. It looks pretty good now so I felt I had to do something about the junk that has accumulated inside. Here is a selection of the things I found. A copy of Grazia from 2007 An A1 size poster for Prison Break A [...]]]></description>
			<content:encoded><![CDATA[<p>The car doctor unexpectedly had the car valeted, washed and partially resprayed. It looks pretty good now so I felt I had to do something about the junk that has accumulated inside. Here is a selection of the things I found.<span id="more-110"></span></p>
<ul>
<li>A copy of Grazia from 2007</li>
<li>An A1 size poster for <em>Prison Break</em></li>
<li>A sock<em><br />
</em></li>
<li>A piece of wood</li>
<li>One and a half UK road atlases</li>
<li>An empty bottle of Ribena</li>
<li>A 33cl bottle of Vittel</li>
<li>A jar of Sainsbury&#8217;s sugocasa best before August 2008</li>
<li>Three golf clubs (wedge, 9-iron, putter)</li>
<li>Four golf balls</li>
<li>Three and a half golf tees</li>
<li>A tent peg</li>
<li>A toothbrush</li>
<li>Two pairs of sun glasses</li>
<li>An old-style Nokia charger (the cigarette lighter socket was stolen with the CD player)</li>
<li>Various vacuum cleaner attachments (but no vacuum cleaner)</li>
<li>A camping stove</li>
<li>The lock from someone&#8217;s front door</li>
<li>A key (which doesn&#8217;t fit the lock)</li>
<li>A 50 drachma coin</li>
<li>Some kind of sherbert in a lemon-shaped plastic container</li>
<li>A scarf</li>
<li>A blanket</li>
<li>A picnic blanket</li>
<li>Duran Duran collectors edition CD (free with the Daily Mail)</li>
<li>A plastic foot</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2008/07/things-i-found-in-my-car-that-i-didnt-put-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>easyJet Global Warming Propaganda</title>
		<link>http://tamlyn.org/2008/05/easyjet-global-warming-propaganda/</link>
		<comments>http://tamlyn.org/2008/05/easyjet-global-warming-propaganda/#comments</comments>
		<pubDate>Wed, 21 May 2008 17:40:50 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[easyjet]]></category>
		<category><![CDATA[flying]]></category>
		<category><![CDATA[global warming]]></category>
		<category><![CDATA[greenhouse gases]]></category>
		<category><![CDATA[propaganda]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://tamlyn.org/?p=99</guid>
		<description><![CDATA[&#8220;Flying produces a fraction of global greenhouse gases&#8221; says the reassuring sticker on the seat in front of me. &#8220;Ah, well that&#8217;s nice. Now that I don&#8217;t feel guilty about flying I think I&#8217;ll book another holiday!&#8221; But, just for fun, lets look at those stats a little closer&#8230; The first thing you&#8217;ll notice is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/cleomedes/2510810437/"><img class="alignright" style="float: right;" src="http://farm3.static.flickr.com/2116/2510810437_ccd2a75942_m.jpg" alt="" /></a>&#8220;Flying produces a fraction of global greenhouse gases&#8221; says the reassuring sticker on the seat in front of me. &#8220;Ah, well that&#8217;s nice. Now that I don&#8217;t feel guilty about flying I think I&#8217;ll book another holiday!&#8221;</p>
<p>But, just for fun, lets look at those stats a little closer&#8230;<span id="more-99"></span></p>
<p>The first thing you&#8217;ll notice is that it isn&#8217;t to scale. The 10% arrow is much thicker than 5 of the 2% arrows and the 32% one is only a little wider than the 10% arrow.</p>
<p>The numbers from the six categories add up to 100% implying that those six icons represent <em>all</em> greenhouse gas emissions. So the car presumably means <em>all</em> road transport (what about trains &amp; boats?) The factory must represent industry? The trees are deforestation and forest fires and the like (does that include farming?). The plug is power generation. And the cloud is&#8230; fuck knows. Miscellaneous? The weather? Bad thoughts? In that context, 2% of global emissions coming from a single industry suddenly seems like quite a lot. Indeed, it is about as much as that generated by <a href="http://www.airportwatch.org.uk/briefingsheets/detail.php?art_id=143">all human activity in Africa</a>!</p>
<p>It appears that the 2% figure quoted comes from an Intergovernmental Panel on Climate Change report which is undeniably a reliable source. However that report is from 16 years ago during which time the volume of flights has skyrocketed (no pun intended).</p>
<p>Also very importantly it doesn&#8217;t take into account the fact that because the greenhouse gases from flying are released high in the atmosphere, they are <a href="http://www.worldwatch.org/node/5463">2 to 4 times more damaging</a> than the same gases released at ground level. Nor does it consider that the water vapour produced by aircraft <a href="http://www.airportwatch.org.uk/briefingsheets/detail.php?art_id=143">leads to the formation of cirrus clouds</a> that also contribute to global warming. Indeed, carbon dioxide accounts for only a third of aviation&#8217;s impact on the atmosphere.</p>
<p>But in the end, even if aviation&#8217;s impact on global warming really was that small, why is that a reason not to try and reduce it?</p>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2008/05/easyjet-global-warming-propaganda/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cool Things</title>
		<link>http://tamlyn.org/2008/05/cool-things/</link>
		<comments>http://tamlyn.org/2008/05/cool-things/#comments</comments>
		<pubDate>Tue, 06 May 2008 16:38:46 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://tamlyn.org/?p=92</guid>
		<description><![CDATA[So it&#8217;s Monday again and&#8230; what it&#8217;s Tuesday? Where did Monday go? And I&#8217;ve got to do what by the end of the week? If being back at work after a bank holiday weekend of basking in the sun is making you feel a little stressed, here are some cool things to cheer you up. [...]]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s Monday again and&#8230; what it&#8217;s Tuesday? Where did Monday go? And I&#8217;ve got to do <em>what</em> by the end of the week? If being back at work after a bank holiday weekend of basking in the sun is making you feel a little stressed, here are some cool things to cheer you up.</p>
<ul>
<li><a href="http://www.37signals.com/svn/posts/994-festo-airjelly">Festo AirJelly</a> &#8211; a flying jellyfish airship thing. Very calming.</li>
<li><a href="http://www.christiaanpostma.nl/clock_3.htm">Clock Sculpture</a> &#8211; 150 separate hands that rotate to spell out the name of the current hour</li>
<li><a href="http://www.etre.com/blog/2008/04/jiyeon_songs_one_day_poem_pavilion/">One Day Poem Pavillion</a> &#8211; holes drilled in the &#8216;pavillion&#8217; form patterns on the floor which spell out a different poem every hour</li>
<li><a href="http://dowebsitesneedtolookexactlythesameineverybrowser.com/">Do web sites need to look exactly the same in everybrowser?</a> &#8211; unambiguously answers one question</li>
<li><a href="http://www.vimeo.com/lipdub">Lip Dub Stars</a> &#8211; turn up the volume for this one!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2008/05/cool-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disadvantages of Working From Home</title>
		<link>http://tamlyn.org/2008/03/disadvantages-of-working-from-home/</link>
		<comments>http://tamlyn.org/2008/03/disadvantages-of-working-from-home/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 16:09:33 +0000</pubDate>
		<dc:creator>Tamlyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[teleworking]]></category>
		<category><![CDATA[wfh]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[working from home]]></category>

		<guid isPermaLink="false">http://tamlyn.org/2008/03/disadvantages-of-working-from-home/</guid>
		<description><![CDATA[I&#8217;ve just been without electricity for half an hour while the landlady installed our new oven and I helped her carry the old one out to the bins. I suppose I could just as easily view it as an enforced exercise break]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just been without electricity for half an hour while the landlady installed our new oven and I helped her carry the old one out to the bins. I suppose I could just as easily view it as an enforced exercise break <img src='http://tamlyn.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tamlyn.org/2008/03/disadvantages-of-working-from-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

