<?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>SickBiscuit &#187; Geek</title>
	<atom:link href="http://sickbiscuit.com/blog/category/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://sickbiscuit.com/blog</link>
	<description>The personal blog of Steven Wilkin</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:12:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A tale of three pull requests</title>
		<link>http://sickbiscuit.com/blog/2011/09/05/a-tale-of-three-pull-requests/</link>
		<comments>http://sickbiscuit.com/blog/2011/09/05/a-tale-of-three-pull-requests/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 22:06:54 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/?p=582</guid>
		<description><![CDATA[After years of earning a living through using free software I&#8217;ve finally contributed back to the open-source world.
Frustration
For the two and a half years I&#8217;ve been pushing some personal projects to Github and some of my code I&#8217;ve been told has even been helpful for others. While this is certainly open-source none of my efforts [...]]]></description>
			<content:encoded><![CDATA[<p>After years of earning a living through using free software I&#8217;ve finally contributed back to the open-source world.</p>
<h2>Frustration</h2>
<p>For the two and a half years I&#8217;ve been pushing some personal projects to <a href="https://github.com/stevenwilkin/">Github</a> and some of my code I&#8217;ve been told has even been helpful for others. While this is certainly open-source none of my efforts have affected existing codebases.</p>
<p>Numerous times I&#8217;ve scoured the bug trackers of projects I&#8217;ve had some sort of interest in, on the lookout for an issue I could investigate, even getting as far as reading through upteen lines of foreign code but ultimately unable to add anything.</p>
<h2>A first attempt</h2>
<p>The project I&#8217;ve been working on for my current client, like many other projects, makes use of a handful of libraries.</p>
<p>I discovered one library I&#8217;m using to access an API had failed to implement a feature I required. My choices were to abandon the library and the code I&#8217;d already written using it, open a feature request in the hopes it would be worked on or man up and do the needful myself. Can you guess what I decided upon?</p>
<p>After forking the repo and creating a feature branch I wrote a test for the needed behaviour, wrote some code to implement that behaviour, committed the changes when the test suite passed, pushed to GitHub and finally opened a pull request. Unfortunately the original author decided he didn&#8217;t want that feature in the library at that time.</p>
<p>Such is life, the code fit my own purposes, I was able to get with the task at hand and at the end of the month invoiced my client. Things have been worse.</p>
<h2>Once more with feeling</h2>
<p>A similar situation occured again a bit further down the line: another library I&#8217;ve been using required a small modification to fit in with the constraints placed upon this project. I went through the same procedure as above and this time there has been no response.</p>
<p>Ah well, things could still go either way and at the end of the day I still have the functionality I need.</p>
<h2>Third time lucky</h2>
<p>Last week i was debugging an issue involving authenticating against a <a href="http://en.wikipedia.org/wiki/Security_Assertion_Markup_Language">SAML</a> Identify Provider. I was eventually to deduce that the library in question on this occasion didn&#8217;t support the algorithm used to compute the digital signature of the authentication response.</p>
<p>I drank a lot of espresso, scratched my head a lot and then found a library supporting this algorithm. The downside was there was no documentation or tests.</p>
<p>There was nothing to do but read the code. I was able to get something working after a while and thought it would be a shame not to share my understanding so I wrote a quick test and put in place the mechanics to run the test which in itself yielding some more know how.</p>
<p>Forks, branches, pushes, pull requests, merges, deploys, happy client, problem solved, home time.</p>
<h2>Conclusion</h2>
<p>All I basically contributed was a unit test. I didn&#8217;t invent anything new or expend any great time or effort but I did give something of myself and didn&#8217;t expect anything in return. This has always been the spirit of open-source software and it&#8217;s why I use it all day, every day.</p>
<p>No matter how insignificant you feel your contribution may be, it&#8217;s the small changes that keep the wheels of the open-source machine turning.</p>
<p>The pull request was <a href="https://github.com/wonnage/xmlsec-ruby">merged into master</a>, maybe you&#8217;ll find it useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2011/09/05/a-tale-of-three-pull-requests/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Belfast Linux meetings restarted on last Wednesday of month</title>
		<link>http://sickbiscuit.com/blog/2008/06/25/belfast-linux-meetings-restarted-on-last-wednesday-of-month/</link>
		<comments>http://sickbiscuit.com/blog/2008/06/25/belfast-linux-meetings-restarted-on-last-wednesday-of-month/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 08:33:51 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/?p=243</guid>
		<description><![CDATA[Johnny has kicked the wheel off and BLUG meetings are starting up again on the last Wednesday of the month, starting this evening at 6pm in The Tap House, Lower Crescent, just off Botanic Avenue, Belfast.
Some additional information is available on the BLUG Facebook group and on the Belfast Linux newsgroup.
See you  there!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.earth.li/~noodles/blog/">Johnny</a> has kicked the wheel off and <a href="http://www.belfastlinux.org/wiki/Meetings">BLUG meetings</a> are starting up again on the last Wednesday of the month, starting this evening at <strong>6pm</strong> in <strong>The Tap House</strong>, Lower Crescent, just off Botanic Avenue, Belfast.</p>
<p>Some additional information is available on the <a href="http://www.facebook.com/group.php?gid=2381674342">BLUG Facebook group</a> and on the <a href="http://groups.google.com/group/belfastlinux/browse_thread/thread/ac8fa41e40e63418">Belfast Linux newsgroup</a>.</p>
<p>See you  there!</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2008/06/25/belfast-linux-meetings-restarted-on-last-wednesday-of-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BarCamp Belfast 2008 this Saturday</title>
		<link>http://sickbiscuit.com/blog/2008/06/18/barcamp-belfast-2008-this-saturday/</link>
		<comments>http://sickbiscuit.com/blog/2008/06/18/barcamp-belfast-2008-this-saturday/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 14:09:07 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/?p=242</guid>
		<description><![CDATA[
It&#8217;s nearly time to get your geek-on&#8230; Check out Andy&#8217;s blog for the skinny on BarCamp Belfast 2008.
I hope to see you all there!
]]></description>
			<content:encoded><![CDATA[<p><img src="/blog/wp-content/uploads/2008/06/barcamp.jpg" alt="BarCamp Belfast 2008" /></p>
<p>It&#8217;s nearly time to get your geek-on&#8230; Check out Andy&#8217;s blog for the skinny on <a href="http://goodonpaper.org/entries/four-days-to-barcamp/">BarCamp Belfast 2008</a>.</p>
<p>I hope to see you all there!</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2008/06/18/barcamp-belfast-2008-this-saturday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steven Wilkin, professional coffee drinker extraordinaire</title>
		<link>http://sickbiscuit.com/blog/2008/06/05/steven-wilkin-professional-coffee-drinker-extraordinaire/</link>
		<comments>http://sickbiscuit.com/blog/2008/06/05/steven-wilkin-professional-coffee-drinker-extraordinaire/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 21:22:45 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Coffee]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/?p=236</guid>
		<description><![CDATA[There have been times in my life when my job description could well have been best described as being a professional coffee drinker. These days however I&#8217;ve found gainful employment but continue to consume vast quantities of the stuff and even use coffee nomenclature to name my new *nix boxes.
During a caffeine-fueled session with my [...]]]></description>
			<content:encoded><![CDATA[<p>There have been times in my life when my job description could well have been best described as being a <a href="http://stevenwilkin.com/">professional coffee drinker</a>. These days however I&#8217;ve found gainful employment but continue to consume vast quantities of the stuff and even use coffee nomenclature to name my new *nix boxes.</p>
<p>During a caffeine-fueled session with my domain registrar I happened to lookup <a href="http://professionalcoffeedrinker.com/">professionalcoffeedrinker.com</a>; it was available, all sense went out the window and my money and myself were swiftly parted.</p>
<p>I wonder if this acquisition will have any effect on the <a href="c2.com/cgi/wiki?GoogleJuice">Google Juice</a> of the personal brand I have an eye to developing? And before you ask, yes, SEO information has been trickling it&#8217;s way into my RSS reader recently.</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2008/06/05/steven-wilkin-professional-coffee-drinker-extraordinaire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BarCamp Belfast 2008</title>
		<link>http://sickbiscuit.com/blog/2008/05/15/barcamp-belfast-2008/</link>
		<comments>http://sickbiscuit.com/blog/2008/05/15/barcamp-belfast-2008/#comments</comments>
		<pubDate>Thu, 15 May 2008 14:28:17 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/?p=231</guid>
		<description><![CDATA[I attended BarCamp last year and I heard this morning that details of this year&#8217;s un-conference have been confirmed.
The fun is happening on Saturday 21st June, 9am &#8211; 5pm in the Peter Froggatt Centre at Queens University Belfast.
See you there!
]]></description>
			<content:encoded><![CDATA[<p>I attended <a href="http://www.barcamp.org/BarCampBelfast">BarCamp</a> <a href="http://sickbiscuit.com/blog/2007/06/27/barcamp-belfast/">last year</a> and I heard <a href="http://cimota.com/blog/2008/05/15/barcampbelfast-2008/">this morning</a> that details of this year&#8217;s <a href="http://goodonpaper.org/entries/barcamp-confirmed/">un-conference have been confirmed</a>.</p>
<p>The fun is happening on Saturday 21st June, 9am &#8211; 5pm in the Peter Froggatt Centre at Queens University Belfast.</p>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2008/05/15/barcamp-belfast-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>command line history &#8211; me too</title>
		<link>http://sickbiscuit.com/blog/2008/04/16/command-line-history-me-too/</link>
		<comments>http://sickbiscuit.com/blog/2008/04/16/command-line-history-me-too/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 08:49:30 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Distractions]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/?p=228</guid>
		<description><![CDATA[I&#8217;ve seen this on a couple of blogs recently so I thought I&#8217;d give it a go on the VPS this site is hosted on:
steve@decaf:~$ history &#124; awk '{a[$2]++} END {for(i in a)print a[i] &#34; &#34; i}' &#124; sort -rn &#124; head -10
190 ls
80 cd
24 cp
22 sudo
19 rm
14 svn
12 history
11 tar
10 wget
10 vi
And as root:
172 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen this on <a href="http://fredemmott.co.uk/blog_148">a couple</a> <a href="http://diveintomark.org/archives/2008/04/15/history-meme">of blogs</a> recently so I thought I&#8217;d give it a go on the VPS this site is hosted on:</p>
<pre class="bash">steve<span style="color: #000000; font-weight: bold;">@</span>decaf:~$ <span style="color: #7a0874; font-weight: bold;">history</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{a[$2]++} END {for(i in a)print a[i] &quot; &quot; i}'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sort</span> -rn <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">head</span> <span style="color: #000000;">-10</span>
<span style="color: #000000;">190</span> <span style="color: #c20cb9; font-weight: bold;">ls</span>
<span style="color: #000000;">80</span> <span style="color: #7a0874; font-weight: bold;">cd</span>
<span style="color: #000000;">24</span> <span style="color: #c20cb9; font-weight: bold;">cp</span>
<span style="color: #000000;">22</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span>
<span style="color: #000000;">19</span> <span style="color: #c20cb9; font-weight: bold;">rm</span>
<span style="color: #000000;">14</span> svn
<span style="color: #000000;">12</span> <span style="color: #7a0874; font-weight: bold;">history</span>
<span style="color: #000000;">11</span> <span style="color: #c20cb9; font-weight: bold;">tar</span>
<span style="color: #000000;">10</span> <span style="color: #c20cb9; font-weight: bold;">wget</span>
<span style="color: #000000;">10</span> vi</pre>
<p>And as root:</p>
<pre class="bash"><span style="color: #000000;">172</span> <span style="color: #c20cb9; font-weight: bold;">ls</span>
<span style="color: #000000;">59</span> vi
<span style="color: #000000;">56</span> <span style="color: #7a0874; font-weight: bold;">cd</span>
<span style="color: #000000;">22</span> apt-get
<span style="color: #000000;">20</span> <span style="color: #c20cb9; font-weight: bold;">less</span>
<span style="color: #000000;">20</span> apache2ctl
<span style="color: #000000;">17</span> apt-cache
<span style="color: #000000;">15</span> <span style="color: #c20cb9; font-weight: bold;">cp</span>
<span style="color: #000000;">10</span> <span style="color: #7a0874; font-weight: bold;">pwd</span>
<span style="color: #000000;">10</span> <span style="color: #c20cb9; font-weight: bold;">ps</span></pre>
<p>I&#8217;m kinda suprised that <code>ls</code> comes out on top each time <img src='http://sickbiscuit.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I wonder which commands <a href="http://cimota.com/blog/">Matt</a>, <a href="http://godswearhats.com/">Aidan</a> and <a href="http://www.homeofserendipity.com/">Philip</a> have been using most?</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2008/04/16/command-line-history-me-too/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>1337</title>
		<link>http://sickbiscuit.com/blog/2008/03/27/1337/</link>
		<comments>http://sickbiscuit.com/blog/2008/03/27/1337/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 20:27:35 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/2008/03/27/1337/</guid>
		<description><![CDATA[For the past week I&#8217;ve been using up the annual leave that I&#8217;d carried over from last year and hit the road for Fermanagh to spend some time with my family.
My Mum and myself went to pay a visit on my Grandmother and while stopping to buy some flowers I spotted this on the dashboard:

I [...]]]></description>
			<content:encoded><![CDATA[<p>For the past week I&#8217;ve been using up the annual leave that I&#8217;d carried over from last year and hit the road for Fermanagh to spend some time with my family.</p>
<p>My Mum and myself went to pay a visit on my Grandmother and while stopping to buy some flowers I spotted this on the dashboard:</p>
<p><img src='http://sickbiscuit.com/blog/wp-content/uploads/2008/03/1337.jpg' alt='1337' /></p>
<p>I couldn&#8217;t resist.</p>
<p>Wikipedia artical for those not <a href="http://en.wikipedia.org/wiki/Leet">in the know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2008/03/27/1337/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virgin Media customer satisfaction shocker</title>
		<link>http://sickbiscuit.com/blog/2008/02/16/virgin-media-customer-satisfaction-shocker/</link>
		<comments>http://sickbiscuit.com/blog/2008/02/16/virgin-media-customer-satisfaction-shocker/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 19:45:53 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/2008/02/16/virgin-media-customer-satisfaction-shocker/</guid>
		<description><![CDATA[As I mentioned yesterday, my broadband had been on the blink and this morning I decided to take action as I need to do some work from home this weekend.
Just before 9am I phoned tech support and was suprised to not have to wait on hold: my call was answered almost immediately. The support guy [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned <a href="/blog/2008/02/15/trigger-happy-without-broadband/">yesterday</a>, my broadband had been on the blink and this morning I decided to take action as I need to do some work from home this weekend.</p>
<p>Just before 9am I phoned tech support and was suprised to not have to wait on hold: my call was answered almost immediately. The support guy was polite and after I explained the situation he tested the line from his end and without any messing around scheduled to have an engineer sent out between 12 and 4pm.</p>
<p>At 12:15 my buzzer went and about 10 minutes later I had a new modem. The engineer had quickly tested the signal strength and determined that it was the hardware that was at fault and swiftly had it replaced. Result.</p>
<p>All that was left to do was ssh into my <a href="http://ipcop.org">router</a> and bring the external network interface down and then back up again and voila, the gift of broadband was mine again <img src='http://sickbiscuit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This incident was a far cry from my experience of <a href="http://cablehell.co.uk/forums/index.php?showtopic=27097&#038;st=0&#038;p=156841&#entry156841">NTL&#8217;s customer support</a>. Thumbs up for Virgin Media!</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2008/02/16/virgin-media-customer-satisfaction-shocker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trigger happy without broadband</title>
		<link>http://sickbiscuit.com/blog/2008/02/15/trigger-happy-without-broadband/</link>
		<comments>http://sickbiscuit.com/blog/2008/02/15/trigger-happy-without-broadband/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 12:32:06 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Distractions]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/2008/02/15/trigger-happy-without-broadband/</guid>
		<description><![CDATA[For 2 days now the &#8220;ready&#8221; light on my cable modem has failed to light up and hence I&#8217;ve had no internet access at home   I&#8217;ve tried power-cycling the modem, leaving it unplugged overnight and even disconnecting and reconnecting the cable input. No Joy.
I checked the Virgin Media service status page and can [...]]]></description>
			<content:encoded><![CDATA[<p>For 2 days now the &#8220;ready&#8221; light on my cable modem has failed to light up and hence I&#8217;ve had no internet access at home <img src='http://sickbiscuit.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I&#8217;ve tried power-cycling the modem, leaving it unplugged overnight and even disconnecting and reconnecting the cable input. No Joy.</p>
<p>I checked the <a href="http://status-cable.virginmedia.com/vmstatus/summary.do">Virgin Media service status page</a> and can see that there was maintenance scheduled for Belfast this morning, maybe this will remedy the problem&#8230;</p>
<p>My morning routine has evolved to consist of catching up on RSS while eating breakfast and guzzling coffee, so this ritual has been disrupted and as an alternative to plugging in to my feed reader I had a look through my home folder for one of the many eBooks I&#8217;ve downloaded and not finished reading.</p>
<p>The lucky contestant turned out to be the freely downloadable<br />
<a href="http://stevenpoole.net/blog/trigger-happier/">Trigger Happy by Steven Poole</a> and what a dose of nostalgia it&#8217;s been!</p>
<p>I haven&#8217;t seriously played any computer games in about a decade now but this book lists many of the titles I invested many hours into when I was younger. I was brought back to the days of sitting hunched over machines like the Atari 2600, Commodore 64, Amiga 600 and NES and I&#8217;ve even considered investing in a new console although my need to save for my future is overriding my want for something new and shiny which I might not even make much use of.</p>
<p>Saying that though I&#8217;ll probably end up grabbing an Amiga Emulator or MAME at some point over the weekend, Virgin Media willing, and catch up on a few childhood memories.</p>
<p>Game on!</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2008/02/15/trigger-happy-without-broadband/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASUS Eee PC</title>
		<link>http://sickbiscuit.com/blog/2007/12/22/asus-eee-pc/</link>
		<comments>http://sickbiscuit.com/blog/2007/12/22/asus-eee-pc/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 17:28:13 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sickbiscuit.com/blog/2007/12/22/asus-eee-pc/</guid>
		<description><![CDATA[I&apos;m currently visiting my family in sunny Fermanagh and typing this from the ASUS Eee PC handed to me by Matt as I left the office yesterday.
One word sums up my opinion of this little device: &#8220;amazement.&#8221; I&apos;m amazed that something of this size and at a price of Â£220 can run a full Linux [...]]]></description>
			<content:encoded><![CDATA[<p>I&apos;m currently visiting my family in sunny <a href="http://en.wikipedia.org/wiki/County_Fermanagh">Fermanagh</a> and typing this from the <a href="http://eeepc.asus.com/global/">ASUS Eee PC</a> handed to me by <a href="http://cimota.com/blog/">Matt</a> as I left the office yesterday.</p>
<p>One word sums up my opinion of this little device: &ldquo;amazement.&rdquo; I&apos;m amazed that something of this size and at a price of Â£220 can run a full Linux distribution, has built-in WiFi and can therefore allow me to perform all my day-to-day tasks.</p>
<p>So far I have been able to catch up on my RSS feeds with Google Reader using Firefox; i&apos;ve ssh&#8217;d into my home development machine with the included terminal application and connected to the Infurious jabber server via Pidgen. Just a normal day at the office!</p>
<p>I&apos;ve found the size of the keyboard a bit awkward but I always have difficulty adapting to a new keyboard anyway, and the 800&#215;480 screen resolution is a bit limiting, but I can&apos;t find a single fault in terms of performance and if a full-sized keyboard, monitor and mouse were attached then I could use an Eee PC as a daily workstation no problem.</p>
<p>Hopefully I&#8217;ll be able to grab an photo of this gadget soon so you all can have a look at it in action.</p>
]]></content:encoded>
			<wfw:commentRss>http://sickbiscuit.com/blog/2007/12/22/asus-eee-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

