<?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>LordElph's Ramblings &#187; Uncategorized</title>
	<atom:link href="http://blog.dixo.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dixo.net</link>
	<description>Stuff and nonsense about software development and whatever else I find fun...</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:04:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>There&#8217;s a bit of me in PHP!</title>
		<link>http://blog.dixo.net/2009/06/03/theres-a-bit-of-me-in-php/</link>
		<comments>http://blog.dixo.net/2009/06/03/theres-a-bit-of-me-in-php/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 18:39:30 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/?p=305</guid>
		<description><![CDATA[Last October I found a bug in PHP&#8217;s SOAP module. It was pretty obscure bug in the way PHP used Digest authentication. As it was a showstopper for me, I submitted a bug report and wrote a patch to fix it.
It took a while, but my patch has finally been merged into the 5.* and [...]]]></description>
			<content:encoded><![CDATA[<p>Last October I found a <a href="http://bugs.php.net/bug.php?id=46386">bug in PHP&#8217;s SOAP module</a>. It was pretty obscure bug in the way PHP used Digest authentication. As it was a showstopper for me, I submitted a bug report and wrote a patch to fix it.</p>
<p>It took a while, but my <a title="CVS revision history" href="http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_http.c?view=log#rev1.77.2.11.2.12.2.11">patch has finally been merged</a> into the 5.* and 6.0 sources! </p>
<p>I&#8217;ve been using PHP for ten years, and so it&#8217;s perhaps a little surprising it&#8217;s taken me this long to give anything back. Truth is, this was the first time I&#8217;ve come across a bug which halted my development work.</p>
<p>It&#8217;s a tiny fix, 6 lines of code, but it makes me happy that after all this time, finally, there&#8217;s a bit of me in PHP! Hurrah for open source software!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2009/06/03/theres-a-bit-of-me-in-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Geograph Torrents</title>
		<link>http://blog.dixo.net/2008/06/30/geograph-torrents/</link>
		<comments>http://blog.dixo.net/2008/06/30/geograph-torrents/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 22:03:53 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/?p=202</guid>
		<description><![CDATA[Something Geograph has needed for some time is a way to get at the entire archive without causing us huge bandwidth bills &#8211; it&#8217;s currently around 100GB in size.
So I&#8217;m please to announce http://torrents.geograph.org.uk/ where you will be able to download the entire archive via BitTorrent!
More details&#8230;
We&#8217;re going to release the archive as a series [...]]]></description>
			<content:encoded><![CDATA[<p>Something <a href="http://www.geograph.org.uk">Geograph</a> has needed for some time is a way to get at the entire archive without causing us huge bandwidth bills &#8211; it&#8217;s currently around 100GB in size.</p>
<p>So I&#8217;m please to announce <a href="http://torrents.geograph.org.uk/">http://torrents.geograph.org.uk/</a> where you will be able to download the entire archive via <a href="http://en.wikipedia.org/wiki/BitTorrent_(protocol)" title="Wikipedia page on BitTorrent">BitTorrent</a>!</p>
<p><strong>More details&#8230;</strong></p>
<p>We&#8217;re going to release the archive as a series of volumes, each containing around 50,000 images and weighing in at around 5GB. The <a href="http://torrents.geograph.org.uk/torrents/geograph_vol001_image_0_to_49999.torrent">first volume</a> is available now, with a smaller <a href="http://torrents.geograph.org.uk/torrents/sample.torrent">sample volume</a> which allows you to preview how the metadata is delivered.</p>
<p>All the metadata for each volume is delivered as a RDF formatted file called manifest.rdf, which should be self explanatory, here is a sample fragment:<br />
Look</p>
<p>&lt;rdf:Description rdf:about=&#8221;<strong>00/00/000014.jpg</strong>&#8220;&gt;<br />
&lt;dc:identifier&gt;<strong>http://www.geograph.org.uk/photo/14</strong>&lt;/dc:identifier&gt;<br />
&lt;dc:title&gt;<strong>Durdle Door from the east</strong>&lt;/dc:title&gt;<br />
&lt;dc:subject&gt;<strong>Coastline/Beaches</strong>&lt;/dc:subject&gt;<br />
&lt;dc:creator&gt;<strong>Helena Downton</strong>&lt;/dc:creator&gt;<br />
&lt;dc:dateSubmitted&gt;<strong>2005-03-06T10:20:26Z</strong>&lt;/dc:dateSubmitted&gt;<br />
&lt;georss:point relationshiptag=&#8221;is-picture-of&#8221;&gt;<strong>50.6205085825182 -2.27398572077417</strong>&lt;/georss:point&gt;<br />
&lt;georss:point relationshiptag=&#8221;was-taken-from&#8221;&gt;<strong>50.6211552007986 -2.26663784055893</strong>&lt;/georss:point&gt;<br />
&lt;dc:licence&gt;<strong>http://creativecommons.org/licenses/by-sa/2.0</strong>/&lt;/dc:licence&gt;<br />
&lt;dc:format&gt;<strong>image/jpeg</strong>&lt;/dc:format&gt;<br />
&lt;dc:type&gt;<strong>http://purl.org/dc/dcmitype/StillImage</strong>&lt;/dc:type&gt;<br />
&lt;dc:publisher&gt;<strong>www.geograph.org.uk</strong>&lt;/dc:publisher&gt;<br />
&lt;/rdf:Description&gt;</p>
<p><strong>How to download</strong></p>
<p>If you are new to using bittorrent, you will need some software, such as <a href="http://azureus.sourceforge.net/">Vuze (aka Azureus)</a> or <a href="http://www.utorrent.com/">uTorrent</a>. Once installed, go to  <a href="http://torrents.geograph.org.uk/">http://torrents.geograph.org.uk/</a> and click a torrent link to set it downloading &#8211; easy!</p>
<p><strong>Please seed!</strong></p>
<p>Please seed these torrents if you are able &#8211; simply leave your torrent client software running after your download has completed. You&#8217;ll be helping others to complete their downloads faster!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2008/06/30/geograph-torrents/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OS Map Integration into Geograph Begins!</title>
		<link>http://blog.dixo.net/2006/11/15/os-map-integration-into-geograph-begins/</link>
		<comments>http://blog.dixo.net/2006/11/15/os-map-integration-into-geograph-begins/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 15:00:25 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Geodata]]></category>
		<category><![CDATA[Geograph]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2006/11/15/os-map-integration-into-geograph-begins/</guid>
		<description><![CDATA[Ordnance Survey have sent the Geograph team 21 CDs of 1:50K maps. Huge thanks to the OS for making this possible, this data is otherwise prohibitively expensive to consider using within a site like Geograph.
Over the next fews days these are getting trickled up to the Geograph servers, and then Barry Hunter will perform the [...]]]></description>
			<content:encoded><![CDATA[<p>Ordnance Survey have sent the <a href="http://www.geograph.org.uk">Geograph</a> team 21 CDs of 1:50K maps. Huge thanks to the OS for making this possible, this data is otherwise prohibitively expensive to consider using within a site like Geograph.</p>
<p>Over the next fews days these are getting trickled up to the Geograph servers, and then <a href="http://www.nearby.org.uk/blog/">Barry Hunter</a> will perform the integration work. You can probably expect to start seeing some basic integration of maps into photo viewing pages before Christmas. This will really enhance the educational value of the site, something we&#8217;ll be building further upon in the new year.</p>
<p>Coincidentally, <a href="http://www.edparsons.com/?p=374">Ed Parsons offers a tantalising glimpse of OS Openspace</a> today. Can&#8217;t wait to see that reach a public release&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2006/11/15/os-map-integration-into-geograph-begins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sponsor LadyElph in the Race For Life!</title>
		<link>http://blog.dixo.net/2006/06/07/sponsor-ladyelph-in-the-race-for-life/</link>
		<comments>http://blog.dixo.net/2006/06/07/sponsor-ladyelph-in-the-race-for-life/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 23:12:04 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2006/06/07/sponsor-ladyelph-in-the-race-for-life/</guid>
		<description><![CDATA[My better half, the lovely Sarah, is taking part in this years Race For Life in aid of Cancer Research UK. She&#8217;s aiming to hit £150 and is on £97 already, so if you can spare a few quid, read more about it and sponsor her online.
Sarah sends big hugs to anyone who sponsors.
You know [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.raceforlifesponsorme.org/ladyelph"><img id="image88" src="http://blog.dixo.net/wp-content/uploads/2006/06/runners.gif" alt="Race for Life" align="right"/></a>My better half, the lovely Sarah, is taking part in this years Race For Life in aid of Cancer Research UK. She&#8217;s aiming to hit £150 and is on £97 already, so if you can spare a few quid, <a href="http://www.raceforlifesponsorme.org/ladyelph">read more about it and sponsor her online</a>.</p>
<p>Sarah sends big hugs to anyone who sponsors.</p>
<p>You know it makes sense. <a href="http://www.raceforlifesponsorme.org/ladyelph">Click it!</a> <a href="http://www.raceforlifesponsorme.org/ladyelph">Click it now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2006/06/07/sponsor-ladyelph-in-the-race-for-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look out Warsaw</title>
		<link>http://blog.dixo.net/2006/05/18/look-out-warsaw/</link>
		<comments>http://blog.dixo.net/2006/05/18/look-out-warsaw/#comments</comments>
		<pubDate>Thu, 18 May 2006 17:07:49 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2006/05/18/look-out-warsaw/</guid>
		<description><![CDATA[No posts, or coding, or tweaks or *anything* from me for 3 days, I&#8217;m off to Warsaw for a stag weekend!
]]></description>
			<content:encoded><![CDATA[<p>No posts, or coding, or tweaks or *anything* from me for 3 days, I&#8217;m off to Warsaw for a stag weekend!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2006/05/18/look-out-warsaw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging, I finally get it.</title>
		<link>http://blog.dixo.net/2006/05/01/blogging-i-finally-get-it/</link>
		<comments>http://blog.dixo.net/2006/05/01/blogging-i-finally-get-it/#comments</comments>
		<pubDate>Mon, 01 May 2006 07:50:26 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2006/05/01/blogging-i-finally-get-it/</guid>
		<description><![CDATA[This blog has now completed its first full month, and I&#8217;ve managed to average one post per day! I&#8217;ve had various aborted attempts at doing this in years gone by, but this is the most active I&#8217;ve ever been.
One of the reasons is that I think I finally &#8220;get it&#8221;. My previous attempts at blogging [...]]]></description>
			<content:encoded><![CDATA[<p>This blog has now completed its first full month, and I&#8217;ve managed to average one post per day! I&#8217;ve had various aborted attempts at doing this in years gone by, but this is the most active I&#8217;ve ever been.</p>
<p>One of the reasons is that I think I finally &#8220;get it&#8221;. My previous attempts at blogging were more about collecting daft links I didn&#8217;t want to bookmark but might want some day. I can do that now with <a href="http://del.icio.us/lordelph" title="My del.icio.us links">del.icio.us</a>. Now, I find myself using <a href="http://www.technorati.com" title="Explore the blogosphere">Technorati</a> to track topics I&#8217;m interested in, and when an interesting post pops up, I try to relate it to things I&#8217;m working on or past experience.</p>
<p>I was quite surprised and encouraged that many posts with more original content attracted comments, so I&#8217;m going to try and do more of that. It should be an exciting month for Geograph, so expect many posts on that topic.</p>
<p>It seems you can&#8217;t fully appreciate the blogosphere until you immerse yourself in it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2006/05/01/blogging-i-finally-get-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save Parliament!</title>
		<link>http://blog.dixo.net/2006/04/05/save-parliament/</link>
		<comments>http://blog.dixo.net/2006/04/05/save-parliament/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 19:06:10 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2006/04/05/save-parliament/</guid>
		<description><![CDATA[
 From the &#8220;Save Parliament&#8221; website &#8211; &#8220;The boringly-named Legislative and Regulatory Reform Bill is in fact a very dangerous piece of legislation. It grants any minister the ability to amend, replace, or repeal existing legislation. The frightening thing is this: they would be able to make major changes to the law without Parliament being [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.saveparliament.org.uk"><br />
<img align="right" src="http://www.saveparliament.org.uk/images/sp_button_150_80.png" width="150" height="80" alt="Save Parliament" /></a> From the <a href="http://www.saveparliament.org.uk">&#8220;Save Parliament&#8221;</a> website &#8211; &#8220;The boringly-named <a href="http://www.publications.parliament.uk/pa/cm200506/cmbills/141/06141.i-ii.html">Legislative and Regulatory Reform Bill</a> is in fact a very dangerous piece of legislation. It grants <em>any minister</em> the ability to amend, replace, or repeal existing legislation. The frightening thing is this: they would be able to make major changes to the law <em>without Parliament being able to examine it properly</em>, taking away the ability of Parliament to meaningfully represent the citizens of this country.&#8221;</p>
<p>I&#8217;m no activist, but it&#8217;s stuff like this which gets me <a href="http://www.writetothem.com/">writing to my MP</a>. I don&#8217;t know how I&#8217;ve missed this issue to date, but I&#8217;m damn sure I&#8217;ll add my voice to it&#8217;s opposition.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2006/04/05/save-parliament/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Third time lucky</title>
		<link>http://blog.dixo.net/2006/03/27/third-time-lucky/</link>
		<comments>http://blog.dixo.net/2006/03/27/third-time-lucky/#comments</comments>
		<pubDate>Mon, 27 Mar 2006 08:24:44 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve tried this blogging thing twice before, and the trick is to have some focus or purpose. Last time around it was just for logging daft and interesting links that I didn&#8217;t need to bookmark, but might want someday. Del.icio.us soon did a better job of that for me.
So what will I write about?

The Geograph [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried this blogging thing twice before, and the trick is to have some focus or purpose. Last time around it was just for logging daft and interesting links that I didn&#8217;t need to bookmark, but might want someday. Del.icio.us soon did a better job of that for me.</p>
<p>So what will I write about?</p>
<ul>
<li><a title="Geograph British Isles" href="http://www.geograph.org.uk">The Geograph Project</a> &#8211; takes up a lot of spare time</li>
<li><a title="Wikipedia article on geocaching" href="http://en.wikipedia.org/wiki/Geocaching">Geocaching </a>- the only activity which gets me outside at the moment</li>
<li>PHP and C++ software development, as that&#8217;s what I spend my days doing</li>
<li>I&#8217;ll undoubtedly throw in a few daft links too <img src='http://blog.dixo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>OK! Let&#8217;s go!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2006/03/27/third-time-lucky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
