<?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>Tim's Weblog</title>
	<atom:link href="http://blog.hokkertjes.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hokkertjes.nl</link>
	<description>Random Thoughts and Rants</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:04:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Checking visitor IPs with apachetop</title>
		<link>http://blog.hokkertjes.nl/2010/03/10/checking-visitor-ips-with-apachetop/</link>
		<comments>http://blog.hokkertjes.nl/2010/03/10/checking-visitor-ips-with-apachetop/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:33:33 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apachetop]]></category>
		<category><![CDATA[hits]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=919</guid>
		<description><![CDATA[We have one customer&#8217;s site that&#8217;s running on a, well, let&#8217;s call it a not-so-very-good platform. If it gets too many hits, the database tends to get slow very quickly, which results in a severe congestion. I was looking for a way to easily check if a certain IP has been hitting the same site [...]]]></description>
			<content:encoded><![CDATA[<p>We have one customer&#8217;s site that&#8217;s running on a, well, let&#8217;s call it a not-so-very-good platform. If it gets too many hits, the database tends to get slow very quickly, which results in a severe congestion. I was looking for a way to easily check if a certain IP has been hitting the same site a lot, since that&#8217;s usually the cause (someone who wants to download the entire site or something). Thanks to a tip on IRC, I finally found the tool for that and it turns out it was installed already!</p>
<p>The solution: apachetop. I tend to start it as follows: <code>apachetop -H 5000 -d 2</code> and when it has started, I press &#8216;d&#8217; once, which will make it show me the source ip addresses. Nice!</p>
<p>PS. Another solution: <code>tail -10000 access.log | cut -d ' ' -f 1 | sort | uniq -c | sort -nr | head -n 10</code></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <a class='technorati-link' href='http://technorati.com/tag/apachetop' rel='tag' target='_self'>apachetop</a>, <a class='technorati-link' href='http://technorati.com/tag/hits' rel='tag' target='_self'>hits</a>, <a class='technorati-link' href='http://technorati.com/tag/ip' rel='tag' target='_self'>ip</a>, <a class='technorati-link' href='http://technorati.com/tag/traffic' rel='tag' target='_self'>traffic</a>, <a class='technorati-link' href='http://technorati.com/tag/work' rel='tag' target='_self'>work</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2010/03/10/checking-visitor-ips-with-apachetop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Puppet Tips&amp;Tricks: Variable variables</title>
		<link>http://blog.hokkertjes.nl/2010/02/15/puppet-tipstricks-variable-variables/</link>
		<comments>http://blog.hokkertjes.nl/2010/02/15/puppet-tipstricks-variable-variables/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:16:06 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[inline_template]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=916</guid>
		<description><![CDATA[[Repost of my post on the Kumina blog.]
This is the first post in a series of mine, while I&#8217;m reinventing our puppet modules. Puppet is the tool we use to maintain most machines in our care. We make it a point to share our modules as much as possible, so others might benefit from them.
Today [...]]]></description>
			<content:encoded><![CDATA[<p>[Repost of <a href="http://blog.kumina.nl/2010/02/puppet-tips-tricks-variable-variables/">my post</a> on the <a href="http://blog.kumina.nl">Kumina blog</a>.]</p>
<p>This is the first post in a series of mine, while I&#8217;m reinventing <a href="http://puppet.kumina.nl">our puppet modules</a>. <a href="http://reductivelabs.com/trac/puppet/wiki">Puppet</a> is the tool we use to maintain most machines in our care. We make it a point to share our modules as much as possible, so others might benefit from them.</p>
<p>Today I was working on our kbp_firewall module, which sets some variables that other modules can use via <a href="http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial#qualified-variables">qualified variables</a>. We differentiate between &#8220;protected&#8221;, &#8220;public&#8221; and &#8220;management&#8221; network interfaces on each host. These are always separate (virtual) interfaces, to make our life a little easier. I wanted to make both the interface and the IP address for these easily available, but I wanted most of it to happen <abbr title="nerdy way to say automatically">automagically</abbr> after puppet has determined which interface is connected to which network. I wanted to use the <a href="http://reductivelabs.com/products/facter/">facter</a> fact $ipaddress_(interface name), which is created for each interface, like for example $ipaddress_eth0.</p>
<p>Currently, there&#8217;s no way to use something like $ipaddress_${interface}, although I&#8217;ve been told on the #puppet IRC channel that this will be implemented in the next major version. So I had to create a more hackish solution. Inline_template to the rescue!</p>
<p>What I currently do:<br />
<code>$protected_ip = inline_template("&lt;%= ipaddress_${protected_if} %&gt;")</code></p>
<p>This will probably work in future versions too, so I feel confortable implementing it like this. Once we&#8217;ve fully switched to the next major release, I can slowly work through the code to make it all a bit better readable.</p>
<p>Hope this helps someone!</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/inline_template' rel='tag' target='_self'>inline_template</a>, <a class='technorati-link' href='http://technorati.com/tag/puppet' rel='tag' target='_self'>puppet</a>, <a class='technorati-link' href='http://technorati.com/tag/tips' rel='tag' target='_self'>tips</a>, <a class='technorati-link' href='http://technorati.com/tag/tricks' rel='tag' target='_self'>tricks</a>, <a class='technorati-link' href='http://technorati.com/tag/variables' rel='tag' target='_self'>variables</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2010/02/15/puppet-tipstricks-variable-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shit happens</title>
		<link>http://blog.hokkertjes.nl/2009/12/21/shit-happens/</link>
		<comments>http://blog.hokkertjes.nl/2009/12/21/shit-happens/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 12:51:04 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[firework]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=912</guid>
		<description><![CDATA[Blatantly stolen from the Shit Happens website. It&#8217;s funny though. Too bad it&#8217;s in Dutch. The doctor is operating on a guy hit by firework in the face. They had to use another body part to fix his face&#8230;
				



Tags: firework, funny


]]></description>
			<content:encoded><![CDATA[<p>Blatantly stolen from the <a href="http://www.shithappens.nl">Shit Happens</a> website. It&#8217;s funny though. Too bad it&#8217;s in Dutch. The doctor is operating on a guy hit by firework in the face. They had to use another body part to fix his face&#8230;<br />
<OBJECT classid ="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=FlashPlayer10,0,0,0" WIDTH="320" HEIGHT="240" id="shithappens_id">	<PARAM NAME="movie" VALUE="http://www.shithappens.nl/embed/vuurwerk_minigadget_leeg.swf" />	<PARAM NAME="quality" VALUE="high" />	<PARAM NAME="bgcolor" VALUE="#ffffff" />	<EMBED src="http://www.shithappens.nl/embed/vuurwerk_minigadget_leeg.swf" quality="high" bgcolor="#ffffff" WIDTH="320" HEIGHT="240" NAME="shithappens_id" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/firework' rel='tag' target='_self'>firework</a>, <a class='technorati-link' href='http://technorati.com/tag/funny' rel='tag' target='_self'>funny</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/12/21/shit-happens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renault Kangoo</title>
		<link>http://blog.hokkertjes.nl/2009/12/19/renault-kangoo/</link>
		<comments>http://blog.hokkertjes.nl/2009/12/19/renault-kangoo/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 17:06:56 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[kangoo]]></category>
		<category><![CDATA[occassion]]></category>
		<category><![CDATA[renault]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=897</guid>
		<description><![CDATA[Today I bought my new car. And there was much rejoicing.



Tags: car, kangoo, occassion, renault


]]></description>
			<content:encoded><![CDATA[<p>Today I bought my new car. And there was much rejoicing.<br />

<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863001.JPG.jpeg' title='124323863001.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863001.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863001.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863002.JPG.jpeg' title='124323863002.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863002.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863002.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863003.JPG.jpeg' title='124323863003.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863003.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863003.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863004.JPG.jpeg' title='124323863004.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863004.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863004.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863005.JPG.jpeg' title='124323863005.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863005.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863005.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863006.JPG.jpeg' title='124323863006.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863006.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863006.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863007.JPG.jpeg' title='124323863007.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863007.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863007.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863008-1.JPG.jpeg' title='124323863008-1.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863008-1.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863008-1.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863008.JPG.jpeg' title='124323863008.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863008.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863008.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863009.JPG.jpeg' title='124323863009.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863009.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863009.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863010.JPG.jpeg' title='124323863010.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863010.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863010.JPG" /></a>
<a href='http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863011.JPG.jpeg' title='124323863011.JPG' rel='shadowbox[post-897];player=img;'><img width="150" height="150" src="http://blog.hokkertjes.nl/wp-content/uploads/2009/12/124323863011.JPG-150x150.jpg" class="attachment-thumbnail" alt="" title="124323863011.JPG" /></a>
</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/car' rel='tag' target='_self'>car</a>, <a class='technorati-link' href='http://technorati.com/tag/kangoo' rel='tag' target='_self'>kangoo</a>, <a class='technorati-link' href='http://technorati.com/tag/occassion' rel='tag' target='_self'>occassion</a>, <a class='technorati-link' href='http://technorati.com/tag/renault' rel='tag' target='_self'>renault</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/12/19/renault-kangoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kumishifts: The Release</title>
		<link>http://blog.hokkertjes.nl/2009/12/06/kumishifts-the-release/</link>
		<comments>http://blog.hokkertjes.nl/2009/12/06/kumishifts-the-release/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 17:38:23 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[google calender]]></category>
		<category><![CDATA[helpdesk]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[shifts]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=895</guid>
		<description><![CDATA[[Repost from Kumiblog]
One of my personal missions within Kumina is to decrease the amount of noise. We work fairly event-driven, responding to everything that gets reported. Although I believe our customers like this very much, it can be a bit of a bother in the case where someone is not on helpdesk duty. One of [...]]]></description>
			<content:encoded><![CDATA[<p>[Repost from <a href="http://blog.kumina.nl">Kumiblog</a>]</p>
<p>One of my personal missions within Kumina is to decrease the amount of noise. We work fairly event-driven, responding to everything that gets reported. Although I believe our customers like this very much, it can be a bit of a bother in the case where someone is not on helpdesk duty. One of my pet peeves was the fact that Nagios sent SMS alerts to everyone, instead of the person who was on duty at the time.</p>
<p>Since we have multiple Nagios instances, it would be a bit of a hassle to change the config everywhere all the time, so we stuck with the current way. At least you can be sure that <i>someone</i> received the message. But since we get some false positives too, at time, it does add to the bill.</p>
<p>So I decided to create <a href="http://trac.kumina.nl/kumishifts">Kumishifts</a>. This little Python script takes a Google Calendar (or any ical you point it at) and distills who&#8217;s on duty. It generated a Nagios contacts file based on that information (and then some). We can now actually work with escalations to make sure that if the first person responsible doesn&#8217;t respond fast enough (bad person!), a second one will get the message after a little while, too.</p>
<p>We&#8217;re not yet deploying the script everywhere, but will soon, after it&#8217;s properly tested. I&#8217;d appreciated any feedback on the app!</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/application' rel='tag' target='_self'>application</a>, <a class='technorati-link' href='http://technorati.com/tag/calendar' rel='tag' target='_self'>calendar</a>, <a class='technorati-link' href='http://technorati.com/tag/google+calender' rel='tag' target='_self'>google calender</a>, <a class='technorati-link' href='http://technorati.com/tag/helpdesk' rel='tag' target='_self'>helpdesk</a>, <a class='technorati-link' href='http://technorati.com/tag/ical' rel='tag' target='_self'>ical</a>, <a class='technorati-link' href='http://technorati.com/tag/nagios' rel='tag' target='_self'>nagios</a>, <a class='technorati-link' href='http://technorati.com/tag/python' rel='tag' target='_self'>python</a>, <a class='technorati-link' href='http://technorati.com/tag/shifts' rel='tag' target='_self'>shifts</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/12/06/kumishifts-the-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting m4a to mp3 on MacOSX</title>
		<link>http://blog.hokkertjes.nl/2009/11/26/converting-m4a-to-mp3-on-macosx/</link>
		<comments>http://blog.hokkertjes.nl/2009/11/26/converting-m4a-to-mp3-on-macosx/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:34:18 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[m4a]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=892</guid>
		<description><![CDATA[I only have a mp3 player in my car and I wanted to play the songs I bought at iTunes Music Store. Took me a little while to find out, but eventually I found the way to do it (or a way, at least):

Install ffmpegX, follow their steps.
Copy all the songs you want on one [...]]]></description>
			<content:encoded><![CDATA[<p>I only have a mp3 player in my car and I wanted to play the songs I bought at iTunes Music Store. Took me a little while to find out, but eventually I found the way to do it (or <i>a</i> way, at least):</p>
<ul>
<li>Install <a href="http://www.ffmpegx.com/">ffmpegX</a>, follow their steps.</li>
<li>Copy all the songs you want on one CD to a single directory.</li>
<li>Run the following command:<br />
<code>find . -name "*.m4a" -exec /Applications/ffmpegX.app/Contents/Resources/ffmpeg -i {} -acodec mp3 -ac 2 -ab 128 "{}.mp3" \;</code></li>
<li>Wait until done.</li>
</ul>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/convert' rel='tag' target='_self'>convert</a>, <a class='technorati-link' href='http://technorati.com/tag/ffmpeg' rel='tag' target='_self'>ffmpeg</a>, <a class='technorati-link' href='http://technorati.com/tag/m4a' rel='tag' target='_self'>m4a</a>, <a class='technorati-link' href='http://technorati.com/tag/mp3' rel='tag' target='_self'>mp3</a>, <a class='technorati-link' href='http://technorati.com/tag/music' rel='tag' target='_self'>music</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/11/26/converting-m4a-to-mp3-on-macosx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LRB op TV</title>
		<link>http://blog.hokkertjes.nl/2009/11/21/lrb-op-tv/</link>
		<comments>http://blog.hokkertjes.nl/2009/11/21/lrb-op-tv/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 10:48:39 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=889</guid>
		<description><![CDATA[Aagje en ik trainen bij de Limburge Reddingshonden Brigade. Behalve dat het nuttig is, is het ook erg gezellig. De LRB is afgelopen donderdag op TV Limburg geweest. Ik was er zelf niet bij en Aag staat er ook niet op, maar voor de mensen die het interessant vinden:





]]></description>
			<content:encoded><![CDATA[<p>Aagje en ik trainen bij de Limburge Reddingshonden Brigade. Behalve dat het nuttig is, is het ook erg gezellig. De LRB is afgelopen donderdag op TV Limburg geweest. Ik was er zelf niet bij en Aag staat er ook niet op, maar voor de mensen die het interessant vinden:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/mbYVbIVrCrc&#038;hl=nl_NL&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/mbYVbIVrCrc&#038;hl=nl_NL&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>

<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/11/21/lrb-op-tv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trained too well</title>
		<link>http://blog.hokkertjes.nl/2009/10/26/trained-too-well/</link>
		<comments>http://blog.hokkertjes.nl/2009/10/26/trained-too-well/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:12:58 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[aagje]]></category>
		<category><![CDATA[dog]]></category>
		<category><![CDATA[obedience]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=886</guid>
		<description><![CDATA[Sometimes I wish I hadn&#8217;t trained Aagje as well as I did.
During my lunch today (I&#8217;m working from home) I decided to mow the front lawn. Aagje noticed me getting my jacket and she misinterpreted it as &#8220;we&#8217;re going for a walk!&#8221;. So she got all excited and I told her to go lie down [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I wish I hadn&#8217;t trained Aagje as well as I did.</p>
<p>During my lunch today (I&#8217;m working from home) I decided to mow the front lawn. Aagje noticed me getting my jacket and she misinterpreted it as &#8220;we&#8217;re going for a walk!&#8221;. So she got all excited and I told her to go lie down on her spot.</p>
<p>Mowing the lawn took me less than half an hour and afterwards I went back to work. About 5 minutes ago I heard her whine. When I looked around she was still on her mat, just like I told her. She apparently was very thirsty, because as soon as I told her she was allowed to get up, she ran to her water and started drinking for a minute straight.</p>
<p>I mowed the lawn two hours ago.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/aagje' rel='tag' target='_self'>aagje</a>, <a class='technorati-link' href='http://technorati.com/tag/dog' rel='tag' target='_self'>dog</a>, <a class='technorati-link' href='http://technorati.com/tag/obedience' rel='tag' target='_self'>obedience</a>, <a class='technorati-link' href='http://technorati.com/tag/training' rel='tag' target='_self'>training</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/10/26/trained-too-well/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet + Love = Great Things</title>
		<link>http://blog.hokkertjes.nl/2009/09/27/internet-love-great-things/</link>
		<comments>http://blog.hokkertjes.nl/2009/09/27/internet-love-great-things/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 09:39:03 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[clay shirky]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[librarything]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[ted-like]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=883</guid>
		<description><![CDATA[Love this talk. Not TED, but good enough for TED anyway.

Got this link via LibraryThing&#8217;s Blog, which points out another great example of what Clay Shirky is spelling out in the talk above. I&#8217;ve become a lifetime member of LibraryThing yesterday. Started to catalogue all my books. See the link on the right.



Tags: clay shirky, [...]]]></description>
			<content:encoded><![CDATA[<p>Love this talk. Not TED, but good enough for TED anyway.</p>
<p><object width="320" height="265"><param name="movie" value="http://www.youtube.com/v/Xe1TZaElTAs&#038;hl=nl&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Xe1TZaElTAs&#038;hl=nl&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"></embed></object></p>
<p>Got this link via <a href="http://www.librarything.com/blog/2009/09/librarything-indiebound-and-love.php">LibraryThing&#8217;s Blog</a>, which points out another great example of what Clay Shirky is spelling out in the talk above. I&#8217;ve become a lifetime member of LibraryThing yesterday. Started to catalogue all my books. See the link on the right.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/clay+shirky' rel='tag' target='_self'>clay shirky</a>, <a class='technorati-link' href='http://technorati.com/tag/internet' rel='tag' target='_self'>internet</a>, <a class='technorati-link' href='http://technorati.com/tag/librarything' rel='tag' target='_self'>librarything</a>, <a class='technorati-link' href='http://technorati.com/tag/love' rel='tag' target='_self'>love</a>, <a class='technorati-link' href='http://technorati.com/tag/ted-like' rel='tag' target='_self'>ted-like</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/09/27/internet-love-great-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenPGP V2 card and Ubuntu Karmic Koala</title>
		<link>http://blog.hokkertjes.nl/2009/09/23/openpgp-v2-card-and-ubuntu-karmic-koala/</link>
		<comments>http://blog.hokkertjes.nl/2009/09/23/openpgp-v2-card-and-ubuntu-karmic-koala/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 14:42:48 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[gnupg]]></category>
		<category><![CDATA[gpg2]]></category>
		<category><![CDATA[openpgp]]></category>
		<category><![CDATA[openpgpv2]]></category>
		<category><![CDATA[smartcard]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unknown IPC command]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=881</guid>
		<description><![CDATA[If you&#8217;re trying to get it to work on Jaunty or Debian, I&#8217;m sorry to have to disappoint you, but I&#8217;ve not been able to get that to work properly. If you have, please let us know in the comments below.
The key is using gnupg 2.0.12 (with the Ubuntu patches) and installing libccid, which seems [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to get it to work on Jaunty or Debian, I&#8217;m sorry to have to disappoint you, but I&#8217;ve not been able to get that to work properly. If you have, please let us know in the comments below.</p>
<p>The key is using gnupg 2.0.12 (with the Ubuntu patches) and installing libccid, which seems not to be pulled in by default. After that, it&#8217;ll work as expected. We&#8217;ve been using a SCM SCR335 to attach it to the computer, but any other supported smartcard reader should work.</p>
<p>We spent a whole day on this, trying to get it to work. I don&#8217;t get why kernelconcepts already sells these exclusively if the support in GnuPG is still so fresh. Bit of a shame.</p>
<p>Error we got were things like:<br />
<code>scdaemon[85270]: updating slot 0 status: 0x0000->0x0000 (0->1)<br />
scdaemon[85270]: sending signal 31 to client 85269</code><br />
and:<br />
<code>gpg: key operation not possible: Unknown IPC command</code></p>
<p>Hope this helps someone!</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/gnupg' rel='tag' target='_self'>gnupg</a>, <a class='technorati-link' href='http://technorati.com/tag/gpg2' rel='tag' target='_self'>gpg2</a>, <a class='technorati-link' href='http://technorati.com/tag/openpgp' rel='tag' target='_self'>openpgp</a>, <a class='technorati-link' href='http://technorati.com/tag/openpgpv2' rel='tag' target='_self'>openpgpv2</a>, <a class='technorati-link' href='http://technorati.com/tag/smartcard' rel='tag' target='_self'>smartcard</a>, <a class='technorati-link' href='http://technorati.com/tag/ubuntu' rel='tag' target='_self'>ubuntu</a>, <a class='technorati-link' href='http://technorati.com/tag/unknown+IPC+command' rel='tag' target='_self'>unknown IPC command</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/09/23/openpgp-v2-card-and-ubuntu-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
