<?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>Ciaran's Random Writings</title>
	<atom:link href="http://blog.ciarang.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ciarang.com</link>
	<description>Random things I've written about stuff</description>
	<pubDate>Sat, 12 Jul 2008 17:57:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Compiling ejabberd 2.0 on Debian (Etch)</title>
		<link>http://blog.ciarang.com/posts/compiling-ejabberd-20-on-debian-etch/</link>
		<comments>http://blog.ciarang.com/posts/compiling-ejabberd-20-on-debian-etch/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 17:57:21 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Erlang]]></category>

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

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

		<guid isPermaLink="false">http://blog.ciarang.com/?p=235</guid>
		<description><![CDATA[Etch has ejabberd 1.1 packaged but if you&#8217;re like me you&#8217;ll want to play with the new features in 2.0, in which case you&#8217;ll need to build from source. Etch&#8217;s packaged version of Erlang is apparently not up to date enough to support it (it compiles fine, but I couldn&#8217;t get TLS to work) so [...]]]></description>
			<content:encoded><![CDATA[<p>Etch has ejabberd 1.1 <a href="http://packages.debian.org/etch/ejabberd">packaged</a> but if you&#8217;re like me you&#8217;ll want to play with the new features in 2.0, in which case you&#8217;ll need to build from source. Etch&#8217;s packaged version of Erlang is apparently not up to date enough to support it (it compiles fine, but I couldn&#8217;t get TLS to work) so you&#8217;ll need to build a newer version of that as well. Luckly it&#8217;s all easy. This following is all from your home directory on a fresh install of Debian:</p>
<p><span id="more-235"></span></p>
<p>Stuff you need:</p>
<pre lang="text">
sudo apt-get install build-essential
sudo apt-get install libexpat1-dev zlib1g-dev libssl-dev
sudo apt-get install m4 libncurses5-dev
</pre>
<p>Erlang:</p>
<pre lang="text">
wget http://www.erlang.org/download/otp_src_R12B-3.tar.gz
cd otp_src_R12B-3
./configure
make
sudo make install
</pre>
<p>Ejabberd:</p>
<pre lang="text">
wget http://www.process-one.net/downloads/ejabberd/2.0.1/ejabberd-2.0.1_2.tar.gz
tar -xzf ejabberd-2.0.1_2.tar.gz
cd ejabberd-2.0.1/src
./configure
make
sudo make install
</pre>
<p>With that done just edit the config in /etc/ejabberd as required, generate or otherwise obtain an SSL certificate, and you&#8217;re ready to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/compiling-ejabberd-20-on-debian-etch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Something&#8217;s Missing</title>
		<link>http://blog.ciarang.com/posts/somethings-missing/</link>
		<comments>http://blog.ciarang.com/posts/somethings-missing/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 21:56:57 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Mia]]></category>

		<guid isPermaLink="false">http://blog.ciarang.com/?p=233</guid>
		<description><![CDATA[It&#8217;s quiet. Almost too quiet. Mia&#8217;s gone on holiday without me.

To make matters worse, she took &#8216;her&#8217; train set. And my wife. And the dog. It&#8217;s just me, the chickens and that pesky cat. Oh, and the fish - don&#8217;t forget to feed the fish. And the tomatoes, don&#8217;t forget to water those. Good thing [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s quiet. Almost too quiet. Mia&#8217;s gone on holiday without me.</p>
<p><img src="http://blog.ciarang.com/wp-content/uploads/2008/07/meandmia.jpg" alt="Me and Mia" title="Me and Mia" width="450" height="337" class="aligncenter size-full wp-image-234" /></p>
<p>To make matters worse, she took &#8216;her&#8217; train set. And my wife. And the dog. It&#8217;s just me, the chickens and that pesky cat. Oh, and the fish - don&#8217;t forget to feed the fish. And the tomatoes, don&#8217;t forget to water those. Good thing I decided to write this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/somethings-missing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apache Commit Visualisation - code_swarm</title>
		<link>http://blog.ciarang.com/posts/apache-commit-visualisation-code_swarm/</link>
		<comments>http://blog.ciarang.com/posts/apache-commit-visualisation-code_swarm/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 20:33:42 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ciarang.com/?p=232</guid>
		<description><![CDATA[The video below is a brilliant piece of work by Michael Ogawa - a visualisation of the commit history of the Apache httpd. It was built using Processing and the source is here, theoretically (i.e. I haven&#8217;t tried) allowing you to produce a similar visualisation for any project.
code_swarm - Apache from Michael Ogawa on Vimeo.
I [...]]]></description>
			<content:encoded><![CDATA[<p>The video below is a brilliant piece of work by <a href="http://vis.cs.ucdavis.edu/~ogawa/">Michael Ogawa</a> - a visualisation of the commit history of the Apache httpd. It was built using <a href="http://processing.org/">Processing</a> and the source is <a href="http://code.google.com/p/codeswarm/">here</a>, theoretically (i.e. I haven&#8217;t tried) allowing you to produce a similar visualisation for any project.</p>
<p><object width="400" height="302"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1076588&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1076588&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="302"></embed></object><br /><a href="http://www.vimeo.com/1076588?pg=embed&#038;sec=1076588">code_swarm - Apache</a> from <a href="http://www.vimeo.com/michaelogawa?pg=embed&#038;sec=1076588">Michael Ogawa</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1076588">Vimeo</a>.</p>
<p>I suggest viewing it in full-screen mode.</p>
<p>There are several other examples available at the <a href="http://vis.cs.ucdavis.edu/~ogawa/codeswarm/">project page</a>. Impressive though it is, I can&#8217;t help thinking that an interactive version of this would elevate the concept from eye-candy to something extremely useful.</p>
<p>Update: Ok, an interactive version like <a href="http://vidi.cs.ucdavis.edu/research/videos/stargate">this</a> perhaps. Wow!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/apache-commit-visualisation-code_swarm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trains and Grapes</title>
		<link>http://blog.ciarang.com/posts/trains-and-grapes/</link>
		<comments>http://blog.ciarang.com/posts/trains-and-grapes/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 11:14:20 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Animals]]></category>

		<category><![CDATA[Food and Drink]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.ciarang.com/?p=231</guid>
		<description><![CDATA[According to Google nobody has ever seen fit to utter the phrase &#8220;trains and grapes&#8221; on the internet before, so it&#8217;s lucky I&#8217;m here to put that right. In my defence, the real purpose is a bit of testing of video encoding and embedding. Firstly, Saturday morning fun with Duplo trains:

Secondly, a more serious use [...]]]></description>
			<content:encoded><![CDATA[<p>According to Google nobody has ever seen fit to utter the phrase &#8220;trains and grapes&#8221; on the internet before, so it&#8217;s lucky I&#8217;m here to put that right. In my defence, the real purpose is a bit of testing of video encoding and embedding. Firstly, Saturday morning fun with Duplo trains:</p>
<p><img src="http://blog.ciarang.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p>Secondly, a more serious use (it&#8217;s all relative) of the same setup, namely providing a guided tour of the grapevine:</p>
<p><img src="http://blog.ciarang.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p>The camera shoots the video in MPEG format, so I used <a href="http://www.rivavx.com/?encoder">Riva FLV Encoder</a> to convert them to the more web-friendly FLV format, and also to reduce the resolution and bitrate a bit. <a href="http://www.mac-dev.net/blog/index.php">This Wordpress plugin</a> made it easy to embed the videos into the post. Although it was a bit more effort, I much prefer this approach to relying on an external service to encode and host the video as I did <a href="http://blog.ciarang.com/posts/one-man-and-his-ducklings/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/trains-and-grapes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java is now malware?</title>
		<link>http://blog.ciarang.com/posts/java-is-now-malware/</link>
		<comments>http://blog.ciarang.com/posts/java-is-now-malware/#comments</comments>
		<pubDate>Fri, 16 May 2008 11:14:22 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

		<guid isPermaLink="false">http://blog.ciarang.com/?p=228</guid>
		<description><![CDATA[
Yep, as of this morning, I consider Java as malware. Having put up with the JRE updater being used as an advertising platform for some time now, the final nail in the coffin came this morning with JRE 6 Update 5. This attempts to install a stinking &#8220;Yahoo! Toolbar for Firefox/Mozilla&#8221;, and while there&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://blog.ciarang.com/wp-content/uploads/2008/05/java_is_malware.png'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/java_is_malware-150x150.png" alt="JRE update wants to install unwanted junk, by default" title="Java is malware?" width="150" height="150" class="alignright size-thumbnail wp-image-229" /></a></p>
<p>Yep, as of this morning, I consider Java as malware. Having put up with the JRE updater being used as an advertising platform for some time now, the final nail in the coffin came this morning with JRE 6 Update 5. This attempts to install a stinking &#8220;Yahoo! Toolbar for Firefox/Mozilla&#8221;, and while there&#8217;s a checkbox to turn it off, it&#8217;s <b>enabled by default</b>.</p>
<p>As far as I&#8217;m concerned, this is totally unacceptable and Java and Sun just went down an awful long way in my estimation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/java-is-now-malware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to incur technical debt</title>
		<link>http://blog.ciarang.com/posts/how-to-incur-technical-debt/</link>
		<comments>http://blog.ciarang.com/posts/how-to-incur-technical-debt/#comments</comments>
		<pubDate>Sat, 10 May 2008 18:55:43 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Rants]]></category>

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

		<guid isPermaLink="false">http://blog.ciarang.com/?p=227</guid>
		<description><![CDATA[I guess you&#8217;re worried that when your project has no bugs, or when maintenance becomes too easy, someone is going to start wondering what they&#8217;re paying you for. What you need is technical debt. Here my top 10 ways to sneak some in your codebase. As well as plenty of future bugs, this will ensure [...]]]></description>
			<content:encoded><![CDATA[<p>I guess you&#8217;re worried that when your project has no bugs, or when maintenance becomes too easy, someone is going to start wondering what they&#8217;re paying you for. What you need is <a href="http://blogs.construx.com/blogs/stevemcc/archive/2007/11/01/technical-debt-2.aspx">technical debt</a>. Here my top 10 ways to sneak some in your codebase. As well as plenty of future bugs, this will ensure that any maintenance or expansion tasks take as long as possible.</p>
<ol>
<li>Create lots of overloaded versions of the same function. Only use one.</li>
<li>Copy and paste code. For bonus points, change the pasted versions slightly.</li>
<li>Leave chunks of commented out code (&#8221;Green Code&#8221;) lying around.</li>
<li>Don&#8217;t use existing core logic. Reimplement it within the user interface using your own strange methodology. Make sure it behaves subtly differently. No need to check that, it will.</li>
<li>Check several unrelated changes in at once. Only mention one in the check-in comment.</li>
<li>Never use 5 lines of code where 50 will do.</li>
<li>Never use 50 lines of code where several classes that almost resemble a GOF pattern you misunderstood will do.</li>
<li>Invent your own naming conventions.</li>
<li>Never fix a bug - hide it. For example, deal with null reference problems by simply sticking an if-not-null around the offending code. This saves you having to look for the real source of the problem, and also ensures the bug will come round again in a more subtle and interesting manner.</li>
<li>Leaving out documentation is too obvious. Much better to document it, but make sure the code doesn&#8217;t do what the documentation claims.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/how-to-incur-technical-debt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sunshine</title>
		<link>http://blog.ciarang.com/posts/sunshine/</link>
		<comments>http://blog.ciarang.com/posts/sunshine/#comments</comments>
		<pubDate>Sat, 10 May 2008 18:24:28 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Animals]]></category>

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

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

		<guid isPermaLink="false">http://blog.ciarang.com/?p=222</guid>
		<description><![CDATA[
Finally sunshine is upon us. This means gardening, and during the week the ability to work in the garden, at least when it&#8217;s possible to angle the laptop away from the sun so the screen is still visible. The orchard is a mass of blossom at the moment. The apple tree pictured right is probably [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://blog.ciarang.com/wp-content/uploads/2008/05/appletree.jpg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/appletree-150x150.jpg" alt="Probably the best apple tree in the world" title="Apple Tree" width="150" height="150" class="alignright size-thumbnail wp-image-223" /></a></p>
<p>Finally sunshine is upon us. This means gardening, and during the week the ability to work in the garden, at least when it&#8217;s possible to angle the laptop away from the sun so the screen is still visible. The orchard is a mass of blossom at the moment. The apple tree pictured right is probably the best apple tree in the world. When they&#8217;re ready, which will be around mid-September, they&#8217;re enormous, deep red, and pink in the middle. The picture below is a close-up of the blossom from the same tree, hacked about with using <a href="http://qtpfsgui.sourceforge.net/">qtpfsgui</a> to make it look arty farty. For once I&#8217;m quite pleased with the results.</p>
<p><span id="more-222"></span></p>
<p><a href='http://blog.ciarang.com/wp-content/uploads/2008/05/blossom.jpg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/blossom.jpg" alt="Blossom" title="Blossom" width="467" height="469" class="aligncenter size-full wp-image-224" /></a></p>
<p>Having said that, I did the processing in the garden with the sun on my dirty laptop screen, so it might well be hideous for all I know.</p>
<p><a href='http://blog.ciarang.com/wp-content/uploads/2008/05/veggies.jpg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/veggies-150x150.jpg" alt="Vegetable Patches" title="Vegetable Patches" width="150" height="150" class="alignright size-thumbnail wp-image-225" /></a></p>
<p>While we&#8217;re out here, some more garden-related stuff you&#8217;re not interested in. To the right, vegetable patches all planted up and surrounded by netting to keep out the cat (thinks it&#8217;s a litter tray), the puppy (learning to dig) and Mia (big clompy welly boots). Below, Mia feeding the chickens in the aforementioned boots.</p>
<p><a href='http://blog.ciarang.com/wp-content/uploads/2008/05/feedingtime.jpg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/feedingtime.jpg" alt="Mia feeding the chickens" title="Chicken Feeding" width="467" height="315" class="aligncenter size-full wp-image-226" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/sunshine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Puppy Fighting</title>
		<link>http://blog.ciarang.com/posts/puppy-fighting/</link>
		<comments>http://blog.ciarang.com/posts/puppy-fighting/#comments</comments>
		<pubDate>Mon, 05 May 2008 20:42:20 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Animals]]></category>

		<guid isPermaLink="false">http://blog.ciarang.com/?p=215</guid>
		<description><![CDATA[Kiko (she has a name now) took her first trip to Suffolk to meet Meg, a real Border Collie. They spent the entire weekend wresting in the garden, leading to another gratuitous set of doggy pictures&#8230;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.ciarang.com/posts/puppy-dog/">Kiko</a> (she has a name now) took her first trip to Suffolk to meet Meg, a real Border Collie. They spent the entire weekend wresting in the garden, leading to another gratuitous set of doggy pictures&#8230;</p>

<a href='http://blog.ciarang.com/posts/puppy-fighting/meg6/' title='Kiko and Meg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/meg6-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.ciarang.com/posts/puppy-fighting/meg1/' title='Kiko and Meg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/meg1-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.ciarang.com/posts/puppy-fighting/meg2/' title='Kiko and Meg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/meg2-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.ciarang.com/posts/puppy-fighting/meg3/' title='Kiko and Meg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/meg3-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.ciarang.com/posts/puppy-fighting/meg4/' title='Kiko and Meg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/meg4-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.ciarang.com/posts/puppy-fighting/meg5/' title='Kiko and Meg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/05/meg5-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/puppy-fighting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Puppy Dog</title>
		<link>http://blog.ciarang.com/posts/puppy-dog/</link>
		<comments>http://blog.ciarang.com/posts/puppy-dog/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 16:52:56 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Animals]]></category>

		<guid isPermaLink="false">http://blog.ciarang.com/?p=211</guid>
		<description><![CDATA[We took a trip to Huddersfield yesterday and returned with a seven week old puppy. She&#8217;s half Border Collie - the mother is a rescue dog who started getting fat when they got her home and then produced four large puppies, so the identity of the father is unknown.
]]></description>
			<content:encoded><![CDATA[<p>We took a trip to Huddersfield yesterday and returned with a seven week old puppy. She&#8217;s half Border Collie - the mother is a rescue dog who started getting fat when they got her home and then produced four large puppies, so the identity of the father is unknown.</p>

<a href='http://blog.ciarang.com/posts/puppy-dog/puppy2/' title='New Puppy'><img src="http://blog.ciarang.com/wp-content/uploads/2008/04/puppy2-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.ciarang.com/posts/puppy-dog/puppy1/' title='New Puppy'><img src="http://blog.ciarang.com/wp-content/uploads/2008/04/puppy1-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://blog.ciarang.com/posts/puppy-dog/puppy3/' title='New Puppy'><img src="http://blog.ciarang.com/wp-content/uploads/2008/04/puppy3-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/puppy-dog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Brimham Rocks</title>
		<link>http://blog.ciarang.com/posts/brimham-rocks/</link>
		<comments>http://blog.ciarang.com/posts/brimham-rocks/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 21:24:55 +0000</pubDate>
		<dc:creator>CiaranG</dc:creator>
		
		<category><![CDATA[Food and Drink]]></category>

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

		<guid isPermaLink="false">http://blog.ciarang.com/?p=186</guid>
		<description><![CDATA[
Brimham Rocks has been on my list of favourite places for a long time, so it came as a bit of a surprise when I realised we&#8217;d never taken Mia there. We&#8217;ve put that right more than once recently.


It was also another opportunity to dabble with some more HDR photography. I&#8217;m loathe to use the [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right;margin-left:10px;margin-bottom:10px"><a href='http://blog.ciarang.com/wp-content/uploads/2008/03/brimhamrocks.jpg' title='Brimham Rocks'><img src='http://blog.ciarang.com/wp-content/uploads/2008/03/brimhamrocks.thumbnail.jpg' alt='Brimham Rocks' /></a></div>
<p><a href="http://www.nationaltrust.org.uk/main/w-vh/w-visits/w-findaplace/w-brimhamrocks/">Brimham Rocks</a> has been on my list of favourite places for a long time, so it came as a bit of a surprise when I realised we&#8217;d never taken Mia there. We&#8217;ve put that right more than once recently.</p>
<p><span id="more-186"></span></p>
<p><a href='http://blog.ciarang.com/wp-content/uploads/2008/04/brimhamhdr.jpg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/04/brimhamhdr-150x150.jpg" alt="Brimham Rocks" title="Brimham Rocks" width="150" height="150" class="alignleft size-thumbnail wp-image-209" /></a>
<p>It was also another opportunity to dabble with some more HDR photography. I&#8217;m loathe to use the word photography when I just point the camera and press the button, but anyway, the results are on the left. I think this (arguably overprocessed) stuff looks both nice and fake at the same time, but on the other hand, fake or not, I think it captures a much better idea of what it was like to be there. The main downside is that having to take three images at different exposures means that you don&#8217;t want things to move. Fine for rocks, but if you click the image and look at the top-left corner you&#8217;ll see that trees sometimes refuse to oblige.</p>
<p><a href='http://blog.ciarang.com/wp-content/uploads/2008/04/miarocks.jpg'><img src="http://blog.ciarang.com/wp-content/uploads/2008/04/miarocks-150x150.jpg" alt="Mia at Brimham Rocks" title="Mia at Brimham Rocks" width="150" height="150" class="alignright size-thumbnail wp-image-210" /></a>
<p>If you&#8217;re in the area and hungry or thirsty, I&#8217;d recommend <a href="http://www.wellington-inn.co.uk/">The Wellington</a> in nearby Darley. As well as good food and ale, it&#8217;s child-friendly, which was just as well as our party on one occasion consisted of 7 children to 6 adults. Mia took advantage of the friendliness by filling all the candle holders with salt, something I&#8217;ll take this opportunity to apologise for, since I didn&#8217;t at the time.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ciarang.com/posts/brimham-rocks/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
