<?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>john.geek.nz - 38911 Basic Bytes Free &#187; General Randomness</title>
	<atom:link href="http://www.john.geek.nz/category/general-randomness/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.john.geek.nz</link>
	<description>SQL Tips, Apple Tips and Randomness</description>
	<lastBuildDate>Thu, 10 Jun 2010 10:16:40 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Combining two images with ImageMagick</title>
		<link>http://www.john.geek.nz/2010/06/combining-two-images-with-imagemagick/</link>
		<comments>http://www.john.geek.nz/2010/06/combining-two-images-with-imagemagick/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 23:39:54 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>
		<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1592</guid>
		<description><![CDATA[To combine two images of the same size with ImageMagick, you simply do the following:
The following will overlay overlay.png on top of output.png

mogrify -draw &#34;image SrcOver 0,0 0,0 'overlay.png'&#34; output.png

While this one will overlay overlay.png on top of input.png and save it as output.png

convert input.png -draw &#34;image SrcOver 0,0 0,0 'overlay.png'&#34; output.png

You can download imagemagick [...]]]></description>
			<content:encoded><![CDATA[<p>To combine two images of the same size with ImageMagick, you simply do the following:</p>
<p>The following will overlay overlay.png on top of output.png</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">mogrify -draw &quot;image SrcOver <span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">0</span> 'overlay.png'&quot; output.png</pre></div></div>

<p>While this one will overlay overlay.png on top of input.png and save it as output.png</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">convert input.png -draw &quot;image SrcOver <span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span>,<span style="color: #cc66cc;">0</span> 'overlay.png'&quot; output.png</pre></div></div>

<p>You can download imagemagick from <a href="http://www.imagemagick.org/" target="_blank">http://www.imagemagick.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/06/combining-two-images-with-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Super Cache plugin &#8211; Performance Benchmarking</title>
		<link>http://www.john.geek.nz/2010/04/wordpress-super-cache-plugin-performance-benchmarking/</link>
		<comments>http://www.john.geek.nz/2010/04/wordpress-super-cache-plugin-performance-benchmarking/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 13:24:05 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>
		<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[PC Tips]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1562</guid>
		<description><![CDATA[I&#8217;ve been doing some performance tests on WordPress to see how much of a difference the WordPress Super Cache plugin made.
It turns out that the plugin makes a huge difference.
I kept increasing the rate of requests until the Disk IO rate was the same for both tests.  With the cache turned off, CPU usage [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing some performance tests on WordPress to see how much of a difference the <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WordPress Super Cache plugin</a> made.</p>
<p>It turns out that the plugin makes a huge difference.<span id="more-1562"></span><br />
<div id="attachment_1564" class="wp-caption aligncenter" style="width: 224px"><a href="http://www.john.geek.nz/wp-content/uploads/2010/04/cache_graphs1.png"><img src="http://www.john.geek.nz/wp-content/uploads/2010/04/cache_graphs1-214x300.png" alt="" title="cache_graphs" width="214" height="300" class="size-medium wp-image-1564" /></a><p class="wp-caption-text">Resource usage comparison over two (highlighted) tests.  Cache is OFF on the left, ON on the right.</p></div></p>
<p>I kept increasing the rate of requests until the Disk IO rate was the same for both tests.  With the cache turned off, CPU usage went through the roof to 400% of my allocation while still only serving up pages at five megabits per second. With the cache enabled, CPU usage settled at 20% and the data rate peaked at over 45 Megabit/sec.</p>
<p>I&#8217;m very impressed with the results&#8230; It seems that with a moderate spec server, you&#8217;ll hit your disk and/or network limit before you run out of CPU or RAM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/04/wordpress-super-cache-plugin-performance-benchmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bear with me while I change servers</title>
		<link>http://www.john.geek.nz/2010/04/bear-with-me-while-i-change-servers/</link>
		<comments>http://www.john.geek.nz/2010/04/bear-with-me-while-i-change-servers/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 23:08:04 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1492</guid>
		<description><![CDATA[I&#8217;ve taken the plunge, and this time I&#8217;m not doing it by halves.
I&#8217;m moving from my Windows Server 2003 physical co-located server to a Virtual Private Server (VPS) running Linux.
All of the websites have been transferred across, everything else is still to be moved over.
In the meantime, if you find any problems, or anything 404&#8217;s, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve taken the plunge, and this time I&#8217;m not doing it by halves.</p>
<p>I&#8217;m moving from my Windows Server 2003 physical co-located server to a Virtual Private Server (VPS) running Linux.</p>
<p>All of the websites have been transferred across, everything else is still to be moved over.</p>
<p>In the meantime, if you find any problems, or anything 404&#8217;s, please flick me an email at b<a href="http://mailhide.recaptcha.net/d?k=01eMBcA0shvqZWhYiiReg3ig==&amp;c=R1ZFcO6DJya4El8IGhAbzw1H27x5uumjIEM6-a0nN3U=" onclick="window.open('http://mailhide.recaptcha.net/d?k=01eMBcA0shvqZWhYiiReg3ig==&amp;c=R1ZFcO6DJya4El8IGhAbzw1H27x5uumjIEM6-a0nN3U=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">&#8230;</a>@john.geek.nz</p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/04/bear-with-me-while-i-change-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Renders of Earth</title>
		<link>http://www.john.geek.nz/2010/02/live-renders-of-earth/</link>
		<comments>http://www.john.geek.nz/2010/02/live-renders-of-earth/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 02:26:58 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1488</guid>
		<description><![CDATA[I&#8217;ve recently come across the open source software Xplanet, which will render images of the globe with very realistic results.
I render them in 512&#215;256, 1024&#215;512, 2048&#215;1024 and 4096&#215;2048 resolutions.  The clouds information is obtained from weather satellites and is typically around three hours old.
I also use monthly map files so that the snow/ice on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently come across the open source software <a href="http://xplanet.sourceforge.net/">Xplanet</a>, which will render images of the globe with very realistic results.</p>
<p>I render them in 512&#215;256, 1024&#215;512, 2048&#215;1024 and 4096&#215;2048 resolutions.  The clouds information is obtained from weather satellites and is typically around three hours old.</p>
<p>I also use monthly map files so that the snow/ice on the planet is more realistic.</p>
<p>Check out my real time renders at <a href="http://www.john.geek.nz/earth/">http://www.john.geek.nz/earth/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/02/live-renders-of-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I was photo bombed</title>
		<link>http://www.john.geek.nz/2010/01/i-was-photo-bombed/</link>
		<comments>http://www.john.geek.nz/2010/01/i-was-photo-bombed/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 10:48:26 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1461</guid>
		<description><![CDATA[It turns out, back in June I was photobombed while having my photo taken with Rob Brydon&#8230;

]]></description>
			<content:encoded><![CDATA[<p>It turns out, back in June I was photobombed while having my photo taken with Rob Brydon&#8230;</p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2010/01/IXS2_09041.JPG"><img src="http://www.john.geek.nz/wp-content/uploads/2010/01/IXS2_09041-300x225.jpg" alt="IXS2_0904[1]" title="IXS2_0904[1]" width="300" height="225" class="alignnone size-medium wp-image-1462" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2010/01/i-was-photo-bombed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 November 1969 &#8211; Today in Apollo History</title>
		<link>http://www.john.geek.nz/2009/11/12-november-1969-in-apollo-history/</link>
		<comments>http://www.john.geek.nz/2009/11/12-november-1969-in-apollo-history/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 07:58:26 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[General Randomness]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1437</guid>
		<description><![CDATA[Apollo 12 stories from Newspapers on the 12th November 1969.






]]></description>
			<content:encoded><![CDATA[<p>Apollo 12 stories from Newspapers on the 12th November 1969.<br />
<span id="more-1437"></span><br />
<a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_01.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_01-186x300.gif" alt="apollo12_20091112_01" title="apollo12_20091112_01" width="186" height="300" class="alignnone size-medium wp-image-1438" /></a></p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_02.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_02-186x300.gif" alt="apollo12_20091112_02" title="apollo12_20091112_02" width="186" height="300" class="alignnone size-medium wp-image-1439" /></a></p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_03.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_03-131x300.gif" alt="apollo12_20091112_03" title="apollo12_20091112_03" width="131" height="300" class="alignnone size-medium wp-image-1440" /></a></p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_04.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_04-245x300.gif" alt="apollo12_20091112_04" title="apollo12_20091112_04" width="245" height="300" class="alignnone size-medium wp-image-1441" /></a></p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_05.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091112_05-57x300.gif" alt="apollo12_20091112_05" title="apollo12_20091112_05" width="57" height="300" class="alignnone size-medium wp-image-1442" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2009/11/12-november-1969-in-apollo-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#039;m tweeting the Apollo 12 landing&#8230; 40 years late</title>
		<link>http://www.john.geek.nz/2009/11/im-tweeting-the-apollo-12-landing-40-years-late/</link>
		<comments>http://www.john.geek.nz/2009/11/im-tweeting-the-apollo-12-landing-40-years-late/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 00:29:01 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[General Randomness]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1412</guid>
		<description><![CDATA[Just like I did with the Apollo 11 landing, I&#8217;m tweeting the Apollo 12 landing 40 years late.
I&#8217;m using the same account so you can find all the tweets at http://www.twitter.com/apolloecho.
]]></description>
			<content:encoded><![CDATA[<p>Just like I did with the Apollo 11 landing, I&#8217;m tweeting the Apollo 12 landing 40 years late.</p>
<p>I&#8217;m using the same account so you can find all the tweets at <a href="http://www.twitter.com/apolloecho" target="_blank">http://www.twitter.com/apolloecho</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2009/11/im-tweeting-the-apollo-12-landing-40-years-late/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 November 1969 &#8211; Today in History</title>
		<link>http://www.john.geek.nz/2009/11/10-november-1969-today-in-history/</link>
		<comments>http://www.john.geek.nz/2009/11/10-november-1969-today-in-history/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 18:43:04 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[General Randomness]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1408</guid>
		<description><![CDATA[Apollo 12 stories from Newspapers on the 10th November 1969.



]]></description>
			<content:encoded><![CDATA[<p>Apollo 12 stories from Newspapers on the 10th November 1969.<br />
<span id="more-1408"></span><br />
<a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691110_01.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691110_01-300x219.gif" alt="apollo12_19691110_01" title="apollo12_19691110_01" width="300" height="219" class="alignnone size-medium wp-image-1410" /></a></p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691110_02.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691110_02-300x228.gif" alt="apollo12_19691110_02" title="apollo12_19691110_02" width="300" height="228" class="alignnone size-medium wp-image-1409" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2009/11/10-november-1969-today-in-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first &quot;real&quot; attempt at Kite Aerial Photography (KAP)</title>
		<link>http://www.john.geek.nz/2009/11/my-first-real-attempt-at-kite-aerial-photography-kap/</link>
		<comments>http://www.john.geek.nz/2009/11/my-first-real-attempt-at-kite-aerial-photography-kap/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 11:55:04 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Aerial Photography]]></category>
		<category><![CDATA[General Randomness]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1391</guid>
		<description><![CDATA[Although I&#8217;ve done my bit of Aerial Photography, I&#8217;ve always wanted to give Kite Aerial Photography (KAP) a go.
Back in September I started to acquire a few bits.  Since the main component was a kite, I decided I&#8217;d start with this first.  After a lot of research, I decided that a Delta Conyne [...]]]></description>
			<content:encoded><![CDATA[<p>Although I&#8217;ve done my bit of Aerial Photography, I&#8217;ve always wanted to give Kite Aerial Photography (KAP) a go.</p>
<p>Back in September I started to acquire a few bits.  Since the main component was a kite, I decided I&#8217;d start with this first.  After a lot of research, I decided that a Delta Conyne was the best bet.  This particular kite is a hybrid of a standard triangle shaped delta and a box kite.  Most KAPpers report that it has the lifting power of a Delta kite with the stability and high flight angle (ie: the string is almost vertical) of a box kite.<br />
<span id="more-1391"></span><br />
<div id="attachment_1392" class="wp-caption alignnone" style="width: 235px"><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/IXS2_1450.jpg"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/IXS2_1450-225x300.jpg" alt="When I said it was a big kite, I meant it!" title="IXS2_1450" width="225" height="300" class="size-medium wp-image-1392" /></a><p class="wp-caption-text">When I said it was a big kite, I meant it!</p></div></p>
<p>The next item to buy or build is a mount for the camera.  I decided on a <a href="http://en.wikipedia.org/wiki/Kite_aerial_photography#Picavet_suspension" target="_blank">picavet </a>as it&#8217;s rather simple to build and seems to be a favourite for KAPpers.  The picavet I&#8217;ve made is very simple at the moment.  It&#8217;s made of two 150mm long pieces of 1/4&#8243;x1/16&#8243; aluminium with fishing swivels for pulleys &#8211; Not ideal by a long shot, but a good starting point to check the &#8220;theory is correct&#8221;.</p>
<p>I got one of my trusty canon IXUS SD1000 &#8211; The same model as I use for my <a href="http://www.john.geek.nz/index.php/category/projects/3d-photography/">3D Camera</a>.  I installed the latest version of <a href="http://chdk.wikia.com" target="_blank">CHDK </a>and wrote a simple script to take a photo every five seconds.</p>
<p>On Saturday I shot down to Victoria Park.  It was far from ideal conditions as there was little wind and things were being set up for the Guy Fawkes fireworks display.</p>
<p>I finally got the kite above the treeline and flying stable.  I clipped on my picavet, turned on the camera and sent it skyward.  By this point, it was half past four and already rather dark.  Even an ISO of 800 wasn&#8217;t enough to stop the blur.</p>
<p>Here are a few images:<br />
<div id="attachment_1394" class="wp-caption alignnone" style="width: 310px"><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/IMG_0387.JPG"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/IMG_0387-300x225.jpg" alt="It was far too dark for the camera to be using 1/15th of a second for the shutter speed." title="IMG_0387" width="300" height="225" class="size-medium wp-image-1394" /></a><p class="wp-caption-text">It was far too dark for the camera to be using 1/15th of a second for the shutter speed.</p></div><br />
<div id="attachment_1395" class="wp-caption alignnone" style="width: 310px"><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/IMG_0394.JPG"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/IMG_0394-300x225.jpg" alt="Yes, thats me with my reflective sneakers!" title="IMG_0394" width="300" height="225" class="size-medium wp-image-1395" /></a><p class="wp-caption-text">Yes, thats me with my reflective sneakers!</p></div><br />
<div id="attachment_1396" class="wp-caption alignnone" style="width: 235px"><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/IMG_0431.JPG"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/IMG_0431-225x300.jpg" alt="A random photo of the fence around the fireworks display.  This was the only clear photo I got." title="IMG_0431" width="225" height="300" class="size-medium wp-image-1396" /></a><p class="wp-caption-text">A random photo of the fence around the fireworks display.  This was the only still photo I got.</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2009/11/my-first-real-attempt-at-kite-aerial-photography-kap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help Noah Biorkman enjoy his early Christmas</title>
		<link>http://www.john.geek.nz/2009/11/help-noah-biorkman-enjoy-his-early-christmas/</link>
		<comments>http://www.john.geek.nz/2009/11/help-noah-biorkman-enjoy-his-early-christmas/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:28:21 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[General Randomness]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1387</guid>
		<description><![CDATA[Five year old Noah Biorkman from Michigan, USA is celebrating Christmas this weekend.
The reason santa is coming early this year is that Noah is in the finals stages of cancer that he has been fighting since he was 3 years old.
It seems all Noah wants for his (early) christmas is christmas cards&#8230;.

I heard about the [...]]]></description>
			<content:encoded><![CDATA[<p>Five year old Noah Biorkman from Michigan, USA is celebrating Christmas this weekend.</p>
<p>The reason santa is coming early this year is that Noah is in the finals stages of cancer that he has been fighting since he was 3 years old.</p>
<p>It seems all Noah wants for his (early) christmas is christmas cards&#8230;.<br />
<span id="more-1387"></span><br />
I heard about the story <a href="http://www.reddit.com/r/AskReddit/comments/a1gcc/hey_reddit_noah_biorkman_is_a_5_yo_boy_who_is/" target="_blank">here on reddit</a>, and after <a href="http://www.snopes.com/inboxer/medical/biorkman.asp" target="_blank">checking it out on snopes</a>, it seems true.</p>
<p>If you want to send a card, the address is:<br />
Noah Biorkman, 1141 Fountain View Circle, South Lyon, MI, 48178 (JK)</p>
<p>I&#8217;m doing my bit&#8230;.<br />
<a href="http://www.john.geek.nz/wp-content/uploads/2009/11/IMG_1623.JPG"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/IMG_1623-300x149.jpg" alt="IMG_1623" title="IMG_1623" width="300" height="149" class="alignnone size-medium wp-image-1388" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/2009/11/help-noah-biorkman-enjoy-his-early-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
