<?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>Gargleblaster.org &#187; General</title>
	<atom:link href="http://www.gargleblaster.org/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gargleblaster.org</link>
	<description></description>
	<lastBuildDate>Wed, 16 Jun 2010 08:34:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Soulfy &#8211; Omen</title>
		<link>http://www.gargleblaster.org/2010/06/16/soulfy-omen.html</link>
		<comments>http://www.gargleblaster.org/2010/06/16/soulfy-omen.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 08:28:39 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[Soulfly]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2010/06/16/soulfy-omen.html</guid>
		<description><![CDATA[I am getting old. I am mostly listening to music which was released at least 10 years ago. Not visiting rockconcerts anymore. but&#8230; once in a while, I &#8220;discover&#8221; a newly released album which really makes me think &#8220;WOW!!!&#8221; the first time I listen to it. Soulfly &#8211; Omen It kicks ass!]]></description>
			<content:encoded><![CDATA[<p>I am getting old. I am mostly listening to music which was released at least 10 years ago. Not visiting rockconcerts anymore.<br />
but&#8230; once in a while, I &#8220;discover&#8221; a newly released album which really makes me think &#8220;WOW!!!&#8221; the first time I listen to it.</p>
<div align="center">
<a href="http://itunes.apple.com/nl/album/omen-special-edition/id366713986"><img src="http://www.gargleblaster.org/images2/omen.jpg" width="400" heigth="400"/><br />Soulfly &#8211; Omen</a>
</div>
<p>It kicks ass! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/06/16/soulfy-omen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APC.php</title>
		<link>http://www.gargleblaster.org/2010/06/06/apc-php.html</link>
		<comments>http://www.gargleblaster.org/2010/06/06/apc-php.html#comments</comments>
		<pubDate>Sun, 06 Jun 2010 09:40:04 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2010/06/06/apc-php.html</guid>
		<description><![CDATA[if you google for &#8220;apc.php?SCOPE&#8221; you get 202.000 hits. I opened at random (more or less) 10 of those. All giving a shitload of information about the host and file structure. Seems pretty unsafe for me to have that information stored in Google.]]></description>
			<content:encoded><![CDATA[<p>if you google for &#8220;apc.php?SCOPE&#8221; you get 202.000 hits. I opened at random (more or less) 10 of those. All giving a shitload of information about the host and file structure.</p>
<p>Seems pretty unsafe for me to have that information stored in Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/06/06/apc-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcache(d)</title>
		<link>http://www.gargleblaster.org/2010/06/03/memcached.html</link>
		<comments>http://www.gargleblaster.org/2010/06/03/memcached.html#comments</comments>
		<pubDate>Thu, 03 Jun 2010 18:49:45 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2010/06/03/memcached.html</guid>
		<description><![CDATA[Recently I started (finally) with implementing caches for our php projects. I extended the database class with additional query methods utilizing memcache. While writing some unittests, i was confused by the documentation of php regarding memcache. I always wondered why there was a pecl/memcache and a pecl/memcached. I assumed one was the client API, the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I started (finally) with implementing caches for our php projects. I extended the database class with additional query methods utilizing memcache.</p>
<p>While writing some unittests, i was confused by the documentation of php regarding memcache.<br />
I always wondered why there was a pecl/memcache and a pecl/memcached. I assumed one was the client API, the other the server API (or something similar).</p>
<p>BEEEP! WRONG!</p>
<p>Seems that both are libraries providing methods for accessing the memcached (memcache daemon). </p>
<p>You have to choose one! or&#8230; use them both&#8230; but have to be very aware which one you are using :)</p>
<p>I have chosen to use memcached. Primarly because it&#8217;s only a wrapper to libmemcached (which is a big plus in my eyes).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/06/03/memcached.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life of Pi &#8211; Yann Martel</title>
		<link>http://www.gargleblaster.org/2010/05/30/life-of-pi-yann-martel.html</link>
		<comments>http://www.gargleblaster.org/2010/05/30/life-of-pi-yann-martel.html#comments</comments>
		<pubDate>Sun, 30 May 2010 20:02:55 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[Martel]]></category>
		<category><![CDATA[Pi]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2010/05/30/life-of-pi-yann-martel.html</guid>
		<description><![CDATA[While rereading my diary, I encountered a passage from life of Pi, written by Yann Martel: Als wij burgers onze kunstenaars niet ondersteunen, offeren we onze fantasie op aan de brute realiteit, zodat we tenslotte nergens meer in geloven en onze dromen geen waarde meer hebben. In Dutch..sorry&#8230; Makes me think a certain Dutch politician&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>While rereading my diary, I encountered a passage from life of Pi, written by Yann Martel:</p>
<blockquote><p>
Als wij burgers onze kunstenaars niet ondersteunen, offeren we onze fantasie op aan de brute realiteit, zodat we tenslotte nergens meer in geloven en onze dromen geen waarde meer hebben.</p></blockquote>
<p>In Dutch..sorry&#8230; Makes me think a certain Dutch politician&#8230; shame on you Wilders, Shame on you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/05/30/life-of-pi-yann-martel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>duh :)</title>
		<link>http://www.gargleblaster.org/2010/03/09/duh-2.html</link>
		<comments>http://www.gargleblaster.org/2010/03/09/duh-2.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:03:05 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[epic fail]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2010/03/09/duh-2.html</guid>
		<description><![CDATA[Someone on chat asked me what switches he had to use to execute php on the command-line. He tried to execute a php script, and all the command returned was the contents of the script, instead of executing it. At least&#8230; that was what he claimed. I don&#8217;t use php on the cli a lot, [...]]]></description>
			<content:encoded><![CDATA[<p>Someone on chat asked me what switches he had to use to execute php on the command-line. He tried to execute a php script, and all the command returned was the contents of the script, instead of executing it.</p>
<p>At least&#8230; that was what he claimed. I don&#8217;t use php on the cli a lot, so just to be sure i wrote a quick test script, which executed flawless.</p>
<p>So I took a look at the script he tried to execute:</p>
<pre>
echo html_entities_decode(file_get_contents($argv[0]));
</pre>
<p>So the script did exactly what was asked ;) outputting the content of the script itself, instead of outputting the content of the file given as 1st argument to the script.</p>
<p>hi hi.<br />
He overlooked the fact that the 0-key of the argv array holds the name of the script itself, instead of the 1st argument given on the cli :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/03/09/duh-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysterious crashes of netatalk on freeBSD 8</title>
		<link>http://www.gargleblaster.org/2010/02/14/mysterious-crashes-of-netatalk-on-freebsd-8.html</link>
		<comments>http://www.gargleblaster.org/2010/02/14/mysterious-crashes-of-netatalk-on-freebsd-8.html#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:25:13 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[denyhosts]]></category>
		<category><![CDATA[freeBSD]]></category>
		<category><![CDATA[netatalk]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2010/02/14/mysterious-crashes-of-netatalk-on-freebsd-8.html</guid>
		<description><![CDATA[I experienced mysterious crashes of the netatalk daemon installed on a freeBSD8 box. The apfd was advertised with mdnsresponder, but at the moment I tried connecting to the shares, the afpd crashed. Nothing showed in the usual logs. I tried several debugging modes, but nothing seemed to give any clue where I had to find [...]]]></description>
			<content:encoded><![CDATA[<p>I experienced mysterious crashes of the netatalk daemon installed on a freeBSD8 box. The apfd was advertised with mdnsresponder, but at the moment I tried connecting to the shares, the afpd crashed. Nothing showed in the usual logs. I tried several debugging modes, but nothing seemed to give any clue where I had to find the cause of the crashes.<br />
I took another look the /var/log directory, wondering which logfile could provide me with any clue.</p>
<p>Turned out that auth.log was giving information:<br />
<code><br />
Feb 14 08:35:06 zaphod afpd[9740]: twist Erlkoenig.gargleblaster.org to /bin/echo "You are not welcome to use afpd from Erlkoenig.gargleblaster.org."<br />
</code></p>
<p>Aha! this ringed a bell! I recently installed <a href="http://www.freshports.org/security/denyhosts/">denyhosts</a>, which uses hosts.allow.</p>
<p>A quick look in hosts.allow gave :</p>
<p><code><br />
# The rest of the daemons are protected.<br />
ALL : ALL \<br />
         : severity auth.info \<br />
         : twist /bin/echo "You are not welcome to use %d from %h."<br />
</code> </p>
<p>So adding:<br />
<code><br />
#netatalk<br />
afpd: ALL: allow<br />
</code><br />
Did the trick&#8230; netatalk is working as expected again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/02/14/mysterious-crashes-of-netatalk-on-freebsd-8.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What really happened&#8230;</title>
		<link>http://www.gargleblaster.org/2010/01/02/what-really-happened.html</link>
		<comments>http://www.gargleblaster.org/2010/01/02/what-really-happened.html#comments</comments>
		<pubDate>Sat, 02 Jan 2010 12:14:14 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/?p=275</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.gargleblaster.org/images2/waswirkligeschah.jpg" alt="what really happened" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2010/01/02/what-really-happened.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The answer is yes</title>
		<link>http://www.gargleblaster.org/2009/11/29/the-answer-is-yes.html</link>
		<comments>http://www.gargleblaster.org/2009/11/29/the-answer-is-yes.html#comments</comments>
		<pubDate>Sun, 29 Nov 2009 10:38:04 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Slashdot]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/2009/11/29/the-answer-is-yes.html</guid>
		<description><![CDATA[Ask Slashdot: Do You Hate Being Called an &#8220;IT Guy?&#8221;]]></description>
			<content:encoded><![CDATA[<p><a href="http://ask.slashdot.org/story/09/11/28/2353241/Do-You-Hate-Being-Called-an-IT-Guy">Ask Slashdot: Do You Hate Being Called an &#8220;IT Guy?&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/11/29/the-answer-is-yes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>69.69.69.69</title>
		<link>http://www.gargleblaster.org/2009/11/13/69-69-69-69.html</link>
		<comments>http://www.gargleblaster.org/2009/11/13/69-69-69-69.html#comments</comments>
		<pubDate>Fri, 13 Nov 2009 12:27:31 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/?p=259</guid>
		<description><![CDATA[merlijn@nietzsche 4 ~$ nslookup 69.69.69.69 Server: 10.1.2.5 Address: 10.1.2.5#53 Non-authoritative answer: 69.69.69.69.in-addr.arpa name = the-coolest-ip-on-the-net.com. Authoritative answers can be found from: arpa nameserver = I.ROOT-SERVERS.NET. arpa nameserver = H.ROOT-SERVERS.NET. arpa nameserver = E.ROOT-SERVERS.NET. arpa nameserver = K.ROOT-SERVERS.NET. arpa nameserver = A.ROOT-SERVERS.NET. arpa nameserver = D.ROOT-SERVERS.NET. arpa nameserver = G.ROOT-SERVERS.NET. arpa nameserver = M.ROOT-SERVERS.NET. arpa nameserver [...]]]></description>
			<content:encoded><![CDATA[<p><code><br />
merlijn@nietzsche 4 ~$ nslookup 69.69.69.69<br />
Server:		10.1.2.5<br />
Address:	10.1.2.5#53</p>
<p>Non-authoritative answer:<br />
69.69.69.69.in-addr.arpa	name = the-coolest-ip-on-the-net.com.</p>
<p>Authoritative answers can be found from:<br />
arpa	nameserver = I.ROOT-SERVERS.NET.<br />
arpa	nameserver = H.ROOT-SERVERS.NET.<br />
arpa	nameserver = E.ROOT-SERVERS.NET.<br />
arpa	nameserver = K.ROOT-SERVERS.NET.<br />
arpa	nameserver = A.ROOT-SERVERS.NET.<br />
arpa	nameserver = D.ROOT-SERVERS.NET.<br />
arpa	nameserver = G.ROOT-SERVERS.NET.<br />
arpa	nameserver = M.ROOT-SERVERS.NET.<br />
arpa	nameserver = B.ROOT-SERVERS.NET.<br />
arpa	nameserver = C.ROOT-SERVERS.NET.<br />
arpa	nameserver = F.ROOT-SERVERS.NET.<br />
arpa	nameserver = L.ROOT-SERVERS.NET.<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/11/13/69-69-69-69.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid, stupid stupid!</title>
		<link>http://www.gargleblaster.org/2009/11/12/stupid-stupid-stupid.html</link>
		<comments>http://www.gargleblaster.org/2009/11/12/stupid-stupid-stupid.html#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:24:51 +0000</pubDate>
		<dc:creator>Merlijn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Americans]]></category>
		<category><![CDATA[M$]]></category>
		<category><![CDATA[stupid]]></category>

		<guid isPermaLink="false">http://www.gargleblaster.org/?p=255</guid>
		<description><![CDATA[No other word for it. Stupid Americans. How on earth do you think of assigning a patent to Microsoft for something which was invented around the time that Bill Gates crawled out of his mother? Microsoft Patents Sudo?!! The patent]]></description>
			<content:encoded><![CDATA[<p>No other word for it. Stupid Americans.<br />
How on earth do you think of assigning a patent to Microsoft for something which was invented around the time that Bill Gates crawled out of his mother?</p>
<p><a href="http://www.groklaw.net/article.php?story=20091111094923390"><br />
Microsoft Patents Sudo?!!</a><br />
<a href="http://patft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&#038;Sect2=HITOFF&#038;d=PALL&#038;p=1&#038;u=/netahtml/PTO/srchnum.htm&#038;r=1&#038;f=G&#038;l=50&#038;s1=7,617,530.PN.&#038;OS=PN/7,617,530&#038;RS=PN/7,617,530">The patent</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gargleblaster.org/2009/11/12/stupid-stupid-stupid.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
