<?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>Felix&#039; Blog &#187; Personal</title>
	<atom:link href="http://fetzig.org/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://fetzig.org</link>
	<description>About open source, education and random other Stuff</description>
	<lastBuildDate>Sat, 24 Jul 2010 17:33:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Vuvuzela Filter using Fedora</title>
		<link>http://fetzig.org/2010/06/13/vuvuzela-filter-using-fedora/</link>
		<comments>http://fetzig.org/2010/06/13/vuvuzela-filter-using-fedora/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 16:28:48 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=122</guid>
		<description><![CDATA[If you, like me, like to watch the world cup in South Africa but hate the monotonous sound of the so called Vuvuzelas this post is for you. I will show you how to filter out the noise using your Fedora machine: First we need to install the necessary tools and add ourselves to the]]></description>
			<content:encoded><![CDATA[<p>If you, like me, like to watch the world cup in South Africa but hate the monotonous sound of the so called Vuvuzelas this post is for you.</p>
<p>I will show you how to filter out the noise using your Fedora machine:</p>
<p>First we need to install the necessary tools and add ourselves to the jackuser group:</p>
<pre>yum install jack-rack qjackctl pulseaudio-module-jack ladspa-swh-plugins
gpasswd -a felix jackuser
</pre>
<p>Of course these commands need to be run as root and you need to replace felix with your username. After you&#8217;re done with that you need to log off for the changes to become effective.</p>
<p>Now launch QJackctl from the Applications menu and start configuring it. The following screenshots show my settings. The don&#8217;t necessarily need to be your settings, so this is a little bit trial and error.</p>
<p><a href="http://fetzig.org/wp-content/uploads/2010/06/jack-settings.png"><img class="alignnone size-medium wp-image-123" title="Jack Settings" src="http://fetzig.org/wp-content/uploads/2010/06/jack-settings-300x265.png" alt="" width="300" height="265" /></a></p>
<p>After you changed the settings you can start the Jack daemon by pressing &#8220;Start&#8221; in the QJackctl window.</p>
<p>Now you fire up Jack-Rack from the Applications Menu as well. For anything to happen with your audio within Jack-Rack you need to connect your audio devices to the Jack connection of Jack-Rack. This can be done using QJackctl. See below screenshot on how I connected Jack-Rack with my sound devices:</p>
<p><a href="http://fetzig.org/wp-content/uploads/2010/06/jack-connections.png"><img class="alignnone size-medium wp-image-124" title="Jack Connections" src="http://fetzig.org/wp-content/uploads/2010/06/jack-connections-300x172.png" alt="" width="300" height="172" /></a></p>
<p>And finally you need to add the filters to Jack-Rack. I used a serial setup of four &#8220;Mag&#8217;s Notch Filter&#8221;. You can add them by clicking on the &#8220;+&#8221; button at the top left of the Jack-Rack window. Then go to <em>Frequency -&gt; Filters -&gt; Notch -&gt; Mag&#8217;s Notch Filter</em>.</p>
<p>Here&#8217;s a screenshot of my filter settings:<br />
<a href="http://fetzig.org/wp-content/uploads/2010/06/jack-rack-settings.png"><img class="alignnone size-medium wp-image-125" title="jack-rack-settings" src="http://fetzig.org/wp-content/uploads/2010/06/jack-rack-settings-184x300.png" alt="" width="184" height="300" /></a></p>
<p>Frequencies are 233, 466, 932 and 1864 Hz.</p>
<p>Kudos for the information on frequencies go to <a href="http://www.surfpoeten.de/tube/vuvuzela_filter">Surfpoeten.de</a>.</p>
<p>Now you need to hook up the sound output of your TV or cable/sattelite receiver to your computer&#8217;s audio input and in turn connect your computer&#8217;s audio output to some speakers or headphones.</p>
<p>I usually leave both filters at the end of the rack disabled as that allows for more atmosphere while keeping the vuvuzelas down <img src='http://fetzig.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>It&#8217;s not perfect but seems to work okay. If you manage to tweak your setup to achive a better sound feel free to add your findings to the comments.</p>
<p>And now enjoy the next world cup game without those annoying vuvuzelas <img src='http://fetzig.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h2>Edit</h2>
<p>Here&#8217;s a command line for mplayer to achieve the same within mplayer:</p>
<pre>mplayer -af pan=1:0.5:0.5,sinesuppress=233:0.01,sinesuppress=466:0.01,sinesuppress=932:0.01,sinesuppress=1864:0.01,sinesuppress=232:0.01,sinesuppress=465:0.01,sinesuppress=931:0.01,sinesuppress=1863:0.01,sinesuppress=234:0.01,sinesuppress=467:0.01,sinesuppress=933:0.01,sinesuppress=1865:0.01
</pre>
<p>Found by Thomas Moschny at <a href="http://pastebin.com/KunkS0uk">http://pastebin.com/KunkS0uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2010/06/13/vuvuzela-filter-using-fedora/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Music that makes me happy</title>
		<link>http://fetzig.org/2009/02/17/music-that-makes-me-happy/</link>
		<comments>http://fetzig.org/2009/02/17/music-that-makes-me-happy/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 22:42:22 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=23</guid>
		<description><![CDATA[Mr. Moix you totally made my day by pointing me to ELO &#8211; Mr. Blue Sky. That song is somewhat in the category &#8220;heard it in the radio, liked it, but never further investigated&#8221; It&#8217;s been a pretty tough day today. First there was the preliminary &#8220;Abitur&#8221; (kinda like A-level) computer science exam at school]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alphatek.info/2009/02/16/music-that-makes-you-happy/">Mr. Moix</a> you totally made my day by pointing me to ELO &#8211; Mr. Blue Sky. That song is somewhat in the category &#8220;heard it in the radio, liked it, but never further investigated&#8221; <img src='http://fetzig.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It&#8217;s been a pretty tough day today. First there was the preliminary &#8220;Abitur&#8221; (kinda like A-level) computer science exam at school today which was pretty exhausting since it took me the full 4,25 hours to complete. Second I had sports lessons after that <img src='http://fetzig.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Third I had a performance at music school today. We have a annual performance which this year happened to be today (right after both &#8220;Vorabitur&#8221; exams) and I failed performing the song &#8220;Fever&#8221; by Michael Bublé since I only had like 4 days to learn it by heart (well not really since I had to study for the exams). So THAT was actually not music that made me happy.<br />
However hearing ELO before writing the exam made me happy and lifted my mood.</p>
<p>So to actually answer your question: Here is the music which makes me happy:</p>
<ul>
<li><a href="http://www.youtube.com/watch?v=QvD6maGRh7c">Alphabeat &#8211; Fascination</a> (for those who think that Katrina &#038; Waves is a bit outdated)</li>
<li><a href="http://www.youtube.com/watch?v=cLtGpUhpv3s">Marillion &#8211; Heart of Lothian: I. Wide Boy &#8211; II. Curtain Call</a></li>
<li><a href="http://www.youtube.com/watch?v=yl_TLWCJenQ">Jason Mraz &#8211; Dreamlife of Rand McNally</a></li>
<li><a href="http://www.youtube.com/watch?v=2pv8jHwB-n0">Mono &amp; Nikitaman &#8211; Seid ihr bereit</a> (I&#8217;ve seen them live and it was really good <img src='http://fetzig.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</li>
<li><a href="http://www.youtube.com/watch?v=z9gIYAHHaqc">Leftfield &#8211; Melt</a> (while this isn&#8217;t really uplifting I like to relax to this one)</li>
<li><a href="http://www.youtube.com/watch?v=1_g-gTcohSQ">Mike Oldfield &#8211; On Horseback</a> (I find that to be very consoling)</li>
</ul>
<p>This are just some I randomly came up with. There are probably so much more but I&#8217;m really interested in what Planet comes up with.</p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2009/02/17/music-that-makes-me-happy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New GPG key</title>
		<link>http://fetzig.org/2009/02/17/new-gpg-key/</link>
		<comments>http://fetzig.org/2009/02/17/new-gpg-key/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 13:22:39 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[GPG]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=18</guid>
		<description><![CDATA[I&#8217;m currently thinking about having some business cards printed for my Ambassador activities. And as 1000 cards cost about as much as 500 I decided to have 1000 cards printed However when it came to putting my GPG Key on the card I noticed that my GPG Key will expire in 2010. I assumed I]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently thinking about having some business cards printed for my Ambassador activities. And as 1000 cards cost about as much as 500 I decided to have 1000 cards printed <img src='http://fetzig.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
However when it came to putting my GPG Key on the card I noticed that my GPG Key will expire in 2010. I assumed I wouldn&#8217;t be that fast in handing out 1000 business cards so I generated a new GPG Key:</p>
<blockquote><p>GPG-Key-ID: 0xB30D8F7C<br />
Fingerprint: 5BF1 4BEA D4A4 7987 C3DA DCA2 775F 7BD0 B30D 8F7C</p></blockquote>
<p>That one will expire in 2014 which should be enough time <img src='http://fetzig.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  My old key is revoked as of now.</p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2009/02/17/new-gpg-key/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Blog and FOSDEM</title>
		<link>http://fetzig.org/2009/02/09/new-blog-and-fosdem/</link>
		<comments>http://fetzig.org/2009/02/09/new-blog-and-fosdem/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 22:36:07 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[FOSDEM]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=4</guid>
		<description><![CDATA[So I finally got around to create a blog as well. Until now I successfully resisted to have one since I usually hate writing stuff that no-one really reads. But I find that this blog can pretty well serve me as a nice place to keep notes to myself that might be considered useful for]]></description>
			<content:encoded><![CDATA[<p>So I finally got around to create a blog as well. Until now I successfully resisted to have one since I usually hate writing stuff that no-one really reads. But I find that this blog can pretty well serve me as a nice place to keep notes to myself that might be considered useful for others.</p>
<p>The first thing to blog about is my visit to FOSDEM.<br />
It was my first year at FOSDEM and I must say I really liked it. After meeting fellow Fedora Ambassadors at the FAD EMEA 2008 for the first time I now had the chance to meet even more of them. I really enjoyed meeting people of whom I only knew the name and what they did before. It&#8217;s always great to have a face with the name in your mind.</p>
<p>I arrived together with Christoph in Brussels-Midi on Friday and after we checked into the hotel we began making our way to the Beer Event. We started to &#8220;love&#8221; the city of Brussels for it&#8217;s layout and road design which at times can be really confusing. But we finally arrived at the beer event. I had some &#8220;Delirium Tremens&#8221; which were very good. The next morning I found out that mixing strong beer with absinthe is not a good thing to do. Unfortunately the headache lasted the whole day and so I wasn&#8217;t really fit on Saturday.</p>
<p>On Sunday I was feeling quite well again and stayed at the booth for quite some time talking to people and handing out swag. I also managed to attend Max&#8217;s talk and the FreeIPA Talk later on, which was quite interesting.</p>
<p>I&#8217;m pretty sure that I&#8217;ll be going to FOSDEM next year as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2009/02/09/new-blog-and-fosdem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	<a href="http://fetzig.org/diabolic.php"><span style="display: none;">Private</span></a></channel>
</rss>
