<?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>SWAT&#039;s blog &#187; IRC</title>
	<atom:link href="http://blog.schauenburg.nl/category/irc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schauenburg.nl</link>
	<description></description>
	<lastBuildDate>Tue, 01 Mar 2011 15:32:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Geeks on IRC &#8211; Epoch 1234567890</title>
		<link>http://blog.schauenburg.nl/2009/02/14/geeks-on-irc-epoch-1234567890/</link>
		<comments>http://blog.schauenburg.nl/2009/02/14/geeks-on-irc-epoch-1234567890/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 11:34:01 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=248</guid>
		<description><![CDATA[Some of you might have noticed and probably a lot of you did not. This morning at 00:31:30 (Netherlands, GMT+1) the Epoch time was: 1234567890. There were a few people on IRC who were still awake at that time, so enjoy the screenshot.]]></description>
			<content:encoded><![CDATA[<p>Some of you might have noticed and probably a lot of you did not. This morning at 00:31:30 (Netherlands, GMT+1) the <a title="Epoch time" href="http://en.wikipedia.org/wiki/Unix_time">Epoch time</a> was: 1234567890. There were a few people on IRC who were still awake at that time, so enjoy the screenshot.</p>
<p><a href="http://blog.schauenburg.nl/wp-content/uploads/2009/02/epoch.png"><img class="alignnone size-thumbnail wp-image-249" title="epoch-1234567890" src="http://blog.schauenburg.nl/wp-content/uploads/2009/02/epoch-150x150.png" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2009/02/14/geeks-on-irc-epoch-1234567890/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up a nickname and get a generic cloak on Freenode</title>
		<link>http://blog.schauenburg.nl/2008/07/24/how-to-set-up-a-nickname-and-get-a-generic-cloak-on-freenode/</link>
		<comments>http://blog.schauenburg.nl/2008/07/24/how-to-set-up-a-nickname-and-get-a-generic-cloak-on-freenode/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 20:38:39 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>

		<guid isPermaLink="false">http://b.schauenburg.nl/?p=103</guid>
		<description><![CDATA[The title of this blog post, pretty much says it all. Since reading &#8220;long&#8221; documents or manuals is an extremely hard and time-consuming occupation for most people, I just made this &#8216;how to&#8217; for all the really lazy people . Note: Only register your nickname and get a cloak if you tend to use IRC [...]]]></description>
			<content:encoded><![CDATA[<p>The title of this blog post, pretty much says it all. Since reading &#8220;long&#8221; documents or manuals is an extremely hard and time-consuming occupation for most people, I just made this &#8216;how to&#8217; for all the really lazy people <img src='http://blog.schauenburg.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p><strong><em>Note: Only register your nickname and get a cloak if you tend to use IRC on a very regular basis</em></strong><br />
Why should you care about getting a cloak? A cloak hides your hostname. A hostname can be used to the IP address which belongs to it. So if you do not want everyone to know your IP address, get a cloak. Furthermore, a cloak enables IRC channel operators to give a someone an &#8216;invite&#8217; based on it, instead of a hostname invite. This is extremely usefull if some users have dynamic IP addresses and the operator does not want to change the invite list on a regular basis.</p>
<ol>
<li>Choose and switch to your (not already registered or occupied) nickname.
<pre>/nick your_nickname</pre>
</li>
<li>Register your nickname.
<pre>/msg nickserv register your_password your@email.address</pre>
</li>
<li>Hide your e-mail.
<pre>/msg nickserv set hidemail on</pre>
</li>
<li>Change to your alternate nickname. I suggest you use, your normal nickname appended with an underscore.
<pre>/nick alternate_nickname</pre>
</li>
<li>Link your alternate nickname to your nickname.
<pre>/msg nickserv group</pre>
</li>
<li>Switch back to your normal nickname.
<pre>/nick original_nickname</pre>
</li>
<li>Check who is currently on-duty.
<pre>/stats p</pre>
<p>If nobody is on duty, you can get a list of the staffers who could help you out.</p>
<pre>/who freenode/staff/*</pre>
<p>If nobody is on duty, go to #freenode, ask politely for an unaffiliated cloak and wait. Do not request such a cloak repetitively if you do not get an answer immediately, but wait at least 3 hours between requests.</li>
<li>Ask the staffer politely for an unaffiliated cloak.</li>
<li>Set up your IRC client to automatically identify (log in) yourself to nickserv. You can also do this manually:
<pre>/msg nickserv identify</pre>
</li>
</ol>
<p>Source: http://freenode.net/faq.shtml</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2008/07/24/how-to-set-up-a-nickname-and-get-a-generic-cloak-on-freenode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geeks on IRC</title>
		<link>http://blog.schauenburg.nl/2007/05/13/geeks-on-irc/</link>
		<comments>http://blog.schauenburg.nl/2007/05/13/geeks-on-irc/#comments</comments>
		<pubDate>Sun, 13 May 2007 20:24:32 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>

		<guid isPermaLink="false">http://b.schauenburg.nl/?p=58</guid>
		<description><![CDATA[Today was a very fine day, just because it was the 13th of March 2007. This can also be written as: 13-3-7 and at 13:37 it was time for the geeks in an unspecified IRC channel to smile (why, I don&#8217;t know, they are crazy). Luckily a screenshot was taken of this strange event at [...]]]></description>
			<content:encoded><![CDATA[<p>Today was a very fine day, just because it was the 13th of March 2007. This can also be written as: 13-3-7 and at 13:37 it was time for the geeks in an unspecified IRC channel to smile (why, I don&#8217;t know, they are crazy). Luckily a screenshot was taken of this strange event at that very moment.</p>
<p><a href="http://blog.schauenburg.nl/wp-content/uploads/2007/05/irc_geeks_13-3-7_13.37.jpg"><img class="alignnone size-full wp-image-492" title="irc_geeks_13-3-7_13.37" src="http://blog.schauenburg.nl/wp-content/uploads/2007/05/irc_geeks_13-3-7_13.37.jpg" alt="" width="580" height="197" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2007/05/13/geeks-on-irc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

