<?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"
	>

<channel>
	<title>What Do You Want?</title>
	<atom:link href="http://zhadum.org.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://zhadum.org.uk</link>
	<description>Taking comfort in the Unfairness of the Universe</description>
	<pubDate>Thu, 13 Nov 2008 20:20:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>NetBSD TV: The Media Server</title>
		<link>http://zhadum.org.uk/2008/11/13/netbsd-tv-the-media-server/</link>
		<comments>http://zhadum.org.uk/2008/11/13/netbsd-tv-the-media-server/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 20:16:27 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[NetBSD]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=407</guid>
		<description><![CDATA[As I mentioned recently I bought a Playstation 3 (PS3) to use as a streaming video client in conjunction with the MediaTomb UPnP media server. Here is my recipe for installing and configuring the server package under NetBSD. The instructions apply to version 0.11.0nb2 or newer of the package, older versions provide neither a startup [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned recently I bought a <a title="NetBSD TV: The Streaming Video Client" href="/2008/11/10/netbsd-tv-the-streaming-video-client/">Playstation 3</a> (PS3) to use as a streaming video client in conjunction with the <a title="MediaTomb" href="http://mediatomb.cc/">MediaTomb</a> UPnP media server. Here is my recipe for installing and configuring the server <a title="multimedia/mediatomb" href="http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/multimedia/mediatomb/README.html">package</a> under NetBSD. The instructions apply to version 0.11.0nb2 or newer of the package, older versions provide neither a startup script nor a dedicated user account.</p>
<ol>
<li>Use <code>make install</code> or <a title="pkg_add(1)" href="http://netbsd.gw.com/cgi-bin/man-cgi?pkg_add+1+NetBSD-current">pkg_add(1)</a> to install the package.</li>
<li>Start the MediaTomb server manually as user <em>root</em> with the following command:<br />
<code>/usr/pkg/share/examples/rc.d/mediatomb start</code><br />
Wait about 5 seconds and stop the server with this command afterwards:<br />
<code>/usr/pkg/share/examples/rc.d/mediatomb stop</code><br />
The server should have created a configuration file located under <em>/var/mediatomb/config.xml</em>. Please use your favourite editor to make the changes suggested below.</li>
<li> Change <em>&lt;accounts enabled=&#8221;no&#8221; &#8230;&gt;</em> to <em>&lt;accounts enabled=&#8221;yes&#8221; &#8230;&gt;</em> and add a password to the account definition one line below. This will protect the web user interface by password and stop unauthorized users from browsing your file systems.</li>
<li>You can define a name for your media server by changing the <em>&lt;name&gt;MediaTomb&lt;/name&gt;</em> line.</li>
<li>If you want to use a firewall to restrict access to MediaTomb you need to put a fixed port number above 49152 into the <em>&lt;ports&gt;0&lt;/ports&gt;</em> line. MediaTomb will otherwise choose a port number dynamically.</li>
<li>Change the <em>&lt;protocolInfo extend=&#8221;no&#8221;/&gt;</em> to <em>&lt;protocolInfo extend=&#8221;yes&#8221;/&gt;</em> to enable support for protocol extensions required by the Playstation 3.</li>
<li>Further down in the <em>mappings</em> section you will find an entry to enable DivX support for the PS3. Uncommenting that line isn&#8217;t really necessary to watch DivX files. But it will enable shiny DivX icons for all <em>.avi</em> files in the PS3&#8217;s video menu.</li>
<li>Start the server again and and look at the logfile <em>/var/log/mediatomb.log</em>. You should find two lines likes these at the end of the logfile:<br />
<code>2008-11-11 01:02:03    INFO: MediaTomb Web UI can be reached by following this link:<br />
2008-11-11 01:02:03    INFO: http://192.0.2.1:49152/</code><br />
Please visit this URL with a web browser and login into the web user interface using the account <em>mediatomb</em> and the password you defined previously.</li>
<li>Use the <em>Filesystem</em> option of the web user interface to select directories with media content (audio or video) that should be exported to the PS3.</li>
<li>Finally enable autostart of the server by copying <em>/usr/pkg/share/examples/rc.d/mediatomb </em>to <em>/etc/rc.d</em> and adding <em>mediatomb=YES</em> to <em>/etc/rc.conf</em>.</li>
</ol>
<p>You should now be able to enjoy your audio and video files on your Playstation 3.</p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/11/13/netbsd-tv-the-media-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NetBSD TV: The Streaming Video Client</title>
		<link>http://zhadum.org.uk/2008/11/10/netbsd-tv-the-streaming-video-client/</link>
		<comments>http://zhadum.org.uk/2008/11/10/netbsd-tv-the-streaming-video-client/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 23:27:29 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[NetBSD]]></category>

		<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=382</guid>
		<description><![CDATA[For quite some time I&#8217;ve been looking for a streaming video client that would allow me to watch the video files that are stored on my NetBSD server on the TV in the sitting room. I thought that my requirements for such a client were pretty basic:

Decent analog video (preferably via a SCART connector) and [...]]]></description>
			<content:encoded><![CDATA[<p>For quite some time I&#8217;ve been looking for a streaming video client that would allow me to watch the video files that are stored on my NetBSD server on the TV in the sitting room. I thought that my requirements for such a client were pretty basic:</p>
<ol>
<li>Decent analog video (preferably via a <a title="Scart" href="http://en.wikipedia.org/wiki/Scart">SCART</a> connector) and digitial audio output.</li>
<li>An HDMI connector for future use.</li>
<li>Support for popular video file formats like <a title="DivX" href="http://en.wikipedia.org/wiki/Divx">DivX</a> and <a title="MPEG-4 Part 14" href="http://en.wikipedia.org/wiki/Mp4">MP4</a>.</li>
<li>Doesn&#8217;t require a proprietary server software.</li>
<li>A good <a title="Woman acceptance factor" href="http://en.wikipedia.org/wiki/Woman_acceptance_factor">WAF</a>.</li>
</ol>
<p>But I was wrong. I couldn&#8217;t find any streaming video client that met these demands in over a year. When I recently learned that Sony&#8217;s Playstation 3 (PS3) supports DivX in newer versions of its firmware my interest was sparked. After a bit of research I found a number of facts in favour of the PS3:</p>
<ol>
<li>The PS3 supports <a title="UPnP AV" href="http://en.wikipedia.org/wiki/Upnp#UPnP_AV_.28Audio_and_Video.29_standards">UPnP AV</a> and works fine with <a title="MediaTomb" href="http://mediatomb.cc/">MediaTomb</a>, an open source UPnP MediaServer.</li>
<li>The PS3 has all the video and audio connectors that I wanted.</li>
<li>As the PS3 can also play DVDs it could replace my DVD player. That would not only avoid an increase in the number of devices in the sitting room but also prevent a shortage of SCART ports on the TV.</li>
<li>The case of the PS3 is well designed and shiny.</li>
<li>In addition to all that the PS3 is also a powerful game console and a <a title="Blu-ray Disc" href="http://en.wikipedia.org/wiki/Blue_ray_disc">Blu-ray Disc</a> player. And I was keen to play <a title="Assassin's Creed" href="http://assassinscreed.uk.ubi.com/experience/">Assassin&#8217;s Creed</a> anyway.</li>
</ol>
<p>Based on the above evaluation I came up with a profound business case which was approved by <a title="Cuty Cat's Blog" href="http://cuty-c.at/">the secretary of domestic affairs</a> straight away (the WAF was even better than anticipated). I bought a Playstation 3 online the next day.</p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/11/10/netbsd-tv-the-streaming-video-client/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Queen + Paul Rodgers at the O2</title>
		<link>http://zhadum.org.uk/2008/11/09/queen-paul-rodgers-at-the-o2/</link>
		<comments>http://zhadum.org.uk/2008/11/09/queen-paul-rodgers-at-the-o2/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 19:00:45 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=370</guid>
		<description><![CDATA[Last Friday Silke, me and over 10.000 other people had a really good time in The O2 arena in London. That was of course due to our hosts, Queen + Paul Rodgers.
The concert was brilliant, just as I expected. Brian May&#8217;s mastery of the guitar is just breathtaking. Roger Taylor is looking a bit older [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday Silke, me and over 10.000 other people had a really good time in <a title="The O2 arena" href="http://en.wikipedia.org/wiki/The_O2_arena_(London)">The O<sub>2</sub> arena</a> in London. That was of course due to our hosts, <a title="Queen + Paul Rodgers" href="http://en.wikipedia.org/wiki/Queen_(band)#Queen_.2B_Paul_Rodgers">Queen + Paul Rodgers</a>.</p>
<p>The concert was brilliant, just as I expected. <a title="Brian May" href="http://en.wikipedia.org/wiki/Brian_May">Brian May</a>&#8217;s mastery of the guitar is just breathtaking. <a title="Roger Meddows-Taylor" href="http://en.wikipedia.org/wiki/Roger_Meddows-Taylor">Roger Taylor</a> is looking a bit older than he used to but his abilities as a drummer haven&#8217;t been affected at all. He even played the famous bassline from <a title="Under Pressure" href="http://en.wikipedia.org/wiki/Under_Pressure">Under Pressure</a> on an electronic bass guitar using his drumsticks. And while nobody can replace the late <a title="Freddie Mercury" href="http://en.wikipedia.org/wiki/Freddie_Mercury">Freddie Mercury</a> the new lead singer <a title="Paul Rodgers" href="http://en.wikipedia.org/wiki/Paul_Rodgers">Paul Rodgers</a> is an excellent musician.</p>
<p>Besides some great songs from the new album the <a title="The Cosmos Rocks" href="http://en.wikipedia.org/wiki/The_Cosmos_Rocks">The Cosmos Rocks</a> they played the classics that people love. There is nothing like celebrating <a title="We Will Rock You" href="http://en.wikipedia.org/wiki/We_Will_Rock_You">We Will Rock You</a> with thousands of others or singing <a title="We Are the Champions" href="http://en.wikipedia.org/wiki/We_Are_the_Champions">We Are the Champions</a> at the top of your lungs.</p>
<p>Silke and I are both hoping that this wasn&#8217;t the last Queen + Paul Rodgers concert that we have lived to see.</p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/11/09/queen-paul-rodgers-at-the-o2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Exorcism of my Mac</title>
		<link>http://zhadum.org.uk/2008/11/02/the-exorcism-of-my-mac/</link>
		<comments>http://zhadum.org.uk/2008/11/02/the-exorcism-of-my-mac/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 18:40:35 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=355</guid>
		<description><![CDATA[After I updated my Power Mac G5 to Mac OS X Leopard the system seemed to work fine at first. But over time I experienced an increasing number of kernel panics. They all looked like the kernel panic described in this thread on one of Apple&#8217;s mailing lists. Reading this e-mail exchange two causes of [...]]]></description>
			<content:encoded><![CDATA[<p>After I <a title="Updating to Mac OS X Leopard" href="/2008/05/09/updating-to-mac-os-x-leopard/">updated</a> my Power Mac G5 to Mac OS X Leopard the system seemed to work fine at first. But over time I experienced an increasing number of kernel panics. They all looked like the kernel panic described in this <a title="pmap_unnest: Other processor did not see interruption request" href="http://lists.apple.com/archives/Darwin-kernel/2004/Oct/msg00004.html">thread</a> on one of Apple&#8217;s mailing lists. Reading this e-mail exchange two causes of the problem seemed to be likely:</p>
<ol>
<li>A hardware problem.</li>
<li>A broken device driver.</li>
</ol>
<p>As running the Apple Hardware Test didn&#8217;t reveal any problem I decided to re-install Leopard from scratch to get rid of broken drivers. The virtual networking driver bundled with Microsoft&#8217;s Virtual PC was number one on my list of suspects.</p>
<p>Installing Leopard worked like a charm. <a title="Time Machine" href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a> allowed me to restore all the applications and data that I wanted to keep from my external backup hard disk. And I didn&#8217;t experience a single kernel panic ever since.</p>
<p>Yesterday when it was time for the weekly backups of all our machines &#8230; well of most of them <img src='http://zhadum.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8230; I wondered whether I managed to fix another problem of my Power Mac G5: the broken front <a title="FireWire" href="http://en.wikipedia.org/wiki/FireWire">FireWire</a> port. Time Machine had never worked properly if the hard disk was connected to the front port. Accessing the hard disk resulted in a lot of input/output errors and the backup finally failed. I even brought my Mac to the <a title="Apple Store, Grand Arcade" href="http://www.apple.com/uk/retail/grandarcade/">local Apple shop</a> for a repair which didn&#8217;t fix the problem unfortunately. Could the mysterious broken driver have interfered with the FireWire driver as well?</p>
<p>I connected the hard disk to the front FireWire port and started a job that tried to read all the files on the volume. The job completed after two hours without a single input/output error. Encouraged by this success I started a Time Machine backup run. To my delight it finished without problems too.</p>
<p>It seems that the time it took to re-install the machine was well invested and I managed to exorcise whatever was causing these problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/11/02/the-exorcism-of-my-mac/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Autumn Colours</title>
		<link>http://zhadum.org.uk/2008/10/29/autumn-colours/</link>
		<comments>http://zhadum.org.uk/2008/10/29/autumn-colours/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 14:05:55 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[Real Life]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=340</guid>
		<description><![CDATA[Last saturday Silke and I visited the Cambridge University Botanic Garden for a relaxing walk. We were overwhelmed by the beauty of all the trees in their autumn colours. As we didn&#8217;t bring a camera Silke went back on Monday during her lunch break and took these amazing photos.






]]></description>
			<content:encoded><![CDATA[<p>Last saturday Silke and I visited the <a title="Cambridge University Botanic Garden " href="http://www.botanic.cam.ac.uk/">Cambridge University Botanic Garden</a> for a relaxing walk. We were overwhelmed by the beauty of all the trees in their autumn colours. As we didn&#8217;t bring a camera Silke went back on Monday during her lunch break and took these amazing photos.</p>
<p><a href="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-2-large.jpg"><img class="aligncenter size-full wp-image-342" title="Autumn Colours 2" src="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-2.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p><a href="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-3-large.jpg"><img class="aligncenter size-full wp-image-343" title="Autumn Colours 3" src="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-3.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p><a href="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-4-large.jpg"><img class="aligncenter size-full wp-image-345" title="Autumn Colours 4" src="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-4.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p><a href="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-5-large.jpg"><img class="aligncenter size-full wp-image-347" title="Autumn Colours 5" src="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-5.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p><a href="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-6-large.jpg"><img class="aligncenter size-full wp-image-348" title="Autumn Colours 6" src="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-6.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p><a href="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-7-large.jpg"><img class="aligncenter size-full wp-image-349" title="Autumn Colours 7" src="http://zhadum.org.uk/wp-content/uploads/2008/10/autumn-colours-7.jpg" border="0" alt="" width="320" height="240" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/10/29/autumn-colours/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A trip to York</title>
		<link>http://zhadum.org.uk/2008/10/26/a-trip-to-york/</link>
		<comments>http://zhadum.org.uk/2008/10/26/a-trip-to-york/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 20:00:04 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[Holidays]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=316</guid>
		<description><![CDATA[Last weekend Silke and I visited York in the North of England (this may be debatable, but coming from Cambridge it is the North). York is a beautiful city with a lot of medieval buildings including remainders of the fortification around its centre. The city was founded by the Romans almost 2000 years ago.

On Saturday [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend Silke and I visited <a title="York" href="http://en.wikipedia.org/wiki/York">York</a> in the North of England (this may be debatable, but coming from Cambridge it is the North). York is a beautiful city with a lot of medieval buildings including remainders of the fortification around its centre. The city was founded by the <a title="Ancient Rome" href="http://en.wikipedia.org/wiki/Ancient_Rome">Romans</a> almost 2000 years ago.</p>
<p><a href="http://zhadum.org.uk/wp-content/uploads/2008/10/york-bridge-large.jpg"><img class="aligncenter size-full wp-image-320" title="A bridge in York" src="http://zhadum.org.uk/wp-content/uploads/2008/10/york-bridge.jpg" border="0" alt="A bridge in York" width="320" height="240" /></a></p>
<p>On Saturday we visited the <a title="York Minster" href="http://www.yorkminster.org/">York Minster</a>, the impressive church on the northern fringe of the city centre. There was no way to get a complete photo so a partial will have to do.</p>
<p><a href="http://zhadum.org.uk/wp-content/uploads/2008/10/york-minster-large.jpg"><img class="aligncenter size-full wp-image-317" title="York Minster" src="http://zhadum.org.uk/wp-content/uploads/2008/10/york-minster.jpg" border="0" alt="York Minster" width="320" height="240" /></a></p>
<p>The next morning we toured the <a title="National Railway Museum" href="http://www.nrm.org.uk/">National Railway Museum</a>. There are a lot of famous trains on display in the museum including Queen Victoria&#8217;s carriage and the <a title="Mallard" href="http://en.wikipedia.org/wiki/LNER_Class_A4_4468_Mallard">Mallard</a>, the allegedly fastest steam locomotive of the world.</p>
<p><a href="http://zhadum.org.uk/wp-content/uploads/2008/10/mallard-large.jpg"><img class="aligncenter size-full wp-image-329" title="Mallard" src="http://zhadum.org.uk/wp-content/uploads/2008/10/mallard.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p>Hungry and a bit tired from exploring the museum for hours we had a really nice lunch break in <a title="Bettys Café Tea Rooms" href="http://www.bettys.co.uk/">Bettys Café Tea Rooms</a>. After another walk through the city centre we set out to drive home -  and just in time as it started raining.</p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/10/26/a-trip-to-york/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Konaki Greek Restaurant</title>
		<link>http://zhadum.org.uk/2008/10/17/konaki-greek-restaurant/</link>
		<comments>http://zhadum.org.uk/2008/10/17/konaki-greek-restaurant/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 22:42:52 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[Cafe's and Restaurants]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=304</guid>
		<description><![CDATA[There is a large variety of great restaurants in Cambridge which offer all kinds of excellent food. But so far Silke and I haven&#8217;t found a nice greek restaurant like the ones we knew from Germany.
After visiting the Hadrian: Empire and Conflict exhibition in London yesterday we were looking for a nice place to have [...]]]></description>
			<content:encoded><![CDATA[<p>There is a large variety of great restaurants in Cambridge which offer all kinds of excellent food. But so far Silke and I haven&#8217;t found a nice greek restaurant like the ones we knew from Germany.</p>
<p>After visiting the <a title="British Museum - Hadrian: Empire and Conflict" href="http://www.britishmuseum.org/whats_on/all_current_exhibitions/hadrian_empire_and_conflict.aspx">Hadrian: Empire and Conflict</a> exhibition in London yesterday we were looking for a nice place to have dinner. Just around the corner from the British Museum we found a greek restaurant called <a title="Konaki Greek Restaurant" href="http://www.konaki.co.uk/">Konaki</a> which we hadn&#8217;t noticed before. We took a quick look at the menu and decided to give it a try.</p>
<p>We were lucky and got a table because the restaurant was full about half an hour later. After we tried our food we knew why. Our meals were delicious and the portions generous, just like in the greek restaurants we remembered. I suspect Konaki hasn&#8217;t seen us for the last time.</p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/10/17/konaki-greek-restaurant/feed/</wfw:commentRss>
		</item>
		<item>
		<title>20 Year High School Reunion</title>
		<link>http://zhadum.org.uk/2008/09/27/20-year-high-school-reunion/</link>
		<comments>http://zhadum.org.uk/2008/09/27/20-year-high-school-reunion/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 21:31:55 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[Real Life]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=285</guid>
		<description><![CDATA[Two weeks ago my friend Mario and I visited Lippstadt, the town of our school days. The occassion was the 20 year high school reunion of the Ostendorf Gymnasium.
I felt a mixture of anticipation and apprehension when we arrived at the Goldener Hahn. But after sighting the first familiar faces I began to relax. The [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago my friend Mario and I visited <a title="Lippstadt" href="http://www.lippstadt.de/">Lippstadt</a>, the town of our school days. The occassion was the 20 year high school reunion of the <a title="Ostendorf Gymnasium Lippstadt" href="http://www.ostendorf-gymnasium.de/">Ostendorf Gymnasium</a>.</p>
<p>I felt a mixture of anticipation and apprehension when we arrived at the <a title="Goldener Hahn Lippstadt" href="http://www.goldenerhahn-lippstadt.de/">Goldener Hahn</a>. But after sighting the first familiar faces I began to relax. The first pleasant realisation was that I&#8217;m not the only who got older. I actually still have more hair and less grey hair than some of my former schoolmates. And while a lot of them have gained weight I lost one or two kilos in the last 20 years. <img src='http://zhadum.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Mario and I spent the rest of the evening talking to as many schoolmates as we could. Unfortunately not all the people I would have liked to meet attended the party. But most of the people I didn&#8217;t really need to see again weren&#8217;t there either. The hardest part was to remember everybody&#8217;s name.</p>
<p>During the evening I realized that I knew next to nothing about the girls on my high school. Well, considering that I was a fairly overweight geek with a lot of spots back then I shouldn&#8217;t have been surprised.</p>
<p>Alltogether it was a really nice event. I hope there will be another reunion in a few years.</p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/09/27/20-year-high-school-reunion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Security updates vs libtool</title>
		<link>http://zhadum.org.uk/2008/09/17/security-updates-vs-libtool/</link>
		<comments>http://zhadum.org.uk/2008/09/17/security-updates-vs-libtool/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 12:19:19 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=268</guid>
		<description><![CDATA[Apple has released another update for Mac OS X Leopard yesterday. As usual it fixes a lot of security problems and bugs.
Unfortunately it also breaks the development environment, and not for the first time. The update included new shared libraries e.g. version 0.11.8 of pixman. The related libtool archives however were not updated. As a [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has released <a title="About the Mac OS X 10.5.5 Update" href="http://support.apple.com/kb/HT2405">another update for Mac OS X Leopard</a> yesterday. As usual it fixes a lot of security problems and bugs.</p>
<p>Unfortunately it also breaks the development environment, and not for the first time. The update included new shared libraries e.g. version 0.11.8 of pixman. The related <a title="GNU Libtool" href="http://en.wikipedia.org/wiki/Libtool">libtool</a> archives however were not updated. As a result linking with one of the affected libraries fails because libtool tries to use an old version which no longer exists. Even after installing the latest version of <a title="Xcode" href="http://developer.apple.com/tools/xcode/">Xcode</a> (3.1.1) the problem remains.</p>
<p>Apple really needs to come up with a way to keep the development environment in sync with security updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/09/17/security-updates-vs-libtool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NIS under Mac OS X Leopard</title>
		<link>http://zhadum.org.uk/2008/09/10/nis-under-mac-os-x-leopard/</link>
		<comments>http://zhadum.org.uk/2008/09/10/nis-under-mac-os-x-leopard/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:08:38 +0000</pubDate>
		<dc:creator>Matthias Scheler</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://zhadum.org.uk/?p=261</guid>
		<description><![CDATA[After my LDAP server stopped working I had to re-configure my Mac to use NIS which caused me a lot of problems under Mac OS X in the past. But it seems that Apple actually fixed NIS support in Mac OS X Leopard. During the two days I used NIS as the directory service on [...]]]></description>
			<content:encoded><![CDATA[<p>After <a title="OpenLDAP server doesn't work with DB 4.7.* " href="http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=39500">my LDAP server stopped working</a> I had to re-configure my Mac to use NIS which caused me <a title="Mac OS X and NIS … just not good friends" href="/2007/02/16/mac-os-x-and-nis-just-not-good-friends/">a lot of problems</a> under Mac OS X in the past. But it seems that Apple actually fixed NIS support in Mac OS X Leopard. During the two days I used NIS as the directory service on my Mac I didn&#8217;t experience any login failures or NFS problems. AutoFS, the new automounter, even picked up the hierarchical Solaris-style automounter maps that my NIS server provides.</p>
<p>Since yesterday evening my Mac is using LDAP again after I managed to <a title="Fix for the &quot;opendap-server&quot; package" href="http://mail-index.netbsd.org/pkgsrc-changes/2008/09/09/msg010516.html">fix</a> the LDAP server. But it is good to know that I can use NIS as backup solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://zhadum.org.uk/2008/09/10/nis-under-mac-os-x-leopard/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
