<?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>~magog/public</title>
	<atom:link href="http://www.joachim-bauch.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joachim-bauch.de</link>
	<description>random::entropy</description>
	<lastBuildDate>Thu, 05 Aug 2010 20:58:01 +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>Comments enabled</title>
		<link>http://www.joachim-bauch.de/2010/08/05/comments-enabled/</link>
		<comments>http://www.joachim-bauch.de/2010/08/05/comments-enabled/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 20:58:01 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=120</guid>
		<description><![CDATA[Comments have been missing on some pages.
This has been fixed (or better &#8220;added&#8221;) in the corresponding templates, so you can leave a short message for me pretty much everywhere now.
Oh, and please don&#8217;t use this to send spam to the world &#8211; your comments will be moderated anyway&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Comments have been missing on some pages.</p>
<p>This has been fixed (or better &#8220;added&#8221;) in the corresponding templates, so you can leave a short message for me pretty much everywhere now.</p>
<p>Oh, and please don&#8217;t use this to send spam to the world &#8211; your comments will be moderated anyway&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/08/05/comments-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pylzma 0.4.2 released</title>
		<link>http://www.joachim-bauch.de/2010/05/04/pylzma-0-4-2-released/</link>
		<comments>http://www.joachim-bauch.de/2010/05/04/pylzma-0-4-2-released/#comments</comments>
		<pubDate>Mon, 03 May 2010 23:03:08 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=114</guid>
		<description><![CDATA[
I&#8217;m pleased to announce the release of PyLZMA 0.4.2!
PyLZMA provides a platform independent Python wrapper for the LZMA compression SDK and basic support for reading .7z archives.
Changes since 0.4.1

improved speed on Windows (issue #10, thanks to David Agnew)
added missing files required for multithreading support to source release when packaged on Linux
fixed compilation with MinGW
updated wrong [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I&#8217;m pleased to announce the release of PyLZMA 0.4.2!</p>
<p>PyLZMA provides a platform independent Python wrapper for the LZMA compression SDK and basic support for reading .7z archives.</p>
<p>Changes since 0.4.1</p>
<ul>
<li>improved speed on Windows (issue #10, thanks to David Agnew)</li>
<li>added missing files required for multithreading support to source release when packaged on Linux</li>
<li>fixed compilation with MinGW</li>
<li>updated wrong package metadata</li>
</ul>
<p>You can get the source tarball from the <a href="http://pypi.python.org/pypi/pylzma/0.4.2" target="_blank">Python Package Index</a> or from <a href="http://github.com/fancycode/pylzma/tree/v0.4.2" target="_blank">github</a>. Windows binary eggs will be available in the next days.</p>
<p>If you&#8217;re using easy_install, grab the latest version using</p>
<pre>easy_install -U pylzma</pre>
<p>Please report any issues you are having with the new version to my <a href="http://bugs.fancycode.org/">bugtracker</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/05/04/pylzma-0-4-2-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>pylzma 0.4.1 released</title>
		<link>http://www.joachim-bauch.de/2010/04/26/pylzma-0-4-1-released/</link>
		<comments>http://www.joachim-bauch.de/2010/04/26/pylzma-0-4-1-released/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:16:26 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=108</guid>
		<description><![CDATA[I&#8217;m pleased to announce the release of PyLZMA 0.4.1!
PyLZMA provides a platform independent Python wrapper for the LZMA compression SDK and basic support for reading .7z archives.
Changes since 0.3.0

updated LZMA SDK to latest version 4.65
plain ANSI C now
fixed potential segfaults when running on 64bit (issue #9)
fixed compilation errors with newer versions of gcc (issue #6)
fixed [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the release of PyLZMA 0.4.1!</p>
<p>PyLZMA provides a platform independent Python wrapper for the LZMA compression SDK and basic support for reading .7z archives.</p>
<p>Changes since 0.3.0</p>
<ul>
<li>updated LZMA SDK to latest version 4.65</li>
<li>plain ANSI C now</li>
<li>fixed potential segfaults when running on 64bit (issue #9)</li>
<li>fixed compilation errors with newer versions of gcc (issue #6)</li>
<li>fixed compilation error on OSX</li>
<li>supports copy/zip/bzip2 compressed files in .7z archives</li>
<li>fixes CRC calculation across different Python versions</li>
<li>minor code cleanups</li>
</ul>
<p>You can get the source tarball from the <a href="http://pypi.python.org/pypi/pylzma/0.4.1" target="_blank">Python Package Index</a> or from <a href="http://github.com/fancycode/pylzma/tree/v0.4.1" target="_blank">github</a>. Windows binary eggs will be available in the next days.</p>
<p>If you&#8217;re using easy_install, grab the latest version using</p>
<pre>easy_install -U pylzma</pre>
<p>Please report any issues you are having with the new version to my <a href="http://bugs.fancycode.org/">bugtracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/04/26/pylzma-0-4-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pylzma moved to github</title>
		<link>http://www.joachim-bauch.de/2010/04/20/pylzma-moved-to-github/</link>
		<comments>http://www.joachim-bauch.de/2010/04/20/pylzma-moved-to-github/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 00:02:16 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=105</guid>
		<description><![CDATA[PyLZMA, the Python wrapper for the LZMA library has moved to github and can be reached at http://github.com/fancycode/pylzma. I&#8217;m planning to release an updated version soon, that fixes some pending bugs and uses the latest version of the LZMA SDK.
]]></description>
			<content:encoded><![CDATA[<p>PyLZMA, the Python wrapper for the LZMA library has moved to github and can be reached at <a href="http://github.com/fancycode/pylzma" target="_blank">http://github.com/fancycode/pylzma</a>. I&#8217;m planning to release an updated version soon, that fixes some pending bugs and uses the latest version of the LZMA SDK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/04/20/pylzma-moved-to-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fine music</title>
		<link>http://www.joachim-bauch.de/2010/04/19/fine-music/</link>
		<comments>http://www.joachim-bauch.de/2010/04/19/fine-music/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 19:56:36 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=101</guid>
		<description><![CDATA[Saw &#8220;the plastic smile&#8221; and &#8220;This Is A Standoff&#8221; last weekend. Check them out, if you&#8217;re into punk / hardcore music!
Thanks again to the guys from the plastic smile for providing me free tickets.
]]></description>
			<content:encoded><![CDATA[<p>Saw &#8220;<a href="http://www.theplasticsmile.de" target="_blank">the plastic smile</a>&#8221; and &#8220;<a href="http://www.thisisastandoff.com" target="_blank">This Is A Standoff</a>&#8221; last weekend. Check them out, if you&#8217;re into punk / hardcore music!</p>
<p>Thanks again to the guys from the plastic smile for providing me free tickets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/04/19/fine-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook has me</title>
		<link>http://www.joachim-bauch.de/2010/04/12/facebook-has-me/</link>
		<comments>http://www.joachim-bauch.de/2010/04/12/facebook-has-me/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:45:02 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=99</guid>
		<description><![CDATA[Well, I did it and finally created an account on Facebook  
Feel free to visit my profile and leave a comment.
]]></description>
			<content:encoded><![CDATA[<p>Well, I did it and finally created an account on Facebook <img src='http://www.joachim-bauch.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Feel free to visit <a href="http://www.facebook.com/people/Joachim-Bauch/100000941097782" target="_blank">my profile</a> and leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/04/12/facebook-has-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>spreed @ iPhone!</title>
		<link>http://www.joachim-bauch.de/2010/04/09/spreed-iphone/</link>
		<comments>http://www.joachim-bauch.de/2010/04/09/spreed-iphone/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 13:22:31 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[spreed]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=79</guid>
		<description><![CDATA[We have finally released the free spreed app for iPhone! You can save up to 90% calling costs and roaming charges for international calls.

Here are some of the features of the phone part:


lowest international inbound and outbound call rates
cheap calls to/from 240+ countries in the world
easy in-app purchase: top-up spreed call credits in iTunes
works with [...]]]></description>
			<content:encoded><![CDATA[<p>We have finally released the free spreed app for iPhone! You can save up to 90% calling costs and roaming charges for international calls.</p>
<p><a href="http://www.joachim-bauch.de/wp-content/uploads/2010/04/spreed_iphone_splash.png"><img class="alignleft size-full wp-image-87" title="spreed @ iPhone (splash screen)" src="http://www.joachim-bauch.de/wp-content/uploads/2010/04/spreed_iphone_splash.png" alt="" width="178" height="333" /></a><a href="http://www.joachim-bauch.de/wp-content/uploads/2010/04/spreed_iphone_dialpad.png"><img class="size-full wp-image-86 alignleft" title="spreed @ iPhone (dialpad)" src="http://www.joachim-bauch.de/wp-content/uploads/2010/04/spreed_iphone_dialpad.png" alt="" width="178" height="333" /></a><a href="http://www.joachim-bauch.de/wp-content/uploads/2010/04/spreed_iphone_meetings.png"><img class="size-full wp-image-94 alignnone" title="spreed @ iPhone (meetings)" src="http://www.joachim-bauch.de/wp-content/uploads/2010/04/spreed_iphone_meetings.png" alt="" width="178" height="333" /></a></p>
<div>Here are some of the features of the phone part:</div>
<div>
<ul>
<li>lowest international inbound and outbound call rates</li>
<li>cheap calls to/from 240+ countries in the world</li>
<li>easy in-app purchase: top-up spreed call credits in iTunes</li>
<li>works with your iPhone (any mobile operator) or any phone you have</li>
<li>call your contacts directly from your iPhone address book</li>
<li>instant call rate voice message</li>
<li>send click-to-call invitations to your friends</li>
<li>use any mobile operator internet or wifi</li>
<li>no call setup fees, no connection fees</li>
<li>no call subscription cost</li>
</ul>
</div>
<p>In addition to all these cool telephone features, you can schedule and join spreed meetings as you are used to with the regular spreed conferencing gui.</p>
<p>You can get the spreed app for free in the <a href="http://itunes.apple.com/app/spreed/id327211373" target="_blank">iTunes store</a>. More informations are available on the <a href="http://www.spreed.com/iphoneapp" target="_blank">spreed homepage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/04/09/spreed-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update online</title>
		<link>http://www.joachim-bauch.de/2010/04/09/update-online/</link>
		<comments>http://www.joachim-bauch.de/2010/04/09/update-online/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 22:51:18 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=74</guid>
		<description><![CDATA[The new version is finally online on the webserver. You should experience much faster response times that with the old site.
A few initial articles have been migrated, so you can find stuff about Red5, pylzma and my tutorial about loading a DLL from memory here, too. Please let me know if you are missing something [...]]]></description>
			<content:encoded><![CDATA[<p>The new version is finally online on the webserver. You should experience much faster response times that with the old site.</p>
<p>A few initial articles have been migrated, so you can find stuff about Red5, pylzma and my tutorial about loading a DLL from memory here, too. Please let me know if you are missing something &#8211; and no, I&#8217;m not talking about all the spam comments&#8230;</p>
<p>Have fun, Joachim</p>
<p>BTW: I&#8217;m currently using the theme &#8220;deCoder&#8221; from <a href="http://webdemar.com/" target="_blank">webdemar</a>, hope you like it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/04/09/update-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome back!</title>
		<link>http://www.joachim-bauch.de/2010/04/06/welcome-back/</link>
		<comments>http://www.joachim-bauch.de/2010/04/06/welcome-back/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 22:49:42 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/~magog/wordpress/?p=11</guid>
		<description><![CDATA[As I haven&#8217;t updated my old site for quite a while now and got a bit bored of its ancient layout, I decided to move on to something more blog-based.
So say hello to Wordpress, hopefully this will result in me posting updates and fancy stuff more often  
I&#8217;m trying to get my old content [...]]]></description>
			<content:encoded><![CDATA[<p>As I haven&#8217;t updated my old site for quite a while now and got a bit bored of its ancient layout, I decided to move on to something more blog-based.</p>
<p>So say hello to Wordpress, hopefully this will result in me posting updates and fancy stuff more often <img src='http://www.joachim-bauch.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;m trying to get my old content moved here soon, so stay tuned for updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/04/06/welcome-back/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
