<?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</title>
	<atom:link href="http://www.john.geek.nz/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.john.geek.nz</link>
	<description>SQL Tips, Apple Tips and Randomness</description>
	<lastBuildDate>Tue, 16 Feb 2010 02:31:02 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Live Renders of Earth</title>
		<link>http://www.john.geek.nz/index.php/2010/02/live-renders-of-earth/</link>
		<comments>http://www.john.geek.nz/index.php/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[Uncategorized]]></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/index.php/2010/02/live-renders-of-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enca binary compiled for 32 bit Windows</title>
		<link>http://www.john.geek.nz/index.php/2010/02/enca-binary-compiled-for-32-bit-windows/</link>
		<comments>http://www.john.geek.nz/index.php/2010/02/enca-binary-compiled-for-32-bit-windows/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:15:16 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[PC Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1478</guid>
		<description><![CDATA[Enca is a (normally *nix) application which attempts to detect the text encoding of files.
It&#8217;s only supplied as source which isn&#8217;t too helpful for windows users.
Enca is particularly useful at guessing the encoding of text files where the language is known.
Here is version 1.12 compiled into a native windows binary: enca_1-12.zip
(I&#8217;ve compiled this from a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://freshmeat.net/projects/enca/" target="_blank">Enca</a> is a (normally *nix) application which attempts to detect the text encoding of files.</p>
<p>It&#8217;s only supplied as source which isn&#8217;t too helpful for windows users.</p>
<p>Enca is particularly useful at guessing the encoding of text files where the language is known.</p>
<p>Here is version 1.12 compiled into a native windows binary: <a href='http://www.john.geek.nz/wp-content/uploads/2010/02/enca_1-12.zip'>enca_1-12.zip</a><br />
(I&#8217;ve compiled this from a downloaded source, so no responsibility is taken for it&#8217;s suitability for use, being free from viruses, etc.  In other words, use it at your own risk)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/index.php/2010/02/enca-binary-compiled-for-32-bit-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugging in headphones doesn&#8217;t mute speakers in Ubuntu</title>
		<link>http://www.john.geek.nz/index.php/2010/01/plugging-in-headphones-doesnt-mute-speakers-in-ubuntu/</link>
		<comments>http://www.john.geek.nz/index.php/2010/01/plugging-in-headphones-doesnt-mute-speakers-in-ubuntu/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:37:16 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Linux Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1476</guid>
		<description><![CDATA[I upgraded to Ubuntu 9.10 in early December, but yesterday was the first time I tried to use headphones since then.
It turns out that plugging headphones into the headphones socket doesn&#8217;t automatically mute the speakers anymore.
Here&#8217;s a fix.
Open a terminal (Alt+F2 > gnome-terminal)
alsamixer (enter)
Use the arrow keys (left/right) to highlight Headphon
Press &#8216;m&#8217;
This should fix it. [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded to Ubuntu 9.10 in early December, but yesterday was the first time I tried to use headphones since then.</p>
<p>It turns out that plugging headphones into the headphones socket doesn&#8217;t automatically mute the speakers anymore.</p>
<p>Here&#8217;s a fix.</p>
<p>Open a terminal (Alt+F2 > gnome-terminal)<br />
alsamixer (enter)<br />
Use the arrow keys (left/right) to highlight Headphon<br />
Press &#8216;m&#8217;</p>
<p>This should fix it.  You can now hit Esc to exit and exit the terminal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/index.php/2010/01/plugging-in-headphones-doesnt-mute-speakers-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Software Centre &#8211; Not available in the current data</title>
		<link>http://www.john.geek.nz/index.php/2010/01/ubuntu-software-centre-not-available-in-the-current-data/</link>
		<comments>http://www.john.geek.nz/index.php/2010/01/ubuntu-software-centre-not-available-in-the-current-data/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 11:32:20 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Linux Tips]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1472</guid>
		<description><![CDATA[If you get the error &#8220;Not available in the current data&#8221; in the Ubuntu Software Centre, try opening a Terminal and running this:
sudo apt-get update
Update: This should also fix the error &#8220;Not available for your hardware architecture&#8221; as well
]]></description>
			<content:encoded><![CDATA[<p>If you get the error &#8220;Not available in the current data&#8221; in the Ubuntu Software Centre, try opening a Terminal and running this:</p>
<p>sudo apt-get update</p>
<p>Update: This should also fix the error &#8220;Not available for your hardware architecture&#8221; as well</p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/index.php/2010/01/ubuntu-software-centre-not-available-in-the-current-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photograph the moon on the 30th January</title>
		<link>http://www.john.geek.nz/index.php/2010/01/photograph-the-moon-on-the-30th-january/</link>
		<comments>http://www.john.geek.nz/index.php/2010/01/photograph-the-moon-on-the-30th-january/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 11:01:49 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Astronomy]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1466</guid>
		<description><![CDATA[The full moon on the 30th January will occur only three hours before perigee (the point where the moon is closest to earth).  This will be the closest full moon of 2010.
On top of this, the earth is at perihelion at the moment (the point where earth is closest to the sun), so the [...]]]></description>
			<content:encoded><![CDATA[<p>The full moon on the 30th January will occur only three hours before perigee (the point where the moon is closest to earth).  This will be the closest full moon of 2010.</p>
<p>On top of this, the earth is at perihelion at the moment (the point where earth is closest to the sun), so the moon will also be extra bright.</p>
<p>Calculations show that the moon should be 33 arcminutes and 30 arc seconds (just over half a degree) in size.</p>
<p>While you&#8217;re at it, put a reminder in your calendar to photograph the moon on the 24th August &#8211; this is a full moon at apogee (the point where the moon is farthest from earth), where it will appear to be only 29 arcminutes and 24 arcseconds in size.</p>
<p>When you take your photos, I suggest noting down the zoom, iso, shutter speed and aperture so you can compare both the size and relative brightness with August.</p>
<p><a href="http://www.john.geek.nz/index.php/2008/12/apogee-and-perigee-photos-of-the-moon/">Here is a link to a previous post about this.</a><br />
<div id="attachment_700" class="wp-caption alignnone" style="width: 310px"><a href="http://www.john.geek.nz/wp-content/uploads/2008/12/lunar_perigee_apogee-wikipedia.png"><img src="http://www.john.geek.nz/wp-content/uploads/2008/12/lunar_perigee_apogee-wikipedia-300x181.png" alt="Source: Wikipedia" title="lunar_perigee_apogee-wikipedia" width="300" height="181" class="size-medium wp-image-700" /></a><p class="wp-caption-text">Source: Wikipedia</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/index.php/2010/01/photograph-the-moon-on-the-30th-january/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I was photo bombed</title>
		<link>http://www.john.geek.nz/index.php/2010/01/i-was-photo-bombed/</link>
		<comments>http://www.john.geek.nz/index.php/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/index.php/2010/01/i-was-photo-bombed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t forget the Geminids meteor shower</title>
		<link>http://www.john.geek.nz/index.php/2009/12/dont-forget-the-geminids-meteor-shower/</link>
		<comments>http://www.john.geek.nz/index.php/2009/12/dont-forget-the-geminids-meteor-shower/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 11:03:43 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.john.geek.nz/?p=1470</guid>
		<description><![CDATA[On the 13th and 14th December, we&#8217;re expecting the best meteor shower of the year.
The Geminids are a meteor shower caused by 3200 Phaethon which should result in around 120 to 140 meteors per hour.  On top of this, the best dates to view it are two days before a new moon so the [...]]]></description>
			<content:encoded><![CDATA[<p>On the 13th and 14th December, we&#8217;re expecting the best meteor shower of the year.</p>
<p>The Geminids are a meteor shower caused by 3200 Phaethon which should result in around 120 to 140 meteors per hour.  On top of this, the best dates to view it are two days before a new moon so the sky should be nice and dark.</p>
<p>The meteors should radiate from the constellation Gemini, which is right next to Betelgeuse in the Orion constellation.</p>
<p>For more information on the Geminids, try the <a href="http://www.spacedex.com/geminids2009/europe_unitedkingdom.php" target="_blank">spacedex </a>website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/index.php/2009/12/dont-forget-the-geminids-meteor-shower/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13 November 1969 – Today in Apollo History</title>
		<link>http://www.john.geek.nz/index.php/2009/11/13-november-1969-in-apollo-history/</link>
		<comments>http://www.john.geek.nz/index.php/2009/11/13-november-1969-in-apollo-history/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 01:00:56 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

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




]]></description>
			<content:encoded><![CDATA[<p>Apollo 12 stories from Newspapers on the 13th November 1969.<br />
<span id="more-1451"></span><br />
<a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091113_01.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091113_01-31x300.gif" alt="apollo12_20091113_01" title="apollo12_20091113_01" width="31" height="300" class="alignnone size-medium wp-image-1453" /></a></p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091113_02.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091113_02-216x300.gif" alt="apollo12_20091113_02" title="apollo12_20091113_02" width="216" height="300" class="alignnone size-medium wp-image-1454" /></a></p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091113_03.gif"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_20091113_03-256x300.gif" alt="apollo12_20091113_03" title="apollo12_20091113_03" width="256" height="300" class="alignnone size-medium wp-image-1455" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/index.php/2009/11/13-november-1969-in-apollo-history/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/index.php/2009/11/12-november-1969-in-apollo-history/</link>
		<comments>http://www.john.geek.nz/index.php/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/index.php/2009/11/12-november-1969-in-apollo-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11 November 1969 &#8211; Today in Apollo History</title>
		<link>http://www.john.geek.nz/index.php/2009/11/11-november-1969-today-in-apollo-history/</link>
		<comments>http://www.john.geek.nz/index.php/2009/11/11-november-1969-today-in-apollo-history/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 11:35:07 +0000</pubDate>
		<dc:creator>John Burns</dc:creator>
				<category><![CDATA[Astronomy]]></category>

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




]]></description>
			<content:encoded><![CDATA[<p>Apollo 12 stories from Newspapers on the 11th November 1969.<br />
<span id="more-1426"></span><br />
<a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691111_01.png"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691111_01-49x300.png" alt="apollo12_19691111_01" title="apollo12_19691111_01" width="49" height="300" class="alignnone size-medium wp-image-1427" /></a></p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691111_02.png"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691111_02-134x300.png" alt="apollo12_19691111_02" title="apollo12_19691111_02" width="134" height="300" class="alignnone size-medium wp-image-1428" /></a></p>
<p><a href="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691111_03.png"><img src="http://www.john.geek.nz/wp-content/uploads/2009/11/apollo12_19691111_03-78x300.png" alt="apollo12_19691111_03" title="apollo12_19691111_03" width="78" height="300" class="alignnone size-medium wp-image-1429" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.john.geek.nz/index.php/2009/11/11-november-1969-today-in-apollo-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
