<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>blog.gauner.org</title>
	<link>http://blog.gauner.org</link>
	<description>"When the power of love overcomes the love of power, the world will know peace." - Sri Chinmoy Ghose</description>
	<lastBuildDate>Wed, 07 Jul 2010 10:40:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>mini-buildd and Linux-Vserver</title>
		<description><![CDATA[After discovering mini-buildd, a tiny Debian buildd, I&#8217;ve tried to set it up inside some vservers. mini-buildd uses LVM-Snapshots to avoid duplicate work when creating build chroots. I will setup a base debian chroot once and create a snapshot each time a build chroot is needed. This, however, is where the fun begins. The problem [...]]]></description>
		<link>http://blog.gauner.org/blog/2010/07/07/mini-buildd-and-linux-vserver/</link>
			</item>
	<item>
		<title>Perl Best Practices</title>
		<description><![CDATA[Recently I&#8217;ve read a really interesting book. A book every perl developer should read. At least have a look at Appendix B which lists all guidelines in a brief summary.]]></description>
		<link>http://blog.gauner.org/blog/2010/06/29/perl-best-practices/</link>
			</item>
	<item>
		<title>Speedport W722V &#8211; Features? We ain&#8217;t need no Features!</title>
		<description><![CDATA[Dear Deutsche Telekom, I&#8217;ve just got to love your great CPE products. The Speedport W722V ist a great product, a impressive piece of german engineering! It provides lots and lots of usefull features. For example you can us it as a doorstop, paperweight or to prettify your home. But the point is: It is absolutely [...]]]></description>
		<link>http://blog.gauner.org/blog/2010/06/23/speedport-w722v-features-we-aint-need-no-features/</link>
			</item>
	<item>
		<title>Presidents on Twitter</title>
		<description><![CDATA[President Hugo Chavez announced the incident via his account on the social networking site Twitter. ROFL, literaly.]]></description>
		<link>http://blog.gauner.org/blog/2010/05/13/presidents-on-twitter/</link>
			</item>
	<item>
		<title>DENIC FAIL</title>
		<description><![CDATA[This is was it looks like when most of the german nameservers are down. This image shows the traffic of popular .de site. The drop isn&#8217;t remotely as sharp as I thought it would be.]]></description>
		<link>http://blog.gauner.org/blog/2010/05/12/denic-fail/</link>
			</item>
	<item>
		<title>Perl: Wide character in print</title>
		<description><![CDATA[Wanna get rid of these annoying &#8220;Wide character in print&#8221; warning perl gives you sometimes when dealing with unicode/UTF-8? Use binmode&#40;STDOUT, &#34;:utf8&#34;&#41;; on STDOUT or the appropriate filehandle, and perl will treat it as UTF-8 capable. You could also use the &#8220;-CSDA&#8221; option to tell perl that. Before: #!/usr/bin/perl -w use charnames ':full'; print &#34;\N{GREEK [...]]]></description>
		<link>http://blog.gauner.org/blog/2010/04/29/perl-wide-character-in-print/</link>
			</item>
	<item>
		<title>Threads in Perl are broken</title>
		<description><![CDATA[Ok, for most experienced perl programmers this is not new, but let me repeat it: Threads in Perl are broken. Really, really, severe broken. Do not use threads with Perl. Thread async is probably ok for smaller computations but for anything else use fork(). Not only are IPC-Signals really dangerous with threads and DBI can&#8217;t [...]]]></description>
		<link>http://blog.gauner.org/blog/2010/04/01/threads-in-perl-are-broken/</link>
			</item>
	<item>
		<title>Aprilscherze?</title>
		<description><![CDATA[Ja ist denn schon 1. April? Es geschehen noch Zeichen und Wunder: Telekom legt GlasfaseranschlÃ¼sse bis zum Endkunden IE9 unterstÃ¼tzt SVG]]></description>
		<link>http://blog.gauner.org/blog/2010/03/17/aprilscherze/</link>
			</item>
	<item>
		<title>virt-manager: Error starting domain</title>
		<description><![CDATA[Using KVM/virt-manager in Debian sid is interesing. You&#8217;ll get nice and fresh errors from time to time. KVM is constantly improving but you have to deal with unexpected changes from time to time which tend to break existing VMs. With the latest version I&#8217;ve got this error: Error starting domain: internal error unable to reserve [...]]]></description>
		<link>http://blog.gauner.org/blog/2010/03/16/virt-manager-error-starting-domain/</link>
			</item>
	<item>
		<title>KDE4.4: Getting rid of Akonadi-MySQL Startup Errors</title>
		<description><![CDATA[Since upgrading to KDE4.4 I&#8217;ve got startup errors each time Akonadi was started due to some missing MySQL system tables. It&#8217;s easy to fix this: akonadictl stop mysql_install_db --datadir=$HOME/.local/share/akonadi/db_data akonadictl start And don&#8217;t forget to install akonadi-kde-resource-googledata. Thanks to Trumpton.]]></description>
		<link>http://blog.gauner.org/blog/2010/03/14/kde4-4-getting-rid-of-akonadi-mysql-startup-errors/</link>
			</item>
</channel>
</rss>
