<?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>Stuff and Things</title>
	<atom:link href="http://www.louishoughton.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.louishoughton.com</link>
	<description>MURMURINGS FROM THE MIND OF LOUIS HOUGHTON</description>
	<lastBuildDate>Wed, 06 Feb 2013 20:52:05 +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>My first WTF</title>
		<link>http://www.louishoughton.com/2013/02/06/my-first-wtf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-first-wtf</link>
		<comments>http://www.louishoughton.com/2013/02/06/my-first-wtf/#comments</comments>
		<pubDate>Wed, 06 Feb 2013 20:52:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[bad code]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=492</guid>
		<description><![CDATA[A couple of months ago I managed to get myself a new job as a programmer. It was a pretty great feeling achieving what I had been working towards for the past three years. I&#8217;m a couple of months in and I&#8217;m starting to get the hang of things and feel more comfortable. However, it&#8217;s quite <a href='http://www.louishoughton.com/2013/02/06/my-first-wtf/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago I managed to get myself a new job as a programmer. It was a pretty great feeling achieving what I had been working towards for the past three years. I&#8217;m a couple of months in and I&#8217;m starting to get the hang of things and feel more comfortable. However, it&#8217;s quite a shock to the system going from the nice, well thought out examples of code seen in textbooks and blog posts to a giant code base  filled with fixes, patches and rushed code.</p>
<p>The culprit that made me write this post was a real corker. Whenever anyone checks in code changes all of the tests are run automatically so everyone can see if the changes broke anything. If a test fails after you&#8217;ve changed something then you generally know that you&#8217;ve done something wrong. I say generally because today I checked in some changes and was faced with a failing test in a completely unrelated project. It&#8217;s a horrible feeling seeing your name next to a bright red test failure.</p>
<p>So I went to investigate the test. It didn&#8217;t look like it used anything I changed but you never know. The test was checking some date validation. A date is valid if it&#8217;s between 90 days old and 90 days in the future. The test expected the result to be valid however it was using a hard coded date as input. The input date was valid yesterday but today was over 90 days on. This meant that the test would fail at least every 180 days unless someone changed the hardcoded date. It also meant that the sap who happened to check in code the day the test date was suddenly invalid was blamed for the test failure!</p>
<p>I did what any self respecting programmer would and fixed the test to use the current date as a seed and then wrote more tests to check 90 days before and after the seed date as well as the other boundary values.</p>
<p>So today I learnt that wild code is very different from textbook code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2013/02/06/my-first-wtf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Books read in 2012</title>
		<link>http://www.louishoughton.com/2013/01/03/books-read-in-2012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=books-read-in-2012</link>
		<comments>http://www.louishoughton.com/2013/01/03/books-read-in-2012/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 18:54:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=488</guid>
		<description><![CDATA[This year&#8217;s reading achievement definitely has to be finishing all of Kurt Vonnegut&#8217;s novels. I had them all downloaded on my Kindle so whenever I finished a book and couldn&#8217;t think of what to ready next I would randomly choose a Vonnegut book and ready that. They also make a nice change after epics like <a href='http://www.louishoughton.com/2013/01/03/books-read-in-2012/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This year&#8217;s reading achievement definitely has to be finishing all of Kurt Vonnegut&#8217;s novels. I had them all downloaded on my Kindle so whenever I finished a book and couldn&#8217;t think of what to ready next I would randomly choose a Vonnegut book and ready that. They also make a nice change after epics like Game of Thrones and Hyperion due to their short length and light heartedness.</p>
<p>The standout book of the year is probably Ready Player One. I didn&#8217;t really know what to expect beyond the geek and 80s references everyone talks about so the engaging story and likeable characters were a nice surprise.</p>
<p>Next year I want to start reading a bit more horror. I love horror movies but I&#8217;m not very knowledgeable on horror novels at all so I think I&#8217;ll try and change that. I&#8217;ve just finished The Rats so that&#8217;s a start.</p>
<ol>
<li>Slapstick (or Lonesome No More) by Kurt Vonnegut</li>
<li>Batman Year One by Frank Miller</li>
<li>Ready Player One by Ernest Cline</li>
<li>Neuromancer by William Gibson</li>
<li>God Bless You Mr Rosewater by Kurt Vonnegut</li>
<li>Mass Effect Revelation by Drew Karpysyhn</li>
<li>The Year of the Flood by Margaret Atwood</li>
<li>Breakfast of Champions by Kurt Vonnegut</li>
<li>Childhood&#8217;s End by Arthur C Clarke</li>
<li>Foundation by Issac Asimov</li>
<li>Catch-22 by Joseph Heller</li>
<li>Galapagos by Kurt Vonnegut</li>
<li>Fight Club by Chuck Palahniuk</li>
<li>The Colour of Magic by Terry Pratchett</li>
<li>A Game of Thrones by George RR Martin</li>
<li>Deadeye Dick by Kurt Vonnegut</li>
<li>Pale Blue Dot by Carl Sagan</li>
<li> M is for Magic by Neil Gaiman</li>
<li>Jailbird by Kurt Vonnegut</li>
<li>A Canticle for Leibowitz by Walter M. Miller</li>
<li>Hocus Pocus by Kurt Vonnegut</li>
<li>The Fall of Hyperion by Dan Simmons</li>
<li>Death by Black Hole by Neil Degrasse Tyson</li>
<li>Bluebeard by Kurt Vonnegut</li>
<li>The Drowned World by J.G. Ballard</li>
<li>Of Mice and Men by John Steinbeck</li>
<li>The Hammer of God by Arthur C. Clarke</li>
<li>The Rats by James Herbert</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2013/01/03/books-read-in-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roman Holiday</title>
		<link>http://www.louishoughton.com/2012/11/09/roman-holiday/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=roman-holiday</link>
		<comments>http://www.louishoughton.com/2012/11/09/roman-holiday/#comments</comments>
		<pubDate>Fri, 09 Nov 2012 17:30:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=466</guid>
		<description><![CDATA[So better late than never I thought I just post something about my weekend in Rome back in September. My girlfriend Jordan and I spent two and a half days wandering around the city looking at old things, eating nice food and resisting the temptation to stroke the many stray cats. Our flight out ended <a href='http://www.louishoughton.com/2012/11/09/roman-holiday/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>So better late than never I thought I just post something about my weekend in Rome back in September. My girlfriend Jordan and I spent two and a half days wandering around the city looking at old things, eating nice food and resisting the temptation to stroke the many stray cats.</p>
<p><a href="http://www.louishoughton.com/wp-content/uploads/2012/09/DSC02748.jpg"><img class="alignnone  wp-image-469" title="Forum" src="http://www.louishoughton.com/wp-content/uploads/2012/09/DSC02748-1024x477.jpg" alt="" width="626" height="291" /></a></p>
<p>Our flight out ended up being delayed by two hours (yay Easyjet!). We had already arrived at the airport nerdishly early so we ended up with a four hour wait. We then missed the train into Rome by a minute due to a weird ticket machine so the journey ended up feeling a lot longer than it should have been.</p>
<p>The morning of the first day was spent looking around the Colosseum, Forum and Palentine Hill. We were given a great tip for buying tickets to the Colosseum. If you walk 200 metres up the road and you can buy a combined ticket for all three sights at the entrance to Palentine Hill. You can then straight into the Colosseum skipping the massive queue.</p>
<p><a href="http://www.louishoughton.com/wp-content/uploads/2012/09/DSC02729.jpg"><img class="alignnone  wp-image-468" title="Colosseum" src="http://www.louishoughton.com/wp-content/uploads/2012/09/DSC02729-1024x476.jpg" alt="" width="556" height="258" /></a></p>
<p>I won&#8217;t list everything we saw that day otherwise we would be here all day. That evening we found a small family run restaurant for dinner called <a title="La. Vecchia. Conca" href="http://www.lavecchiaconca.it/"><em>La</em>. <em>Vecchia</em>. <em>Conca</em></a> . It ended up being some of the best Italian food I&#8217;ve ever had. Even the simple bruschetta starter was amazing.</p>
<p>The next day was mainly spent trudging around the Vatican Museums. I&#8217;m sure they would have been very beautiful and quite interesting if we were able to actually stand and look at anything. We were swept along in a huge group of tourists until we got to the Sistine Chapel where everyone stood around taking photos and talking loudly (two things explicitly forbidden).</p>
<p>We ended the day by finding a small pizzeria in town and having some decent (although not fantastic) pizza. We walked back to the hotel past the Forum and Colosseum all lit up as the sun had gone down which was a rather breath taking sight.</p>
<p>Our flight home wasn&#8217;t until the afternoon of the next day but we didn&#8217;t really do anything productive.</p>
<p>Rome is a stunning city and I would definitely recommend that everyone visit. You can&#8217;t quite believe the amount of Ancient Roman stuff they still have lying around everywhere.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2012/11/09/roman-holiday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freedom of speech (or hassling your MP)</title>
		<link>http://www.louishoughton.com/2012/10/12/freedom-of-speech-or-hassling-your-mp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=freedom-of-speech-or-hassling-your-mp</link>
		<comments>http://www.louishoughton.com/2012/10/12/freedom-of-speech-or-hassling-your-mp/#comments</comments>
		<pubDate>Fri, 12 Oct 2012 13:09:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[freedom of speech]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Milton Keynes]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=476</guid>
		<description><![CDATA[I&#8217;ve been watching in horror over recent months as people are fined and jailed because they&#8217;ve made an offensive comment or joke online. This is a worrying direction in which we are heading. Freedom of speech should be protected at all costs. I decided I would write to my MP expressing my worry and asking <a href='http://www.louishoughton.com/2012/10/12/freedom-of-speech-or-hassling-your-mp/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been watching in horror over recent months as people are fined and jailed because they&#8217;ve made an offensive comment or joke online.</p>
<p>This is a worrying direction in which we are heading. Freedom of speech should be protected at all costs. I decided I would write to my MP expressing my worry and asking if this subject could be raised. I think you should do the same. If I get a response I will update this post or make a new one.</p>
<blockquote><p>Dear Iain Stewart,</p>
<p>I hope this e-mail finds you well.</p>
<p>I am writing in response to the recent spate of heavy handed sentencing in regards to statements and jokes made on social media sites such as Facebook and Twitter.</p>
<p>I hoped that the overturning of Paul Chambers&#8217; conviction in the &#8216;Twitter Joke Trial&#8217; would set a precedent in regards to to this subject but instead it seems that judges are continuing to hand out sentences that are grossly out of proportion with the supposed crime as a knee jerk reaction. Sentencing should not be affected by &#8216;public outrage&#8217;.</p>
<p>For example, I refer you to the recent case of Matthew Woods whereby a tasteless and insensitive joke has landed the 19 year old a custodial sentence. This sets a dangerous precedent. Should we really be legislating against bad taste humour? Who decides when the line has has been overstepped?</p>
<p>I also refer you to the recent sentencing of Azhar Ahmed. A young man who expressed an unpopular opinion regarding several dead British soldiers on Facebook. A comment on a website has got him a fine, 240 hours community service and a criminal record. Would the sentence be as tough had the soldiers been foreign nationals and the defendant white?</p>
<p>I can quote several other similar cases from the past year if required.</p>
<p>I am not defending the view points of these people. I am, however, defending the right to express a view that others may dislike or be offended by. Surely you agree that free speech should be a basic right of any British citizen? On a related point, is this seriously an appropriate use of police time in this era of austerity?</p>
<p>As my member of parliament I would greatly appreciate it if you could discuss this subject with fellow MPs and raise the debate in the house of commons.</p>
<p>Thank you for taking the time to read this e-mail.</p>
<p>Yours sincerely,</p>
<p>Louis Houghton</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2012/10/12/freedom-of-speech-or-hassling-your-mp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>raspbmc &#8211; XBMC on Raspberry Pi</title>
		<link>http://www.louishoughton.com/2012/09/01/raspbmc-xbmc-on-raspberry-pi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=raspbmc-xbmc-on-raspberry-pi</link>
		<comments>http://www.louishoughton.com/2012/09/01/raspbmc-xbmc-on-raspberry-pi/#comments</comments>
		<pubDate>Sat, 01 Sep 2012 08:10:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Boxee]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=450</guid>
		<description><![CDATA[I think I may have decided upon a use for my Raspberry Pi. It&#8217;s now running raspbmc - a optimised port of the media centre software XBMC. For such a teeny and low powered device it runs it beautifully. Performance is a bit more sluggish than my Acer Revo R3700 running XBMCbuntu but some of the added <a href='http://www.louishoughton.com/2012/09/01/raspbmc-xbmc-on-raspberry-pi/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I think I may have decided upon a use for my Raspberry Pi. It&#8217;s now running <a title="raspbmc" href="http://www.raspbmc.com/">raspbmc </a>- a optimised port of the media centre software XBMC. For such a teeny and low powered device it runs it beautifully. Performance is a bit more sluggish than my Acer Revo R3700 running XBMCbuntu but some of the added extras in raspbmc make up for it.</p>
<p>It&#8217;s so good that I&#8217;ve actually decided to sell the Revo and use the Raspberry Pi as my main XBMC machine. OK the Pi isn&#8217;t powerful enough to emulate old consoles like the Revo did but I never really played them anyway. I don&#8217;t even get enough time to play my PS3 and XBox nowadays.</p>
<p>Where the Pi really succeeds is video playback. 1080p videos play smoothly due to hardware decoding of the h.264 video codec. Old non-HD avi files play well too. That tends to sum up my entire video library so it works for me. 5.1 audio decoding works out of the box. I had the Revo for two years and I still had problems getting surround sound (or in fact any sound through HDMI) whenever I installed a new version of XBMC or Ubuntu back when I was using Boxee. Whilst fiddling to get something working can be fun sometimes, I don&#8217;t particularly want to be fixing something when I actually want to watch a film.</p>
<p>Thanks to the newly released HDMI CEC functionality I can even control XBMC with my TV&#8217;s remote control so I don&#8217;t have to buy a separate remote. You can of course use the iOS or Android remote apps which are great in some ways but awful for navigating menus as you have to look down to see where your finger is on the touch screen.</p>
<p>Whilst being able to use my TV remote is great some of the buttons were mapped to strange functions. I had accepted this as one of the very few drawbacks. What I didn&#8217;t realise was that you can map the buttons to whatever the hell you want. All you need to do is edit the remote.xml file. The command below creates one in your home directory from the default XBMC one.</p>
<p><code> cp /opt/xbmc-bcm/xbmc-bin/share/xbmc/system/keymaps/remote.xml /home/pi/.xbmc/userdata/keymaps/remote.xml<br />
</code><br />
I then opened the newly created remote.xml in my home directory and added these lines to the &lt;FullScreenVideo&gt; section.<br />
<code><br />
&lt;red&gt;Pause&lt;/red&gt;<br />
&lt;green&gt;Stop&lt;/green&gt;<br />
&lt;yellow&gt;ShowSubtitles&lt;/yellow&gt;</code></p>
<p><code>&lt;select&gt;OSD&lt;/select&gt;</code></p>
<p>The 3 are fairly easy to work out. The &lt;select&gt; section means you can now click the select button to bring up the video controls rather than changing the aspect ratio like it does by default.</p>
<p>YOu can find all the commands on the <a title="XBMC wiki" href="http://wiki.xbmc.org/index.php?title=Keymap.xml#Remote_Section">XBMC wiki</a>.</p>
<p>I&#8217;ve recorded a video to show using my Philips TV remote and what to expect from the Pi. The Inception video at the start is 1080p although it doesn&#8217;t really look like it on camera. The TED video app is a bit slow to list content and start videos but performance is fine once playing the video.</p>
<object type="application/x-shockwave-flash" width="695" height="450" data="http://getembedplus.com/embedplus.swf" id="ep4483"><param value="http://getembedplus.com/embedplus.swf" name="movie" /><param value="high" name="quality" /><param value="transparent" name="wmode" /><param value="always" name="allowscriptaccess" /><param value="true" name="allowFullScreen" /><param name="flashvars" value="ytid=1P12Ev0JcSw&width=695&height=418&start=&stop=&rs=w&hd=0&autoplay=0&react=0&chapters=&notes=&amp;rs=w" /><iframe class="cantembedplus" title="YouTube video player" width="695" height="418" src="http://www.youtube.com/embed/1P12Ev0JcSw?fs=1" frameborder="0" allowfullscreen></iframe></object><!--[if lte IE 6]> <style type="text/css">.cantembedplus{display:none;}</style><![endif]-->
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2012/09/01/raspbmc-xbmc-on-raspberry-pi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Raspberry Pi &#8211; first impressions</title>
		<link>http://www.louishoughton.com/2012/08/05/raspberry-pi-first-impressions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=raspberry-pi-first-impressions</link>
		<comments>http://www.louishoughton.com/2012/08/05/raspberry-pi-first-impressions/#comments</comments>
		<pubDate>Sun, 05 Aug 2012 10:28:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=443</guid>
		<description><![CDATA[My Raspberry Pi turned up last week. I actually had to leave it untouched for a few days because it came so quickly (about 4 weeks earlier than I expected) that I hadn&#8217;t got round to buying an SD card. I picked up an 8GB SD card for £3.50 from Amazon which was a bit <a href='http://www.louishoughton.com/2012/08/05/raspberry-pi-first-impressions/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>My Raspberry Pi turned up last week. I actually had to leave it untouched for a few days because it came so quickly (about 4 weeks earlier than I expected) that I hadn&#8217;t got round to buying an SD card. I picked up an 8GB SD card for £3.50 from Amazon which was a bit of a shock after only ever buying overpriced Sony Memory Sticks before.</p>
<p>I downloaded and cloned the Raspbian image to the SD card. After hooking everything up I booted into Raspbian and manually started an X session to see how it performs on the Raspberry Pi&#8217;s modest hardware. I must say that I&#8217;m pretty impressed. Performance is pretty snappy even when web browsing&#8230; well, snappy for 700MHz ARM processor coupled with 256MB RAM.</p>
<p><a href="http://www.louishoughton.com/wp-content/uploads/2012/08/photo.jpg"><img class="alignnone size-medium wp-image-447" title="pi" src="http://www.louishoughton.com/wp-content/uploads/2012/08/photo-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>However I&#8217;m not really interested in using the Pi as an every day computer. I&#8217;ve got a fairly beefy laptop for that. Instead I&#8217;m interested in seeing what it can do and what pieces of hardware I can replace with it.</p>
<p>Due to the Pi&#8217;s size and low power usage it would make a really good Airplay receiver. <a href="http://www.louishoughton.com/2011/04/27/shairport-apple-airplay-streaming-for-free/">I&#8217;ve written about Airplay before</a>. Personally I think it&#8217;s Apple&#8217;s killer feature that is one of the main advantages of keeping an all Apple setup. I used <a href="http://tomsolari.id.au/post/27169019561/airplay-music-streaming-on-raspberry-pi?6d1a9dd8">this blog post</a> to quickly install Shairport (an Open Source implementation of Airplay) on to the Pi. The connection seems pretty solid but audio quality from the headphone jack is pretty awful. I have a spare HDMI port on my surround sound receiver so hopefully bypassing the Pi&#8217;s DA convertor will help.</p>
<p>I&#8217;ve also installed a VPN server on it. When I&#8217;m out of the house I can connect and get access to my network and browse the web through an encrypted link which is nice for unsecured wifi. My iPhone doesn&#8217;t seem to want to connect but my Macbook Pro and work Windows 7 PC seem happy to connect.</p>
<p>Another project I&#8217;ve got my eye on is <a href="http://www.raspbmc.com/">raspbmc</a> - the XBMC media software ported to the Pi. Apparently performance is pretty nice when watching h.264 encoded video.</p>
<p>So far it&#8217;s a pretty impressive bit of kit. The fact it costs £30 is quite amazing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2012/08/05/raspberry-pi-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pale Blue Dot</title>
		<link>http://www.louishoughton.com/2012/07/25/pale-blue-dot/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pale-blue-dot</link>
		<comments>http://www.louishoughton.com/2012/07/25/pale-blue-dot/#comments</comments>
		<pubDate>Wed, 25 Jul 2012 18:32:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=440</guid>
		<description><![CDATA[Last night I finished reading Carl Sagan&#8216;s book Pale Blue Dot. It&#8217;s almost 20 years old now so it&#8217;s not exactly the best book to read for up to date details on the subject of astronomy or space travel but I wanted to read it after stumbling across an extract from it a few years <a href='http://www.louishoughton.com/2012/07/25/pale-blue-dot/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Last night I finished reading <a title="Carl Sagan at Wikipedia" href="https://en.wikipedia.org/wiki/Carl_Sagan">Carl Sagan</a>&#8216;s book <a title="Pale Blue Dot at Wikipedia" href="https://en.wikipedia.org/wiki/Pale_Blue_Dot_%28book%29">Pale Blue Dot</a>. It&#8217;s almost 20 years old now so it&#8217;s not exactly the best book to read for up to date details on the subject of astronomy or space travel but I wanted to read it after stumbling across an extract from it a few years ago. In the<a href="https://en.wikipedia.org/wiki/Pale_Blue_Dot#Reflections_by_Sagan"> passage in question</a>, Sagan describes his feeling when looking at a picture of the Earth taken by the Voyager 1 spacecraft from the edge of the solar system. I suggest reading it. It&#8217;s really quite beautiful.</p>
<p>I couldn&#8217;t help feeling slightly depressed once I had finished the book. Of the predicted advancements covered in the book we have achieved very few (the International Space Station being the main exception). We are no closer to visiting asteroids or Mars than in 1994. In fact it could be argued that we&#8217;re further away considering the US doesn&#8217;t even have the means to put a man into space now that the shuttle has been retired.</p>
<p>What is really shocking about reading the book is how little we&#8217;ve come on politically and environmentally. Sagan described how in the future (in terms of 1994) global stability would help us work together as one planet to achieve goals such as settling Mars. 20 years on however and we&#8217;re still spending vast amounts of money blowing up people in the middle east instead of funding space programs.</p>
<p>We also still seem set on destroying our clement climate through pollution. Promises made in Kyoto are being broken and politicians continue to ignore the impending doom that awaits us on this path in favour of short term gains in popularity. People complain about wind farms (both on and offshore), tidal power and nuclear power when these are the only hopes we have. In the nearly 20 years since Sagan wrote Pale Blue Dot and discussed the impact we are having on the Earth we&#8217;ve only gotten worse.</p>
<p>Sagan describes how we must eventually become space faring to survive as a species. Human colonies on other worlds are insulated against extinctions on Earth. It seems to me though that we are working ourselves into a corner. Governments seem intent on destroying the planet but refuse to fund our only escape route &#8211; space exploration.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2012/07/25/pale-blue-dot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open University Past Exam Papers</title>
		<link>http://www.louishoughton.com/2012/06/10/open-university-past-exam-papers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=open-university-past-exam-papers</link>
		<comments>http://www.louishoughton.com/2012/06/10/open-university-past-exam-papers/#comments</comments>
		<pubDate>Sun, 10 Jun 2012 15:18:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OU Degree]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[moan]]></category>
		<category><![CDATA[OU]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=426</guid>
		<description><![CDATA[Tomorrow I&#8217;ll be taking my final exam for the module M255 &#8211; Object Oriented Programming with Java. I&#8217;ve really enjoyed the module. I had never used Java before and now I think it&#8217;s one of my favourite languages that I&#8217;ve used. In preparation for the exam I bought a couple of past exam papers from the OU <a href='http://www.louishoughton.com/2012/06/10/open-university-past-exam-papers/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Tomorrow I&#8217;ll be taking my final exam for the module M255 &#8211; Object Oriented Programming with Java. I&#8217;ve really enjoyed the module. I had never used Java before and now I think it&#8217;s one of my favourite languages that I&#8217;ve used.</p>
<p>In preparation for the exam I bought a couple of past exam papers from the <a title="OU Online shop" href="http://www.open.ac.uk/ousa/exam_papers.php">OU online shop</a>. I did this last year and I found it really useful. However I have come to discover that the module I did the exam for last year (M263) was an anomaly in that it supplies answers for the exam papers. Most other OU modules do not. Now this is a bit strange. Why take a mock exam if you can&#8217;t grade yourself afterwards? You might be really confident about an answer but actually you&#8217;re completely wrong.</p>
<p>Now the OU party line is that you can get answers to questions by asking in the module forum or reading back through the literature. The problem is that whenever someone posts in the forum they get a load of conflicting answers just like you see on a popular <a title="Stack Exchange" href="http://stackexchange.com">Stack Exchange</a> question. The difference is that Stack Exchange has a voting system so crap answers are down voted and the best answers are (in theory) voted to the top. And reading back through the unit text sounds good in theory but sometimes you can spend ages looking for a single sentence to answer a one mark question. It&#8217;s not really a good use of time when you&#8217;re studying part time and trying to fit everything else in. Googling can sometimes be quicker but you can sometimes be marked down for not using the approved method so it&#8217;s better to go with the module texts.</p>
<p>So I haven&#8217;t done as many mock exams to prep for tomorrow&#8217;s exam. I&#8217;m fairly confident anyway. It&#8217;s nice because a lot of the material is relevant and just sinks in when you&#8217;re writing a lot of Java. In the mock exams that I have done I&#8217;ve answered everything without too much trouble&#8230; although I suppose whether I actually had the right answers is anyone&#8217;s guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2012/06/10/open-university-past-exam-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voting in the Local Elections</title>
		<link>http://www.louishoughton.com/2012/05/03/voting-in-the-local-elections/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=voting-in-the-local-elections</link>
		<comments>http://www.louishoughton.com/2012/05/03/voting-in-the-local-elections/#comments</comments>
		<pubDate>Thu, 03 May 2012 15:47:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[elections]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[Milton Keynes]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=423</guid>
		<description><![CDATA[So the local elections are upon us and with them come the first time I have to actually choose a party to vote for. Previously I would have voted Lib Dem but since forming the coalition and going back on several key election promises I&#8217;ve lost all faith in them. I know local politics are <a href='http://www.louishoughton.com/2012/05/03/voting-in-the-local-elections/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>So the local elections are upon us and with them come the first time I have to actually choose a party to vote for. Previously I would have voted Lib Dem but since forming the coalition and going back on several key election promises I&#8217;ve lost all faith in them. I know local politics are fairly separate from state politics but the association is there and I&#8217;d like to show Cleggy how pissed off I am at him.</p>
<p>So this leaves me with the choice between the other lefty parties &#8211; Labour and the Greens. I reckon I probably will vote Labour when the next general election rolls round because it&#8217;ll be the only way to oust the Tories but in the local elections I feel I have a bit more choice.</p>
<p>I&#8217;m seriously thinking about voting Green. I support a lot of what the Green party stands for in regards to the environment but I&#8217;ve never voted for them before. Partly because it was always seen as a wasted vote but also because I fundamentally disagree with their stance on subjects concerning science. Today I saw <a title="Reddit" href="http://www.reddit.com/r/ukpolitics/comments/t4w5v/so_i_emailed_the_green_party_today/">this Reddit post</a> in which someone with exactly my thoughts voted Green but then e-mailed the party to explain their stance. In the e-mail they write that whilst they agree with many of the Green&#8217;s policies, the party&#8217;s stance on nuclear power and GM crops for example is &#8216;naive and dangerous&#8217;.</p>
<p>This sums up my thoughts exactly and I&#8217;m leaning towards doing the same thing.</p>
<p>On a side note I thought I better add how disappointed I am with the amount of information available on the people we&#8217;re voting for here in Milton Keynes. All we get on the council website is a list of names next to the parties. I have no idea what these people stand for. I tweeted the <a href="https://twitter.com/#!/mkcouncil">@MKCouncil </a>twitter account to find out if any of the candidates blogged or used Twitter but 5 hours later I&#8217;ve not heard anything. Googling their names doesn&#8217;t bring up anything interesting either.</p>
<p>It just means that people end up voting based on their ideological views of each party as opposed to proper policies. For all I know the Green candidate is opposed to a load of stuff I support. Maybe the Tory candidate and I have very similar views (I doubt it somehow). There&#8217;s no way to tell because there seems to be nothing about these people online.</p>
<p>Anyway, hopefully the rain will hold off long enough to walk down to the polling station.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2012/05/03/voting-in-the-local-elections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Future Energy Wolverton</title>
		<link>http://www.louishoughton.com/2012/04/01/future-energy-wolverton/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=future-energy-wolverton</link>
		<comments>http://www.louishoughton.com/2012/04/01/future-energy-wolverton/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 21:16:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[wolverton]]></category>

		<guid isPermaLink="false">http://www.louishoughton.com/?p=421</guid>
		<description><![CDATA[Yesterday I went over to the Future Energy show in Wolverton like the good (future) citizen I am. I didn&#8217;t get to stay that long as I was going out later in the afternoon but still I managed to see a few things. The main reason to go was to find out more about the <a href='http://www.louishoughton.com/2012/04/01/future-energy-wolverton/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I went over to the Future Energy show in Wolverton like the good (future) citizen I am. I didn&#8217;t get to stay that long as I was going out later in the afternoon but still I managed to see a few things.</p>
<p>The main reason to go was to find out more about the <a href="http://www.e-carclub.org/E-Car%20-%20Multi-Purpose%20Flyer%20(General).pdf">E-Car</a> (PDF warning) pilot that Wolverton is in the running for. It&#8217;s an car club that&#8217;s designed to help people get rid of their second car. You pay a yearly membership fee (at the moment it&#8217;s planned to be £50) and then you can book the car and pay an hourly charge (currently planned to be £5.95). The most interesting thing about this one is that all the cars are fully electric. Jordan is possibly going to be looking for a job in London once she&#8217;s finished her masters so possibly won&#8217;t need a car for commuting. If we could get rid of one car and use the E-Car for the few times when we both need a car at the same time it would save a fair amount of money and the environmental benefit would be a bonus.</p>
<p>They&#8217;re planning to run the pilot in four or five areas this year from a shortlist of eight so hopefully it&#8217;ll come to Wolverton. Apparently interest has been better than the average so that&#8217;s promising.</p>
<p>I also signed up for information from a local veg box thing called <a href="http://www.growingpeopleproject.co.uk/#">Growing People</a> (warning. The website is absolutely horrible). Last year we gave Able and Cole a go. They&#8217;re one of the biggest veg box companies in the country so we thought they&#8217;d be good. We cancelled after a few weeks because the produce was really bad quality and in some cases was already over ripe. They also imported a load of stuff. The reason I like the idea of getting a veg box is to reduce my food miles. This one in Wolverton is all grown locally. You can have it delivered or pick it up and the place you pick it up from is less than a minute walk from our house so that&#8217;s a plus.</p>
<p>There was also a good bit of information on solar panels. They&#8217;re still maybe a little too expensive for me to justify but I reckon once they get below £2000 for 6 (currently around £3500) they become very interesting. I have quite  bit of technology so being able to partly power it all with green energy would help my conscious a lot.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.louishoughton.com/2012/04/01/future-energy-wolverton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
