<?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>/var/log/prakti</title>
	<atom:link href="http://www.prakti.org/~myself/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prakti.org/~myself</link>
	<description>Hacks and the City</description>
	<pubDate>Sat, 15 Nov 2008 15:59:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Collectible Certificates</title>
		<link>http://www.prakti.org/~myself/2008/11/14/collectible-certificates/</link>
		<comments>http://www.prakti.org/~myself/2008/11/14/collectible-certificates/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 19:55:46 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

		<guid isPermaLink="false">http://www.prakti.org/~myself/?p=91</guid>
		<description><![CDATA[When you study computers-science at the University of Paderborn you get taught the Java programming language in your first two semesters (which you might already know by then). Afterwards you get a brief introduction on other programming paradigms and the corresponding languages: C, Pascal, Lisp, ML, SmallTalk, SQL, Prolog, &#8230;
Starting from your third semester you [...]]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2008/11/14/collectible-certificates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>And don&#8217;t forget his `significant other`</title>
		<link>http://www.prakti.org/~myself/2008/11/05/and-dont-forget-his-significant-other/</link>
		<comments>http://www.prakti.org/~myself/2008/11/05/and-dont-forget-his-significant-other/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 20:22:29 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.prakti.org/~myself/?p=89</guid>
		<description><![CDATA[Apart from all the common rejoicing of Barack Obama&#8217;s election, many people are talking about the expectations the new president will have to face. Apart from our confidence towards his abilities we should also take hers into account. Michelle Obama has been portrayed several times as at least as intelligent as her husband and she [...]]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2008/11/05/and-dont-forget-his-significant-other/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Optimization in Python</title>
		<link>http://www.prakti.org/~myself/2008/09/13/optimization-in-python/</link>
		<comments>http://www.prakti.org/~myself/2008/09/13/optimization-in-python/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 00:45:46 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[Studies]]></category>

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

		<guid isPermaLink="false">http://www.prakti.org/~myself/2008/09/13/optimization-in-python/</guid>
		<description><![CDATA[At the moment I&#8217;m preparing a workshop for the Python programming language and thus I&#8217;m looking for interesting examples. They should be short and sweet and I already stumbled over The sieve of Erastosthenes. Unfortunately, I was a bit keen to present some advanced data structures from Python. Because of that the performance of my [...]]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2008/09/13/optimization-in-python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Test from within Vim</title>
		<link>http://www.prakti.org/~myself/2008/09/13/test-from-within-vim/</link>
		<comments>http://www.prakti.org/~myself/2008/09/13/test-from-within-vim/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 23:11:04 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.prakti.org/~myself/2008/09/13/test-from-within-vim/</guid>
		<description><![CDATA[I like to use gVim for writing. It&#8217;s great, as soon as you&#8217;re used to it&#8217;s
inner workings. Since I was looking for a decent tool to write blogposts I
have also taken a look at plugins for vim. I&#8217;m momentarily using
Vimpress
to write this post. Let&#8217;s see if it works.
]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2008/09/13/test-from-within-vim/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto backport ClamAV in Debian Etch (stable)</title>
		<link>http://www.prakti.org/~myself/2007/12/29/howto-backport-clamav-daemon-in-debian-etch-unstable/</link>
		<comments>http://www.prakti.org/~myself/2007/12/29/howto-backport-clamav-daemon-in-debian-etch-unstable/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 13:30:20 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.prakti.org/~myself/2007/12/29/howto-backport-clamav-daemon-in-debian-etch-unstable/</guid>
		<description><![CDATA[At the moment clamd (Packet clamav-daemon) in Debian Etch has a bug which lets it hang at some random point during it&#8217;s reload of the virus-database.
Bug #454587 &#8212; clamav-daemon: Clamav hangs checking database
So far one temporal cure is the completely purge and reinstall the clamav-packages. Also be sure to delete the directory containing the virus-database. [...]]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2007/12/29/howto-backport-clamav-daemon-in-debian-etch-unstable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The third option</title>
		<link>http://www.prakti.org/~myself/2007/07/17/the-third-option/</link>
		<comments>http://www.prakti.org/~myself/2007/07/17/the-third-option/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 15:18:51 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.prakti.org/~myself/2007/07/17/the-third-option/</guid>
		<description><![CDATA[As the release date of the seventh and last book of the &#8220;Harry Potter&#8221; series is getting closer, the most exciting question is not: &#8220;Will Voldemort be defeated?&#8221;, no it&#8217;s mostly obvious that Voldemort will be defeated, the really important question, is: &#8220;Is Severus Snape good or evil&#8221;. There are many theories out on the [...]]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2007/07/17/the-third-option/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pwn1ng T3H C00kb00k</title>
		<link>http://www.prakti.org/~myself/2007/05/07/pwn1ng-t3h-c00kb00k/</link>
		<comments>http://www.prakti.org/~myself/2007/05/07/pwn1ng-t3h-c00kb00k/#comments</comments>
		<pubDate>Mon, 07 May 2007 08:43:27 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.prakti.org/~myself/2007/05/07/pwn1ng-t3h-c00kb00k/</guid>
		<description><![CDATA[Since last Saturday I&#8217;m the proud owner of &#8220;das Kochbuch für Geeks&#8221; (en: &#8220;the Cookbook for Geeks&#8221;). I stumbled upon it, while browsing the O&#8217;Reilly Shelf at my favourite Bookstore. 

The geeks Cookbook at Oreilly&#8221;
I really have to say: this book is &#8220;straight to the point&#8221;, its teh *definitive* guide for every noob in the [...]]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2007/05/07/pwn1ng-t3h-c00kb00k/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python is Bliss</title>
		<link>http://www.prakti.org/~myself/2007/04/05/python-is-bliss/</link>
		<comments>http://www.prakti.org/~myself/2007/04/05/python-is-bliss/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 20:57:39 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[Studies]]></category>

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

		<guid isPermaLink="false">http://www.prakti.org/~myself/2007/04/05/python-is-bliss/</guid>
		<description><![CDATA[The more I use Python, the more it becomes my favourite Programming Language. Two days ago I started learning 3D-Programming with OpenGL.
The Python bindings proved to be fast and well documented and everything was quite nice and easy. But as I&#8217;m taking a course on 3D-Programming at University (called Computergraphics 2) I was forced to [...]]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2007/04/05/python-is-bliss/feed/</wfw:commentRss>
		</item>
		<item>
		<title>pushing Bits</title>
		<link>http://www.prakti.org/~myself/2006/11/15/pushing-bits/</link>
		<comments>http://www.prakti.org/~myself/2006/11/15/pushing-bits/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 01:17:50 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[Studies]]></category>

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

		<guid isPermaLink="false">http://www.prakti.org/~myself/2006/11/15/pushing-bits/</guid>
		<description><![CDATA[At the moment I&#8217;m at a most painful taskt of converting different Java types into  byte-array for sending over the network.
I need to remember that Java stores everything in a 2complement notation. 
But to handle all that stuff I&#8217;ve written my own Byte-O-Rama Class in Java. It&#8217;s a shit that Java isn&#8217;t even able [...]]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2006/11/15/pushing-bits/feed/</wfw:commentRss>
		</item>
		<item>
		<title>wmii-3</title>
		<link>http://www.prakti.org/~myself/2006/09/23/wmii-3/</link>
		<comments>http://www.prakti.org/~myself/2006/09/23/wmii-3/#comments</comments>
		<pubDate>Sat, 23 Sep 2006 15:10:13 +0000</pubDate>
		<dc:creator>Prakti</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.prakti.org/~myself/2006/09/23/wmii-3/</guid>
		<description><![CDATA[wmii-3 is my new window-manager. It&#8217;s great and I&#8217;m on it to get it modified for my needs. I think I will give the acpitools, combined with some awk, grep magic a go to display battery-info in my status-bar below.
]]></description>
		<wfw:commentRss>http://www.prakti.org/~myself/2006/09/23/wmii-3/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
