<?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"
	>

<channel>
	<title>JoshuaScotton.com</title>
	<atom:link href="http://www.joshuascotton.com/main/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joshuascotton.com/main</link>
	<description>It's all relative ...</description>
	<pubDate>Sat, 01 Nov 2008 12:52:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Adding a road to OpenStreetMap</title>
		<link>http://www.joshuascotton.com/main/archives/193</link>
		<comments>http://www.joshuascotton.com/main/archives/193#comments</comments>
		<pubDate>Sat, 01 Nov 2008 12:52:41 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[IT and Linux]]></category>

		<category><![CDATA[BGT-31]]></category>

		<category><![CDATA[JOSM]]></category>

		<category><![CDATA[Mapping]]></category>

		<category><![CDATA[Navilink]]></category>

		<category><![CDATA[OpenStreetMap]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=193</guid>
		<description><![CDATA[This is a short HOWTO for adding a road to the OpenStreetMap project using the BGT-31.
First, make sure you have downloaded navilink.pl (see my earlier post) and installed JOSM. On Ubuntu you can install JOSM with the following command:
apt-get install josm
You will also need to register with the OpenStreetMap site and wiki.
1. Map the Road
First [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-195" title="1218150545" src="http://www.joshuascotton.com/main/wp-content/uploads/2008/11/1218150545.png" alt="" width="120" height="120" />This is a short HOWTO for adding a road to the OpenStreetMap project using the BGT-31.<span id="more-193"></span></p>
<p>First, make sure you have downloaded navilink.pl (<a href="http://www.joshuascotton.com/main/archives/189">see my earlier post</a>) and installed <a href="http://josm.openstreetmap.de/">JOSM</a>. On Ubuntu you can install JOSM with the following command:</p>
<p><code>apt-get install josm</code></p>
<p>You will also need to register with the OpenStreetMap <a href="http://www.openstreetmap.net/user/new">site</a> and <a href="http://wiki.openstreetmap.org/index.php?title=Special:UserLogin&amp;type=signup">wiki</a>.</p>
<p><strong>1. Map the Road</strong></p>
<p>First record the trackpoints and waypoints. On the BGT-31 I did this by going to track, pressing the main button and selecting mark. To record a waypoint, just hold down the main button until it bleep.</p>
<p><strong>2. Download data and Open with JOSM</strong></p>
<p>First, I&#8217;ll change to my OSM project directory and create a folder for the information:<br />
<code>cd ~/Projects/OSM/<br />
mkdir track$(date +%G%m%d)<br />
cd track$(date +%G%m%d)</code></p>
<p>Now extract the data from the BGT-31:<br />
<code>../navilink.pl -o trackpoints.gpx gettp<br />
../navilink.pl -o waypoints.gpx getwp</code></p>
<p>Now as I&#8217;m a firm believer in <a href="http://en.wikipedia.org/wiki/Don%27t_repeat_yourself">DRY</a>, I&#8217;ve put the above commands in a script which you can download <a href="http://www.joshuascotton.com/misc/uploads/import_points.sh ">here</a>.</p>
<p>You may want to upload the trackpoints.gpx to OSM before you start editing. A HOWTO is <a href="http://wiki.openstreetmap.org/index.php/Beginners_Guide_1.2.2">here</a>.</p>
<p>You can now start JOSM with the command: <code>josm</code></p>
<p>Open the gpx files you created.</p>
<p><strong>3. Edit data with JOSM</strong></p>
<p>The OSM guide for JOSM is <a href="http://wiki.openstreetmap.org/index.php/Beginners_Guide_1.3.1.1">here</a></p>
<p>After you&#8217;ve edited your gpx files, you&#8217;ll want to zoom out slighty and download (Ctrl-Shift-D) from the OSM servers to put your edits into context, you may want to merge some nodes after this to get everything merging properly.</p>
<p><strong>4. Upload to OpenStreetMap</strong></p>
<p>Press (Ctrl-Shift-U) and follow the prompts.</p>
<p>After a while you should get an email with notification of success/failure.</p>
<p>Thats it, all done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/193/feed</wfw:commentRss>
		</item>
		<item>
		<title>GPS BGT-31</title>
		<link>http://www.joshuascotton.com/main/archives/189</link>
		<comments>http://www.joshuascotton.com/main/archives/189#comments</comments>
		<pubDate>Sat, 01 Nov 2008 09:32:39 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[IT and Linux]]></category>

		<category><![CDATA[BGT-31]]></category>

		<category><![CDATA[GPS]]></category>

		<category><![CDATA[Mapping]]></category>

		<category><![CDATA[Navilink]]></category>

		<category><![CDATA[OpenStreetMap]]></category>

		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=189</guid>
		<description><![CDATA[I recently got a BGT-31 GPS device from www.storagedepot.co.uk in order to map out Derby for the OpenStreetMap project. It arrived today and the first thing I needed to get working was the downloading of waypoints and track points from the device.
After some googling, the best way was to download a perl script from splitbrain.org [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-190" title="gps-bgt-31popup" src="http://www.joshuascotton.com/main/wp-content/uploads/2008/11/gps-bgt-31popup.jpg" alt="" width="334" height="231" />I recently got a BGT-31 GPS device from <a href="http://www.storagedepot.co.uk">www.storagedepot.co.uk</a> in order to map out Derby for the <a href="http://www.openstreetmap.net/">OpenStreetMap</a> project. It arrived today and the first thing I needed to get working was the downloading of waypoints and track points from the device.</p>
<p>After some googling, the best way was to download a perl script from <a href="http://www.splitbrain.org/projects/navilink">splitbrain.org</a> called <a href="http://dev.splitbrain.org/darcs/navilink/navilink.pl">navilink.pl</a></p>
<p><span id="more-189"></span></p>
<p>You&#8217;ll probably need Device::SerialPort for perl as well. Ubuntu has a package for this which you can install by running this command:</p>
<p><code>apt-get install libdevice-serialport-perl</code></p>
<p>Then, after connecting the BGT-31 USB lead and setting it into NAVILINK mode, you can download your waypoints with:</p>
<p><code>./navilink.pl getwp</code></p>
<p>and trackpoints with:</p>
<p><code>./navilink.pl gettp</code></p>
<p>Once I&#8217;ve had time to map out a road I&#8217;ll be writing about using this device with the OpenStreetMap project</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/189/feed</wfw:commentRss>
		</item>
		<item>
		<title>New Free Font</title>
		<link>http://www.joshuascotton.com/main/archives/186</link>
		<comments>http://www.joshuascotton.com/main/archives/186#comments</comments>
		<pubDate>Tue, 21 Oct 2008 09:27:11 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[IT and Linux]]></category>

		<category><![CDATA[Font]]></category>

		<category><![CDATA[GPL]]></category>

		<category><![CDATA[Handwriting]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=186</guid>
		<description><![CDATA[A new handwriting font called rufscript has been released by Hiran Venugopalan under the GNU GPL version 3 + Font Exception.
A link to the Hiran&#8217;s blog is here and UbuntuGeek.com has installation instructions for Intrepid and Hardy here.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-187" title="rufs-300x168" src="http://www.joshuascotton.com/main/wp-content/uploads/2008/10/rufs-300x168.jpg" alt="" width="300" height="168" />A new handwriting font called rufscript has been released by Hiran Venugopalan under the <a href="http://www.fsf.org/licensing/licenses/gpl.html">GNU GPL version 3</a> +<a href="http://www.fsf.org/licensing/licenses/gpl-faq.html#FontException"> Font Exception</a>.</p>
<p>A link to the Hiran&#8217;s blog is <a href="http://hiran.in/blog/rufscript-font">here</a> and UbuntuGeek.com has installation instructions for Intrepid and Hardy <a href="http://www.ubuntugeek.com/how-to-install-rufscript-a-nice-handwriting-font-in-ubuntu-hardyintrepid.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/186/feed</wfw:commentRss>
		</item>
		<item>
		<title>Encoding PS3 Videos in Ubuntu</title>
		<link>http://www.joshuascotton.com/main/archives/177</link>
		<comments>http://www.joshuascotton.com/main/archives/177#comments</comments>
		<pubDate>Sat, 18 Oct 2008 11:47:00 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[IT and Linux]]></category>

		<category><![CDATA[Codec]]></category>

		<category><![CDATA[Convert]]></category>

		<category><![CDATA[FFMPEG]]></category>

		<category><![CDATA[PS3]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=177</guid>
		<description><![CDATA[It seems that to encode videos for the PS3 in Ubuntu you need to use ffmpeg, however when I tried to do this the first time I ran into problems because I was using the version from the hardy-proposed software repo. To get it working you need to use the packages from medibuntu.org.
1. If you [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that to encode videos for the PS3 in Ubuntu you need to use ffmpeg, however when I tried to do this the first time I ran into problems because I was using the version from the hardy-proposed software repo. To get it working you need to use the packages from medibuntu.org.<span id="more-177"></span></p>
<p>1. If you don&#8217;t have the medibuntu.org sources ready, add them:<br />
<code>deb http://packages.medibuntu.org/ hardy free non-free<br />
deb-src http://packages.medibuntu.org/ hardy free non-free</code></p>
<p>As the versions in hardy-proposed are newer than the medibuntu versions, we need to force and then lock the package versions to install.</p>
<p>2. Run synaptic and search for ffmpeg.<br />
3. Select the ffmpeg package, press CTRL+E, select the medibuntu version and then press &#8220;Force Version&#8221;<br />
4. Select it again and press Package -&gt; Lock Version. This will make sure that you don&#8217;t update it to the hardy-proposed version by mistake.<br />
5. Do the previous steps for the libavcodec1d package<br />
6. Install both packages</p>
<p>You can now use the following command to convert all files in the working directory to PS3 format videos:<br />
<code>find . -name "*"  -maxdepth 1  -exec ffmpeg -y -i {} -acodec aac -ac 2 -ab 128k -vcodec mpeg4 -r 24 -b 800k -mbd 2 -aic 2 {}.ps3.mp4 \;</code></p>
<p>You can change the -ab 128k to the audio bitrate you want and the same for the video bitrate by changing the -b 800k</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/177/feed</wfw:commentRss>
		</item>
		<item>
		<title>BlenderArt #18 Now Available</title>
		<link>http://www.joshuascotton.com/main/archives/170</link>
		<comments>http://www.joshuascotton.com/main/archives/170#comments</comments>
		<pubDate>Sat, 11 Oct 2008 21:11:44 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[IT and Linux]]></category>

		<category><![CDATA[Blender]]></category>

		<category><![CDATA[BlenderArt]]></category>

		<category><![CDATA[Magazine]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=170</guid>
		<description><![CDATA[BlenderArt (the online magazine I proof-read for) has just released issue 18 &#8220;Landscapes, Environments &#38; Sets!&#8221;.
You can download it for free from www.blenderart.org
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blenderart.org/issues/"><img class="alignleft size-full wp-image-169" title="BlenderArt #18" src="http://www.joshuascotton.com/main/wp-content/uploads/2008/10/new_issue.gif" alt="" width="221" height="198" /></a>BlenderArt (the online magazine I proof-read for) has just released issue 18 &#8220;Landscapes, Environments &amp; Sets!&#8221;.</p>
<p>You can download it for free from <a href="http://www.blenderart.org/issues/">www.blenderart.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/170/feed</wfw:commentRss>
		</item>
		<item>
		<title>Exams are Over</title>
		<link>http://www.joshuascotton.com/main/archives/167</link>
		<comments>http://www.joshuascotton.com/main/archives/167#comments</comments>
		<pubDate>Fri, 10 Oct 2008 22:57:46 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<category><![CDATA[Degree]]></category>

		<category><![CDATA[Exam]]></category>

		<category><![CDATA[Results]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=167</guid>
		<description><![CDATA[That&#8217;s it&#8230; I&#8217;ve finished my honours degree! YAY!
The final exams today seemed to go well so I now await my final degree classification after my exam results come out in December.
]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s it&#8230; I&#8217;ve finished my honours degree! YAY!</p>
<p>The final exams today seemed to go well so I now await my final degree classification after my exam results come out in December.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/167/feed</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s Up&#8230;</title>
		<link>http://www.joshuascotton.com/main/archives/165</link>
		<comments>http://www.joshuascotton.com/main/archives/165#comments</comments>
		<pubDate>Wed, 08 Oct 2008 11:54:08 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<category><![CDATA[IT and Linux]]></category>

		<category><![CDATA[Entertainer]]></category>

		<category><![CDATA[Exams]]></category>

		<category><![CDATA[Revision]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=165</guid>
		<description><![CDATA[I&#8217;ve just finished the final mock exam for the courses I&#8217;m currently revising for. I have two exams on Friday, both of them are three hours long, with a break of one and a half hours in between.
Revision is going well at the moment and I think I&#8217;ll get my target results. The one thing [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just finished the final mock exam for the courses I&#8217;m currently revising for. I have two exams on Friday, both of them are three hours long, with a break of one and a half hours in between.</p>
<p>Revision is going well at the moment and I think I&#8217;ll get my target results. The one thing I&#8217;m worried about is how my hand is going to respond to six hours of almost non-stop hand writing.</p>
<p>As I use email and messenging as my main form of non-verbal communication I don&#8217;t physically write that much normally, so my revision has been as much about getting my hand writing legible as it has about studying the course!</p>
<p>In other news Entertainer 0.2 is very much on the horizon, hopefully we&#8217;ll see it released before the end of the next sprint over this coming weekend.</p>
<p>I&#8217;ll be going now to type my notes out&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/165/feed</wfw:commentRss>
		</item>
		<item>
		<title>MarcHirst.com</title>
		<link>http://www.joshuascotton.com/main/archives/158</link>
		<comments>http://www.joshuascotton.com/main/archives/158#comments</comments>
		<pubDate>Mon, 22 Sep 2008 18:34:53 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<category><![CDATA[MarcHirst.com]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=158</guid>
		<description><![CDATA[
I&#8217;ve been helping set up a music website/blog for a friend of mine.
After uploading all the music  over at last.fm where you can listen to the tracks, we took a while finding a simple way to sell the music on the site.
The main requirements were for an easy way to sell downloadable products and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.marchirst.com"><img class="aligncenter" title="Marc Hirst" src="http://marchirst.com/wp-content/themes/bestfriends/images/img04.jpg" alt="" width="486" height="156" /></a></p>
<p>I&#8217;ve been helping set up a music website/blog for a friend of mine.</p>
<p>After uploading all the music  <a href="http://www.last.fm/music/Marc+Hirst" target="_blank">over at last.fm</a> where you can listen to the tracks, we took a while finding a simple way to sell the music on the site.</p>
<p>The main requirements were for an easy way to sell downloadable products and accept paypal payments.</p>
<p>We finally came up with a plugin for wordpress called <a href="http://www.instinct.co.nz/e-commerce/">e-commerce</a> which works well, and we used that to create the shop.</p>
<p>You can see the finished website <a href="http://marchirst.com/?page_id=3" target="_self">here.<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/158/feed</wfw:commentRss>
		</item>
		<item>
		<title>2008 FLOSS Media Center State of the Art Report</title>
		<link>http://www.joshuascotton.com/main/archives/157</link>
		<comments>http://www.joshuascotton.com/main/archives/157#comments</comments>
		<pubDate>Thu, 18 Sep 2008 10:05:00 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[IT and Linux]]></category>

		<category><![CDATA[Entertainer]]></category>

		<category><![CDATA[FLOSS]]></category>

		<category><![CDATA[Media Center]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=157</guid>
		<description><![CDATA[The Entertainer Media Center is featured in the 2008 FLOSS Media Center State of the Art report.
You can download the report from here
We are in the top 10 &#8220;most prominent FLOSS projects&#8221; for media center which is a really good result for such a young project.
]]></description>
			<content:encoded><![CDATA[<p>The Entertainer Media Center is featured in the 2008 FLOSS Media Center State of the Art report.<br />
You can download the report from <a href="http://www.telematicsfreedom.org/en/project/14/floss-media-center-state-art">here</a></p>
<p>We are in the top 10 &#8220;most prominent FLOSS projects&#8221; for media center which is a really good result for such a young project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/157/feed</wfw:commentRss>
		</item>
		<item>
		<title>Golf and Specimen Exams</title>
		<link>http://www.joshuascotton.com/main/archives/156</link>
		<comments>http://www.joshuascotton.com/main/archives/156#comments</comments>
		<pubDate>Fri, 12 Sep 2008 10:06:51 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Exams]]></category>

		<category><![CDATA[Golf]]></category>

		<category><![CDATA[Open University]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=156</guid>
		<description><![CDATA[I played the front nine at a very wet Brailsford Golf Course on Wednesday.
The picture is from behind the right bunker on the first hole.
I got my first par score on hole 4 which is a par 3 so I was quite pleased with myself.
Golf is one of those sports where even if you are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joshuascotton.com/main/wp-content/uploads/2008/09/photo416.jpg"><img class="alignleft size-medium wp-image-153" title="Flooded Bunker" src="http://www.joshuascotton.com/main/wp-content/uploads/2008/09/photo416-300x225.jpg" alt="" width="300" height="225" /></a>I played the front nine at a very wet Brailsford Golf Course on Wednesday.</p>
<p>The picture is from behind the right bunker on the first hole.</p>
<p>I got my first par score on hole 4 which is a par 3 so I was quite pleased with myself.</p>
<p>Golf is one of those sports where even if you are playing pretty awfully (which I am most of the time) it is still great fun.</p>
<p>I&#8217;ve finally come up with a revision plan for my exams in October. I&#8217;ve taken the specimen exam this week and as there aren&#8217;t any past papers I&#8217;m re-reading the 12 textbooks and then taking the specimen again.</p>
<p>Hopefully this will show up the areas which I&#8217;ll be needing to work hard on in the last week leading up to the exams.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/156/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
