<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Geekblok</title>
	<atom:link href="http://geekblok.com/comments/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://geekblok.com</link>
	<description>B10m, BOK, Joffie - old geeks on a blog</description>
	<pubDate>Wed, 20 Aug 2008 19:24:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Fire Eagle opens to public by B10m</title>
		<link>http://geekblok.com/2008/08/13/fire-eagle-opens-to-public/#comment-154</link>
		<dc:creator>B10m</dc:creator>
		<pubDate>Sat, 16 Aug 2008 09:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/?p=104#comment-154</guid>
		<description>I mentioned it, for it's a fairly big and popular website with others ;) Twitter is doing fine now for quite some time. No problems here :-)</description>
		<content:encoded><![CDATA[<p>I mentioned it, for it&#8217;s a fairly big and popular website with others <img src='http://geekblok.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> Twitter is doing fine now for quite some time. No problems here <img src='http://geekblok.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fire Eagle opens to public by BOK</title>
		<link>http://geekblok.com/2008/08/13/fire-eagle-opens-to-public/#comment-153</link>
		<dc:creator>BOK</dc:creator>
		<pubDate>Fri, 15 Aug 2008 18:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/?p=104#comment-153</guid>
		<description>Why use Pownce? Why mentioning it..? ;-)
I left Twitter because of all the recent downtime and the clutter that left in my httpd-logging.</description>
		<content:encoded><![CDATA[<p>Why use Pownce? Why mentioning it..? <img src='http://geekblok.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <br />
I left Twitter because of all the recent downtime and the clutter that left in my httpd-logging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fire Eagle opens to public by B10m</title>
		<link>http://geekblok.com/2008/08/13/fire-eagle-opens-to-public/#comment-152</link>
		<dc:creator>B10m</dc:creator>
		<pubDate>Fri, 15 Aug 2008 11:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/?p=104#comment-152</guid>
		<description>The reasons for the "privacy nightmare" as they call it are fairly vague. They seem to dislike the idea of sharing geo-data in general. I don't support their feelings.

As for pownce ... why should I?</description>
		<content:encoded><![CDATA[<p>The reasons for the &#8220;privacy nightmare&#8221; as they call it are fairly vague. They seem to dislike the idea of sharing geo-data in general. I don&#8217;t support their feelings.</p>
<p>As for pownce &#8230; why should I?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fire Eagle opens to public by BOK</title>
		<link>http://geekblok.com/2008/08/13/fire-eagle-opens-to-public/#comment-151</link>
		<dc:creator>BOK</dc:creator>
		<pubDate>Fri, 15 Aug 2008 10:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/?p=104#comment-151</guid>
		<description>Eh... Seen on security.nl: "Yahoo Fire Eagle is privacy nachtmerrie"
Ah, nevermind.

When do YOU start using Pownce, b10m?</description>
		<content:encoded><![CDATA[<p>Eh&#8230; Seen on security.nl: &#8220;Yahoo Fire Eagle is privacy nachtmerrie&#8221;<br />
Ah, nevermind.</p>
<p>When do <span class="caps">YOU </span>start using Pownce, b10m?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wikinear by Geekblok &#187; Fire Eagle opens to public</title>
		<link>http://geekblok.com/2008/04/28/wikinear/#comment-150</link>
		<dc:creator>Geekblok &#187; Fire Eagle opens to public</dc:creator>
		<pubDate>Wed, 13 Aug 2008 07:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/?p=98#comment-150</guid>
		<description>[...] But what is and does Fire Eagle? Not a whole lot to be frank. It&#8217;s basically a broker for your geo-data. It can share your position on earth with a number of other services, like wikinear (see previous post). [...]</description>
		<content:encoded><![CDATA[<p>[...] But what is and does Fire Eagle? Not a whole lot to be frank. It&#8217;s basically a broker for your geo-data. It can share your position on earth with a number of other services, like wikinear (see previous post). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rm -rf by Joffie</title>
		<link>http://geekblok.com/2008/06/18/rm-rf/#comment-149</link>
		<dc:creator>Joffie</dc:creator>
		<pubDate>Thu, 24 Jul 2008 10:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/?p=102#comment-149</guid>
		<description>Update: Putting:

 export HISTIGNORE="rm -rf *"

in ~/.bashrc would have saved me from calling 'rm -rf *' (I got it via ctrl-r). Everything in the environment variable HISTIGNORE will refrain bash from putting the rm call in the history.</description>
		<content:encoded><![CDATA[<p>Update: Putting:</p>
<p> export <span class="caps">HISTIGNORE</span>=&#8221;rm -rf *&#8221;</p>
<p>in ~/.bashrc would have saved me from calling &#8216;rm -rf *&#8217; (I got it via ctrl-r). Everything in the environment variable <span class="caps">HISTIGNORE </span>will refrain bash from putting the rm call in the history.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ethernet over power: Homeplug by Tony Heywood</title>
		<link>http://geekblok.com/2008/04/14/ethernet-over-power-homeplug/#comment-147</link>
		<dc:creator>Tony Heywood</dc:creator>
		<pubDate>Fri, 13 Jun 2008 10:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/?p=96#comment-147</guid>
		<description>Just getting to grips with the jargon around fast ethernet. Thanks for the post, keep up the good work.

I am looking for something silmar as my wireless router is always over heating and cutting out!

&lt;a href="http://www.interoute.com/product_groups/internet_data/ethernet/" rel="nofollow"&gt;Fast Ethernet Network&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Just getting to grips with the jargon around fast ethernet. Thanks for the post, keep up the good work.</p>
<p>I am looking for something silmar as my wireless router is always over heating and cutting out!</p>
<p><a href="http://www.interoute.com/product_groups/internet_data/ethernet/" rel="nofollow">Fast Ethernet Network</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on html: colgroup and col by B10m</title>
		<link>http://geekblok.com/2008/06/03/html-colgroup-and-col/#comment-146</link>
		<dc:creator>B10m</dc:creator>
		<pubDate>Tue, 03 Jun 2008 20:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/?p=100#comment-146</guid>
		<description>Interesting. I never used that before either.</description>
		<content:encoded><![CDATA[<p>Interesting. I never used that before either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on B10m going mobile by Geekblok &#187; Wikinear</title>
		<link>http://geekblok.com/2008/03/15/b10m-going-mobile/#comment-144</link>
		<dc:creator>Geekblok &#187; Wikinear</dc:creator>
		<pubDate>Mon, 28 Apr 2008 08:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/2008/03/15/b10m-going-mobile/#comment-144</guid>
		<description>[...] mentioned FireEagle on this blog before and after I&#8217;m glad to see the first useful applications come [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned FireEagle on this blog before and after I&#8217;m glad to see the first useful applications come [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evernote by B10m</title>
		<link>http://geekblok.com/2008/04/13/evernote/#comment-143</link>
		<dc:creator>B10m</dc:creator>
		<pubDate>Wed, 16 Apr 2008 07:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://geekblok.com/?p=93#comment-143</guid>
		<description>@Philippe
Invitation mailed :)</description>
		<content:encoded><![CDATA[<p>@Philippe<br />
Invitation mailed <img src='http://geekblok.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
