<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.0.11" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Wingnut Diaries</title>
	<link>http://henning.schmiedehausen.org/wingnut-diaries</link>
	<description>"Wissen macht traurig"</description>
	<pubDate>Sun, 30 Nov 2008 03:13:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheWingnutDiaries" /><feedburner:info uri="thewingnutdiaries" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Spoiled rotten</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/104</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/104#comments</comments>
		<pubDate>Sun, 30 Nov 2008 03:09:43 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Personal</dc:subject><dc:subject>monitor</dc:subject><dc:subject>netstuff</dc:subject><dc:subject>screenspace</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/104</guid>
		<description><![CDATA[I have two monitors at home, connected to my box for hacking. A nice 22&#8243; Eizo with 1280&#215;1024 resolution and an even nicer 24&#8243; Eizo with 1920&#215;1200. I&#8217;ve used them for a long time back in Germany and when I finally got around to set them up, I well&#8230;
&#8230; well, I was disappointed. They seemed&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>I have two monitors at home, connected to my box for hacking. A nice 22&#8243; Eizo with 1280&#215;1024 resolution and an even nicer 24&#8243; Eizo with 1920&#215;1200. I&#8217;ve used them for a long time back in Germany and when I finally got around to set them up, I well&#8230;</p>
<p>&#8230; well, I was disappointed. They seemed&#8230; &#8230;small. 3,7 million pixels seem small. Why is that?</p>
<p>Because when I started <a href="http://www.ning.com/">the new job</a>, I got two 30&#8243; 2560&#215;1920 monitors. And I got used to almost 10 million pixels of screen real estate in just a few days.</p>
<p>My very first &#8220;real&#8221; computer had a whooping 64k pixels (320&#215;200 on the C64). I now have more than 150 times the screen space I had back then. And I could still use &#8220;a little more&#8221;.
</p>
<a href="http://henning.schmiedehausen.org/wingnut-diaries/tag/monitor" rel="tag">monitor</a>  <a href="http://henning.schmiedehausen.org/wingnut-diaries/tag/netstuff" rel="tag">netstuff</a>  <a href="http://henning.schmiedehausen.org/wingnut-diaries/tag/screenspace" rel="tag">screenspace</a>]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/104/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CentOS 5.2 on a D945GCLF2</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/103</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/103#comments</comments>
		<pubDate>Tue, 11 Nov 2008 16:47:18 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/103</guid>
		<description><![CDATA[Everyone goes green these days and with the new Intel Atom 330 processor, it seems there is a perfect choice for a little home server box that sits in a corner, serves files and music and does all the little chores that keep a home network running. 
So I got one of these buggers from [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone goes green these days and with the new Intel Atom 330 processor, it seems there is a perfect choice for a little home server box that sits in a corner, serves files and music and does all the little chores that keep a home network running. </p>
<p>So I got one of <a href="http://www.intel.com/products/desktop/motherboards/D945GCLF2/D945GCLF2-overview.htm">these buggers</a> from <a href="http://www.newegg.com/">Newegg</a>, together with a small case and installed it. Various reviewers stressed that the R8168 chip on the board is not supported out of the box by CentOS 5.2 but <a href="ftp://210.51.181.211/cn/nic/">there is an open source driver for download from Realtek</a> so that does not matter.</p>
<p>However, this box was not intended to come with a DVD drive. And installing from the net without working network card is not that simple.</p>
<p>Possible solutions
<ol>
<li>Get a DVD drive, burn a CentOS 5.2 install image, install from disk. Bring the driver onto the box by using a thumb drive. </li>
<li>Buy a $10 el cheapo network card (the board has a PCI slot), use it for installing.</li>
<li>Understand the problem, fix it. Install from the network.</li>
</ol>
<p>You guessed right. I am a stickler for details, so naturally I chose 3. </p>
<p>The solution is actually pretty easy: Get a driver disk for CentOS 5.2, boot an install media using &#8220;linux dd&#8221;, insert the driver disk. The Anaconda installer picks up the driver from the driver disk and goodness ensures. </p>
<p>However, after an hour of goggling, it seems that either no one has ever done this successfully before or at least not bragg^Wblogged about it. </p>
<p>The facts are these:</p>
<p>Building a driver disk is one of the best kept secrets in the Linux world. The required toolset is called &#8220;ddiskit-0.9.9&#8243; and kept <a href="http://dup.et.redhat.com/">in the depths of the RedHat web site</a>. </p>
<p>And, to put insult to injury to the Linux hacker community: It took a <a href="http://henning.schmiedehausen.org/">Java weenie</a> such as me about an hour to put a working driver disk together. Which I used to install from the net.</p>
<p>Once, you have the installation going, you will need to reinstall the driver every time you do a kernel upgrade. Luckily, there is a package of scripts called &#8220;dkms&#8221; available from <a href="http://download.fedora.redhat.com/pub/epel/5/i386/">EPEL</a> and Dag Wieers built <a href="http://packages.sw.be/dkms-r8168/">a package for the r8168 driver</a>, which I update to the latest version of the driver available. This package automatically updates the driver whenever you install a new kernel.</p>
<p>And, to avoid that elite Linux kernel hackers have to do this all again and again, get it here:</p>
<p>* <a href="http://henning.schmiedehausen.org/r8168/dd.img.gz">Linux driver disk for i386 CentOS 5.2 (kernel 2.6.18-92.el5)</a><br />* <a href="http://henning.schmiedehausen.org/r8168/dd.iso.gz">Linux driver ISO image i386 CentOS 5.2 (kernel 2.6.18-92.el5)</a>; if you want to use a thumb drive, loopback mount this image and copy all files onto the drive.<br />* <a href="http://henning.schmiedehausen.org/r8168/r8168-driverdisk.tar.gz">R8168 driver disk kit</a><br />* <a href="http://henning.schmiedehausen.org/r8168/dkms-r8168-8.009.00-1.el5.im.noarch.rpm">Updated dkms-r8168 package for CentOS 5.2</a>, use with dkms from EPEL (<a href="http://henning.schmiedehausen.org/r8168/dkms-r8168-8.009.00-1.el5.im.src.rpm">Source</a>).</p>
<p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/103/feed/</wfw:commentRss>
		</item>
		<item>
		<title>@ImplementedBy madness</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/102</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/102#comments</comments>
		<pubDate>Sun, 02 Nov 2008 04:57:45 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/102</guid>
		<description><![CDATA[Consider a codebase of considerable size, thus being open-source. 
This codebase uses Google Guice to wire its innards together. Last time I looked, it had a central FoobarGuiceModule which listed all of the classes wired together. When I integrated that codebase into $DAYJOB, I wrote a DayjobGuiceModule to manage the things different for me. No [...]]]></description>
			<content:encoded><![CDATA[<p>Consider a codebase of considerable size, thus being open-source. </p>
<p>This codebase uses Google Guice to wire its innards together. Last time I looked, it had a central FoobarGuiceModule which listed all of the classes wired together. When I integrated that codebase into $DAYJOB, I wrote a DayjobGuiceModule to manage the things different for me. No biggie. I knew where to look, in a single place.</p>
<p>Three months later, the FoobarGuiceModule is all but gone. Instead, the authors decided to sprinkle the most unfortunate decision ever made by the Guice authors (maybe this is where the nickname comes from) over the code: @ImplementedBy. </p>
<p>Instead of one (or maybe a few, when the code is not monolithic, let&#8217;s say three) place where the configuration is centralized, it is now spread out over 32 (!) (that is thirty-two) different interfaces which all happily tell you that they are implemented by someone else. Including a few that chirp out that they are implemented by demo-code that you <b>want</b> to override lest you will not be able to integrate the code into your own stuff.</p>
<p>Oh, and you must follow the project from SVN. It has no release yet (even though it is almost a year now in open source). </p>
<p>Maintenance nightmare. If you have a different opinion, let me know. I would be happy to hear a good justification for @ImplementedBy. Or, in the words of Bob Lee:</p>
<p><tt>&#8220;@ImplementedBy is an experts only feature; it&#8217;s not for everybody. You have to weigh the benefits and consequences in context. @ImplementedBy may not be as robust as a completely separate interface, but it is more concise, and it&#8217;s better than depending directly on a concrete class. If you&#8217;re only using an interface to simplify unit testing, @ImplementedBy is a perfectly pragmatic compromise.&#8221;</tt>
</p>
]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/102/feed/</wfw:commentRss>
		</item>
		<item>
		<title>pulse-audio and vmware-player - get sound going on Fedora</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/101</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/101#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:41:50 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/101</guid>
		<description><![CDATA[vmware is a PITA concerning sound. However, it is possible to get it to run with pulse-audio. This is how it works:

Get the&#160; current vmplayer from vmware.com. It is free and it comes in a 32 and a 64 bit version now. I used vmplayer 2.5 (64 bit version) on Fedora 8.
Get the VMWare DSP [...]]]></description>
			<content:encoded><![CDATA[<p>vmware is a PITA concerning sound. However, it is possible to get it to run with pulse-audio. This is how it works:</p>
<ul>
<li>Get the&nbsp; current vmplayer from vmware.com. It is free and it comes in a 32 and a 64 bit version now. I used vmplayer 2.5 (64 bit version) on Fedora 8.</li>
<li>Get the VMWare DSP preload library called <tt>vmwaredsp-1.3</tt>. You might have some trouble finding it on the web because many Google links point to an outdated location. Its current home seems to be <a href="http://platan.vc.cvut.cz/ftp/pub/vmware/">http://platan.vc.cvut.cz/ftp/pub/vmware/</a>.</li>
<li>Compile it. If you use the 64 Bit version, you might need some tweaking for the compiler names and it has trouble finding the arts sources. Match the Makefile in the 64 directory to the one in the 32 directory and you should be fine.</li>
<li>There should be three libraries in either <tt>/usr/lib</tt> (32 bit) or <tt>/usr/lib64</tt> (64 bit).</li>
<li>Go to the vmplayer install directory. In my case, this is <tt>/usr/lib/vmware/bin/</tt></li>
<li>open the <tt>launcher.sh</tt> in an editor and look for the line <tt>&#8220;$binary&#8221; &#8220;$@&#8221;</tt>.<br />Replace it with<br /><tt>if [ `basename $binary` = &#8220;vmplayer&#8221; ]; then<br />&nbsp; LD_PRELOAD=libvmdsp.so VMDSP_BACKEND=esd &#8220;$binary&#8221; &#8220;$@&#8221;<br />&nbsp; else<br />&nbsp; &#8220;$binary&#8221; &#8220;$@&#8221;<br />&nbsp; fi</tt></li>
<li>You are done.</li>
</ul>
<p>To verify operation, open the pulse-audio volume control and select the playback tab. Whenever a sound is played in your virtual machine, there should a playback stream pop up.
</p>
]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/101/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lessons learned today</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/100</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/100#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:15:24 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Personal</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/100</guid>
		<description><![CDATA[
When driving a convertible, don&#8217;t ignore a thunderstorm on the horizon.
USVs are useful. Especially during a thunderstorm.

]]></description>
			<content:encoded><![CDATA[<ul>
<li>When driving a convertible, don&#8217;t ignore a thunderstorm on the horizon.</li>
<li>USVs are useful. Especially during a thunderstorm.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/100/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WADA rocks!</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/99</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/99#comments</comments>
		<pubDate>Wed, 23 Jul 2008 12:32:10 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Netstuff</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/99</guid>
		<description><![CDATA[http://www.sport1.de/de/apps/news/news-meldung/news_2303983.html
If you can&#8217;t read German: It seems that WADA (the world anti doping agency) and pharma giant Roche have an agreement so that Roche puts a &#8220;secret molecule&#8221; (probably some kind of tracer) into their EPO product, which can be tracked by anti-doping tests. 
Now that is cool. Let&#8217;s see how many athletes suddenly become [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sport1.de/de/apps/news/news-meldung/news_2303983.html">http://www.sport1.de/de/apps/news/news-meldung/news_2303983.html</a></p>
<p>If you can&#8217;t read German: It seems that WADA (the world anti doping agency) and pharma giant Roche have an agreement so that Roche puts a &#8220;secret molecule&#8221; (probably some kind of tracer) into their EPO product, which can be tracked by anti-doping tests. </p>
<p>Now <b>that</b> is cool. Let&#8217;s see how many athletes suddenly become injured or sick right before the Olympics&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/99/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vintage technology books</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/98</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/98#comments</comments>
		<pubDate>Mon, 21 Jul 2008 17:20:29 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Personal</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/98</guid>
		<description><![CDATA[I own a ton of books. That is not a literal ton. It is an actual ton. Last count would be 26 boxes of 45 or more kilograms. 
Nothing helps you to focus more on important stuff than the need to actually pack up your things. All your things. Into boxes, which then in turn [...]]]></description>
			<content:encoded><![CDATA[<p>I own a ton of books. That is not a literal ton. It is an actual ton. Last count would be 26 boxes of 45 or more kilograms. </p>
<p>Nothing helps you to focus more on important stuff than the need to actually pack up your things. All your things. Into boxes, which then in turn are put into a bigger box, which is put onto a flimsy metal box and shipped across a number of oceans or into a long metal tube and hurled through the sky. </p>
<p>So I came across my nice shelf of computer books. All the classics. From Douglas Comer, &#8220;Internetworking with TCP/IP, Vol 1&#8243; and W. Richard Stevens, &#8220;Advanced programming in the Unix Environment&#8221; up to &#8220;CCNP Advanced Cisco Router Configurations&#8221; and &#8220;Struts in Action&#8221; (Hello, Ted).</p>
<p>The dragon book. &#8220;The Art of Computer Programming&#8221; (all three volumes in a nice binder). The Abelson &amp; Sussman. A book about RMON, SNMPv1 and SNMPv2 (I remember, they had to order it specifically and it cost a fortune back in the days). &#8220;OSPF - Anatomy of a routing protocol&#8221;. And and and.</p>
<p>The shelves look(ed, they are already cleaned out) impressive. But what to bring if you have a maximum weight allowance that needs to accommodate for non-essential things like bicycles, a bed, dinnerware and clothing?</p>
<p>For Java books, that is easy. Everything that references pre-Java 1.4, toss it into the bin. Apart from that, I developed an easy set of rules:
<ul>
<li>Old, stable technology (e.g. K&amp;R, Tcl): 15 years is no age for a C book. If it is older, toss it, unless it is a classic.</li>
<li>Basic technology (e.g. TCP/IP, Routing protocols, Unix books): Older than 10 years: Toss. Make exceptions, err on the safe side.</li>
<li>Specific technology (e.g. Apache Modules, Programming languages): Older than five years: Toss. Noone cares about Apache 1.3 modules any longer. Or perl 4.</li>
<li>Theory books (Dragon Book, Knuth): Always bring. They probably never get outdated. The font gets smaller every year though; I am surprised how they do it.</li>
</ul>
<p>So I ended up with a surprising large pile of books that I will toss out, some which I thought indispensable for a long time. Gee, I used the Comer to beat sense into a co-worker (that is not a figure of speech)  in another life when he insisted on deliberately misconfiguring his SLIP (!) link. And now it is seventeen years old and off to college? Scary. </p>
<p>Amazing that some of my oldest and grimiest books survived that<br />
selection easily. I did drop the Wirth (&#8221;Datenstrukturen in Modula-2&#8243;),<br />
though I can not remember whether I dropped it by value or by reference.</p>
<p>BTW SLIP: There is &#8220;PPP Design and Debugging&#8221;, which I used to prove to a router vendor that his engineers are full of shit and they have a bug in their frigging PPP implementation with certain MTU sizes. A classic. The router vendor no longer exists and the engineer has probably retired years ago. Sweet, fond memories. Parting hurts.</p>
<p>Anyone wants to snatch up a few kilograms of technology books? <img src='http://henning.schmiedehausen.org/wingnut-diaries/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/98/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The date is set</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/97</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/97#comments</comments>
		<pubDate>Fri, 18 Jul 2008 10:49:01 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Personal</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/97</guid>
		<description><![CDATA[August 17th, 2008. 1:20 pm, LH943, LH458
http://www.mp3lyrics.org/e/electric-light-orchestra/steppin/

]]></description>
			<content:encoded><![CDATA[<p>August 17th, 2008. 1:20 pm, LH943, LH458</p>
<p><a href="http://www.mp3lyrics.org/e/electric-light-orchestra/steppin/">http://www.mp3lyrics.org/e/electric-light-orchestra/steppin/</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/97/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The attraction of cheap gas…</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/96</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/96#comments</comments>
		<pubDate>Mon, 14 Jul 2008 11:30:04 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Personal</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/96</guid>
		<description><![CDATA[We have a fuel station in the city that is about 5 euro-cents per liter cheaper that any other fuel station in the city. This means, when I fill up my car from an empty tank, I will save ~60 liters x 5 cents = 300 cents or 3 Euros. 
However, there are always long [...]]]></description>
			<content:encoded><![CDATA[<p>We have a fuel station in the city that is about 5 euro-cents per liter cheaper that any other fuel station in the city. This means, when I fill up my car from an empty tank, I will save ~60 liters x 5 cents = 300 cents or 3 Euros. </p>
<p>However, there are always long queues in front of that station and having to wait 15-20 minutes is pretty usual. So I spend 15 minutes time to save three Euros. Or I value an hour of my lifetime at about 12 Euros. </p>
<p>That&#8217;s why I ignore the &#8220;cheap gas&#8221; stations. Because they are not.
</p>
]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/96/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nothing to see here, move along, move along…</title>
		<link>http://henning.schmiedehausen.org/wingnut-diaries/archives/95</link>
		<comments>http://henning.schmiedehausen.org/wingnut-diaries/archives/95#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:50:42 +0000</pubDate>
		<dc:creator>Henning</dc:creator>
		
	<dc:subject>Netstuff</dc:subject><dc:subject>dr who</dc:subject><dc:subject>funny</dc:subject><dc:subject>tv shows</dc:subject>
		<guid isPermaLink="false">http://henning.schmiedehausen.org/wingnut-diaries/archives/95</guid>
		<description><![CDATA[* WPG2 Plugin Not Validated *
Contrary to the revelations in a popular UK TV Show, there are no doomsday devices around here and no secret stations to activate them. So move along, nothing to see here.
(And we don&#8217;t speak with a funny british around here accent either.)

dr who  funny  tv shows]]></description>
			<content:encoded><![CDATA[<div class="g2image_float_left">* WPG2 Plugin Not Validated *</div>
<p>Contrary to the <a href="http://tardis.wikia.com/wiki/Journey%27s_End">revelations in a popular UK TV Show</a>, there are no doomsday devices around here and no <a href="http://tardis.wikia.com/wiki/Osterhagen_key">secret stations to activate them</a>. So move along, nothing to see here.</p>
<p>(And we don&#8217;t speak with a funny british around here accent either.)
</p>
<a href="http://henning.schmiedehausen.org/wingnut-diaries/tag/dr-who" rel="tag">dr who</a>  <a href="http://henning.schmiedehausen.org/wingnut-diaries/tag/funny" rel="tag">funny</a>  <a href="http://henning.schmiedehausen.org/wingnut-diaries/tag/tv-shows" rel="tag">tv shows</a>]]></content:encoded>
			<wfw:commentRss>http://henning.schmiedehausen.org/wingnut-diaries/archives/95/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
