<?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>Phoar.com</title>
	<atom:link href="http://phoar.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://phoar.com/wordpress</link>
	<description>This is not a blog, Don.</description>
	<lastBuildDate>Tue, 13 Sep 2011 22:02:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install TcpDump on DD-WRT</title>
		<link>http://phoar.com/wordpress/2011/09/install-tcpdump-on-dd-wrt/</link>
		<comments>http://phoar.com/wordpress/2011/09/install-tcpdump-on-dd-wrt/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 22:00:29 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tcpdump]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=140</guid>
		<description><![CDATA[Mount a Samba (CIFS) filesytem first via GUI, then: mkdir -p /tmp/smbshare/tmp/ipkg &#038;&#038; cd /tmp/smbshare/tmp/ipkg wget http://downloads.openwrt.org/whiterussian/packages/libpcap_0.9.4-1_mipsel.ipk ipkg -d smbfs install libpcap_0.9.4-1_mipsel.ipk wget http://downloads.openwrt.org/whiterussian/packages/tcpdump_3.9.4-1_mipsel.ipk ipkg -d smbfs install tcpdump_3.9.4-1_mipsel.ipk LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/tmp/smbshare/usr/lib" PATH="$PATH:/tmp/smbshare/usr/sbin" Source: http://www.dd-wrt.com/phpBB2/viewtopic.php?p=407287]]></description>
			<content:encoded><![CDATA[<p>Mount a Samba (CIFS) filesytem first via GUI, then:</p>
<p><code><br />
mkdir -p /tmp/smbshare/tmp/ipkg &#038;&#038;<br />
cd /tmp/smbshare/tmp/ipkg</p>
<p>wget http://downloads.openwrt.org/whiterussian/packages/libpcap_0.9.4-1_mipsel.ipk </p>
<p>ipkg -d smbfs install libpcap_0.9.4-1_mipsel.ipk </p>
<p>wget http://downloads.openwrt.org/whiterussian/packages/tcpdump_3.9.4-1_mipsel.ipk </p>
<p>ipkg -d smbfs install tcpdump_3.9.4-1_mipsel.ipk </p>
<p>LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/tmp/smbshare/usr/lib" </p>
<p>PATH="$PATH:/tmp/smbshare/usr/sbin"<br />
</code></p>
<p>Source: <a href="http://www.dd-wrt.com/phpBB2/viewtopic.php?p=407287" title="http://www.dd-wrt.com/phpBB2/viewtopic.php?p=407287" target="_blank">http://www.dd-wrt.com/phpBB2/viewtopic.php?p=407287</a></p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2011/09/install-tcpdump-on-dd-wrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT &#8211; blocking ads</title>
		<link>http://phoar.com/wordpress/2011/09/dd-wrt-blocking-ads/</link>
		<comments>http://phoar.com/wordpress/2011/09/dd-wrt-blocking-ads/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 21:50:59 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=135</guid>
		<description><![CDATA[From here: wget -O - http://www.mvps.org/winhelp2002/hosts.txt &#124; grep 127.0.0.1 &#124; sed -e '2,$s/127.0.0.1/0.0.0.0/g' -e 's/[[:space:]]*#.*$//' > /etc/hosts logger "$0: Hosts-file downloaded" stopservice dnsmasq startservice dnsmasq logger "$0: DNSMasq restarted"]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://journal.jinanrealm.com/software/dd-wrt/block-ads-with-dd-wrt/" title="here" target="_blank">here</a>:</p>
<p><code><br />
wget -O - http://www.mvps.org/winhelp2002/hosts.txt | grep 127.0.0.1 | sed -e '2,$s/127.0.0.1/0.0.0.0/g' -e 's/[[:space:]]*#.*$//' > /etc/hosts<br />
logger "$0: Hosts-file downloaded"<br />
stopservice dnsmasq<br />
startservice dnsmasq<br />
logger "$0: DNSMasq restarted"<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2011/09/dd-wrt-blocking-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset a &#8216;frozen&#8217; SSH session</title>
		<link>http://phoar.com/wordpress/2011/07/reset-a-frozen-ssh-session/</link>
		<comments>http://phoar.com/wordpress/2011/07/reset-a-frozen-ssh-session/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 21:22:24 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=131</guid>
		<description><![CDATA[You sometimes find a SSH session gets frozen &#8211; especially when the remote connection suddenly vanishes. To reset, use: Enter - Tilde - Dot As in: The Enter key, A &#8220;~&#8221; character (tilde) A &#8220;.&#8221; character (dot/full-stop)]]></description>
			<content:encoded><![CDATA[<p>You sometimes find a SSH session gets frozen &#8211; especially when the remote connection suddenly vanishes.  To reset, use:<br />
<code>Enter - Tilde - Dot</code><br />
As in:<br />
The Enter key,<br />
A &#8220;~&#8221; character (tilde)<br />
A &#8220;.&#8221; character (dot/full-stop)</p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2011/07/reset-a-frozen-ssh-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StartPatch v4.0</title>
		<link>http://phoar.com/wordpress/2009/09/startpatch-v4-0/</link>
		<comments>http://phoar.com/wordpress/2009/09/startpatch-v4-0/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 23:14:50 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[softmod]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=128</guid>
		<description><![CDATA[StartPatch v4.0.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wiihacks.com/homebrew/14195-startpatch-v4-0-a.html">StartPatch v4.0</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/09/startpatch-v4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Homebrew Channel</title>
		<link>http://phoar.com/wordpress/2009/09/the-homebrew-channel/</link>
		<comments>http://phoar.com/wordpress/2009/09/the-homebrew-channel/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 23:12:02 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[softmod]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=126</guid>
		<description><![CDATA[The Homebrew Channel.]]></description>
			<content:encoded><![CDATA[<p><a href="http://hbc.hackmii.com/">The Homebrew Channel</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/09/the-homebrew-channel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One liner: unrar all rar files matching a pattern</title>
		<link>http://phoar.com/wordpress/2009/09/one-liner-unrar-all-rar-files-matching-a-pattern/</link>
		<comments>http://phoar.com/wordpress/2009/09/one-liner-unrar-all-rar-files-matching-a-pattern/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 20:59:16 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=124</guid>
		<description><![CDATA[This will unrar all the rar files matching the pattern into the current directory, ignoring pathnames (-ep) and force overwrite (-o+) &#8211; handy for unrar&#8217;ing ISO&#8217;s. for f in /source/dir/*.rar ; do unrar x -ep -o+ $f ; done]]></description>
			<content:encoded><![CDATA[<p>This will unrar all the rar files matching the pattern into the current directory, ignoring pathnames (-ep) and force overwrite (-o+) &#8211; handy for unrar&#8217;ing ISO&#8217;s.</p>
<p><code>for f in /source/dir/*.rar ; do unrar x -ep -o+ $f ; done</code></p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/09/one-liner-unrar-all-rar-files-matching-a-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wii &#8211; Super Mario Galaxy</title>
		<link>http://phoar.com/wordpress/2009/08/wii-super-mario-galaxy/</link>
		<comments>http://phoar.com/wordpress/2009/08/wii-super-mario-galaxy/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 21:58:59 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=118</guid>
		<description><![CDATA[An absolutely brilliant platformer in 3D that has kept us entertained for a long time. Loads to do, loads to explore, good progressive difficulty, no two levels are the same or repetitive. 2 year old Jack: Excellent! Daddy: A true work of art. Gamespot review]]></description>
			<content:encoded><![CDATA[<p><img src="http://phoar.com/wordpress/wp-content/uploads/2009/08/915692_68186_front-150x150.jpg" alt="Super Mario Galaxy" title="Super Mario Galaxy" width="150" height="150" class="alignright size-thumbnail wp-image-119" />An absolutely brilliant platformer in 3D that has kept us entertained for a long time.  Loads to do, loads to explore, good progressive difficulty, no two levels are the same or repetitive.</p>
<p>2 year old Jack: Excellent!<br />
Daddy: A true work of art.</p>
<p><a href="http://www.gamespot.com/wii/action/supermario128/index.html">Gamespot review</a></p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/wii-super-mario-galaxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC &#8211; Wolfenstein 2</title>
		<link>http://phoar.com/wordpress/2009/08/wolfenstein-2/</link>
		<comments>http://phoar.com/wordpress/2009/08/wolfenstein-2/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 23:11:40 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/2009/08/wolfenstein-2/</guid>
		<description><![CDATA[Bloody marvelous FSP in a Nazi/scifi stylee. Action right from the start &#8211; no retarded training missions. Cut scenes you can skip parst (yay!). Excellent GFX &#8211; runs fiine on my 2 year old PC. Good level detail &#8211; lots of exploring to do. Upgradeable weapons. All round, it&#8217;s a winner. Wolfenstein site]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_115" class="wp-caption alignright" style="width: 160px"><img src="http://phoar.com/wordpress/wp-content/uploads/2009/08/930284_70700_front-150x150.jpg" alt="Wolfenstein" title="930284_70700_front" width="150" height="150" class="size-thumbnail wp-image-115" /><p class="wp-caption-text">Wolfenstein</p></div><br />
Bloody marvelous FSP in a Nazi/scifi stylee.  </p>
<p>Action right from the start &#8211; no retarded training missions.  Cut scenes you can skip parst (yay!).  Excellent GFX &#8211; runs fiine on my 2 year old PC.  Good level detail &#8211; lots of exploring to do. Upgradeable weapons.  </p>
<p>All round, it&#8217;s a winner.<br />
<a href="http://www.wolfenstein.com">Wolfenstein site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/wolfenstein-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux/Firefox Backspace key.</title>
		<link>http://phoar.com/wordpress/2009/08/linuxfirefox-backspace-key/</link>
		<comments>http://phoar.com/wordpress/2009/08/linuxfirefox-backspace-key/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 21:26:35 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=71</guid>
		<description><![CDATA[I use Firefox in Ubuntu and prefer the way the backspace key works in Windows &#8211; that is, the same as the &#8216;back&#8217; button. To do this, go to &#8220;about:config&#8221; in the Firefox address bar, accept the warning and set &#8220;browser.backspace_action&#8221; to a value of 0.]]></description>
			<content:encoded><![CDATA[<p>I use Firefox in Ubuntu and prefer the way the backspace key works in Windows &#8211; that is, the same as the &#8216;back&#8217; button.  To do this, go to &#8220;<strong>about:config</strong>&#8221; in the Firefox address bar, accept the warning and set &#8220;<strong>browser.backspace_action</strong>&#8221; to a value of <strong>0</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/linuxfirefox-backspace-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>str_ireplace for PHP4</title>
		<link>http://phoar.com/wordpress/2009/08/str_ireplace-for-php4/</link>
		<comments>http://phoar.com/wordpress/2009/08/str_ireplace-for-php4/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 21:11:51 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=61</guid>
		<description><![CDATA[I needed a str_ireplace function for PHP4 (it&#8217;s a new in PHP5).  It does a case-insensitive string replace thing. function str_ireplace4($needle, $replacement, $haystack) { $i = 0; while (($pos = strpos(strtolower($haystack),strtolower($needle), $i)) !== false) { $haystack = substr($haystack, 0, $pos) . $replacement.substr($haystack, $pos+strlen($needle)); $i=$pos+strlen($replacement); } return $haystack; }]]></description>
			<content:encoded><![CDATA[<p><img src="http://phoar.com/wordpress/wp-content/uploads/2009/08/php-med-trans-dark.gif" alt="" title="" width="95" height="51" class="alignright size-full wp-image-65" />I needed a str_ireplace function for PHP4 (it&#8217;s a new in PHP5).  It does a case-insensitive string replace thing.</p>
<pre><code>
function str_ireplace4($needle, $replacement, $haystack) {
   $i = 0;
   while (($pos = strpos(strtolower($haystack),strtolower($needle), $i)) !== false) {
      $haystack = substr($haystack, 0, $pos) . $replacement.substr($haystack, $pos+strlen($needle));
      $i=$pos+strlen($replacement);
   }
   return $haystack;
}
 </code></pre>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/str_ireplace-for-php4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>rtGui &#8211; a web based interface for rTorrent.</title>
		<link>http://phoar.com/wordpress/2009/08/rtgui-a-web-based-interface-for-rtorrent/</link>
		<comments>http://phoar.com/wordpress/2009/08/rtgui-a-web-based-interface-for-rtorrent/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:33:43 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=23</guid>
		<description><![CDATA[rtGui is a web based front end for rTorrent &#8211; the Linux command line BitTorrent client. It&#8217;s written in PHP and uses XML-RPC to communicate with the rTorrent client. For more information on rTorrent, see the home page: http://libtorrent.rakshasa.no/ Features List all torrent downloads or by started/stopped/complete/incomplete/seeding status. Ajax-style refresh information without reloading page. Sort [...]]]></description>
			<content:encoded><![CDATA[<p>rtGui is a web based front end for rTorrent &#8211; the Linux command line BitTorrent client. It&#8217;s written in PHP and uses XML-RPC to communicate with the rTorrent client.<br /> For more information on rTorrent, see the home page: <a href="http://libtorrent.rakshasa.no/">http://libtorrent.rakshasa.no/</a></p>
<h2>Features</h2>
<ul>
<li>List all torrent downloads or by started/stopped/complete/incomplete/seeding status.</li>
<li>Ajax-style refresh information without reloading page.</li>
<li>Sort view by any of the displayed columns.</li>
<li>View detailed torrent information.</li>
<li>Stop/start/hash-check torrent.</li>
<li>Set upload/download speed cap.</li>
<li>Add torrents by URL.</li>
<li>Upload torrent to rtorrent watch-directory.</li>
<li>Set priority per torrent or file.</li>
<li>Peer listing.</li>
<li>RSS Feed of completed torrents (rssfeed.php).</li>
<li>Does not require mySQL or any other database.</li>
<li>Bulk Stop/Start/Delete/Priority set.</li>
<li>Tracker URL display with configurable colouring.</li>
<li>Integrated RSS News Feed reader &#8211; download torrents directly to rTorrent (still work-in-progress).</li>
<li>Filter torrent list by tracker.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/rtgui-a-web-based-interface-for-rtorrent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate random JPG&#8217;s from vidwhacker (xscreensaver module)</title>
		<link>http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/</link>
		<comments>http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:27:03 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vidwhacker]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=14</guid>
		<description><![CDATA[I&#8217;ve replaced the Ubunutu/Gnome screensaver with the superior (IMHO) Xscreensaver, using this guide. I like the VidWhacker module, and have it set to choose a random image from my ~/Pictures/ dir. I wanted to save some of the funky random images it produces, so I did this: while true; do /usr/lib/xscreensaver/vidwhacker -stdout &#124; convert - [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve replaced the Ubunutu/Gnome screensaver with the superior (IMHO) Xscreensaver, using <a href="http://ubuntuforums.org/showthread.php?t=195557">this guide</a>.</p>
<p>I like the VidWhacker module, and have it set to choose a random image from my ~/Pictures/ dir. I wanted to save some of the funky random images it produces, so I did this:</p>
<p><code>while true; do /usr/lib/xscreensaver/vidwhacker -stdout | convert - `date +%s`.jpg ; echo "Generated jpg"; done</code></p>
<p>

<a href='http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/vidwhack1/' title='vidwhack1'><img width="150" height="150" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/vidwhack1-150x150.jpg" class="attachment-thumbnail" alt="vidwhack1" title="vidwhack1" /></a>
<a href='http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/vidwhack2/' title='vidwhack2'><img width="150" height="150" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/vidwhack2-150x150.jpg" class="attachment-thumbnail" alt="vidwhack2" title="vidwhack2" /></a>
<a href='http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/vidwhack3/' title='vidwhack3'><img width="150" height="150" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/vidwhack3-150x150.jpg" class="attachment-thumbnail" alt="vidwhack3" title="vidwhack3" /></a>

]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The GPS gets lost</title>
		<link>http://phoar.com/wordpress/2009/08/the-gps-gets-lost/</link>
		<comments>http://phoar.com/wordpress/2009/08/the-gps-gets-lost/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 08:34:43 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=9</guid>
		<description><![CDATA[Out driving the other day with 2 year old son in the back. We go through a tunnel and the GPS announces &#8220;GPS signal lost&#8221;. Voice from the back of the car: &#8220;Oh no Daddy &#8211; the GPS is lost!&#8221;]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-19 alignleft" title="Smiler" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/DSC_0854-150x150.jpg" alt="Smiler" width="150" height="150" />Out driving the other day with 2 year old son in the back.  We go through a tunnel and the GPS announces &#8220;GPS signal lost&#8221;.</p>
<p>Voice from the back of the car: &#8220;Oh no Daddy &#8211; the GPS is lost!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/the-gps-gets-lost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

