<?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>Creative Engineering</title>
	<atom:link href="http://jan-krueger.net/feed" rel="self" type="application/rss+xml" />
	<link>http://jan-krueger.net</link>
	<description>Jan Krüger&#039;s blog thingy</description>
	<lastBuildDate>Sun, 19 Feb 2012 09:54:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to sing well: an introduction</title>
		<link>http://jan-krueger.net/general-creativity/music/how-to-sing-well-an-introduction</link>
		<comments>http://jan-krueger.net/general-creativity/music/how-to-sing-well-an-introduction#comments</comments>
		<pubDate>Sat, 18 Feb 2012 00:09:04 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=238</guid>
		<description><![CDATA[Okay, this is hardly a new topic on the internet&#8230; but it&#8217;s yet another new topic on my blog (the strategy is to have as little focus as possible and thus make it completely impossible to &#8220;monetize&#8221; the blog). The topic, formulated as a question, is: how do you improve your singing? And your speaking, [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/general-creativity/music/how-to-sing-well-an-introduction/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>dmsetup-tc: now works on 64 bit systems</title>
		<link>http://jan-krueger.net/development/dmsetup-tc-now-works-on-64-bit-systems</link>
		<comments>http://jan-krueger.net/development/dmsetup-tc-now-works-on-64-bit-systems#comments</comments>
		<pubDate>Thu, 19 Jan 2012 12:21:29 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=231</guid>
		<description><![CDATA[Well, this is embarrassing. I thought I had done everything to avoid portability problems. But in trying to avoid them, I stepped right into them, doing something that by now I know very well not to do. Oh well, here&#8217;s an updated version of dmsetup-tc (which you can use to mount TrueCrypt®-encrypted Windows system drives/partitions [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/development/dmsetup-tc-now-works-on-64-bit-systems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source licenses quick reference</title>
		<link>http://jan-krueger.net/development/open-source-licenses-quick-reference</link>
		<comments>http://jan-krueger.net/development/open-source-licenses-quick-reference#comments</comments>
		<pubDate>Fri, 11 Mar 2011 00:04:26 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=220</guid>
		<description><![CDATA[There are a lot of open source licenses. Even if you look at only the OSI approved ones, that&#8217;s still a list of 67. And, of course, they are all different in subtle (and not-so-subtle) ways. Can you keep all the small details straight in your head? I know I can&#8217;t. That&#8217;s why I just [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/development/open-source-licenses-quick-reference/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mod_gnutls and StartSSL level 1 certificates: the problem (and solution)</title>
		<link>http://jan-krueger.net/development/mod_gnutls-and-startssl-level-1-certificates-the-problem-and-solution</link>
		<comments>http://jan-krueger.net/development/mod_gnutls-and-startssl-level-1-certificates-the-problem-and-solution#comments</comments>
		<pubDate>Tue, 14 Dec 2010 19:49:47 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=211</guid>
		<description><![CDATA[Yesterday, I wrote a small patch against mod_gnutls (that&#8217;s the GNU alternative to mod_ssl, and it&#8217;s leaner; and it supports SNI (server name indication), whereas even the version of mod_ssl in the upcoming Debian squeeze release doesn&#8217;t). It took me quite a while to figure out the problem in the first place, and I guess [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/development/mod_gnutls-and-startssl-level-1-certificates-the-problem-and-solution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Host your own (di)graph pastebin</title>
		<link>http://jan-krueger.net/development/host-your-own-digraph-pastebin</link>
		<comments>http://jan-krueger.net/development/host-your-own-digraph-pastebin#comments</comments>
		<pubDate>Sun, 23 May 2010 22:34:16 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=190</guid>
		<description><![CDATA[I just had some time to procrastinate away, so I built a little open source graph pastebin web application called Instagraph. It&#8217;s based on GraphViz, PHP, MySQL and Apache. At least the first three need to be installed on your web server, and the fourth one is necessary unless you tweak your way around using [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/development/host-your-own-digraph-pastebin/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Intuition for the unintuitive</title>
		<link>http://jan-krueger.net/ke/intuition-for-the-unintuitive</link>
		<comments>http://jan-krueger.net/ke/intuition-for-the-unintuitive#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:35:36 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Knowledge Engineering]]></category>
		<category><![CDATA[Life Engineering]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=175</guid>
		<description><![CDATA[Intuition is an interesting concept, and I believe that it&#8217;s a bit hard to really make sense of for people who don&#8217;t consider themselves intuitive. At least it didn&#8217;t make a lot of sense for me a year or two ago. I suppose many think that intuition is something you are born with&#8230; some people [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/ke/intuition-for-the-unintuitive/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A scientific defense of pseudoscience</title>
		<link>http://jan-krueger.net/ke/a-scientific-defense-of-pseudoscience</link>
		<comments>http://jan-krueger.net/ke/a-scientific-defense-of-pseudoscience#comments</comments>
		<pubDate>Tue, 22 Dec 2009 20:55:05 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Knowledge Engineering]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=130</guid>
		<description><![CDATA[Pseudoscience is significantly worse than what science claims to be, and that&#8217;s the problem: science isn&#8217;t actually what it claims to be. Many people who boast about their extremely scientifically oriented thinking don&#8217;t actually know what science is, and they&#8217;re actually thinking religiously or even dogmatically. Whew. That&#8217;s a rather provocative first paragraph, isn&#8217;t it? [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/ke/a-scientific-defense-of-pseudoscience/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Relatively absolute philosophy</title>
		<link>http://jan-krueger.net/ke/relatively-absolute-philosophy</link>
		<comments>http://jan-krueger.net/ke/relatively-absolute-philosophy#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:32:14 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Knowledge Engineering]]></category>
		<category><![CDATA[Life Engineering]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=150</guid>
		<description><![CDATA[Here is a (not necessarily complete) list of philosophical &#8220;isms&#8221; that I believe in. I don&#8217;t believe in &#8220;isms&#8221; lightly at all, because I feel that adopting an &#8220;istic&#8221; view is a rather drastic thing to do. The following list will give you deep insight into the way I understand life, reality and science&#8230; if [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/ke/relatively-absolute-philosophy/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Stereo Pan 2.0: now with &#8220;subtle mode&#8221;</title>
		<link>http://jan-krueger.net/development/dsp-software/stereo-pan-2-0-now-with-subtle-mode</link>
		<comments>http://jan-krueger.net/development/dsp-software/stereo-pan-2-0-now-with-subtle-mode#comments</comments>
		<pubDate>Wed, 19 Aug 2009 21:02:54 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[DSP Software]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=131</guid>
		<description><![CDATA[Oh well, better late than never. I present to you the next version of Stereo Pan (announcement for previous version), introducing a second mode of operation: the subtle mode. It&#8217;s called that because its effect is more subtle. Duh. A great property of it is that it doesn&#8217;t distort the sound if the output is [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/development/dsp-software/stereo-pan-2-0-now-with-subtle-mode/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://jan-krueger.net/dsp/demo/stereopan/noeffect_stereo.mp3" length="248078" type="audio/mpeg" />
<enclosure url="http://jan-krueger.net/dsp/demo/stereopan/normal_stereo.mp3" length="217842" type="audio/mpeg" />
<enclosure url="http://jan-krueger.net/dsp/demo/stereopan/subtle_stereo.mp3" length="238733" type="audio/mpeg" />
<enclosure url="http://jan-krueger.net/dsp/demo/stereopan/noeffect_mono.mp3" length="222047" type="audio/mpeg" />
<enclosure url="http://jan-krueger.net/dsp/demo/stereopan/normal_mono.mp3" length="218695" type="audio/mpeg" />
<enclosure url="http://jan-krueger.net/dsp/demo/stereopan/subtle_mono.mp3" length="221836" type="audio/mpeg" />
		</item>
		<item>
		<title>My first journey into writing VST plugins: a stereo expander</title>
		<link>http://jan-krueger.net/development/dsp-software/vst-stereo-expander</link>
		<comments>http://jan-krueger.net/development/dsp-software/vst-stereo-expander#comments</comments>
		<pubDate>Thu, 30 Jul 2009 06:20:47 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[DSP Software]]></category>

		<guid isPermaLink="false">http://jan-krueger.net/?p=124</guid>
		<description><![CDATA[(A newer version is available!) So perhaps you noticed that I&#8217;m a musician and also a coder. What better than to combine both of those and write software I can use when making music? My first project for this was writing a VST plugin (VST is a trademark of Steinberg Media Technologies GmbH and it&#8217;s [...]]]></description>
		<wfw:commentRss>http://jan-krueger.net/development/dsp-software/vst-stereo-expander/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

