<?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>Bertie Baggio&#039;s Wonderland &#187; software</title>
	<atom:link href="http://blog.roberthallam.org/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roberthallam.org</link>
	<description>armchair rebel and cheerful raconteur</description>
	<lastBuildDate>Thu, 01 Sep 2011 13:15:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Project Euler Problem 11</title>
		<link>http://blog.roberthallam.org/2010/09/project-euler-problem-11/</link>
		<comments>http://blog.roberthallam.org/2010/09/project-euler-problem-11/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:52:38 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[project euler]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=352</guid>
		<description><![CDATA[Just a hint, so you don&#8217;t go down the wrong path. You probably won&#8217;t, but if you don&#8217;t want any hints, stop reading this article! PS If you don&#8217;t know what Project Euler is, I recommend having a look at their website, or just getting an idea from the problems themselves. What is Project Euler? [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/09/project-euler-problem-11/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Extract A Single Image From A Video Using FFMPEG</title>
		<link>http://blog.roberthallam.org/2010/06/extract-a-single-image-from-a-video-using-ffmpeg/</link>
		<comments>http://blog.roberthallam.org/2010/06/extract-a-single-image-from-a-video-using-ffmpeg/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 22:09:44 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wisdom]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=308</guid>
		<description><![CDATA[Dead handy, this: ffmpeg -ss 0.5 -i inputfile.mp4 -t 1 -s 480x300 -f image2 imagefile.jpg The various options: -t 1: limit to 1 frame extracted -ss 0.5: point of movie to extract from (ie seek to 0.5 seconds) -s 480x300: frame size of image to output (image resized to fit dimensions) -f image2: forces format [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/06/extract-a-single-image-from-a-video-using-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Karmic Upgrade Problem Fixed (mountall/init)</title>
		<link>http://blog.roberthallam.org/2010/03/ubuntu-9-10-karmic-upgrade-problem-fixed-mountallinit/</link>
		<comments>http://blog.roberthallam.org/2010/03/ubuntu-9-10-karmic-upgrade-problem-fixed-mountallinit/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 00:29:55 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[fix]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=287</guid>
		<description><![CDATA[(Jump to the bonus section on sorting a removed Gnome panel) I finally got round to doing the Jaunty-&#62;Karmic upgrade on a troublesome machine. Well, re-doing. I made an abortive attempt to install it on this particular exhibit of electronic arthritis back before I left for Barcelona, which ended in me reinstalling 9.04. Anyway, for [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/03/ubuntu-9-10-karmic-upgrade-problem-fixed-mountallinit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Debian on QEMU</title>
		<link>http://blog.roberthallam.org/2008/08/installing-debian-on-qemu/</link>
		<comments>http://blog.roberthallam.org/2008/08/installing-debian-on-qemu/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 15:21:04 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wisdom]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[devel]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[virtual machine]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=198</guid>
		<description><![CDATA[Since I decommissioned my home server in favour of an NSLU2 (a NAS), I&#8217;ve found myself without a Linux machine to much about with or develop on while on the go (well, whenever I can&#8217;t use my laptop). So instead I&#8217;ll be using a virtual machine by running QEMU from my USB drive. Since my [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2008/08/installing-debian-on-qemu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing / Replacing Flash Plugin in Firefox Portable</title>
		<link>http://blog.roberthallam.org/2008/07/flash-in-firefox-portable/</link>
		<comments>http://blog.roberthallam.org/2008/07/flash-in-firefox-portable/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 14:26:09 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=195</guid>
		<description><![CDATA[I was recently playing a game called Spin the Black Circle, a gravity-based game where you manoevre a ball through a series of hazards by rotating the environment the ball is in. It&#8217;s kind of Crystal Maze-y, without Patrick O&#8217;Brien playing a harmonica at you. Anyway, I went to play it on my Firefox portable [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2008/07/flash-in-firefox-portable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Beta 3</title>
		<link>http://blog.roberthallam.org/2008/02/firefox-beta-3/</link>
		<comments>http://blog.roberthallam.org/2008/02/firefox-beta-3/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 11:17:18 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[portable]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/2008/02/firefox-beta-3/</guid>
		<description><![CDATA[As a PortableApps Firefox user, I downloaded Beta 3 of Firefox 3. It&#8217;s pretty slick looking, and there&#8217;s a whole host of new features. I don&#8217;t like the lack of &#8216;go&#8217; or &#8216;-&#62;&#8217; at the end of the address bar which was useful for refreshing a page without re-POSTing, and the new location of thehome [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2008/02/firefox-beta-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is How We Catch You Downloading</title>
		<link>http://blog.roberthallam.org/2007/04/this-is-how-we-catch-you-downloading/</link>
		<comments>http://blog.roberthallam.org/2007/04/this-is-how-we-catch-you-downloading/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 18:38:06 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/2007/04/this-is-how-we-catch-you-downloading/</guid>
		<description><![CDATA[TorrentFreak are running a story about the means and methods used to track filesharers on P2P networks. The firm responsible for finding those sharing copyrighted works, Logistep AG, are using a piece of software called File Sharing Monitor. File Sharing Monitor (FSM) is a modified Shareaza client that takes the following steps to identify alleged [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2007/04/this-is-how-we-catch-you-downloading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stretch Your Mind: Planarity</title>
		<link>http://blog.roberthallam.org/2007/03/planarity/</link>
		<comments>http://blog.roberthallam.org/2007/03/planarity/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 23:54:09 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/2007/03/planarity/</guid>
		<description><![CDATA[&#8220;Arrange the vertices such that no edges overlap&#8221; Planarity is a game that is simple in concept, but will have your visual processing areas tying themselves in knots. All you have to do is rearrange a bunch of vertices so that none overlap (creating a planar graph). It starts off simple but gets complex very [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2007/03/planarity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 2 (Now Officially!) Released</title>
		<link>http://blog.roberthallam.org/2006/10/firefox-2-released/</link>
		<comments>http://blog.roberthallam.org/2006/10/firefox-2-released/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 16:44:41 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/2006/10/firefox-2-released/</guid>
		<description><![CDATA[With the Firefox 2 RC3 being released recently we have all been waiting with bated breath for the full 2.0 release. Well I have anyway. Seems I didn&#8217;t have long to wait: Firefox 2 has been moved to the &#8216;release&#8217; section of Mozilla&#8217;s FTP server. Go get it! (From that page go to either &#8216;win32&#8242; [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2006/10/firefox-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7 Released</title>
		<link>http://blog.roberthallam.org/2006/10/ie7-released/</link>
		<comments>http://blog.roberthallam.org/2006/10/ie7-released/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 09:29:38 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/2006/10/ie7-released/</guid>
		<description><![CDATA[Just a quick post to let anyone who hasn&#8217;t heard know that IE 7 has officially been released as a public download after one and a half years in development. The word is that it will be pushed into automatic updates on November 1st. It should also be noted that Firefox 2 will hopefully be [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2006/10/ie7-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

