<?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>Luke Sheldrick&#039;s Blog</title>
	<atom:link href="http://luke.sheldrick.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://luke.sheldrick.co.uk/blog</link>
	<description>Just another blog site.</description>
	<lastBuildDate>Sun, 19 Feb 2012 11:15:39 +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>Using Google-Authenticator for free two-factor ssh authentication</title>
		<link>http://luke.sheldrick.co.uk/blog/2012/02/12/using-google-authenticator-for-free-two-factor-ssh-authentication/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2012/02/12/using-google-authenticator-for-free-two-factor-ssh-authentication/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 04:52:10 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[authenticator]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[dual]]></category>
		<category><![CDATA[factor]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=765</guid>
		<description><![CDATA[I&#8217;d consider myself a pretty security conscious person, so most of my stuff is either firewalled off, can only be access via a VPN, or requires a key of some sort (ssh keys), except for one box. That one box, is the weak kink in the chain, but is there out of convenience. I have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d consider myself a pretty security conscious person, so most of my stuff is either firewalled off, can only be access via a VPN, or requires a key of some sort (ssh keys), except for one box. That one box, is the weak kink in the chain, but is there out of convenience. I have a box out there I can jump to, connect in with a password, and then get to everything else. However I hate having the weak kink. The only reason I have it, is if I am not somewhere where I have access to say my laptop, I can still jump on a shared machine say, and connect back to my kit.</p>
<p>Last week I was on a course, and couldn&#8217;t use my laptop, so was using one of the training centre&#8217;s computers. Throughout the course, I&#8217;d check my emails, irc, etc etc. Just using their standard installed putty, connecting back to my server via ssh. However how do I know what they have installed on their hotdesk computer? for all I know, they could have a keylogger sitting there happily recording my password. (Noted: a bit paranoid). On the way home from the course, I really wasn&#8217;t happy with that risk, so when I got home, I naturally changed the password, checked logs, no access seen, so happy for now. However needed to find a way to fix this.</p>
<p>Googled about for a bit, then stumbled on Google-Authenticator, now I had read about this being released for google accounts, so two-factor auth to check your GMail..etc however what I hadn&#8217;t realised is they had released a PAM (Pluggable <em>Authentication</em> Module) to work with their authenticator. Neat! I span up a VM in my lab, and had a play, and was very very easy to get the module installed, and working with SSH.</p>
<p>After compiling the PAM module, installing, updating the PAM config, and SSHd&#8217;s, you&#8217;re pretty much ready to go. Users on the server have to enroll using the google-authenticator binary, which asks them a series of question, then presents URL,which displays a QR code. Crank up the authenticator app on your favourite smart phone, and it should add the OTP config, and start generating OTPs. Depending on if you chose time based or generated OTPs, you&#8217;ll see a countdown clock (until the next code) or a button to request a new code.</p>
<p>There are some really good <a href="http://www.mnxsolutions.com/security/two-factor-ssh-with-google-authenticator.html" target="_blank">guides</a> on setting this up so I won&#8217;t duplicate. I&#8217;ve got it running on my Ubuntu jump box, and a few CentOS servers in my lab. Seems perfectly stable so far. What I do like about this OTP solution vs some others such as RSA, is it doesn&#8217;t need to &#8216;call home&#8217;, so if for some reason the server is isolated from the internet, I can still authenticate using the OTP, as it&#8217;s based on <a href="http://tools.ietf.org/html/rfc4226" rel="nofollow">RFC 4226</a> so is time based.</p>
<p>I have read a few places that GA and SSH keys cannot be used together, and you should disable KeyAuthentication. Both can work alongside each other, however OpenSSH sees them as separate things. So if I try to authenticate using my private key, it will accept that, and ask for no further authentication. However what I think what people are saying here, is that if you want to still be challenged for your OTP when using your key, this wont fit your requirements. For me, if I have my key, that is enough for me.</p>
<p>One thing I did put in place, which stops a bit of a chicken and egg situation, is that if you have&#8217;t enrolled with google-authenticator on the jump box yet, you can still authenticate just using your password. I&#8217;ve given some people access to the jump box for various reasons, and not all use keys, so once I had implemented the dual-auth, some of them couldn&#8217;t connect, to be able to setup google-auth, ops. To get this to work you need to add nullok to your PAM config line. I also added a string to print the code as you&#8217;re typing.</p>
<p>Your PAM config (eg /etc/pam.d/common-auth) should have a line like for this to work.<br />
<code>auth    required                        pam_google_authenticator.so nullok echo_verification_code</code></p>
<p>You can get the modules over at <a href="http://code.google.com/p/google-authenticator/" target="_blank">google code</a>. All in all, a pretty neat solution to my issue, whatever machine I log in now, sure you can steal my password, but unless you also have my unlocked phone, to generate you a new OTP, you won&#8217;t be able to get in. The weak link is now a bit stronger  <img src='http://luke.sheldrick.co.uk/blog/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>18 August 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/" title="My &#8216;cloud&#8217; IM setup">My &#8216;cloud&#8217; IM setup</a> (0)</li><li>26 September 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/" title="KVM + KSM = Big Bag of Win">KVM + KSM = Big Bag of Win</a> (0)</li><li>3 February 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/" title="MythTV &#8211; Stuck Queue ">MythTV &#8211; Stuck Queue </a> (0)</li><li>26 January 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/01/26/goodbye-windows-hello-linux/" title="Goodbye windows, hello linux">Goodbye windows, hello linux</a> (0)</li><li>7 June 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/06/07/unsecured-call/" title="Unsecured Call?">Unsecured Call?</a> (0)</li><li>17 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/" title="Synergy">Synergy</a> (0)</li><li>9 January 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/01/09/new-year-a-new-toy/" title="New year &#038; a new toy">New year &#038; a new toy</a> (2)</li><li>14 December 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/12/14/where-am-i/" title="Where am I?">Where am I?</a> (0)</li><li>23 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/23/iphone-firmware-22-jailbroken/" title="iPhone firmware 2.2 jailbroken">iPhone firmware 2.2 jailbroken</a> (0)</li><li>11 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/11/got-googled/" title="Got google&#8217;d">Got google&#8217;d</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2012/02/12/using-google-authenticator-for-free-two-factor-ssh-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>366! A photography project</title>
		<link>http://luke.sheldrick.co.uk/blog/2012/01/26/366-a-photography-project/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2012/01/26/366-a-photography-project/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:18:49 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[366]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[blipfoto]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=759</guid>
		<description><![CDATA[I figured I&#8217;d give a 365 project a shot this year, as I&#8217;ve mostly forgotten about taking photos recently, and I quite like having a record of the year. I started in Janurary, however stopped midway through. Id not renewed my flickr PRO account, due to me not using it much in the tail end [...]]]></description>
			<content:encoded><![CDATA[<p>I figured I&#8217;d give a 365 project a shot this year, as I&#8217;ve mostly forgotten about taking photos recently, and I quite like having a record of the year.</p>
<p>I started in Janurary, however stopped midway through. Id not renewed my flickr PRO account, due to me not using it much in the tail end of 2011, and used a free alternative. I found <a href="http://www.blipfoto.com/entry/1663874" target="_blank">Blipfoto</a>, however quickly became frustrated with it. Quite often I would take a photo on the day, and then sometimes postprocess/upload the following day, however their site was far too intrusive with EXIF headers, and upload date. So from the offset, I had photos listed as completely the wrong day, and then not being able to upload a photo for that day, as yesterdays was recorded for it. Argh. So I gave up.</p>
<p>However, I&#8217;m not the type of person to be defeated, so will be starting again from 01-02-2012. As this year is a leap year, it will be a 366, to get me around until the end of Jan-2013.</p>
<p>I think it&#8217;s going to be a bit of a challenge, as some days, when working from home, I don&#8217;t even get out of my PJs, let alone go out and take an interesting photo.</p>
<p>I think from my short test run, I may look at having a theme for a month, not sure on the categories yet, but sure will work something out.</p>
<p>Have upgraded my flickr account, as will be uploading them there, and then will set something up to present them in a decent format. I have the flickr-addon for wordpress setup, but it hasn&#8217;t been maintained for a few years, so has a few &#8216;features&#8217; that I need to look into fixing, as the maintainer looks to have given up.</p>
<p>2012, lets do it!</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2012/01/26/366-a-photography-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[UN]Postmen</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/12/10/unpostmen/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/12/10/unpostmen/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 12:41:18 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[Courier]]></category>
		<category><![CDATA[Royal Mail]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=746</guid>
		<description><![CDATA[I started a new job a few weeks back, which means, I am now home based. Which is working out pretty well so far. When I worked in an office all day, I&#8217;d always get things delivered to the office, and never really had any issues with the post. I&#8217;d occasionally get a &#8216;we tried [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I started a new job a few weeks back, which means, I am now home based. Which is working out pretty well so far. When I worked in an office all day, I&#8217;d always get things delivered to the office, and never really had any issues with the post. I&#8217;d occasionally get a &#8216;we tried to call&#8217; redslip at home, but just assumed these were all genuine.</p>
<p style="text-align: justify;">However, now I work at home, I&#8217;m in during the day. However now I get my post delivered home, I&#8217;ve noticed something, which well, really isn&#8217;t on &#8211; I&#8217;m still getting those slips. Not once, but every delivery this week, has failed, with &#8220;We tried to call, but no one was in&#8221; &#8220;The item was too big for the letterbox&#8221; type excuse.</p>
<p style="text-align: justify;">This has happened with RoyalFail, DPD, HDNL, all of them pretty much. Most of the things I&#8217;ve ordered from Amazon, with Amazon Prime (which gives next day delivery). However when I&#8217;ve picked this up with them, they say the next day isn&#8217;t guaranteed if there are any issues with their courier.</p>
<p style="text-align: justify;">I really don&#8217;t get that, I have a contract with Amazon, for them to deliver the next day. They then outsource the delivery to a courier company, yet if there is an issue with that contract, then it&#8217;s me, that paid for the Prime service &#8211; yet don&#8217;t get the item.</p>
<p style="text-align: justify;">My theory here, is that most delivery drivers/postmen who deliver to home addresses, know that 99% of the people won&#8217;t be in during day, so rather than carrying around a big postbag, just pre-fill out the redslips.</p>
<p style="text-align: justify;">Grrr.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>6 July 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/07/06/the-kindle-and-i/" title="The Kindle and I">The Kindle and I</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/12/10/unpostmen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GlobalSAN Fail</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/11/14/globalsan-fail/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/11/14/globalsan-fail/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 19:02:15 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Fail]]></category>
		<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[GlobalSAN]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=740</guid>
		<description><![CDATA[I bought a MacMini the other day to replace my old nettop at home. Until I get the new storage for it, I figured I&#8217;d quickly setup a LUN on my NAS for it. It seems OS X, even Lion, still doesn&#8217;t include an iSCSI initiator (wtf, really?). Anyway the typical freebie that you&#8217;d use [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a MacMini the other day to replace my old nettop at home. Until I get the new storage for it, I figured I&#8217;d quickly setup a LUN on my NAS for it. It seems OS X, even Lion, still doesn&#8217;t include an iSCSI initiator (wtf, really?). Anyway the typical freebie that you&#8217;d use on Leopard/Snow Leopard was GlobalSAN&#8217;s free initiator. However seems that as of version 5, it&#8217;s not a freebie.</p>
<p>I gave it a try, and went through their process (read giving them my details twice &#8211; once to download, then again to get a trial key)&#8230; tried it out, and didn&#8217;t rate it. So using their provided uninstall script I see the below:</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/11/xy1ghzcgl3r.png" rel="lightbox[740]"><img class="aligncenter size-full wp-image-741" title="xy~1ghzcgl3r" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/11/xy1ghzcgl3r.png" alt="" width="425" height="200" /></a></p>
<p>WTF is that all about? Their uninstaller is trying to delet / . .. /sbin ..etc, someone really hasn&#8217;t QA&#8217;ed their code.</p>
<p>Have emailed them to see what they say about it. Poor show.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>7 June 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/06/07/unsecured-call/" title="Unsecured Call?">Unsecured Call?</a> (0)</li><li>9 April 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/04/09/10-6-7-aperture-3-final-cut-express-3-fail/" title="10.6.7 + Aperture 3 + Final Cut Express 3 = fail">10.6.7 + Aperture 3 + Final Cut Express 3 = fail</a> (3)</li><li>19 March 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/03/19/apple-tv-2-xbmc/" title="Apple TV 2 &#038; XBMC">Apple TV 2 &#038; XBMC</a> (0)</li><li>5 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/05/rotten-apple-part-2/" title="Rotten Apple &#8211; Part 2">Rotten Apple &#8211; Part 2</a> (0)</li><li>1 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/01/rotten-apple/" title="Rotten Apple">Rotten Apple</a> (0)</li><li>28 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/28/crack-book/" title="Crack-Book">Crack-Book</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/11/14/globalsan-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KVM + KSM = Big Bag of Win</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 20:45:09 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[ksm]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=732</guid>
		<description><![CDATA[I bought a HP Microserver a few months ago, to expand my media storage at home. HP had a promotion where you&#8217;d buy the server, and they&#8217;d give you £100 cash back. Not bad considering you can pick them up online for around £220. £29 for 8GB of DDR3 for it, and it&#8217;s quite an [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a HP Microserver a few months ago, to expand my media storage at home. HP had a promotion where you&#8217;d buy the server, and they&#8217;d give you £100 cash back. Not bad considering you can pick them up online for around £220. £29 for 8GB of DDR3 for it, and it&#8217;s quite an ample home server. I bought four 3TB disks, and have them in Raid-5 for the main storage, and I also have an E-Sata disk shelf with four more 2TB disks, also in Raid-5. The main storage array gives me around 8TB of usable storage, and the other around 5.5TB, so I have quite a bit at home to be getting on with.</p>
<p>A colleague at work today pointed out that HP had extended the offer until the end of September, so I thought I would pick up another one. My reasoning is they&#8217;re bloody cheap for what they are, and it&#8217;ll make HA testing in my lab a lot easier, with two identical machines.</p>
<p>However I decided to see actually how loaded the server was with what I run on it. The tasks that usually run on it backups of my various colos, streaming to the AppleTVs at home, transcoding up to 8 channels via the DVB cards, and downloading various media online. Well, basically, it isn&#8217;t breaking a sweat.</p>
<p>It&#8217;s currently running Ubuntu Server 11.04, which has pretty good support for <a href="http://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine" target="_blank">KVM</a>, so decided to spin up a few VMs to see how it handled it. I wasn&#8217;t overly optimistic, as AMD Turion™ II processor, which is basically designed for netbooks. However after spinning up a another Ubuntu Server instance, the server seemed to have no issue with this at all.</p>
<p>At that point I decided to clone the VM a couple of times, and then spin them all up to load test. 4 clones later, they all booted fine, and the box carried on with no real issues. I showed another colleague at work, and he&#8217;d asked how it would cope with Windows guests. The reason he was interested is he has just completed his MSITP qualification, and had quite a bit of difficulty running all the required server instances using his laptop and VMWare Workstation.</p>
<p>This evening I installed a base install of XP, and cloned that 4 times. Again, no real issues, so I decided to give every host 1G of memory (the server only has 8GB total), and see how <a href="http://www.linux-kvm.com/content/using-ksm-kernel-samepage-merging-kvm" target="_blank">KSM</a> got on with the VMs. At the moment, it&#8217;s still scanning through memory pages, however it&#8217;s been running for around 20 minutes, and it&#8217;s already reclaimed 2.5GB of memory. No doubt given it some more time, it&#8217;s going to reclaim even more.</p>
<p>To say I am impressed by the Microserver, and KVM + KSM would be an understatement.Think I&#8217;ll setup a HA cluster when I get the other server, and see how that compares the likes of ESX.</p>
<p>Below just the quick setup I was playing with this evening.</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/09/KVM1.png" rel="lightbox[732]"><img class="aligncenter size-full wp-image-734" title="KVM" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/09/KVM1.png" alt="" width="425" height="270" /></a><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/09/KVM.png" rel="lightbox[732]"><br />
</a></p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>12 February 2012 -- <a href="http://luke.sheldrick.co.uk/blog/2012/02/12/using-google-authenticator-for-free-two-factor-ssh-authentication/" title="Using Google-Authenticator for free two-factor ssh authentication">Using Google-Authenticator for free two-factor ssh authentication</a> (0)</li><li>3 February 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/" title="MythTV &#8211; Stuck Queue ">MythTV &#8211; Stuck Queue </a> (0)</li><li>18 August 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/" title="My &#8216;cloud&#8217; IM setup">My &#8216;cloud&#8217; IM setup</a> (0)</li><li>26 January 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/01/26/goodbye-windows-hello-linux/" title="Goodbye windows, hello linux">Goodbye windows, hello linux</a> (0)</li><li>17 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/" title="Synergy">Synergy</a> (0)</li><li>7 September 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/09/07/new-home/" title="New home">New home</a> (0)</li><li>11 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/11/netgear-sc101/" title="Netgear SC101">Netgear SC101</a> (0)</li><li>9 December 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/12/09/mail-issues-its-all-a-matter-of-time/" title="Mail Issues, it&#8217;s all a matter of time.">Mail Issues, it&#8217;s all a matter of time.</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Kindle and I</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/07/06/the-kindle-and-i/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/07/06/the-kindle-and-i/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 20:30:53 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">https://luke.sheldrick.co.uk/blog/?p=724</guid>
		<description><![CDATA[I&#8217;m well late for this party, but having recently got an Amazon Kindle, and I have to say, I am very, very impressed with it. Sure, it doesn&#8217;t play movies, it has a laughable web browser, and the audio play back is awful. However for what it was designed for, reading books, it is simply [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m well late for this party, but having recently got an Amazon Kindle, and I have to say, I am very, very impressed with it.</p>
<p>Sure, it doesn&#8217;t play movies, it has a laughable web browser, and the audio play back is awful. However for what it was designed for, reading books, it is simply the best device I have used.</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/07/DSC_9267-copy.jpg" rel="lightbox[724]"><img class="size-full wp-image-727 aligncenter" title="iPad Android and the Kindle" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/07/DSC_9267-copy.jpg" alt="" width="420" height="250" /></a></p>
<p>I&#8217;d previously tried to read paper books, using iBooks no the iPad, Android Tables, Phones, and my iPhone, nothing really felt right. I went on a long weekend to Tenerife a few weeks back, and wanted to try out a few books I&#8217;d been recommended. Previously I hand&#8217;t really been a &#8216;bookworm&#8217;, sure I read tons every day, but usually they&#8217;re technical books, RSS, Blogs… that kind of thing, but not novels or that kind of thing; even rarer to read it from cover to cover.</p>
<p>So I picked up a wifi Kindle, for £90, ordered a few books on the store, charged the thing up, and shoved it in my bag. Whilst sitting by the pool, I started to read &#8216;A Million Little Pieces&#8217; a book a good friend had recommended. The first thing I noted was the eInk screen, and how easy it was to read in the bright sunlight &#8211; something no other device I have can be said about. The second was how comfortable it was to read with it. The buttons are exactly where they need to be on both sides, and the Kinda is very light, lighter than most books, so holding it for any length of time isn&#8217;t an issue.</p>
<p><strong>The things that are clearly awesome about it:</strong></p>
<ul>
<li>The price &#8211; It&#8217;s really rather cheap in comparison to my normal gadgets.</li>
<li>Ease of use &#8211; It&#8217;s so simple, even Mother can get on with it.</li>
<li>Ease of buying &#8211; The system Amazon has built around buying eBooks is so simple. I can request a sample of a book, read the first chapter, and if I like it, at the end of the first chapter, I have a buy button; that&#8217;s it, I then have the book.</li>
<li>Screen &#8211; The eInk display is really rather impressive. The only downfall to it is the lack of backlight, so as soon as it&#8217;s not overly light where you are, you can&#8217;t see the thing. They do have a case with integrated night light. This also works quite well, as it uses the power from the device for power.</li>
<li>Weight/Shape/Controls &#8211; They are all very well designed.</li>
<li>Battery &#8211; Two weeks of use, and I still haven&#8217;t charged it.</li>
</ul>
<p><strong>The things that aren&#8217;t so awesome:</strong></p>
<ul>
<li>Screensavers &#8211; They&#8217;re awful. I had to jailbreak the device, to get rid of them.</li>
<li>Cases &#8211; To get a backlight, I bought the official case &#8211; they&#8217;re not cheap.</li>
<li>VAT &#8211; not an Amazon or a Kindle issue &#8211; but in the UK, you still get charged VAT (20%) for eBooks. So eBooks are more expensive than paper books &#8211; CRAZY!</li>
</ul>
<p>One thing I really wish I had done now in reflection is to buy the 3G model. The only reason I&#8217;d want that is the page sync. I&#8217;ve found that the Kindle app for Android is surprisingly very good. I use it on my ZTE Blade, which has an AMOLED screen. Putting the background to black and text to white, doesn&#8217;t use a lot of battery at all on the Blade, and being able to turn page by using the volume switch, makes it quite a good device to use when I don&#8217;t have my kindle on me. The only issue with this is, I need to remember to turn the kindle wi-fi on and sync the pages back to Amazon &#8211; if I&#8217;d bought the 3G model, this would just do it for me.</p>
<p>I&#8217;ve tried the Kindle app on the iPad, and whilst it&#8217;s all there, I just don&#8217;t find the iPad that great for reading for any length of time, the lack of a &#8216;turn page button&#8217; and it&#8217;s slightly too heavy. It is however neat to have a synced copy of all my books on all the devices… just in case.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>10 December 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/12/10/unpostmen/" title="[UN]Postmen">[UN]Postmen</a> (0)</li><li>2 November 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/11/02/reading-and-the-fun-attached/" title="Reading and the fun attached.">Reading and the fun attached.</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/07/06/the-kindle-and-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Phone&#8230;</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/06/13/no-phone/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/06/13/no-phone/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 10:39:03 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Fail]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Mobile Blogs]]></category>
		<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=717</guid>
		<description><![CDATA[So, it seems, on Friday I accidentally left my personal mobile phone in a taxi, and that $nicetaxidriver decided to remove my sim/switch the phone off when I called it, rather than return it. As such, currently my personal phone number isn&#8217;t routable. This happens when a new sim is ordered on a line, and [...]]]></description>
			<content:encoded><![CDATA[<p>So, it seems, on Friday I accidentally left my personal mobile phone in a taxi, and that $nicetaxidriver decided to remove my sim/switch the phone off when I called it, rather than return it.</p>
<p>As such, currently my personal phone number isn&#8217;t routable. This happens when a new sim is ordered on a line, and is unrouteable until the new sim is assinged. Three seem to be having some issues actually getting me a new sim, so if you try and call me at the moment, you&#8217;ll get a number not recongised type alert. Annoying!</p>
<p>As soon as the new sim is assigned, I&#8217;ll forward the calls to my temporary number, so I can at least get voicecalls.</p>
<p>As for getting a replacement iPhone, seems I need a 101 documents, for the insurance claim, which will take some time to gather up.</p>
<p>If you need to get hold of me before then, drop me a mail, and I&#8217;ll get back to you.</p>
<p>Argh!</p>
<p><strong>Update 14/06/2011: </strong>New SIM has been assigned, but still cannot divert calls from my personal number to temporary number. Getting docs for insurance is a Royal PITA.</p>
<p><strong>Update 15/06/2011: </strong>After numerous calls to Three, I finally have a working sim, and can take calls again. Now onto the saga that is getting the documents needed for the insurance claim. </p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>16 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/16/changing-mobile-provider/" title="Changing Mobile Provider">Changing Mobile Provider</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/06/13/no-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unsecured Call?</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/06/07/unsecured-call/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/06/07/unsecured-call/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 15:04:10 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios5]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[unsecured]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=712</guid>
		<description><![CDATA[&#8220;The Cellular network you are using is not encrypted. This call can be intercepted by unauthorized listeners&#8221; Running the first iOS 5 beta on my iPhone 4. Got this come up when I received a call this afternoon. Apple looking to put in end-to-end encryption of calls? Related Posts (auto generated)12 February 2012 -- Using [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;The Cellular network you are using is not encrypted. This call can be intercepted by unauthorized listeners&#8221;</p>
<p><center><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/06/ARV8lEmCEAA3NnX.jpg" rel="lightbox[712]"><img class="aligncenter size-full wp-image-713" title="iPhone Screenshot" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/06/ARV8lEmCEAA3NnX.jpg" alt="" width="320" height="480" /></a></center></p>
<p>Running the first iOS 5 beta on my iPhone 4. Got this come up when I received a call this afternoon.</p>
<p>Apple looking to put in end-to-end encryption of calls?</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>12 February 2012 -- <a href="http://luke.sheldrick.co.uk/blog/2012/02/12/using-google-authenticator-for-free-two-factor-ssh-authentication/" title="Using Google-Authenticator for free two-factor ssh authentication">Using Google-Authenticator for free two-factor ssh authentication</a> (0)</li><li>14 November 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/11/14/globalsan-fail/" title="GlobalSAN Fail">GlobalSAN Fail</a> (0)</li><li>19 March 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/03/19/apple-tv-2-xbmc/" title="Apple TV 2 &#038; XBMC">Apple TV 2 &#038; XBMC</a> (0)</li><li>18 August 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/" title="My &#8216;cloud&#8217; IM setup">My &#8216;cloud&#8217; IM setup</a> (0)</li><li>9 January 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/01/09/new-year-a-new-toy/" title="New year &#038; a new toy">New year &#038; a new toy</a> (2)</li><li>14 December 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/12/14/where-am-i/" title="Where am I?">Where am I?</a> (0)</li><li>23 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/23/iphone-firmware-22-jailbroken/" title="iPhone firmware 2.2 jailbroken">iPhone firmware 2.2 jailbroken</a> (0)</li><li>5 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/05/rotten-apple-part-2/" title="Rotten Apple &#8211; Part 2">Rotten Apple &#8211; Part 2</a> (0)</li><li>1 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/01/rotten-apple/" title="Rotten Apple">Rotten Apple</a> (0)</li><li>28 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/28/crack-book/" title="Crack-Book">Crack-Book</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/06/07/unsecured-call/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motorola Xoom</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/05/08/motorola-xoom/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/05/08/motorola-xoom/#comments</comments>
		<pubDate>Sun, 08 May 2011 19:12:38 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[honeycomb]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[motorola]]></category>
		<category><![CDATA[tabled]]></category>
		<category><![CDATA[xoom]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=702</guid>
		<description><![CDATA[Last week, a colleague at work bought a Motorola Xoom, I had a quick play in the office and was very impressed. I&#8217;d previously owned the original iPad, however had grown quite bored of it&#8217;s lack of customisation ability. I found my self using it less and less, and eventually sold it, luckily just before the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, a colleague at work bought a Motorola Xoom, I had a quick play in the office and was very impressed.</p>
<p>I&#8217;d previously owned the original iPad, however had grown quite bored of it&#8217;s lack of customisation ability. I found my self using it less and less, and eventually sold it, luckily just before the iPad2 was announced. I&#8217;ve been an advocate of Apple kit for quite some time, having owned every iPhone since they have come out, however last week whilst I was waiting for my number to port over to Three UK, I was using my ZTE Blade (running Cyanogen 7), and was really surprised how much it had come on from when I had last properly played.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="motorola xoom" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5696870967/motorola-xoom.html"><img class="alignnone" src="http://farm4.static.flickr.com/3180/5696870967_dc07a3a5ba.jpg" alt="motorola xoom" width="500" height="332" /></a></p>
<p>So when I had a quick go on the Xoom, I was quite impressed. Being the impulsive gadget lover, I went after work to buy one. At the moment they&#8217;re only available on the high street from Carphone Warehouse, on a 24 month data contract. Unfortunately I managed to get a parking ticket as I was being slightly optimistic that I would only be in the shop for two minutes, however it was more like forty.</p>
<p>The only tablet I have used before is the original iPad, running iOS 4.3, so my opinion and comparisons are limited. I&#8217;ve used the Galaxy Tab, but not in any great detail.</p>
<p>The Xoom is the first tablet to be released to the mass market running Google&#8217;s Android operating system, 3.0 aka Honeycomb. The Xoom has all the usual features you would expect from the tablets on the market today, these include front and rear cameras, 3G, wifi, bluetooth, HDMI output, 1G DDR2 and based on the Nvidia Tegra 2, which is a 1GHz dual core processor.</p>
<p>The first impressions of Honeycomb are very impressive. It&#8217;s been well designed for use on the tablet platform and feels very smooth. However after a bit more use, my opinion has changed somewhat.</p>
<h4>What I like</h4>
<ul>
<li>Honeycomb is a big improvement over v2.x of Android, on a tablet.</li>
<li>In comparison to iOS, the ability to customise Android is far superior. Widgets, shortcuts, themes, application integration, all are much superior.</li>
<li>The inbuilt browser is very fast, and well presented. Has all the features I would expect.</li>
<li>The aspect ratio at 1280×800 (wide-screen) works really well, and the screen is almost as responsive as Apple&#8217;s multi touch sensor.</li>
</ul>
<h4>What I didn&#8217;t like</h4>
<ul>
<li>The device has the Tegra 2 chipset. A dual-core processor, which supports up to 720p. However no video player is included in the OS. Many of the ones I tried from the market, either didn&#8217;t work, or didn&#8217;t fully utilise the GPU, so getting the full 720p didn&#8217;t work.</li>
<li>Honeycomb crashes quite a bit, having to force apps to close and settings windows quite often.</li>
<li>The device has a micro-usb port for connectivity, however doesn&#8217;t charge from this. Instead they use a proprietary connector to their custom power brick. This in my opinion sucks. I have a Micro, a Mini and an Apple charger, by my bed, in my bag, on my various desks, and by the couch. Having one of these chargers just is a big draw back for me.</li>
<li>The speakers are on the back of the device. That&#8217;s a bit of a design flaw to start with, however even worse, is they&#8217;re right where I hold the device, so even worse.</li>
<li>The device seems heavy in the hand. The original iPad was 1.6lbs for the 3G model, which is the same as the Xoom. However in comparison the the iPad2, which is 1.33lbs, so seems much heavier.</li>
<li>At launch flash wasn&#8217;t supported. Something iOS has come under fire for, and something the Android lovers have always commented on. This should have been there at release.</li>
<li>The Micro-SD card isn&#8217;t supported as yet. I&#8217;m not quite sure how you can release a product without full support of the hardware provided.</li>
<li>The Micro-SD card is on the same adapter and slot as the SIM card, so when it is supported, to swap the card over, you&#8217;ll also need to power down, as the SIM isn&#8217;t hot-swappable.</li>
<li>There are very few apps designed for honeycomb and even less for the tegra2. This is to be expected, as they&#8217;re both only just out.</li>
<li>Accessories for the device are very limited. When the iPad came out, this was exactly the same, however I very much doubt they&#8217;ll be quite as much choice.</li>
</ul>
<p>There is one more annoyance, but that is neither to do with the device or the OS. Why mobile providers feel the need to sit proxies in front of their customers, which resample images to almost unviewable versions is beyond me. Sure you may save a few KBs, but really? The device is supposed to be use as a consumer device, however if I look at flickr I want to see a decent quality version of the photo, not some re-sampled crap version.</p>
<p>Overall, it&#8217;s an ok device, but it isn&#8217;t amazing. Honeycomb I expect will be really very good once it has some more time to mature. The overall experience of the device is it just hasn&#8217;t had the thought and attention into how it will be used. A few small changes could have really changed this. Honeycomb feels like an initial beta release. In my opinion it&#8217;s not quite there, in both stability and support (of other apps). Given time, I honestly thing I would prefer Honeycomb to iOS on the tablet, it just needs to mature somewhat.</p>
<p>I&#8217;ll be exercising my 14 day cancellation period tomorrow, and taking the device back.</p>
<p><center><div class="flickr-photos"><a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5696867177/motorola-xoom-motorola-xoom.html" rel="album-72157626669108982" id="photo-5696867177" title="motorola xoom"><img src="http://farm4.staticflickr.com/3658/5696867177_825aba027b_t.jpg" width="100" height="66" alt="motorola xoom" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5696870967/motorola-xoom-motorola-xoom.html" rel="album-72157626669108982" id="photo-5696870967" title="motorola xoom"><img src="http://farm4.staticflickr.com/3180/5696870967_dc07a3a5ba_t.jpg" width="100" height="66" alt="motorola xoom" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5697449738/motorola-xoom-motorola-xoom.html" rel="album-72157626669108982" id="photo-5697449738" title="motorola xoom"><img src="http://farm3.staticflickr.com/2292/5697449738_f8c1cf6e79_t.jpg" width="100" height="66" alt="motorola xoom" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5697453018/motorola-xoom-motorola-xoom.html" rel="album-72157626669108982" id="photo-5697453018" title="motorola xoom"><img src="http://farm3.staticflickr.com/2718/5697453018_61e9eb9cef_t.jpg" width="100" height="66" alt="motorola xoom" /></a> </div></center></p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>18 August 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/" title="My &#8216;cloud&#8217; IM setup">My &#8216;cloud&#8217; IM setup</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/05/08/motorola-xoom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eye-Fi Pro X2</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/04/17/eye-fi-pro-x2/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/04/17/eye-fi-pro-x2/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 17:29:33 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[direct mode]]></category>
		<category><![CDATA[eye-fi]]></category>
		<category><![CDATA[sd card]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=695</guid>
		<description><![CDATA[Last year I bought an Eye-Fi Pro X2, as a neat addition to my photography kit. It boasts a 8GB Class6 SD card, with integrated geolocation and a wifi uploading. Quite neat I thought. I went for the Pro model as it supported RAW uploading, but was quickly disappointed by the limits of the card. [...]]]></description>
			<content:encoded><![CDATA[<p>Last year I bought an Eye-Fi Pro X2, as a neat addition to my photography kit. It boasts a 8GB Class6 SD card, with integrated geolocation and a wifi uploading. Quite neat I thought.</p>
<p>I went for the Pro model as it supported RAW uploading, but was quickly disappointed by the limits of the card.</p>
<ul>
<li>Geolocation &#8211; I&#8217;m not sure why I was expecting more, but this is only using so-called &#8216;wifi-location&#8217;. This is fine in the city, but quite often the reason I want to geotag my photos is because I am in the middle of no where, this wont work there.</li>
<li>Geolocation &#8211; To get your photos geotagged they have to be first uploaded to their servers. I can kind of understand this, as card it&#8217;s self doesn&#8217;t have enough grunt to process the current wifi macs it can see, and properly geotag them. However these seen macs are stored in the image, so when it is uploaded to the eye-fi servers, they can do the lookup to the database, and assign the correct geotags. Why their app cannot do this, is beyond me. It seems completely stupid to upload 8GB of images, to have them tagged, to download them again, to process. 16GB of transfer, for what would probably be &lt;1Mb if they did this the logical way.</li>
<li>RAW &#8211; Whilst the RAWs will be uploaded, they wont be geotagged. When I contacted eye-fi, they state that there is no standard for the EXIF location tags for RAW. This certainly wasn&#8217;t mentioned on the box/site/anywhere.</li>
<li>Upload to open and public networks &#8211; The X2 range come with this service for free for a year. This seemed perfectly fine to me, a lifetime of free uploads would be good, but probably not sustainable. However, it didn&#8217;t actually include the access to public networks, i.e. BTOpenzone, The Cloud..etc this only enabled the card to join these networks once you had setup your card with one of the premium accounts that you&#8217;d need to pay for separately. Again, this certainly wasn&#8217;t mentioned beforehand.</li>
</ul>
<p>This was all a bit annoying, but not the end of the world. I still used the card, paired it to my MiFi from three. As I have 15GB allowance, uploading wasn&#8217;t an issue. I had setup selective sync, so it would only upload photos I &#8216;protected&#8217;. This worked quite well, often when I was at expos, I could be uploading the photos to eye-fi, then using their mobile optimised website, select where I wanted to share the photos too. Giving an almost instant upload to the web, throughout the day. When I got home, the eye-fi agent had downloaded all the files, so I could process them further if I wanted. All quite neat.</p>
<p>I then had a card corrupt totally, not readable in a number of machines (running Windows, Linux or OSX), and none of my cameras. Their RMA process was awful to be honest. Weeks to get a response via email, then a huge delay when thye had received my card back. It seemed they only stated to respond timely when I mentioned them on twitter.</p>
<p>Since then, on my D3o0s, I have set it up to put the jpgs to the eye-fi card, and raws to the CF card. As I don&#8217;t use raw on the eye-fi, this works well for me. I in effect have a raid-1 setup, so if a card corrupts, I have the images on the other card.</p>
<p>The other day I saw that eye-fi had launched a new product, the Mobile X2, which allowed direct uploading directly to an iOS or Android device. This is something the hacker community have had for a while, but finally supported by eye-fi is cool. They said they would be upgrading the firmware on the current X2 range to implement this feature.</p>
<p>Today I opened the eye-fi manager on my mac, and it indeed said it had an update. It then listed direct mode as a feature for my card, but that required a firmware upgrade too, great. Or not, it listed the firmware it needed as being the current firmware, so failed every time. Looking on their forums a few people <a href="http://forums.eye.fi/viewtopic.php?f=2&amp;t=3722" target="_blank">here</a> and <a href="http://forums.eye.fi/viewtopic.php?f=2&amp;t=3723" target="_blank">here</a>. It seems their PR department had been working overtime, and all marketing shouldn&#8217;t have gone out yet. Oh dear.</p>
<p>Anyways, reading further into it, I could upgrade my card manually upgrade the firmware by unregistering it and registering it again, losing my settings. Not something I&#8217;m overly fussed about. So once I had done that, I downloaded the iOS application, to find out, the new one isn&#8217;t on the store yet. I guess this might be what they&#8217;re waiting for.</p>
<p>The android app had been, so I grabbed my ZTE Blade, and installed. The card now shows it&#8217;s self a wireless access point, so the app connects the phone to that AP, and that&#8217;s then how the card uploads to the phone. Took a few snaps and indeed, they were uploaded to the phone.</p>
<p><center><br />
<a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/04/receiving.png" rel="lightbox[695]"><img class="aligncenter size-full wp-image-696" title="ZTE Blade receiving photo from Eye-Fi X2 Pro" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/04/receiving.png" alt="ZTE Blade receiving photo from Eye-Fi X2 Pro" width="300" height="500" /></a><br />
</center></p>
<p>However, now the phone is connected to the eye-fi, it itself now cannot get to the outside world. On Android, if you have a wireless connection, it drops it&#8217;s connection over the cellular. Naturally the eye-fi card doesn&#8217;t have an internet connection, so now both devices are isolated. Also an interesting thing, you can edit the setting on the card, from the phone, but only if you have an internet connection, which naturally now is broken.</p>
<p><center><br />
<a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/04/cantconnect.png" rel="lightbox[695]"><img class="aligncenter size-full wp-image-697" title="Can't connect to internet" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/04/cantconnect.png" alt="Can't connect to internet" width="300" height="500" /></a><br />
</center></p>
<p>As far as I can see, I cannot change this behaviour in android, so looks totally broken.</p>
<p>It&#8217;s such a shame when companies hype a product so much, but when it comes to the crunch, it really doesn&#8217;t live up to the promises.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>30 October 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/10/30/trains-get-better/" title="Trains get better :)">Trains get better :)</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/04/17/eye-fi-pro-x2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10.6.7 + Aperture 3 + Final Cut Express 3 = fail</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/04/09/10-6-7-aperture-3-final-cut-express-3-fail/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/04/09/10-6-7-aperture-3-final-cut-express-3-fail/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 09:35:07 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[10.6.7]]></category>
		<category><![CDATA[Aperture]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[Final Cut Express]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=687</guid>
		<description><![CDATA[Yesterday, my flatmate looked like he was going to pull all of his hair out. He was on the phone to Apple, who kept fobbing him off. So I thought I&#8217;d be nice and help out. Problem He had bought Aperture 3 from the Mac AppStore, and was working fine. The 10.6.7 update came out, [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, my flatmate looked like he was going to pull all of his hair out. He was on the phone to Apple, who kept fobbing him off. So I thought I&#8217;d be nice and help out.</p>
<h4>Problem</h4>
<p>He had bought Aperture 3 from the Mac AppStore, and was working fine. The 10.6.7 update came out, and he&#8217;d updated to that too. Still all fine. He&#8217;d then bought and installed Final Cut Express 3. After this Aperture panic&#8217;s when it opens with something like<br />
<code><br />
Library not loaded: /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager<br />
Referenced from: /Applications/Aperture.app/Contents/MacOS/Aperture<br />
Reason: no suitable image found. Did find:<br />
/Library/Frameworks/PluginManager.framework/Versions/B/PluginManager: no matching architecture in universal wrapper<br />
</code></p>
<h4>Attempted fixes</h4>
<p>He&#8217;d tried un-installing and re-installing both Final Cut Express, and Aperture in all sorts of combinations. Nothing was working. He then called Apple who pointed him towards <a href="http://support.apple.com/kb/TS3528" target="_blank">this article</a>. However that was for 10.6.6, and he was now on 10.6.7, so couldn&#8217;t apply that update.</p>
<p>I took a look, and indeed with any combinations of re-installing, and even re-applying the 10.6.7 update didn&#8217;t fix the issue.</p>
<p>Looking at various forums, such as the Apple discussion forums, there were <a href="http://www.google.co.uk/search?hl=en&amp;nord=1&amp;site=webhp&amp;q=+site:discussions.apple.com+aperture+final+cut+10.5.7+macbook#sclient=psy&amp;hl=en&amp;nord=1&amp;site=webhp&amp;q=site:discussions.apple.com+aperture+10.6.7+final+cut&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;pbx=1&amp;fp=90d56eed6b815048" target="_blank">plenty of people</a> having the issue. Reading those, and various blog entries, there were a number of suggestions, from applying the 10.6.6 update, to re-installing OSX (yeah, sure that would probably fix it, but not the best approach), there was even a suggestion to run Aperture in 32bit mode. Nothing worked.</p>
<h4>My Fix</h4>
<p>So I decided to give up on the forums and t&#8217;internets, and try my own method of tracking down the issue. I got my MacBookAir, and took a manual backup with TimeMachine (which backs up to my Solaris SAN). This meant I had a clean backup, if anything went wrong. I am also at patch level 10.6.7. I had a look in /Library/Frameworks and I had the folder PluginManager.framework.</p>
<p>I installed Aperture 3, and all worked. Folder was still there. I then proceeded to install Final Cut Express, and when the installer had finished the folder had been deleted. Wasn&#8217;t in the trash or anything. Interesting.</p>
<p>This naturally broke Aperture, as it did on my flatmate&#8217;s MBP. Just to see if I could resolve this, in a more methodical fashion, I un-installed Aperture and Final Cut, and then re-applied the 10.6.7 update. Still PluginManager.framework was missing.</p>
<p>I had a good copy of PluginManager.framework so decided to install Aperture and Final Cut, then copy PluginManager.framework back to /Library/Frameworks. After this everything worked as expected.</p>
<p>My flatemate doesn&#8217;t have any backups, so I scp&#8217;ed my PluginManager.framework folder to his MBP, and indeed, all worked.</p>
<h4>Solution</h4>
<p>So ignore the forums, they&#8217;re just going to have you running around in circles.</p>
<p>Restore PluginManager.framework from your backups, after installing Aperture and Final Cut Express.</p>
<p>If you&#8217;ve not installed Final Cut Express yet, make sure you take a copy of PluginManager.framework.</p>
<p>If you&#8217;ve already installed, and don&#8217;t take backups. Then well, that&#8217;s just silly. If you want a copy of my PluginManager.framework folder, leave a comment, and I&#8217;ll get a copy over to you. In my tests, going from a MBA, to a MBP, it all worked fine. Not 100% sure if it will work on say a MacPro or iMac, but I would have thought it would, OSX isn&#8217;t _that_ much different between machines, except for drivers.</p>
<p>Hope this helps someone else out there.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>14 November 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/11/14/globalsan-fail/" title="GlobalSAN Fail">GlobalSAN Fail</a> (0)</li><li>7 May 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/05/07/windows-7-rc1-boot-camp-vmware-fusion/" title="Windows 7 RC1, Boot Camp &#038; VMware Fusion &#8211; No Networking">Windows 7 RC1, Boot Camp &#038; VMware Fusion &#8211; No Networking</a> (3)</li><li>17 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/" title="Synergy">Synergy</a> (0)</li><li>19 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/19/do-i-love-apple/" title="Do I love apple?">Do I love apple?</a> (0)</li><li>24 February 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/02/24/connecting-exchange-2007-and-entourage-2008/" title="Connecting Exchange 2007 and Entourage 2008">Connecting Exchange 2007 and Entourage 2008</a> (0)</li><li>22 December 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/12/22/towing-oh-the-joy/" title="Towing, oh the joy">Towing, oh the joy</a> (0)</li><li>12 December 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/12/12/so-that-was-the-car-over/" title="So that was the car over">So that was the car over</a> (1)</li><li>2 November 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/11/02/reading-and-the-fun-attached/" title="Reading and the fun attached.">Reading and the fun attached.</a> (0)</li><li>30 October 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/10/30/leopard/" title="Leopard :)">Leopard :)</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/04/09/10-6-7-aperture-3-final-cut-express-3-fail/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>More PayFail</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/04/03/more-payfail/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/04/03/more-payfail/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 22:29:03 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Fail]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[fraud]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=682</guid>
		<description><![CDATA[So I am greeted today with even more PayPal fail (they&#8217;ll now be known to me as payfail). A few months back, I had a letter from Natwest, who informed me they were charging me £25 a day for being over my overdraft limit. Interesting, I don&#8217;t have an overdraft, nor have I used that [...]]]></description>
			<content:encoded><![CDATA[<p>So I am greeted today with even more PayPal fail (they&#8217;ll now be known to me as payfail).</p>
<p>A few months back, I had a letter from Natwest, who informed me they were charging me £25 a day for being over my overdraft limit. Interesting, I don&#8217;t have an overdraft, nor have I used that account since I worked for them quite some years ago.</p>
<p>Checking my online banking with them, and noticed ~£450 worth of PayPal direct debits. Interesting, these transactions were not listed on my PayPal account. Sent them a few emails explaining this, and they then said I had to call to discuss further. When I called they had no knowledge of the email correspondence, so I had to go through it all again. They basically said that they could not help as the transactions were not listed on my account, and they could only talk to me about MY account. They advised I talk to my bank.</p>
<p>Called up the bank, and explained the situation, then got put through to fraud, explained, then put through to another department, who said as I had given my bank details to PayPal years back (to deposit, not debit), it wasn&#8217;t fraud, and it was something I&#8217;d need to take up with PayFail. Back to step 1.</p>
<p>I then explained they can&#8217;t help, and it&#8217;s up to the bank to resolve. The only thing they could do was advise me to go into a branch, and fill out a direct debit indemnity form, as these were direct debits, and they could return them that way.</p>
<p>Off to the branch I went, to then be told, that form is for modifying a direct debit, I.e. you&#8217;re paying £50 a month to sky, but should only be paying £45. It wasn&#8217;t for historic transactions. They suggest I talk to PayFail. Awesome! nobody wants to take ownership.</p>
<p>I then asked to talk to a manager, who apparently was busy for the afternoon. I advised I probably wouldn&#8217;t be leaving the branch until I spoke to he/she, so I&#8217;ll happily wait. I had the paper, my iPad and my Macbook, so I had plenty to keep me busy. Within 10 minutes, that very busy manager was then available.</p>
<p>She was very helpful, and talk to the fraud team, who had earlier said they couldn&#8217;t help. They agreed to take on my case, and would give me a call by 16:00 (it was 14:00 at the time) to confirm the refunds were in place.</p>
<p>At around 17:00 I thought, hey, where is my call? I gave the fraud team a call, and the person I spoke to had advised the chap who was dealing with my account had gone home. I then proceeded to ask for a manager, as I had been given the royal run around. Spoke to a very nice lady who was the supervisor who advised the handling team had rejected the case, as I had at some point given my details to PayFail.</p>
<p>As you can imagine, not the best of responses to give to an already peeved customer. She was pretty good, and said that department was now closed, but she was in at 09:00 the next morning, and would personally go talk to the manager of that department. She advised I check my account in the morning, and if there weren&#8217;t refunds on the account by 10:00 to give her a call directly.</p>
<p>The refunds were on there. Awesome. Later that afternoon, I started to get emails from people on eBay I had previously purchased things from. PayFail in their infinite wisdom, had not just looked at the amounts I had contested, they had rejected all payments I had made, all the genuine transactions. I can only imagine they couldn&#8217;t find the actual transactions that had been posted to my current account, so made up the funds from the genuine transactions. So lots of irate (and rightly so) people from eBay. I explained the situation, and most of them were fine. They just had to give PayFail some docs to prove they were g transactions, and a copy of my email.</p>
<p>I thought that was all done and dusted. Until someone sent me some money today, I had totally forgot they had an annual auto payment to my account. The money has been accepted, and now cannot be returned. So I have funds in my PayFail account, and oh, I can&#8217;t get hold of them.</p>
<p><center><br />
<a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/04/Paypalfail.png" rel="lightbox[682]"><img class="aligncenter size-full wp-image-683" title="Paypalfail" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/04/Paypalfail.png" alt="" width="440" height="169" /></a><br />
</center></p>
<p>See above, my account has been &#8216;limited&#8217;, funny, as it was them that had made all the errors, but they feel the need to limit my account. Interesting.</p>
<p>The only way I can get my account working again, is to confirm my details. One of the things I need to do, is confirm 2 transactions to my bank account. They put two transactions through up to £1, and I need to tell them how much they were for. Except, my bank have blocked all transactions from PayFail, and I do not particularly want to give them the details of my actual current account, just in case they go on a frenzy again.</p>
<p>Arse!</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>13 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/13/how-to-break-as-much-as-possible-with-just-one-stone/" title="How to break as much as possible with just one stone">How to break as much as possible with just one stone</a> (0)</li><li>14 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/14/intelligence-fail/" title="Intelligence Fail">Intelligence Fail</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/04/03/more-payfail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The value of feedback</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/03/29/the-value-of-feedback/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/03/29/the-value-of-feedback/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 20:47:34 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Mutterings]]></category>
		<category><![CDATA[complaint]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[foursquare]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=673</guid>
		<description><![CDATA[I do sometimes question the value of review sites. Yesterday I bought a little 125cc Scooter to run around town on, and wanted to get the insurance setup, so when I picked it up, I could drive straight away. I was looking at a few comparison sites, and one particular insurer came out cheaper than [...]]]></description>
			<content:encoded><![CDATA[<p>I do sometimes question the value of review sites. Yesterday I bought a little 125cc Scooter to run around town on, and wanted to get the insurance setup, so when I picked it up, I could drive straight away.</p>
<p>I was looking at a few comparison sites, and one particular insurer came out cheaper than the others. Tried a few more comparison sites, all gave similar results. I went with one particular insurer, called them up, went through the paticulars, gave over my payment details. Job done. The chap seemed like a bit of a lad, but polite enough, said the paper work would take a couple of days to email through, as this time of the year is the busiest time for them. No problem.</p>
<p>I then thought I&#8217;d have a look about the company, just out of mild boredom. Found a review site, which was full of bad reviews on their setup process, mostly regarding docs that had been sent through wrong..etc couldn&#8217;t really comment further as hadn&#8217;t received my docs.</p>
<p>When checking my mail this morning, docs were in my inbox, all appear correct. So my experience didn&#8217;t seem to match everyone else&#8217;s. However would I go and give a good review? would anyone? I&#8217;d say not.</p>
<p>People usually only give feedback, when it&#8217;s negative. This is a somewhat over generalisation, however for the most part, true.</p>
<p>So what is the value of feedback sites? With the freedom of the Internet, everyone has a voice. Be it on a on a feedback/review site, forum, blog, twitter or the like. If people have a bee in their bonnet regarding a certain company, they&#8217;ll go and write paragraphs on how angry they feel, and how terrible the company is. Would they do the same for a positive? I&#8217;m not sure.</p>
<p>However, bring in new social media services, I&#8217;m thinking foursquare here. The idea is you &#8216;check in&#8217; at place, and can leave reviews for others looking at that venue. I often give good reviews here, something short and sweet. The reason? because it&#8217;s so quick. Takes maybe an extra 2/3 seconds per check-in. I don&#8217;t need to write a lengthy review, with 10 options for different ratings, from decor to service.</p>
<p><center><br />
<a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/03/4sq.jpg" rel="lightbox[673]"><img class="aligncenter size-full wp-image-674" title="4sq" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/03/4sq.jpg" alt="" width="200" height="400" /></a><br />
</center></p>
<p>As you can see my tips range from very positive updates, to beware of this place.</p>
<p>I use services like foursquare, over most review sites. Why? as I said above, mostly, people only (in my opinion) only write lengthy reviews, or go to proper review sites, if they&#8217;re pissed off.</p>
<p>Or am I completely wrong here? What do you trust?</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/03/29/the-value-of-feedback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack the Government!</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/03/27/hack-the-gov/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/03/27/hack-the-gov/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 13:49:49 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[nhtg11]]></category>
		<category><![CDATA[rewiredstate]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=665</guid>
		<description><![CDATA[So I&#8217;ve been pretty busy for the last month or so, and was actually looking forward to doing nothing at all. However a friend had mentioned the &#8216;National Hack the Government Day&#8217; hosted by Rewired State, so I thought why the hell not. Basically, they get a bunch of dev types, a bunch of data, [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been pretty busy for the last month or so, and was actually looking forward to doing nothing at all. However a friend had mentioned the <a href="http://rewiredstate.org/events/national-hack-the-government-day-2011" target="_blank">&#8216;National Hack the Government Day&#8217; hosted by Rewired State</a>, so I thought why the hell not. </p>
<p><center><br />
<a class="tt-flickr tt-flickr-Medium" title="#nhtg11" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563322329/nhtg11.html"><img class="alignnone" src="http://farm6.static.flickr.com/5230/5563322329_09abc48d4f.jpg" alt="#nhtg11" width="420" height="300" /></a><br />
</center></p>
<p>Basically, they get a bunch of dev types, a bunch of data, and let them do what they want with it. I was entrigued, and said I&#8217;d pop along, take some photos and do a bit of networking. However when I got there, I thought I may as well try and hack something up, I could simply not put it forward for presentation if I majorly failed.</p>
<p>I&#8217;m by far a coder by trade, but can usually get from A to B, sometimes via X, Y and Z. I wont go into the detail about what I hacked up, you can see my presentation <a href="http://luke.sheldrick.co.uk/blog/LondonCrimeBot.pdf" target="_blank">here</a>.</p>
<p>There were some really awesome projects hacked up, especially considering the limited time everyone had. The presentations were all very good. Lots were still coding right up until they were on stage.</p>
<p>After the presentations, and awards given out it was off to the pub to celebrate Rewired State&#8217;s second birthday. There was even an amazing Gin and Tonic cake. Was a really good day, and met quite a lot of people I know online, from different parts of the industry.</p>
<p>Below are some of the photos I took, there are loads more <a href="http://luke.sheldrick.co.uk/blog/flickr/album/72157626237207207/nhtg11.html" target="_blank">here</a>.</p>
<p><center><br />
<div class="flickr-photos"><a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563896682/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563896682" title="#nhtg11"><img src="http://farm6.staticflickr.com/5307/5563896682_eb6a786a9a_t.jpg" width="100" height="66" alt="#nhtg11" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563322329/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563322329" title="#nhtg11"><img src="http://farm6.staticflickr.com/5230/5563322329_09abc48d4f_t.jpg" width="100" height="65" alt="#nhtg11" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563324321/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563324321" title="#nhtg11"><img src="http://farm6.staticflickr.com/5022/5563324321_1f004b5188_t.jpg" width="100" height="66" alt="#nhtg11" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563326485/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563326485" title="#nhtg11 - Stealing your flashes.... setting up two SB-900s (one was mine) around the stage, was quite good fun, cept people kept hi-jacking them."><img src="http://farm6.staticflickr.com/5142/5563326485_6dbfa38f66_t.jpg" width="100" height="66" alt="#nhtg11" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563905314/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563905314" title="#nhtg11"><img src="http://farm6.staticflickr.com/5299/5563905314_c137bc1b59_t.jpg" width="100" height="66" alt="#nhtg11" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563907098/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563907098" title="#nhtg11"><img src="http://farm6.staticflickr.com/5146/5563907098_630db44f7f_t.jpg" width="100" height="66" alt="#nhtg11" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563332667/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563332667" title="#nhtg11"><img src="http://farm6.staticflickr.com/5293/5563332667_808f155613_t.jpg" width="100" height="66" alt="#nhtg11" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563911998/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563911998" title="#nhtg11"><img src="http://farm6.staticflickr.com/5263/5563911998_6abfb2e0b4_t.jpg" width="66" height="100" alt="#nhtg11" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563913836/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563913836" title="#nhtg11"><img src="http://farm6.staticflickr.com/5012/5563913836_9159c02ce4_t.jpg" width="100" height="66" alt="#nhtg11" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5563338065/nhtg11-nhtg11.html" rel="album-72157626237207207" id="photo-5563338065" title="#nhtg11"><img src="http://farm6.staticflickr.com/5181/5563338065_291635545b_t.jpg" width="100" height="71" alt="#nhtg11" /></a> </div><br />
</center></p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/03/27/hack-the-gov/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple TV 2 &amp; XBMC</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/03/19/apple-tv-2-xbmc/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/03/19/apple-tv-2-xbmc/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 23:55:18 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[seas0npass]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=661</guid>
		<description><![CDATA[I was browsing around the Covent Garden Apple store the other day, as I needed to get a new SuperDrive for my MacBook Air (MBA), as I&#8217;d cleverly managed to throw my other one out when I was having a clear out the other day. I&#8217;d always been interested in the new Apple TV (ATV) [...]]]></description>
			<content:encoded><![CDATA[<p>I was browsing around the Covent Garden Apple store the other day, as I needed to get a new SuperDrive for my MacBook Air (MBA), as I&#8217;d cleverly managed to throw my other one out when I was having a clear out the other day.</p>
<p>I&#8217;d always been interested in the new Apple TV (ATV) , but never got one, as I have XBMC setup at home. On a nettop in the bedroom connected to my LCD, and actually on an original Xbox in the front room, so didn&#8217;t see the need. A few friends have total Apple houses (iMacs, Macbooks, iPads, iPhones, TVs, you name it, they have it)&#8230; they&#8217;re all very nice and all, but I never really felt the need to have the ATV.</p>
<p>Until, in the pub the other evening, a friend at work mentioned he&#8217;d bought one, odd I thought as he&#8217;s not the usual Apple fanboy. He explained that he&#8217;d bought one, jailbroken it, and installed XBMC.</p>
<p>I&#8217;d been battling with the Nvidia ION drivers on my nettop, so HD content wasn&#8217;t perfect. So when I was shopping, the impulse in me took over, and one was bought.</p>
<p>Jailbreaking was fun. Seas0nPass doesn&#8217;t work if you have FileVault turned on, which I do. Creating a new user on the MBA, and making the IPSW on that user (without FileVault enabled). Then the way the ATV is constructed makes it somewhat difficult to plug the HDMI and MicroUSB cable in at the same time. On reflection, I think this is on purpose, as you don&#8217;t really need to. I was then getting 1602 errors in iTunes when restoring the custom IPSW, later turns out, you can&#8217;t have the power and USB connected. Restoring with just the USB cable connected did the trick. Seas0npass is currently tethered only, so anytime I power off the ATV, I have to connect to the Mac. Not a huge issue, as don&#8217;t plan on turning off too often, and have set it not to power off.</p>
<p>Once jailbroken with seas0npass, installing XBMC was easy, and setup in a few minutes. Have it playing full HD content from my NAS. The remote, optical out, and HDMI resolution alll work flawlessly.</p>
<p>The other nice feature is AirPlay, so I can stream the media from my MBA or iPhone 4. I would have been able to from my iPad too, but I sold that as hadn&#8217;t used it a single time since getting the MBA.</p>
<p>Overall am really impressed with the ATV2, for the price of it, it&#8217;s a stunning piece of kit.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>14 November 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/11/14/globalsan-fail/" title="GlobalSAN Fail">GlobalSAN Fail</a> (0)</li><li>7 June 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/06/07/unsecured-call/" title="Unsecured Call?">Unsecured Call?</a> (0)</li><li>5 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/05/rotten-apple-part-2/" title="Rotten Apple &#8211; Part 2">Rotten Apple &#8211; Part 2</a> (0)</li><li>1 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/01/rotten-apple/" title="Rotten Apple">Rotten Apple</a> (0)</li><li>28 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/28/crack-book/" title="Crack-Book">Crack-Book</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/03/19/apple-tv-2-xbmc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RARR!</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/02/26/rarr/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/02/26/rarr/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 18:28:40 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[late]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=655</guid>
		<description><![CDATA[So today, I am mostly furious. This is due to a number of things. I&#8217;ve had a pretty crap week, and was really looking forward to having a nice long weekend to relax and enjoy myself. I adore spending time with my friends, and they&#8217;re a very important part of my life. However&#8230; Yesterday I [...]]]></description>
			<content:encoded><![CDATA[<p>So today, I am mostly furious. This is due to a number of things. I&#8217;ve had a pretty crap week, and was really looking forward to having a nice long weekend to relax and enjoy myself. I adore spending time with my friends, and they&#8217;re a very important part of my life. However&#8230;</p>
<p>Yesterday I was in Slough for work, and was planning to go out in Vauxhall in the evening to an event I knew a friends would be at. I txt/IMed a few people earlyish in the day, but didn&#8217;t hear anything back. Assuming they weren&#8217;t going, on my way back to London, I took the route that would take me straight home, and then settled in for the eve. I then get messages later on to say they were there, at this point I was in no mood to travel back across London. Also spoke to another friend later in the eve, who wasn&#8217;t going to go, but knew I wanted to, who turns out to have gone. Would have been nice to let me know? but hey, guess not.</p>
<p>Today I wanted to go around the Tottenham Court Road computer fairs, I&#8217;d mentioned it to a friend to see if he wanted to go along, and he was going to let me know if he could make it. Nothing heard back this morning. I was then meant to meet another friend for lunch in the afternoon. She said she was going to finish work at 13:00, and give me a shout, to look to meet around 13:30/14:00. I&#8217;d come home back to East London where I live, and she works in anticipation of hearing from her. At 14:30, I was a bit worried as hadn&#8217;t heard back from her, so gave her a shout, to be told she now wasn&#8217;t coming.</p>
<p>Seriously WTF, do people not have any concept of general courtsey? If I arrange to do something, and I can&#8217;t make it, even if I just don&#8217;t fancy it, I&#8217;ll certainly let the other people know as soon as know. I certainly wouldn&#8217;t expect them to have to chase me after the arranged time to see if I could be bothered. My day has been mostly trashed, and my time wasted. All could have been averted if others had just had some forthought. These are by no way isolated incidents, this happens far too often for my liking.</p>
<p>Same goes with people being late, sure shit happens that makes being bang on time difficult. However we all have mobiles today, it&#8217;s not like you cant send a call/txt. Nobody is perfect, however people who are prepetually late, really get my back up. I make every effort to be on time for everything, and if I&#8217;m not, crikey at least I&#8217;ll make sure you know before hand. Being on the tube is no excuse either, I&#8217;ll always ensure I send a message before going down to the tube/losing signal.</p>
<p><strong>RARRR!!</strong></p>
<p>P.S: if you read this and think this is about you, I don&#8217;t mean this to be directed at or moaning about you, just about today&#8217;s society in general. I don&#8217;t hold grudges, but maybe just think about someone other than yourself next time?</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/02/26/rarr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythTV &#8211; Stuck Queue</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 22:06:07 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Hostname]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Queue]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=627</guid>
		<description><![CDATA[I use DHCP at home, as most do, for convenience. Last week I changed the router at home to one compatible with DD-WRT as I was setting IPv6 up at home (something I should blog about later). When I set it up, until I migrated the old DHCP config over, everything on the LAN that [...]]]></description>
			<content:encoded><![CDATA[<p>I use DHCP at home, as most do, for convenience. Last week I changed the router at home to one compatible with <a href="http://www.dd-wrt.com/" target="_blank">DD-WRT</a> as I was setting IPv6 up at home (something I should blog about later). When I set it up, until I migrated the old DHCP config over, everything on the LAN that had static DHCP allocations went a bit crazy. Once that was resolved everything went back to normal&#8230; or so I thought.</p>
<p>However I&#8217;d noticed that MythTV wasn&#8217;t recording anything. When looking through it had listed all of it&#8217;s encoders as remote and &#8220;currently not connected&#8221;, interesting I thought. It looked like somewhere along the line that box had got 192.168.5.6 instead of 192.168.5.5. So it didn&#8217;t think it was, well it&#8217;s self. Changing the DHCP assignments quickly resolved this.</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/02/encoders.png" rel="lightbox[627]"><img class="aligncenter size-full wp-image-631" title="Encoders" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2011/02/encoders.png" alt="" width="420" height="100" /></a></p>
<p>A week later I noticed whilst programs had been recording, they were all sitting queued in Job Queue. Restarting the backend process nor did restarting the box. So I had a quick look on it&#8217;s DB and noticed the recordings were showing as remote, not local as they should be. Delving a bit further I noticed that it was listing the recordings as being recorded on &#8220;sidekick.oob.an0key.net&#8221; instead of &#8220;sidekick&#8221;. I&#8217;d set the domain on the router, and it was happily distributing via DHCP.</p>
<p>So to resolve my issue, I changed the hostname manually, back to sidekick.</p>
<p>To do this on ubuntu is pretty simple, edit<br />
<code>/etc/hostname</code><br />
with the desired hostname and then<br />
<code>/etc/init.d/hostname.sh restart</code><br />
However I was now stuck, with all the recordings showing as being recorded on the &#8216;remote&#8217; host. The only way to fix this would be to edit the database manually. This is where it the less adventurous may want to stop.</p>
<p>So log on to your MySQL instance, it&#8217;ll prompt for MySQL&#8217;s root password.<br />
<code>sidekick:~# mysql -p -u root</code><br />
Use mythtv&#8217;s database named mythconverg in my setup.<br />
<code>use mythconverg;</code><br />
Then print the structure and contents of the jobqueue table.<br />
<code>select * from jobqueue;</code><br />
This is what I was presented with.<br />
<code>mysql&gt; select * from jobqueue;<br />
+-----+--------+---------------------+---------------------+------+------+-------+--------+---------------------+-------------------------+------+-------------------------+---------------------+<br />
| id  | chanid | starttime           | inserttime          | type | cmds | flags | status | statustime          | hostname                | args | comment                 | schedruntime        |<br />
+-----+--------+---------------------+---------------------+------+------+-------+--------+---------------------+-------------------------+------+-------------------------+---------------------+<br />
| 284 |   1001 | 2011-02-03 17:11:00 | 2011-02-03 17:15:01 |  256 |    0 |     0 |    272 | 2011-02-03 17:15:53 | sidekick		  |      | Successfully Completed. | 2011-02-03 17:15:01 |<br />
| 283 |   1004 | 2011-02-02 22:00:00 | 2011-02-02 23:05:00 |  256 |    0 |     0 |      1 | 2011-02-03 17:25:24 | sidekick.oob.an0key.net |      |                         | 2011-02-02 23:05:00 |<br />
| 282 |   1001 | 2011-02-02 21:00:00 | 2011-02-02 22:00:01 |  256 |    0 |     0 |      1 | 2011-02-03 17:25:24 | sidekick.oob.an0key.net |      |                         | 2011-02-02 22:00:01 |<br />
| 279 |   1007 | 2011-02-01 21:00:00 | 2011-02-01 22:00:01 |  256 |    0 |     0 |      1 | 2011-02-03 17:25:24 | sidekick.oob.an0key.net |      |                         | 2011-02-01 22:00:01 |<br />
</code><br />
So I can see the that the job ran fine that came in after I changed the hostname. So what I decided to try is to update the hostname, and also the scheduledtime too as it was in the past.<br />
<code>mysql&gt; update jobqueue set<br />
-&gt; status=1,hostname="sidekick",comment="",schedruntime="2011-02-03 17:30:01" where status=1;</code><br />
So this will update the hostname and schedruntime for anything with status 1 (which means queued). I ran that and restarted mythtv-backend, and all the queue was then worked though.</p>
<p>Job done. Hopefully this may help someone else in a sticky position.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>12 February 2012 -- <a href="http://luke.sheldrick.co.uk/blog/2012/02/12/using-google-authenticator-for-free-two-factor-ssh-authentication/" title="Using Google-Authenticator for free two-factor ssh authentication">Using Google-Authenticator for free two-factor ssh authentication</a> (0)</li><li>26 September 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/" title="KVM + KSM = Big Bag of Win">KVM + KSM = Big Bag of Win</a> (0)</li><li>18 August 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/" title="My &#8216;cloud&#8217; IM setup">My &#8216;cloud&#8217; IM setup</a> (0)</li><li>26 January 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/01/26/goodbye-windows-hello-linux/" title="Goodbye windows, hello linux">Goodbye windows, hello linux</a> (0)</li><li>17 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/" title="Synergy">Synergy</a> (0)</li><li>7 September 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/09/07/new-home/" title="New home">New home</a> (0)</li><li>11 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/11/netgear-sc101/" title="Netgear SC101">Netgear SC101</a> (0)</li><li>23 March 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/03/23/a-new-face/" title="A new face">A new face</a> (0)</li><li>9 December 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/12/09/mail-issues-its-all-a-matter-of-time/" title="Mail Issues, it&#8217;s all a matter of time.">Mail Issues, it&#8217;s all a matter of time.</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amoxoi-tastic</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/02/01/amoxoi-tastic/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/02/01/amoxoi-tastic/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 19:15:43 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[AMOX]]></category>
		<category><![CDATA[Amoxicillin]]></category>
		<category><![CDATA[Ill]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=618</guid>
		<description><![CDATA[Usually, I&#8217;d shrug off being ill, with the occasional rant about the seasonal flu. However January really has taken the biscuit. The week before Christmas, I had an awful cold (I won&#8217;t compensate and call it flu). Luckily I was then fine for a few days over the Christmas break. To then come down with [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><!-- p.p1 {margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->Usually, I&#8217;d shrug off being ill, with the occasional rant about the seasonal flu. However January really has taken the biscuit.</p>
<p style="text-align: justify;">The week before Christmas, I had an awful cold (I won&#8217;t compensate and call it flu). Luckily I was then fine for a few days over the Christmas break. To then come down with the worst case of flu I think I&#8217;ve ever had the week after. Literally a week in bed, was very grim. I suspect that was swine flu.</p>
<p style="text-align: justify;">Have then been fine for a week or so, to then come down with another cold, again with a weasey chest. The cold has now pretty much gone, but I still sound like a burst hoover every time I breath in and out.</p>
<p style="text-align: justify;">So I checked in at the local doctors this morning, to be greeted with a really caring, genuinely nice doctor. I told her what the history, and she had a listen to my chest, and concurred something was not right.</p>
<p style="text-align: justify;">She prescribed me 500mg Amoxicillin, as she believes I&#8217;ve had a secondary infection in my chest. This may be causing a bit of a loop. Chest gets better (but weakens immune system) &gt; Influenza takes hold due to weaken immune system &gt; Chest… etc</p>
<p><center><a class="tt-flickr tt-flickr-Medium" title="Amoxicillin" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5407449715/amoxicillin.html"><img class="alignnone" src="http://farm6.static.flickr.com/5215/5407449715_f372cc4511.jpg" alt="Amoxicillin" width="425" height="300" /></a></center></p>
<p style="text-align: justify;">I&#8217;ve never really been a fan of anti-biotics, you read about the super bacteria, that are cropping up all over the place. Some believe these are &#8216;evolving&#8217; due to the over use of anti-biotics. I&#8217;m also not a huge fan of popping a pill at every opportunity. However, not taken any anti-biotics for the first 25 years of my life, I&#8217;m sure one dose wont bring on the resident evil stylie zombies&#8230; or will it?</p>
<p style="text-align: justify;">
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/02/01/amoxoi-tastic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I *really* don&#8217;t travel light&#8230;</title>
		<link>http://luke.sheldrick.co.uk/blog/2011/01/29/i-really-dont-travel-light/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2011/01/29/i-really-dont-travel-light/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 22:24:56 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=612</guid>
		<description><![CDATA[So last weekend I went to visit some friends for the day, and packed a usual day trip bag. I&#8217;ve always been aware I don&#8217;t really travel light, however when I got everything out to take a &#8220;Whats in your bag&#8221; photo, I was quite shocked, on just how much stuff I carry around usually. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">So last weekend I went to visit some friends for the day, and packed a usual day trip bag. I&#8217;ve always been aware I don&#8217;t really travel light, however when I got everything out to take a &#8220;<a href="http://www.flickr.com/groups/whats_in_your_bag/" target="_blank">Whats in your bag</a>&#8221; photo, I was quite shocked, on just how much stuff I carry around usually.</p>
<p>Below is the outcome of emptying my bag&#8230; quite a lot of stuff in there&#8230; maybe I should think about scaling down? </p>
<p><center><a class="tt-flickr tt-flickr-Medium" title="Whats in my bag." href="http://luke.sheldrick.co.uk/blog/flickr/photo/5399274054/whats-in-my-bag.html"><img class="aligncenter" src="http://farm6.static.flickr.com/5174/5399274054_e9e1ccf5d8.jpg" alt="Whats in my bag." width="425" height="250" /></a></center><br />
At least I can safely say, I&#8217;ll never be bored if I get stuck anywhere. </p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2011/01/29/i-really-dont-travel-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodnight, Irene, Goodnight</title>
		<link>http://luke.sheldrick.co.uk/blog/2010/12/22/goodnight-irene-goodnight/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2010/12/22/goodnight-irene-goodnight/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 13:40:21 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Irene]]></category>
		<category><![CDATA[Nan]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/2010/12/22/goodnight-irene-goodnight/</guid>
		<description><![CDATA[Yesterday, we said goodbye to my amazing Nanna, Irene Alice Sheldrick. Born 7th October 1913, and taken from us 2nd December 2010, aged 97. I started off my blog with a dedication to her, some three years ago. She was an amazing woman, she was a grandmother to me and my three cousins, a great grandmother to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, we said goodbye to my amazing Nanna, Irene Alice Sheldrick. Born 7th October 1913, and taken from us 2nd December 2010, aged 97.</p>
<p>I started off my blog with a <a href="http://luke.sheldrick.co.uk/blog/2007/10/14/where-to-start/" target="_blank">dedication</a> to her, some three years ago. She was an amazing woman, she was a grandmother to me and my three cousins, a great grandmother to five, and a great great grandmother to Theo. I&#8217;ve never met someone with such strength and dedication. Living through the both World Wars, bringing up my Father, and my Aunt, always being there for everyone, she will be dearly missed.</p>
<p><center><br />
<a class="tt-flickr tt-flickr-Medium" title="RIP Nanna" href="http://luke.sheldrick.co.uk/blog/flickr/photo/5282990529/rip-nanna.html" target="_blank"><img class="alignnone" src="http://farm6.static.flickr.com/5043/5282990529_0a3d70b9ac.jpg" alt="RIP Nanna" width="400" height="240" /></a></center></p>
<p>Words can&#8217;t really do justice to say how much she&#8217;ll be missed. I like to think she is still with us, and still getting her own way. The funeral director on the day of the service, had to tell us that he had unfortunately forgot to bring the CDs for the service. One of the songs was Goodnight Irene by Nat King Cole. We all firmly believe that this was Nan&#8217;s doing, she didn&#8217;t want us to say goodbye. I was very lucky to see her the day before she was taken from us, and tell her how much we all loved her. I&#8217;ll always have very fond memories of visiting her in my summer holidays, and her doing her morning excercises in her kitchen door way, even at the age of 80.</p>
<p><center><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Iz3iDUFCXuA?fs=1&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="385" src="http://www.youtube.com/v/Iz3iDUFCXuA?fs=1&amp;hl=en_GB" allowscriptaccess="always" allowfullscreen="true"></embed></object></center></p>
<p>Rest in piece Nan, say hello to Purple for me.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>14 October 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/10/14/where-to-start/" title="Where to start?">Where to start?</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2010/12/22/goodnight-irene-goodnight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Movember &#8211; Update</title>
		<link>http://luke.sheldrick.co.uk/blog/2010/11/24/movember-update/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2010/11/24/movember-update/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 14:36:32 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Charity]]></category>
		<category><![CDATA[Movember]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=590</guid>
		<description><![CDATA[So, I&#8217;ve been growing my Tache, in aid of Movember since 1st November, and well, it&#8217;s horrid. My beard, if you can call it that, grows multicoloured, from white, to mousey brown, to ginger, not to mention it looks like someone has just put a load of pubes on my face. Never the less, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been growing my Tache, in aid of <a href="http://uk.movember.com/mospace/765932/" target="_blank">Movember</a> since 1st November, and well, it&#8217;s horrid. My beard, if you can call it that, grows multicoloured, from white, to mousey brown, to ginger, not to mention it looks like someone has just put a load of pubes on my face.</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/11/0000040-smaller.jpg" rel="lightbox[590]"><img class="aligncenter size-full wp-image-591" title="Movember" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/11/0000040-smaller.jpg" alt="" width="450" height="345" /></a></p>
<p>Never the less, I&#8217;ve carried it on, and as you can see from the above, am following all the rules. I had to remove my <a href="http://www.men-access.com/wp-content/uploads/2008/11/beard-soulpatch-handlebar-gotee.jpg" target="_blank" rel="lightbox[590]">Soul Patch</a>, as this was against the rules. I&#8217;ve had a soul patch for quite some years now, and it&#8217;s a bit of a running joke, that I&#8217;ve missed a bit when shaving.</p>
<p>The interesting thing I did find out yesterday, was that a few places are giving freebies away for anyone partaking in <a href="http://uk.movember.com/mospace/765932/" target="_blank">Movember</a>, such as Byron, between 15:00 and 19:00 will give you a free burger, and wahaca Monday to Tuesdays, are giving a free burrito, amazing stuff!</p>
<p>So seeing as I had lunch on the Mo today, I thought I&#8217;d give a quick update, then go on the pester for more donations. Think a bit of facebook spamming, and emailing the likely lot at work is well in order.</p>
<p><span style="font-size: medium;"><strong>If you&#8217;d like to donate (comeon, you know you want to) please visit my <a href="http://uk.movember.com/mospace/765932/" target="_blank">MOSPACE</a>, and donate on there? A few pounds would be awesome. It&#8217;s going to a great cause (Prostate Cancer Charity) and I&#8217;ll keep growing the mo (looking like a pillock) kthxbi</strong></span></p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>11 November 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/11/11/movember/" title="Movember">Movember</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2010/11/24/movember-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Movember</title>
		<link>http://luke.sheldrick.co.uk/blog/2010/11/11/movember/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2010/11/11/movember/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 22:32:22 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Charity]]></category>
		<category><![CDATA[Movember]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=571</guid>
		<description><![CDATA[So, in the name of charity, this November I am participating in Movember. Movember is an annual month-long event involving the growing of moustaches during the month of November. I rarely participate in charity events myself, but often donate to worthy causes, so decided this is a pretty good thing to do. There are a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">So, in the name of charity, this November I am participating in <a href="http://uk.movember.com/mospace/765932/" target="_blank">Movember</a>. <a href="http://uk.movember.com/mospace/765932/" target="_blank">Movember</a> is an annual month-long event involving the growing of moustaches during the month of November.</p>
<p style="text-align: justify;">I rarely participate in charity events myself, but often donate to worthy causes, so decided this is a pretty good thing to do. There are a load of my friends and chaps in my office doing it, so humiliation is shared around.</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/11/Photo-Nov-09-3-36-27-PM.jpg" rel="lightbox[571]"><img class="size-full wp-image-573  aligncenter" title="Movember Mo" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/11/Photo-Nov-09-3-36-27-PM.jpg" alt="Movember Mo" width="313" height="365" /></a></p>
<p style="text-align: justify;">To be honest, when I try and grow a beard or any sort of facial growth, it just looks like adolescent multicoloured bum fluff, as you can see above. Any small donation to the charity will make this all very much worthwhile.</p>
<p style="text-align: justify;">The proceeds go to the Prostate Cancer Charity and Everyman, which are two charities I regularly donate to myself, so see these as awesome causes.</p>
<p style="text-align: justify;">Currently I am sitting bottom of the donation league, so really need to start pleading with you all for some of your coppers&#8230;. please dig deep, any donation, big or small will be most welcome&#8230;</p>
<p style="text-align: justify;">To donate please go to my <a href="http://uk.movember.com/mospace/765932/" target="_blank">mo-space</a> over at movember.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>24 November 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/11/24/movember-update/" title="Movember &#8211; Update">Movember &#8211; Update</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2010/11/11/movember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why BT are a bag-of-fail</title>
		<link>http://luke.sheldrick.co.uk/blog/2010/09/29/why-bt-are-a-bag-of-fail/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2010/09/29/why-bt-are-a-bag-of-fail/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 13:43:23 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Fail]]></category>
		<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[BT]]></category>
		<category><![CDATA[BTOpenzone]]></category>
		<category><![CDATA[connection refused]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Starbucks]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=565</guid>
		<description><![CDATA[So BT, arguably the UKs biggest ISP/telco, in my opinion are a complete bag of fail. Now I guess writing this means, that I&#8217;ll probably never work for them, but hey, who would want to? I&#8217;ve dealt with BT whilst working at $dayjob-1, and the incompetence I saw there, was shocking to say the least. [...]]]></description>
			<content:encoded><![CDATA[<p>So BT, arguably the UKs biggest ISP/telco, in my opinion are a complete bag of fail. Now I guess writing this means, that I&#8217;ll probably never work for them, but hey, who would want to?</p>
<p>I&#8217;ve dealt with BT whilst working at $dayjob-1, and the incompetence I saw there, was shocking to say the least. That I can deal with, I got paid to deal with it, but when it&#8217;s in my time it&#8217;s a different story.</p>
<p>BT or rather BTOpenzone serve a huge amount of establishments with their Wifi &#8216;Cloud&#8217; offering. Most places like Starbucks, if you have a registered account with them, will happily let you use it for free.</p>
<p>However before you can do this, you need to go through the authentication process with BT. This basically hijacks any DNS request you send, and redirects you to a the auth page. That&#8217;s kind of ok, for most users.</p>
<p>However most times when I use it, it&#8217;s a complete failure.</p>
<ul>
<li>They use port 8443 for SSL, instead of the standard 443. This can play havock with local firewalls.</li>
<li>The certificate they use for www.btopenzone.com is not valid for that domain, so most browsers will flag a massive security warning.</li>
<li>Their DNS often is broken.</li>
<li>If it is working, the webserver you try to connect to, isn&#8217;t running (connection refused).</li>
</ul>
<p>The last two are especially annoying, like today, in Starbucks (Whitechappel Road). I switch the macbook on, join their wifi, get an IP and DGW, then any page I go to, should redirect me to their auth page. However seems it is slightly broken, as normal.</p>
<p><center><br />
<a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/09/Screen-shot-2010-09-29-at-13.18.29.png" rel="lightbox[565]"><img class="aligncenter size-full wp-image-566" title="Safari Screenshot" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/09/Screen-shot-2010-09-29-at-13.18.29.png" alt="" width="425" height="114" /></a><br />
</center></p>
<p>So this is telling me that Safari cannot connect to the server. This can be a bit vague, so you need to dig a bit deeper. Open up your terminal and try to simulate what the browser is doing.</p>
<p><center><br />
<a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/09/Screen-shot-2010-09-29-at-13.19.13.png" rel="lightbox[565]"><img class="aligncenter size-full wp-image-567" title="Terminal" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/09/Screen-shot-2010-09-29-at-13.19.13.png" alt="" width="383" height="74" /></a><br />
</center></p>
<p>So you telnet to www.btopenzone.com on port 8443. You get a connection refused. This means that from my macbook, I got over their network, right to the end server, which is saying &#8216;Hey, that port is open, but I don&#8217;t have anything running on it&#8217;.</p>
<p>I&#8217;ve no idea what is on the backend of btopenzone.com however looking at the DNS resolution:<br />
<code>Luke-Sheldricks-Mac-4:~ luke$ dig www.btopenzone.com<br />
; DiG 9.6.0-APPLE-P2 &lt;&lt;&gt;&gt; www.btopenzone.com<br />
;; global options: +cmd<br />
;; Got answer:<br />
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 15147<br />
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0<br />
;; QUESTION SECTION:<br />
;www.btopenzone.com.        IN    A<br />
;; ANSWER SECTION:<br />
www.btopenzone.com.    17378    IN    A    217.41.225.106<br />
</code></p>
<p>It&#8217;s only returning a single IP, which could be the IP of a load balancer, and then a number of servers behind that IP. However I wouldn&#8217;t expect <strong>all</strong> of them to fail.</p>
<p>With the helpful tool nmap, we can see:</p>
<p><code>PORT     STATE SERVICE  VERSION<br />
80/tcp   open  http     SunONE WebServer 6.1<br />
442/tcp  open  ssl/http SunONE WebServer 6.1<br />
443/tcp  open  ssl/http SunONE WebServer 6.1<br />
8443/tcp open  ssl/http Apache Tomcat/Coyote JSP engine 1.1<br />
</code></p>
<p>So using an old Solaris 8 server (the current version is 10) to run their authentication services. Can&#8217;t say for sure, but I wouldn&#8217;t be surpised if there is only one server back there. The amount of times I&#8217;ve seen this, really does go to show how under speced their &#8216;solution is&#8217;. I look after massive solutions in $dayjob, and this kind of thing would never happen, and if it did, certainly wouldn&#8217;t for long.</p>
<p>To sum up: BT you suck.</p>
<p>&lt;/rant&gt;</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2010/09/29/why-bt-are-a-bag-of-fail/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>My &#8216;cloud&#8217; IM setup</title>
		<link>http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 23:00:19 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[colloquy]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[znc]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=554</guid>
		<description><![CDATA[For a long time now, I&#8217;ve had a number of different applications I use to connect to various different IM (instant messaging) mediums, such as Irssi for IRC, Pidgin for Jabber/MSN/etc on my desktops/laptops and usually BeeJive on my iPhone when I&#8217;m out and about. This has all &#8216;kinda&#8217; worked, it hasn&#8217;t been the most [...]]]></description>
			<content:encoded><![CDATA[<p>For a long time now, I&#8217;ve had a number of different applications I use to connect to various different IM (instant messaging) mediums, such as <a href="http://www.irssi.org/" target="_blank">Irssi</a> for IRC, <a href="http://www.pidgin.im/" target="_blank">Pidgin</a> for Jabber/MSN/etc on my desktops/laptops and usually BeeJive on my iPhone when I&#8217;m out and about. </p>
<p>This has all &#8216;kinda&#8217; worked, it hasn&#8217;t been the most elegant of solutions, but it did do what I need it to. Until you add something like the iPad to the mix. </p>
<p>The problem I had, was I&#8217;d be signed on to say MSN on my MacBook, and then decide I&#8217;ve worked enough for the day, so sign off. Then whilst watching TV in the evening, want to send a message to someone, who only uses MSN, so grab my iPad and sign on via BeeJive. Well that kind of works, except, if I forget to sign off BeeJive, it keeps me online on their &#8216;cloud&#8217;, so I can connect back at any time via the iPad, only the iPad though. </p>
<p>If someone was to send me a message when the client is closed on the iPad, sure it sends a push message to it, but no other device. If I go out, and I know someone has sent me a message, I can&#8217;t connect to it via BeeJive on the iPhone, as it doesn&#8217;t keep them in sync. Same as if I wanted to log in with the MacBook, I can&#8217;t see what that message was. </p>
<p>So I decided this doesn&#8217;t work how I want and need it to. So I set about designing my own solution. The aim was to set something up running on my infrastructure, at little or no cost (not always easy when you add any iOS devices in the mix), and reliable. </p>
<p>What I came up with, works really well for me, so thought I&#8217;d document what I put together. </p>
<p>The server components run on a machine that is always on, the is the core of the solution. The underlying OS I used is a Fedora 14 box (so Fedora rawhide &#8211; the development branch). The packages I&#8217;ve used are widely available on pretty much every Linux distribution, ports (OS X, *BSD), so the OS here, really doesn&#8217;t make much of a difference. </p>
<p>Server side:<br />
<a href="http://www.irssi.org/" target="_blank">Irssi</a> &#8211; a cross platform IRC client.<br />
<a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a> &#8211; a cross platform IRC bouncer.<br />
<a href="http://www.bitlbee.org" target="_blank">BitlBee</a> &#8211; a cross platform IM gateway for IRC. </p>
<p>Client side:<br />
<a href="http://colloquy.mobi/" target="_blank">Colloquy Mobile</a> &#8211; iOS IRC client &#8211; use this on the iPad and iPhone.<br />
<a href="http://adium.im/beta/" target="_blank">Adium (Beta)</a> &#8211; OS X IM client &#8211; use the beta version as it supports IRC.<br />
<a href="http://www.pidgin.im/" target="_blank">Pidgin</a> &#8211; a cross platform IM client &#8211; use this on any Windows or Linux machines i happen to be on. </p>
<p>Again the client side really doesn&#8217;t matter, just as long as you have something you can connect to an IRC server with, it should be all good. </p>
<p>The setup uses BitlBee to connect to MSN, G-Talk, Jabber, Facebook chat, and pretty much any other IM network you&#8217;d want to connect into. BitlBee presents it&#8217;s self as a IRC server, and you contact list is all shown as a room. When you chat to someone you do so as you would traditionally. That part worked a treat. </p>
<p>At first I just had <a href="http://www.irssi.org/" target="_blank">Irssi</a> running with the proxy module enabled, this allows you to reconnect into your <a href="http://www.irssi.org/" target="_blank">Irssi</a> session, with a local client, and &#8216;pose&#8217; as remote session. This worked well, so I just left <a href="http://www.irssi.org/" target="_blank">Irssi</a> running in a remote screen session, then when I wanted to connect in and chat, I would just open say <a href="http://www.pidgin.im/" target="_blank">Pidgin</a> locally, and it would connect to all the rooms the <a href="http://www.irssi.org/" target="_blank">Irssi</a> session had. </p>
<p>This was fine, however, <a href="http://www.irssi.org/" target="_blank">Irssi</a> on it&#8217;s own doesn&#8217;t support playback. What I mean here is, if someone had sent me a DM, <a href="http://www.irssi.org/" target="_blank">Irssi</a> would have it, but when I logged in with <a href="http://www.pidgin.im/" target="_blank">Pidgin</a>, <a href="http://www.irssi.org/" target="_blank">Irssi</a> wouldn&#8217;t send me a copy of that message, it only forwards new messages. For these kind of features, I&#8217;d need to employ a bouncer, not the thuggish type that stand outside nightclubs, but an IRC bouncer. </p>
<p>I tried a few, but settled with <a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a>. I should point out here, that when using <a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a>, there isn&#8217;t really any need to use <a href="http://www.irssi.org/" target="_blank">Irssi</a> in the equation any more, I just kept it as have a few custom scripts, and all my historic logs are there, so decided to keep it. </p>
<p><a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a> will connect to all your favourite IRC networks, keep you online, and when you connect to it with your client, it will replay all the conversations and DMs you missed since you last connected in. this was exactly the functionality I was looking for. </p>
<p>There are also a host of other cool things you can do with <a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a>, so I have mine configured to set me away everywhere 5 minutes after my client disconnects. Also if you team colloquy mobile up with <a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a>, you can have it push message your iPhone or iPad if you&#8217;re mentioned in a chat, or if someone sends you a DM, I have mine set to only do this if there are no other clients connected, else when I&#8217;m at computer having a conversation, both my iPhone and iPad have a bit of a push message spasm. This push message function was exactly what I was looking for to replace BeeJive, except this pushes it to all my devices, not just the one that has my account singed in.. neat I thought. </p>
<p>This my no means is the simplest way to set up your MSN, but for if you want all the prerequisites I did, it really works. </p>
<p>The server topology may be a bit complex so have (for my sins) put together a diagram of how it&#8217;s set out, along with a few screenshots. </p>
<p>Any questions, please feel free to ask. </p>
<div class="flickr-photos"><a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/4894777613/im-blog-post-im-blog-adium.html" rel="album-72157624731660072" id="photo-4894777613" title="IM Blog - Adium - My 'cloud' IM setup - Blog Entry"><img src="http://farm5.staticflickr.com/4143/4894777613_79fdc5b049_t.jpg" width="100" height="59" alt="IM Blog - Adium" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/4904597752/im-blog-post-im-blog-topolgy.html" rel="album-72157624731660072" id="photo-4904597752" title="IM Blog - Topolgy - View a larger version

My 'cloud' IM setup - Blog Entry"><img src="http://farm5.staticflickr.com/4098/4904597752_da3fae9dd5_t.jpg" width="100" height="73" alt="IM Blog - Topolgy" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/4894465645/im-blog-post-im-blog-colloquy-mobile-ipad.html" rel="album-72157624731660072" id="photo-4894465645" title="IM Blog - Colloquy Mobile (iPad) - My 'cloud' IM setup - Blog Entry"><img src="http://farm5.staticflickr.com/4095/4894465645_67e465f5f3_t.jpg" width="100" height="75" alt="IM Blog - Colloquy Mobile (iPad)" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/4894839033/im-blog-post-im-blog-iphone-push.html" rel="album-72157624731660072" id="photo-4894839033" title="IM Blog - iPhone Push - My 'cloud' IM setup - Blog Entry"><img src="http://farm5.staticflickr.com/4095/4894839033_567cd9a358_t.jpg" width="67" height="100" alt="IM Blog - iPhone Push" /></a> </div>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>12 February 2012 -- <a href="http://luke.sheldrick.co.uk/blog/2012/02/12/using-google-authenticator-for-free-two-factor-ssh-authentication/" title="Using Google-Authenticator for free two-factor ssh authentication">Using Google-Authenticator for free two-factor ssh authentication</a> (0)</li><li>4 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/04/pidgin-facebook-genius/" title="Pidgin + Facebook = Genius">Pidgin + Facebook = Genius</a> (0)</li><li>26 September 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/" title="KVM + KSM = Big Bag of Win">KVM + KSM = Big Bag of Win</a> (0)</li><li>3 February 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/" title="MythTV &#8211; Stuck Queue ">MythTV &#8211; Stuck Queue </a> (0)</li><li>7 September 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/09/07/new-home/" title="New home">New home</a> (0)</li><li>11 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/11/netgear-sc101/" title="Netgear SC101">Netgear SC101</a> (0)</li><li>26 January 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/01/26/goodbye-windows-hello-linux/" title="Goodbye windows, hello linux">Goodbye windows, hello linux</a> (0)</li><li>7 June 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/06/07/unsecured-call/" title="Unsecured Call?">Unsecured Call?</a> (0)</li><li>8 May 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/05/08/motorola-xoom/" title="Motorola Xoom">Motorola Xoom</a> (0)</li><li>17 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/" title="Synergy">Synergy</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web interface and more from your Huawei E5830 (Three MiFi)</title>
		<link>http://luke.sheldrick.co.uk/blog/2010/04/11/getting-more-from-your-e5830-three-mifi/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2010/04/11/getting-more-from-your-e5830-three-mifi/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 22:02:04 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[E5830]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Huawei]]></category>
		<category><![CDATA[Mifi]]></category>
		<category><![CDATA[Three]]></category>
		<category><![CDATA[Web Access]]></category>
		<category><![CDATA[Web Interface]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=530</guid>
		<description><![CDATA[Last year I bought a Three MiFi aka the Huawei E5830. The small box of magic has a 3G sim and a battery. It&#8217;s basically a wireless router. What this allows you to do is to &#8216;share&#8217; the 3G connection to 5 wireless devices, as well as an additional one via usb. So when I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Last year I bought a Three MiFi aka the Huawei E5830. The small box of magic has a 3G sim and a battery. It&#8217;s basically a wireless router. What this allows you to do is to &#8216;share&#8217; the 3G connection to 5 wireless devices, as well as an additional one via usb.</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/04/3mifi.jpg" rel="lightbox[530]"><img class="size-full wp-image-532 aligncenter" title="Three mifi &#038; iPod Touch" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/04/3mifi.jpg" alt="" width="455" height="197" /></a></p>
<p style="text-align: justify;">So when I&#8217;m out, it&#8217;s great. If I need to use my netbook, laptop, iPod Touch, or my iPhone or Blackberry if their connection is poor, I can just switch on my MiFi, and as long as there is a decent Three data signal, I&#8217;m good to go. It&#8217;s a lot more flexible than just having a 3G dongle or using the inbuilt 3G modem on my laptop and netbooks, as I can share it with a number of devices at once, effortlessly.</p>
<p style="text-align: justify;">The problem with it, is it comes with some poorly written software which is windows only app to configure the device, which can only be used when the MiFi is connected via USB. Not ideal? Well no not really. Quite often I&#8217;ll let someone I&#8217;m with leach off it, and want to set the password to something easy to share, and turn mac filtering off. This is often when I&#8217;m out and about, and I only have one windows machine, which is my work laptop, which I&#8217;m not in the habit of keeping with me. Also the interface gives no stats as to how much data I&#8217;ve used, or any logging.</p>
<p style="text-align: justify;">So I was looking around the interwebs the other night, as I thought there must be a way around this. The previous wireless router (albeit not battery powered but still made by huawei) I had,  did have a web interface at least. Turns out there are a number of different firmwares available if you&#8217;re a bit brave, which unlock the good stuff.</p>
<p style="text-align: justify;">First of all have a read of the flashing guide <a href="http://www.netvigatoreverywhere.com/download/Pocket_wifi_E5838_install_guide_eng.html" target="_blank">here</a>. The process is pretty straight forward if you follow the instructions. There are two versions of the firmware available out there, one by another network, which brands with their branding, which I wasn&#8217;t a fan of. There is also the official firmware (not from three though) which is what I used, and so far am quite happy with. You can get that from <a href="http://blog.brightpointuk.co.uk/huawei-e5-e5830-e5832-imo-firmware-update-available" target="_blank">here</a>.</p>
<p style="text-align: justify;">Make sure you follow the flashing guide, and if like mine if you flash b0rks half way through and your device then doesn&#8217;t turn on, not all is lost. Follow the guide again, and keep trying. For best results use XP. However if you&#8217;re going to use Vista/7, then ensure you run the exe as administrator, else it will get half way through the flash, then b0rk, leaving you with a MiFi that wont boot.</p>
<p style="text-align: justify;">Once you&#8217;ve updated the firmware it should reboot, and the come back as normal. I noticed that it seemed to turn on a lot faster Also turning on 3G/Data and Wireless seems a lot quicker too. The standard Three utility will still work as before, just connect via USB. However now you&#8217;ll have web access to the Mifi, with all the goodies unlocked. So go to 192.168.x.1 where x is the subnet you set, default is 1 (so 192.168.1.1). You&#8217;ll get a login screen, the username is admin, as is the password.Then you can go in to all the advanced features. You also get a bandwidth usage which is really nice to have if you&#8217;re always running out.</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/04/Screen-shot-2010-04-09-at-21.04.44.png" rel="lightbox[530]"><img class="size-full wp-image-532 aligncenter" title="Webgui/stats" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/04/Screen-shot-2010-04-09-at-21.04.44.png" alt="" width="455" height="197" /></a></p>
<p style="text-align: justify;">You can also change the config quite a bit, which is awesome. Two things that used to annoy me, that I had to turn it on, then turn wifi on, and then 3G, it should just do it all when I turn it on. Now I can set this&#8230; WIN.</p>
<p style="text-align: justify;">Also noticed that it has a mobile (well looks iPod/iPhone friendly) gui too. Point safari to the same IP and you get</p>
<p><center><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/04/Mobile-Photo-11-Apr-2010-19-13-24.jpg" rel="lightbox[530]"><img class="aligncenter size-full wp-image-537" title="iPod Gui" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2010/04/Mobile-Photo-11-Apr-2010-19-13-24.jpg" alt="" width="320" height="480" /></a></center></p>
<p style="text-align: justify;">So a lot more usable, and I can say goodbye to being stuck to Windows for it. Good luck, let me know how you got on.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2010/04/11/getting-more-from-your-e5830-three-mifi/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A walk down memory lane</title>
		<link>http://luke.sheldrick.co.uk/blog/2009/12/28/a-walk-down-memory-lane/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2009/12/28/a-walk-down-memory-lane/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 23:49:45 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[SE16]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=523</guid>
		<description><![CDATA[I&#8217;ve been at Mum&#8217;s over Christmas, and is always a bit weird coming back to the area. I moved away to Southend-on-Sea (Essex) when I was 14, and lived in Essex until very recently. I was meeting Mum from work today, to go on to visit my Brother for the afternoon. As I&#8217;m one of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been at Mum&#8217;s over Christmas, and is always a bit weird coming back to the area.<br />
I moved away to Southend-on-Sea (Essex) when I was 14, and lived in Essex until very recently. </p>
<p>I was meeting Mum from work today, to go on to visit my Brother for the afternoon. As I&#8217;m one of those people who are usually early, and I had a few hours to kill so thought I&#8217;d go for a wander. </p>
<p>There was always an area near to where I used to live, that was totally different to the surrounding area, and always somewhere I&#8217;d love to escape to. I always dreamt of living in one of the houses, and today was a bit of a shock, to realise, well actually I could if wanted to. At that point, I realised, I&#8217;m getting old. It&#8217;s like I always wished I&#8217;d work in IT, with a nice car&#8230;blah blah when I was older, and now I actually do it&#8217;s a bit like, well what do I do now? Well I know next time I have to move, which I hope isn&#8217;t anytime soon, that I&#8217;ll be looking in SE16.<br />
<center><br />
<a href="http://luke.sheldrick.co.uk/blog/flickr/photo/4223400596/walk-down-memory-lane.html" class="tt-flickr tt-flickr-Medium" title="Walk down memory lane"><img class="aligncenter" src="http://farm3.static.flickr.com/2701/4223400596_0356b38b9b.jpg" alt="Walk down memory lane" width="500" height="381" /></a><br />
</center><br />
Anyways back to the houses, they&#8217;re all in a small bit of Bermandsey, by the Thames, and Greenland Docks, but they have the most picturesque surroundings. Most overlook their own water features or ponds (like the above), and I just find them amazing.<br />
<center><br />
<a href="http://luke.sheldrick.co.uk/blog/flickr/photo/4222628375/cygnet-swan.html" class="tt-flickr tt-flickr-Medium" title="Cygnet (Swan)"><img class="aligncenter" src="http://farm5.static.flickr.com/4060/4222628375_70bd814269.jpg" alt="Cygnet (Swan)" width="381" height="500" /></a><br />
</center><br />
Throughout my visit, I was followed by the Cygnet above&#8230; maybe he was trying to butter me up, so if I moved into the area, I&#8217;d keep him in stock of moulding Hovis.<br />
<center><br />
<a href="http://luke.sheldrick.co.uk/blog/flickr/photo/4223318028/as-old-as-me.html" class="tt-flickr tt-flickr-Medium" title="As old as me?"><img class="aligncenter" src="http://farm5.static.flickr.com/4017/4223318028_10421c2e2c.jpg" alt="As old as me?" width="500" height="261" /></a><br />
</center><br />
Amazingly, the car above, I&#8217;m sure has been in that same parking space, since I left, when I was 13 (so a few years). Still has up to date TAX, but never looks as though it&#8217;s moved. Amazing. </p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>23 October 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/10/23/a-new-view/" title="A new view">A new view</a> (1)</li><li>2 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/02/a-few-snaps/" title="A few snaps">A few snaps</a> (0)</li><li>7 September 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/09/07/random-nights-driving/" title="Random Nights Driving">Random Nights Driving</a> (0)</li><li>3 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/03/still-up/" title="Still up">Still up</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2009/12/28/a-walk-down-memory-lane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new view</title>
		<link>http://luke.sheldrick.co.uk/blog/2009/10/23/a-new-view/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2009/10/23/a-new-view/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 20:29:34 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[E1]]></category>
		<category><![CDATA[London]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=508</guid>
		<description><![CDATA[So I&#8217;ve been really quite lax on updating here, for a number of reasons really or more excuses if I am honest. There has been a lot of change since I last wrote an entry. I finally bit the bullet and moved back to Central London. I&#8217;d been living in Southend-on-Sea since I was 14, [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been really quite lax on updating here, for a number of reasons really or more excuses if I am honest.</p>
<p>There has been a lot of change since I last wrote an entry. I finally bit the bullet and moved back to Central London. I&#8217;d been living in Southend-on-Sea since I was 14, but for a number of years worked back in the city, and the commute was just too much in the end.</p>
<p><center><a class="tt-flickr tt-flickr-Medium" title="Purple Tower Bridge" href="http://www.flickr.com/photos/an0key/4032066068/"><img class="alignnone" src="http://farm3.static.flickr.com/2745/4032066068_2ce1c5a7b2.jpg" alt="Purple Tower Bridge" width="530" height="372" /></a></center></p>
<p>So I am now living in E1, with my new flatmate Andrew, just up the road from where the above was taken. The best thing is, it&#8217;s only about a mile walk into the office, so I don&#8217;t have to depend on public transport or worry about traffic anymore, which is great. I was cycling for the first month or so, but it seems I had forgotten about crime in London, and someone kindly pinched my bike whilst it was chained up outside the flat, so won&#8217;t be cycling for a while.</p>
<p>Living in the city has been great so far, lots of places to go, people to see, and am quite enjoying it so far. Still feel like the new guy in town, as don&#8217;t hardly know anyone locally, but that&#8217;s just a time thing, so I&#8217;m not overly worried. However if you do read this, and are in the area, am free for coffee, beers and bar mitzvahs.</p>
<p>I foresee lots more changes over the next few months, especially at work, however can&#8217;t really go into much as there haven&#8217;t been many announcements as yet.</p>
<p>Have a heap of stuff I could rabble on about, but I&#8217;ll save it for another time. I do hope to keep the blog more regularly updated however I don&#8217;t seem to get the same urges anymore since twitter has kicked off. If you wanted a more frequent update, check out <a href="http://www.twitter.com/an0key"> www.twitter.com/an0key </a></p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>28 December 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/12/28/a-walk-down-memory-lane/" title="A walk down memory lane">A walk down memory lane</a> (0)</li><li>2 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/02/a-few-snaps/" title="A few snaps">A few snaps</a> (0)</li><li>7 September 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/09/07/random-nights-driving/" title="Random Nights Driving">Random Nights Driving</a> (0)</li><li>3 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/03/still-up/" title="Still up">Still up</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2009/10/23/a-new-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 RC1, Boot Camp &amp; VMware Fusion &#8211; No Networking</title>
		<link>http://luke.sheldrick.co.uk/blog/2009/05/07/windows-7-rc1-boot-camp-vmware-fusion/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2009/05/07/windows-7-rc1-boot-camp-vmware-fusion/#comments</comments>
		<pubDate>Thu, 07 May 2009 18:29:11 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[Boot Camp]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[RC1]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=465</guid>
		<description><![CDATA[Last week when I was at a festival, my macbook unfortunately ran totally out of space, and there wasn&#8217;t much I could delete. With almost 20 gigs of SD cards, the only thing that could really take the chop was my XP boot camp partition. Cut a long story short, I&#8217;ve now got a much [...]]]></description>
			<content:encoded><![CDATA[<p>Last week when I was at a festival, my macbook unfortunately ran totally out of space, and there wasn&#8217;t much I could delete. With almost 20 gigs of SD cards, the only thing that could really take the chop was my XP boot camp partition.</p>
<p>Cut a long story short, I&#8217;ve now got a much bigger drive (500 GB) for my macbook. Along with the release of Windows 7 RC1 being released I thought I&#8217;d give it a try with boot camp.</p>
<p>Installing is pretty easy, burn the Microsoft ISO to a DVD, and follow the normal guide. I detest the fact that I need to burn another CD, or use my OS X Install DVD (which I can never find) to get the boot camp drivers. If like me you&#8217;d like to download them, I&#8217;ve given a link below to where you may find them. I just put them on a usb stick.</p>
<p>Once installed, pretty much everything works under boot camp, the only thing I found that didn&#8217;t play was the &#8216;Reboot into OS X&#8217; I get an error. This isn&#8217;t a huge problem, as you can just hold the alt key on boot up to select OS X or Windows.</p>
<p>Once I got all that working, I then wanted to get the same build / partition under VMware fusion. Reading a few guides, the best way is to follow the normal guide for XP, but change it so the guest is set to Windows 2008 Server. Again, all working pretty well once you install VMware Tools.<br />
<center><br />
<a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2009/05/picture-16.png" rel="lightbox[465]"><img class="size-full wp-image-467 alignleft" title="No Network" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2009/05/picture-16.png" alt="No Network" width="461" height="288" /></a><br />
</center></p>
<p>The only problem that I did have, is there was no networking for the guest. The NIC just showed as Ethernet Controller. Nothing seemed to get this NIC working, tried manually installing the drivers from the VMWare tools cd, copying from another Windows 7 guest.</p>
<p>The only thing that seemed to fix it, was to shutdown the guest, and add a second NIC, and boot back up. Windows 7 RC1, installs this NIC with no problems at all, and all is working. Intererstingly, it still wont play with the original one. None the less, it&#8217;s all working through it&#8217;s second, new NIC, so I am happy with that.<br />
<center><br />
<a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2009/05/picture-17.png" rel="lightbox[465]"><img class="size-full wp-image-471 alignnone" title="Windows 7 with second NIC" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2009/05/picture-17.png" alt="Windows 7 with second NIC" width="383" height="282" /></a><br />
</center></p>
<h3>Useful links</h3>
<ul>
<li><a href="http://www.microsoft.com/windows/windows-7/download.aspx" target="_blank">Windows 7 RC1</a></li>
<li><a href="http://www.simplehelp.net/2009/01/15/using-boot-camp-to-install-windows-7-on-your-mac-the-complete-walkthrough/" target="_blank">Guide to installing in boot camp</a></li>
<li><a href="http://blogs.vmware.com/teamfusion/2009/01/windows-7-on-mac-with-vmware-fusion-a-practical-guide.html" target="_blank">Guide to installing in VMWare Fusion</a></li>
<li><a href="http://thepiratebay.org/torrent/3860505/BootCamp_2.0_(Leopard)_Windows_drivers" target="_blank">Downloadable boot camp drivers</a></li>
</ul>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>17 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/" title="Synergy">Synergy</a> (0)</li><li>9 April 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/04/09/10-6-7-aperture-3-final-cut-express-3-fail/" title="10.6.7 + Aperture 3 + Final Cut Express 3 = fail">10.6.7 + Aperture 3 + Final Cut Express 3 = fail</a> (3)</li><li>13 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/13/how-to-break-as-much-as-possible-with-just-one-stone/" title="How to break as much as possible with just one stone">How to break as much as possible with just one stone</a> (0)</li><li>20 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/20/vmware-server-20-installation-error-bochenet-vmware-virtualization-evangelist/" title="VMware Server 2.0 installation error &#8211; boche.net &#8211; VMware Virtualization Evangelist">VMware Server 2.0 installation error &#8211; boche.net &#8211; VMware Virtualization Evangelist</a> (0)</li><li>16 September 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/09/16/fell-of-the-waggen/" title="Fell of the waggen">Fell of the waggen</a> (0)</li><li>19 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/19/do-i-love-apple/" title="Do I love apple?">Do I love apple?</a> (0)</li><li>24 February 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/02/24/connecting-exchange-2007-and-entourage-2008/" title="Connecting Exchange 2007 and Entourage 2008">Connecting Exchange 2007 and Entourage 2008</a> (0)</li><li>30 October 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/10/30/leopard/" title="Leopard :)">Leopard :)</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2009/05/07/windows-7-rc1-boot-camp-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Panorama &amp; HDR Processing &#8211; My first attempt</title>
		<link>http://luke.sheldrick.co.uk/blog/2009/03/23/panorama-hdr-processing-my-first-attempt/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2009/03/23/panorama-hdr-processing-my-first-attempt/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 04:18:02 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[D60]]></category>
		<category><![CDATA[HDR]]></category>
		<category><![CDATA[Panorama]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=439</guid>
		<description><![CDATA[As you may have gathered I&#8217;ve been spending some time with my D60. I must say of all my hobbies it&#8217;s probably the most rewarding. I&#8217;ve been looking at loads of pictures on flickr, and there are some stupidly amazing shots. However to get that extra edge a lot oh photographers use a technique called [...]]]></description>
			<content:encoded><![CDATA[<p>As you may have gathered I&#8217;ve been spending some time with my D60. I must say of all my hobbies it&#8217;s probably the most rewarding.</p>
<p>I&#8217;ve been looking at loads of pictures on flickr, and there are some stupidly amazing shots. However to get that extra edge a lot oh photographers use a technique called HDR, or <a href="http://en.wikipedia.org/wiki/High_dynamic_range_imaging" target="_blank">High dynamic range imaging</a>. I&#8217;ve been itching to have a play, but also watched to play with panoramic stitching.</p>
<p>So before I set off on the trip to work tonight, I quickly nipped pass Southend Seafront, and took a few snaps.</p>
<p>So first I played with the stitching together, it wasn&#8217;t as straight forward as the tutorials had made out, the main difficulty I had was filling in the sky. Got over that and this is what I came up with<br />
<center><br />
<a href="http://farm4.static.flickr.com/3442/3377681600_ff520db10c_b.jpg" rel="lightbox[439]"><img class="aligncenter" title="Panoramic #1" src="http://farm4.static.flickr.com/3442/3377681600_ff520db10c_b.jpg" alt="" width="1024" height="130" /></a><br />
</center><br />
Then I had a play with HDRs. In my case mine was a psyudo-hdr, the difference being that I did all my editing from a single RAW image, rather than different RAWs, with different exposures. This is what I came up with<br />
<center><br />
<a href="http://farm4.static.flickr.com/3568/3377299895_75f97bec22_b.jpg" rel="lightbox[439]"><img class="aligncenter" title="Panoramic #2" src="http://farm4.static.flickr.com/3568/3377299895_75f97bec22_b.jpg" alt="" width="1024" height="130" /></a><br />
</center><br />
I really quite like how it came out, especially for my first attampt.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>16 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/16/another-toy-for-the-dslr/" title="Another toy for the dSLR">Another toy for the dSLR</a> (0)</li><li>2 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/02/a-few-snaps/" title="A few snaps">A few snaps</a> (0)</li><li>9 January 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/01/09/new-year-a-new-toy/" title="New year &#038; a new toy">New year &#038; a new toy</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2009/03/23/panorama-hdr-processing-my-first-attempt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synergy</title>
		<link>http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 02:41:49 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Synergy]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=417</guid>
		<description><![CDATA[A friend told me of a magical cross platform application, which I&#8217;ve been using for a while, thought I&#8217;d share. Synergy; &#8220;Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It&#8217;s intended for users with multiple computers on their [...]]]></description>
			<content:encoded><![CDATA[<p>A friend told me of a magical cross platform application, which I&#8217;ve been using for a while, thought I&#8217;d share. <a href="http://synergy2.sourceforge.net/" target="_blank">Synergy</a>;</p>
<p>&#8220;Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It&#8217;s intended for users with multiple computers on their desk since each system uses its own monitor(s). &#8221;</p>
<p style="text-align: center;"><a href="http://farm4.static.flickr.com/3622/3358333132_2335cfc243_b.jpg" rel="lightbox[417]"><img class="aligncenter" title="My Desk &amp; Synergy" src="http://farm4.static.flickr.com/3622/3358333132_2335cfc243_b.jpg" alt="" width="614" height="314" /></a></p>
<p >The picture above shows my very small desk, sporting 2x 22 Samsungs, and my Dell D420. Under the desk is an old HP desktop powering the two monitors (and soon to be 9&#8242; touch screen above them, when I get the drivers setup). I rarely use the D420 these days, as I use my MacBook or Advent 4213 notebook when out and about, so didn&#8217;t mind giving it up to the desk.</p>
<p >I can use the keyboard and mouse on the laptop, to control both it, and the bigger screens. The neat thing is, with the config setup correctly, I can just move the mouse upwards and the pointer magically moves to the other screen, and the keyboard then controls that computer too. A few other neat options are to have a shared clipboard, and to activate the screensaver/lock screen across all computers with each other.</p>
<p >So on my tiny desk, I can fit in quite a lot of screen real estate. As for using the laptop as a primary keyboard, I started to do this at work when the hotdesk keyboards started to freak me out, and using the laptop keyboard is actually quite nice to use.</p>
<p >Have tested Synergy with os x, and all worked pretty flawlessly there too. Not had a chance to test under windows just yet, as rarely use it these days, but from what I&#8217;ve read it all works fine.</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>7 May 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/05/07/windows-7-rc1-boot-camp-vmware-fusion/" title="Windows 7 RC1, Boot Camp &#038; VMware Fusion &#8211; No Networking">Windows 7 RC1, Boot Camp &#038; VMware Fusion &#8211; No Networking</a> (3)</li><li>12 February 2012 -- <a href="http://luke.sheldrick.co.uk/blog/2012/02/12/using-google-authenticator-for-free-two-factor-ssh-authentication/" title="Using Google-Authenticator for free two-factor ssh authentication">Using Google-Authenticator for free two-factor ssh authentication</a> (0)</li><li>26 September 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/" title="KVM + KSM = Big Bag of Win">KVM + KSM = Big Bag of Win</a> (0)</li><li>9 April 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/04/09/10-6-7-aperture-3-final-cut-express-3-fail/" title="10.6.7 + Aperture 3 + Final Cut Express 3 = fail">10.6.7 + Aperture 3 + Final Cut Express 3 = fail</a> (3)</li><li>3 February 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/" title="MythTV &#8211; Stuck Queue ">MythTV &#8211; Stuck Queue </a> (0)</li><li>18 August 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/" title="My &#8216;cloud&#8217; IM setup">My &#8216;cloud&#8217; IM setup</a> (0)</li><li>7 September 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/09/07/new-home/" title="New home">New home</a> (0)</li><li>19 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/19/do-i-love-apple/" title="Do I love apple?">Do I love apple?</a> (0)</li><li>11 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/11/netgear-sc101/" title="Netgear SC101">Netgear SC101</a> (0)</li><li>24 February 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/02/24/connecting-exchange-2007-and-entourage-2008/" title="Connecting Exchange 2007 and Entourage 2008">Connecting Exchange 2007 and Entourage 2008</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

