<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>www.jhodges.co.uk</title>
	<link>http://jhodges.co.uk</link>
	<description>I ain&#039;t not never done nothing to nobody and there ain&#039;t not no way none of that couldn&#039;t not never have happened. See?</description>
	<lastBuildDate>Tue, 17 Aug 2010 18:39:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>GPS from TomTom Go 300 (Cirocomm G100/300 580)</title>
		<description><![CDATA[My mate kindly donated his old broken TomTom Go 300 from which I was hoping to steal the GPS chip and antenna for use in my Arduino projects. I opened it up and found the GPS unit, it was labeled Cirocomm G100/300 580 but I couldn&#8217;t find much info about this on the net, there [...]]]></description>
		<link>http://jhodges.co.uk/gps-from-tomtom-go-300-cirocomm-g100-300-580/</link>
			</item>
	<item>
		<title>Water Cooled?</title>
		<description><![CDATA[]]></description>
		<link>http://jhodges.co.uk/water-cooled/</link>
			</item>
	<item>
		<title>Recursively find the latest modified file</title>
		<description><![CDATA[find . -printf "%CY-%Cm-%Cd %CH:%CM:%CS\t%p\n" &#124; sort -nr &#124; head -n 1]]></description>
		<link>http://jhodges.co.uk/recursively-find-the-latest-modified-file/</link>
			</item>
	<item>
		<title>Random Videos</title>
		<description><![CDATA[Here are some more videos from the good old crazy days when the public was there purely for our entertainment. object{float:left;margin:2px;}]]></description>
		<link>http://jhodges.co.uk/random_videos/</link>
			</item>
	<item>
		<title>Supermarket Mayhem!</title>
		<description><![CDATA[Here are some videos from the good old crazy days when the supermarket was there purely for our entertainment. Don&#8217;t try this at home&#8230; visit your local supermarket! object{float:left;margin:2px;}]]></description>
		<link>http://jhodges.co.uk/supermarket_mayhem/</link>
			</item>
	<item>
		<title>DynDNS Lite!</title>
		<description><![CDATA[As my IP address changes so rarely, my Dynamic DNS accounts keep expiring before the IP changes! Here is a cron line to download my ip address from whatismyip.org and then upload it via ssh to a file on a server every hour! 00 * * * * curl whatismyip.org 2>/dev/null &#124; ssh user@server.tld "cat [...]]]></description>
		<link>http://jhodges.co.uk/dyndns-lite/</link>
			</item>
	<item>
		<title>Digikam in Ubuntu 9.10</title>
		<description><![CDATA[After installing Digikam on Ubuntu, I had no video thumbnails or ability to play video. When trying to play a video I recieved the error &#8220;an error has occurred with the media player digikam&#8221; and on the terminal &#8220;xine is asking to seek behind the end of the data stream&#8221; To resolve this I installed [...]]]></description>
		<link>http://jhodges.co.uk/digikam-in-ubuntu-9-10/</link>
			</item>
	<item>
		<title>Symfony: Propel VS Doctrine</title>
		<description><![CDATA[A few days ago I started using Symfony. I chose to use Propel as the ORM. The ORM generates the PHP classes and database structure from your schema. When I stared using Propel in PHP, it looked amazing, each db table has a php class representing it, with methods generated to set and get the [...]]]></description>
		<link>http://jhodges.co.uk/symfony-propel-vs-doctrine/</link>
			</item>
	<item>
		<title>Count unique IP address in Apache&#8217;s access log</title>
		<description><![CDATA[sed < /var/log/httpd/access_log -e 's/ .*$//' &#124; sort &#124; uniq -c]]></description>
		<link>http://jhodges.co.uk/count-unique-ip-address-in-apaches-access-log/</link>
			</item>
	<item>
		<title>Symfony Deploy Script</title>
		<description><![CDATA[I&#8217;ve just started using the PHP framework, Symphony, after putting it off for far too long! This seems to be the way to download and deploy symfony, and I&#8217;m sure I&#8217;m going to want to do it again so I took notes, here they are: cd PROJECT DIR mkdir -p lib/vendor cd lib/vendor/ curl -O [...]]]></description>
		<link>http://jhodges.co.uk/symfony-deploy-script/</link>
			</item>
</channel>
</rss>
