<?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>Mon, 09 Apr 2012 20:29:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>MemoryModule 0.0.3 released</title>
		<link>http://www.joachim-bauch.de/2012/04/09/memorymodule-0-0-3-released/</link>
		<comments>http://www.joachim-bauch.de/2012/04/09/memorymodule-0-0-3-released/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 20:28:14 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=174</guid>
		<description><![CDATA[Much time has passed since the last version, so I&#8217;m pleased to announce the release of MemoryModule 0.0.3. MemoryModule is a library that can be used to load a DLL completely from memory &#8211; without storing on the disk first. Changes since 0.0.2: fixed compilation issues with gcc added mingw makefile added support for 64bit DLLs [...]]]></description>
			<content:encoded><![CDATA[<p>Much time has passed since the last version, so I&#8217;m pleased to announce the release of MemoryModule 0.0.3.</p>
<p>MemoryModule is a library that can be used to load a DLL completely from memory &#8211; without storing on the disk first.</p>
<p>Changes since 0.0.2:</p>
<ul>
<li>fixed compilation issues with gcc</li>
<li>added mingw makefile</li>
<li>added support for 64bit DLLs</li>
<li>fixed compilation issue when using Vista SDK﻿</li>
<li>fixed wrong checking of result from LoadLibrary for errors (issue #2)</li>
<li>minor code cleanup</li>
</ul>
<p>You can download the source from <a href="https://github.com/fancycode/MemoryModule/tarball/v0_0_3" target="_blank">github</a>, please report any issues in the <a href="https://github.com/fancycode/MemoryModule/issues" target="_blank">tracker</a>. As usual, any feedback, suggestions or patches are very welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2012/04/09/memorymodule-0-0-3-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>pylzma and Python 3.x</title>
		<link>http://www.joachim-bauch.de/2011/03/22/pylzma-and-python-3-x/</link>
		<comments>http://www.joachim-bauch.de/2011/03/22/pylzma-and-python-3-x/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 00:30:56 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=170</guid>
		<description><![CDATA[After some hacking around, the latest code on Github now has experimental support for Python 3.x and therefore should compile and run on both Python 2.x and 3.x. Please give it a try and report any glitches you are experiencing to my bugtracker.]]></description>
			<content:encoded><![CDATA[<p>After some hacking around, the latest code on <a href="https://github.com/fancycode/pylzma" target="_blank">Github</a> now has experimental support for Python 3.x and therefore should compile and run on both Python 2.x and 3.x.</p>
<p>Please give it a try and report any glitches you are experiencing to my <a href="http://bugs.fancycode.com/" target="_blank">bugtracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2011/03/22/pylzma-and-python-3-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pylzma 0.4.4 released</title>
		<link>http://www.joachim-bauch.de/2011/03/21/pylzma-0-4-4-released/</link>
		<comments>http://www.joachim-bauch.de/2011/03/21/pylzma-0-4-4-released/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 21:27:11 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=166</guid>
		<description><![CDATA[I’m pleased to announce the release of PyLZMA 0.4.4! PyLZMA provides a platform independent Python wrapper for the LZMA compression SDK and basic support for reading .7z archives. Changes since 0.4.3 fixed issue when compiling using MSVC (thanks Zart) fixed issue when compiling with gcc on i386 platforms (Github issue #2) You can get the [...]]]></description>
			<content:encoded><![CDATA[<p>I’m pleased to announce the release of PyLZMA 0.4.4!</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.3</p>
<ul>
<li>fixed issue when compiling using MSVC (thanks Zart)</li>
<li>fixed issue when compiling with gcc on i386 platforms (Github issue #2)</li>
</ul>
<p>You can get the source tarball from the <a href="http://pypi.python.org/pypi/pylzma/" target="_blank">Python Package Index</a> or from <a href="https://github.com/fancycode/pylzma/archives/master" target="_blank">Github</a>. Windows binary eggs will be available in the next days.</p>
<p>If you’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.com" target="_blank">bugtracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2011/03/21/pylzma-0-4-4-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>pylzma 0.4.3 released</title>
		<link>http://www.joachim-bauch.de/2011/01/17/pylzma-0-4-3-released/</link>
		<comments>http://www.joachim-bauch.de/2011/01/17/pylzma-0-4-3-released/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 21:36:05 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=161</guid>
		<description><![CDATA[I’m pleased to announce the release of PyLZMA 0.4.3! PyLZMA provides a platform independent Python wrapper for the LZMA compression SDK and basic support for reading .7z archives. Changes since 0.4.2 initial support for AES256-SHA256 encrypted archives (Bugzilla #7) improved decompression speed (GitHub #1) fixed potential segfault on file compression (Bugzilla #13) fixed issue when [...]]]></description>
			<content:encoded><![CDATA[<p>I’m pleased to announce the release of PyLZMA 0.4.3!</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.2</p>
<ul>
<li>initial support for AES256-SHA256 encrypted archives (Bugzilla #7)</li>
<li>improved decompression speed (GitHub #1)</li>
<li>fixed potential segfault on file compression (Bugzilla #13)</li>
<li>fixed issue when parsing .7z files without CRC informations</li>
<li>fixed wrong import in setup.py on non-windows platforms (Bugzilla #11)</li>
<li>various other small bugfixes, improvements</li>
</ul>
<p>You can get the source tarball from the <a href="http://pypi.python.org/pypi/pylzma/0.4.3" target="_blank">Python Package Index</a> or from <a href="http://github.com/fancycode/pylzma/tree/v0.4.3" target="_blank">github</a>. Windows binary eggs will be available in the next days.</p>
<p>If you’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/2011/01/17/pylzma-0-4-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python-libevent preview available</title>
		<link>http://www.joachim-bauch.de/2010/11/30/python-libevent-preview-available/</link>
		<comments>http://www.joachim-bauch.de/2010/11/30/python-libevent-preview-available/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 17:09:46 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=157</guid>
		<description><![CDATA[If you want to use the power of libevent in your Python programs, you might want to checkout the new library &#8220;python-libevent&#8221;. Initial preview code has been released on github, feedback is very welcome! Tested with Python 2.5+ and libevent2.0.9+ on Linux (x86_64).]]></description>
			<content:encoded><![CDATA[<p>If you want to use the power of <a href="http://monkey.org/~provos/libevent/" target="_blank">libevent</a> in your Python programs, you might want to checkout the new library &#8220;python-libevent&#8221;.</p>
<p>Initial preview code has been released on <a href="http://github.com/fancycode/python-libevent" target="_blank">github</a>, feedback is very welcome!</p>
<p>Tested with Python 2.5+ and libevent2.0.9+ on Linux (x86_64).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/11/30/python-libevent-preview-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python-continuum released</title>
		<link>http://www.joachim-bauch.de/2010/11/15/python-continuum-released/</link>
		<comments>http://www.joachim-bauch.de/2010/11/15/python-continuum-released/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 00:05:13 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=151</guid>
		<description><![CDATA[As a result of the article I discovered yesterday, there is a new Python library available now which can be used to perform consistent hashing. See this page for details and Github for some code.]]></description>
			<content:encoded><![CDATA[<p>As a result of the article I discovered yesterday, there is a new Python library available now which can be used to perform consistent hashing. See <a href="http://www.joachim-bauch.de/projects/python-continuum/" target="_self">this page</a> for details and <a href="http://github.com/fancycode/python-continuum" target="_blank">Github</a> for some code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/11/15/python-continuum-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consistent Hashing</title>
		<link>http://www.joachim-bauch.de/2010/11/14/consistent-hashing/</link>
		<comments>http://www.joachim-bauch.de/2010/11/14/consistent-hashing/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 00:48:00 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=132</guid>
		<description><![CDATA[Just stumbled upon an article explaining the technique of &#8220;consistent hashing&#8221;. Something that helps in determining one of several horizontally scaled servers to use for a given (cache) key. Nice read and something I didn&#8217;t hear of before: http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/ Already thinking of where to use it&#8230;]]></description>
			<content:encoded><![CDATA[<p>Just stumbled upon an article explaining the technique of &#8220;consistent hashing&#8221;. Something that helps in determining one of several horizontally scaled servers to use for a given (cache) key.</p>
<p>Nice read and something I didn&#8217;t hear of before:<br />
<a href="http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/" target="_blank">http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/</a></p>
<p>Already thinking of where to use it&#8230; <img src='http://www.joachim-bauch.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/11/14/consistent-hashing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MemoryModule and 64bit DLLs</title>
		<link>http://www.joachim-bauch.de/2010/10/24/memorymodule-and-64bit-dlls/</link>
		<comments>http://www.joachim-bauch.de/2010/10/24/memorymodule-and-64bit-dlls/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 00:52:57 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=126</guid>
		<description><![CDATA[Yay, I finally added experimental support for 64bit DLLs to MemoryModule! The code has moved to Github, so feel free to check it out and see if it works for your DLLs, too.]]></description>
			<content:encoded><![CDATA[<p>Yay, I finally added experimental support for 64bit DLLs to MemoryModule! The code has moved to <a href="http://github.com/fancycode/MemoryModule" target="_blank">Github</a>, so feel free to check it out and see if it works for your DLLs, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/10/24/memorymodule-and-64bit-dlls/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Compressed 7z archives</title>
		<link>http://www.joachim-bauch.de/2010/10/23/compressed-7z-archives/</link>
		<comments>http://www.joachim-bauch.de/2010/10/23/compressed-7z-archives/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 20:24:10 +0000</pubDate>
		<dc:creator>Joachim Bauch</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joachim-bauch.de/?p=123</guid>
		<description><![CDATA[Initial support for compressed 7z archives has just been added to the git repository of PyLZMA. Please test with your files and report any issues you find to the issue tracker &#8211; either on github or my bugzilla.]]></description>
			<content:encoded><![CDATA[<p>Initial support for compressed 7z archives has just been added to the <a href="http://github.com/fancycode/pylzma" target="_blank">git repository</a> of PyLZMA. Please test with your files and report any issues you find to the issue tracker &#8211; either on <a href="http://github.com/fancycode/pylzma/issues" target="_blank">github</a> or my <a href="http://bugs.fancycode.com/" target="_blank">bugzilla</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joachim-bauch.de/2010/10/23/compressed-7z-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
