<?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>Points of Interest &#187; Uncategorized</title>
	<atom:link href="http://www.christeck.de/wp/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christeck.de/wp</link>
	<description>Postings concerning Scrum, Software development, Openstreetmap, Gadgets, and Synthesizers</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:08:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Recently, as Maths made my Xmas Break</title>
		<link>http://www.christeck.de/wp/2012/01/03/recently-as-maths-made-my-xmas-break/</link>
		<comments>http://www.christeck.de/wp/2012/01/03/recently-as-maths-made-my-xmas-break/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 01:58:34 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=4985</guid>
		<description><![CDATA[In the last posting I mentioned that I made the routes in MoNav more persistent: As a consequence, I’ve just written some code that detects whether the vehicle is still “on track”. The route only gets recalculated in case the vehicle left it for more than x meters. This makes the route much more persistent [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://openclipart.org/detail/152029/vector-x-by-gblas.ivan"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/vector_x.png" alt="" title="" width="250" height="250" class="aligncenter size-full wp-image-4970" /></a></p>
<p>In the <a href="http://www.christeck.de/wp/2011/12/20/when-monav-learned-to-speak/">last posting</a> I mentioned that I made the routes in MoNav more persistent:</p>
<blockquote><p>As a consequence, I’ve just written some code that detects whether the vehicle is still “on track”. The route only gets recalculated in case the vehicle left it for more than x meters. This makes the route much more persistent and will cause far less headache than the previous approach.</p></blockquote>
<p>Since the GPS position is always a bit inaccurate, it will almost never be exactly on the computed route. Instead, it will aberrate a bit from it. What you want to achieve is to detect whether the current position still is either near the route, e.g. left or right of it, no more than x meters away and still in direction to the planned target, or in the opposite direction.</p>
<p><span id="more-4985"></span></p>
<p>First the computed route:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/2012-01-03-routeDeviation-01.png"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/2012-01-03-routeDeviation-01.png" alt="" title="" width="215" height="350" class="aligncenter size-full wp-image-4970" /></a></p>
<p>This hardcopy shows a small deviation in the opposite direction of the route. MoNav does neither force the source indicator to the route&#8217;s polygon nor does it recompute the route, as long the distance is still near the originally planned route:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/2012-01-03-routeDeviation-02.png"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/2012-01-03-routeDeviation-02.png" alt="" title="" width="215" height="350" class="aligncenter size-full wp-image-4970" /></a></p>
<p>In case the position was in direction of the route, but somewhere in the houses nearby, MoNav will determine the nearest position on the computed route, shorten it accordingly and show the source indicator at the startpoint of the shortened route instead of somewhere in the houses nearby:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/2012-01-03-routeDeviation-03.png"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/2012-01-03-routeDeviation-03.png" alt="" title="" width="215" height="350" class="aligncenter size-full wp-image-4970" /></a></p>
<p>IIRC I&#8217;ve seen such a feature as an option called »Lock to road« in commercial routing software.</p>
<p>The problem seems to be easy to solve, and actually, it is. However, it requires some linear algebra (aka vector maths). Quoting <a href="http://www.topcoder.com/tc?d1=tutorials&#038;d2=geometry1&#038;module=Static">lbackstrom</a>:</p>
<blockquote><p>Many TopCoders seem to be mortally afraid of geometry problems. I think it&#8217;s safe to say that the majority of them would be in favor of a ban on TopCoder geometry problems.</p></blockquote>
<p>You can find a couple of places <a href="http://benc45.wordpress.com/2008/05/08/point-line-segment-distance/">with solutions</a> using a search engine, and the example of <a href="http://vb-helper.com/howto_distance_point_to_line.html">Rod Stephens</a> finally did the job for me after porting it to C++ and adopting it to my needs (thanks for the kind permission to use it BTW).</p>
<p>So what is this posting all about? Remembering my school days, many pupils disliked maths, especially <a href="http://en.wikipedia.org/wiki/Word_problem_(mathematics_education)">word problems</a>. Which is a pity. The world is full of issues solvable by applying a little math, while people refrain from solving them due to some aversion. Got interested? Great.</p>
<p>Maths have been invented to better describe the world we live in. And computers executing maths help to make the world a better place, day by day. Be the one who converts maths into useful computer programs. And you&#8217;ll feel good during the Xmas break :) .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2012/01/03/recently-as-maths-made-my-xmas-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uphill test of the Rohloff Speedhub</title>
		<link>http://www.christeck.de/wp/2010/08/27/uphill-test-of-the-rohloff-speedhub/</link>
		<comments>http://www.christeck.de/wp/2010/08/27/uphill-test-of-the-rohloff-speedhub/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 22:56:19 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Outdoor]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=2557</guid>
		<description><![CDATA[During the last four years my biking trips almost completely took place in the upper Rhine plane, occasionally touching the borders of the Vosges Mountains or the Palatinate Forest. I tried to avoid inclines, as my bike with an 8 gear Shimano hub was not the best companion for such trips. Last year I had [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2558" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20100825_013-TourDeMurg-Lcr.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20100825_013-TourDeMurg-Lcr-300x168.jpg" alt="Gudereit LCR Trekking Series bicyle" title="Gudereit LCR Trekking Series bicyle" width="300" height="168" class="size-medium wp-image-2558" /></a><p class="wp-caption-text">Gudereit LCR Trekking Series bicyle</p></div>
<p>During the last four years my biking trips almost completely took place in the <a href="http://en.wikipedia.org/wiki/Upper_Rhine_Plain">upper Rhine plane</a>, occasionally touching the borders of the Vosges Mountains or the Palatinate Forest. I tried to avoid inclines, as my bike with an 8 gear Shimano hub was not the best companion for such trips.<br />
<span id="more-2557"></span><br />
Last year I had the opportunity to try a mountain bike at the Kaufungen Forest. I was impressed by the possibility to climb steep tracks and trails slowly but steadily in case you have enough gears at your disposal.</p>
<p>The 14 gear Rohloff Speedhub provides almost the same gear ratios as a 27 gear derailleur. This appears non-obvious at a first glance, as the latter one provides nominal 27 gears (3×9). But actually some of the gear combinations cannot be used due to the strong offset, and some rations may occur twice, so the amount of actually usable gears decreases rapidly (obviously I am not really savvy concerning this subject). Meanwhile you can thus buy the first mountain bikes with a built-in Speedhub, and it is obvious that I needed to test mine in a hilly environment.</p>
<p>I took the train to Oos (126 meters of altitude), crossed the inner city of Baden-Baden, headed towards Lichtental and Oberbeuern and chose the tertiary road to the mountain pass »Rote Lache« (690 meters of altitude), crossing Gaisbach and leaving Schmalbach on the left hand side. At Rote Lache, I enjoyed a lengthy lunch break (heck, I had no breakfast). This is the valley of the river Murg as seen from Rote Lache. The village in the foreground is Bermersbach, the village in the background is Gausbach:</p>
<div id="attachment_2559" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_001.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_001-300x168.jpg" alt="Murg valley as seen from Rote Lache" title="Murg valley as seen from Rote Lache" width="300" height="168" class="size-medium wp-image-2559" /></a><p class="wp-caption-text">Murg valley as seen from Rote Lache</p></div>
<p>I did not choose the tertiary for the downhill part of the trip. Instead I choose some tracks which I intended to map for a long time now. Here are some pictures of the tracks, in order of their appearance:</p>
<div id="attachment_2560" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_002.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_002-300x168.jpg" alt="Rote Lache - downhill trail" title="Rote Lache - downhill trail" width="300" height="168" class="size-medium wp-image-2560" /></a><p class="wp-caption-text">Rote Lache - downhill trail</p></div>
<div id="attachment_2561" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_003.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_003-300x168.jpg" alt="Rote Lache - downhill path" title="Rote Lache - downhill path" width="300" height="168" class="size-medium wp-image-2561" /></a><p class="wp-caption-text">Rote Lache - downhill path</p></div>
<div id="attachment_2562" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_004.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_004-300x168.jpg" alt="Rote Lache - downhill track" title="Rote Lache - downhill track" width="300" height="168" class="size-medium wp-image-2562" /></a><p class="wp-caption-text">Rote Lache - downhill track</p></div>
<p>Here&#8217;s a picture at the end of the valley I crossed downhill, showing some of the typical traditional hovels:</p>
<div id="attachment_2563" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_012.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/RoteLacheLcr-20100826_012-300x168.jpg" alt="Black Forest Hovels" title="Black Forest Hovels" width="300" height="168" class="size-medium wp-image-2563" /></a><p class="wp-caption-text">Black Forest Hovels</p></div>
<p>After I hit the valley of the Murg in Weisenbach (228 meters of altitude), I <a href="http://www.christeck.de/wp/2010/08/26/tour-de-murg-reloaded/">continued</a> the »Tour de Murg« where I stopped yesterday due to some raindrops. I entered the train back home in Gaggenau, omitting a visit in Rastatt. Here&#8217;s today&#8217;s trip:</p>
<style type="text/css">.entry .olMapViewport img {max-width: none; max-height: none;}.entry-content img, .widget img {max-width: none; max-height: none;}.olControlAttribution {bottom: 0 !important;}div.olControlMousePosition {bottom: 1em !important;}#map_1 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_1 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_1" style="width:450px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_1", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var lmap = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(8.2994,48.7609).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,10);  var lgml = new OpenLayers.Layer.GML("20100826-RoteLacheLcr", "http://www.christeck.de/wp-content/uploads/tracks/20100826-RoteLacheLcr.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);})(jQuery)/* ]]&gt; */ </script></div>
<p>Despite the forecast today&#8217;s weather conditions have been excellent. It was a warm late summer day with some clouds, and I enjoyed every single minute of the trip.</p>
<p>&#8212;</p>
<p>Here&#8217;s one site note concerning the battery lifetime of the N900<a href="http://www.christeck.de/wp/2010/04/02/mapping-initiation-of-the-n900/">¹</a><a href="http://www.christeck.de/wp/2010/04/06/battery-lifetime-when-mapping-with-the-n900/">²</a><a href="http://www.christeck.de/wp/2010/04/08/battery-lifetime-when-mapping-with-the-n900-2/">³</a>. I forgot my additional batteries at home. Thus I set both the N900 as well as Mappero to use the screensaver as often as possible, and I tried to use the N900 only in case I needed to know whether I&#8217;m still on the right track, to record some waypoints every now and then and to take a couple of pictures. Mappero was constantly logging a GPS trace, even when the screen was blanked. The battery still had about one half of its capacity available after about 7 hours, and I think this is worth mentioning.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2010/08/27/uphill-test-of-the-rohloff-speedhub/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Are points of interest out?!?</title>
		<link>http://www.christeck.de/wp/2010/03/20/are-points-of-interest-out/</link>
		<comments>http://www.christeck.de/wp/2010/03/20/are-points-of-interest-out/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 21:13:11 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=1952</guid>
		<description><![CDATA[Surely not. Since my last post, a lot of interesting things happened. It was intentional that I reduced the frequency of postings. Firstly, I never did post about anything I did. I mainly posted about openstreetmap, mapping, gadgets and hacking. Secondly, posting takes time which I wanted to spend for, well, other things (yes, I [...]]]></description>
			<content:encoded><![CDATA[<p>Surely not. Since my last post, a lot of interesting things happened. It was intentional that I reduced the frequency of postings. Firstly, I never did post about anything I did. I mainly posted about openstreetmap, mapping, gadgets and hacking. Secondly, posting takes time which I wanted to spend for, well, other things (yes, I have a private life, too :) . Thirdly, I thought it was not that interesting to read about the 4857th mapping tour and to see the 95836th fungi pic.</p>
<p>More postings will follow. But the frequency will surely be less than before.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2010/03/20/are-points-of-interest-out/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Volker Weber&#8217;s conclusion concerning the N900</title>
		<link>http://www.christeck.de/wp/2009/12/12/volker-webers-conclusion-concerning-the-n900/</link>
		<comments>http://www.christeck.de/wp/2009/12/12/volker-webers-conclusion-concerning-the-n900/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 21:13:31 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=1679</guid>
		<description><![CDATA[Voker Weber concludes that it&#8217;s better to wait for the N900&#8242;s successor, except »you really want a computer that is also a phone«. A less surprising conclusion. That&#8217;s what the N900 is. And that&#8217;s how Nokia advertise the device.]]></description>
			<content:encoded><![CDATA[<p>Voker Weber <a href="http://vowe.net/archives/011094.html">concludes</a> that it&#8217;s better to wait for the N900&#8242;s successor, except »you really want a computer that is also a phone«. A less surprising conclusion. That&#8217;s what the N900 is. And that&#8217;s how Nokia advertise the device.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2009/12/12/volker-webers-conclusion-concerning-the-n900/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Synth Programming &#8211; Audio Synthesis &amp; Physical Modeling theory</title>
		<link>http://www.christeck.de/wp/2009/12/08/synth-programming-audio-synthesis-physical-modeling/</link>
		<comments>http://www.christeck.de/wp/2009/12/08/synth-programming-audio-synthesis-physical-modeling/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 22:48:12 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=1652</guid>
		<description><![CDATA[I&#8217;m currently reading the master thesis of Henri Hagenow (2001). If you are capable of reading german and interested in that matter, it&#8217;s a very interesting read (attention: some maths ahead :) ). It gives me a much better understanding what happens inside my beloved Korg Z1 synthesizer. In the next live, I&#8217;ll become a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1657" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/KorgZ1-BowedStringModelParams.png"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/KorgZ1-BowedStringModelParams-300x94.png" alt="Korg Z1 - Parameters of the Bowed String Model" title="Korg Z1 - Parameters of the Bowed String Model" width="300" height="94" class="size-medium wp-image-1657" /></a><p class="wp-caption-text">Korg Z1 - Parameters of the Bowed String Model</p></div>
<p>I&#8217;m currently reading the <a href="http://www.brothers-in-music.de/Klangsynthese/">master thesis</a> of Henri Hagenow (2001). If you are capable of reading german and interested in that matter, it&#8217;s a very interesting read (attention: some maths ahead :) ). It gives me a much better understanding what happens inside my beloved <a href="http://www.christeck.de/wp/2008/09/21/playing-with-the-korg-z1/">Korg Z1</a> synthesizer.</p>
<p>In the next live, I&#8217;ll become a physicist and write cool audio software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2009/12/08/synth-programming-audio-synthesis-physical-modeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public Transport Workshop//ÖPNV-Werkstatt in Karlsruhe</title>
		<link>http://www.christeck.de/wp/2009/05/14/public-transport-workshopopnv-werkstatt-in-karlsruhe/</link>
		<comments>http://www.christeck.de/wp/2009/05/14/public-transport-workshopopnv-werkstatt-in-karlsruhe/#comments</comments>
		<pubDate>Wed, 13 May 2009 22:23:50 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=395</guid>
		<description><![CDATA[If you haven&#8217;t noticed yet, a workshop about mapping and using public transport data will be held on Sat, 2009-05-16 at Scheffelstraße 17a, Karlsruhe, Germany. Anyone interested is invited to drop by, though &#8220;registration&#8221; is appreciated.]]></description>
			<content:encoded><![CDATA[<p><a class="imagelink" href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/osm_logo.png" title="osm_logo.png"><img id="image233" src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/osm_logo.png" alt="osm_logo.png" /></a></p>
<p>If you haven&#8217;t noticed yet, a <a href="http://www.mail-archive.com/talk-de@openstreetmap.org/msg43219.html">workshop</a> about mapping and using public transport data will be held on Sat, 2009-05-16 at <a href="http://informationfreeway.org/?lat=49.00900902595208&#038;lon=8.381742253985873&#038;zoom=17&#038;layers=B0000F000F">Scheffelstraße 17a, Karlsruhe, Germany</a>. Anyone interested is invited to drop by, though &#8220;<a href="http://wiki.openstreetmap.org/wiki/Karlsruhe#Workshop">registration</a>&#8221; is appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2009/05/14/public-transport-workshopopnv-werkstatt-in-karlsruhe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>init();</title>
		<link>http://www.christeck.de/wp/2008/09/13/init/</link>
		<comments>http://www.christeck.de/wp/2008/09/13/init/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 23:08:26 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/2008/09/13/init/</guid>
		<description><![CDATA[Finally I run a blog. I started one ages ago, but I never felt comfortable about commiting data to a blog service outside my sphere of influence. But as my (well elaborated and well maintained) web pages (including frames, which means that those really were out of date) became more and more dated, I really [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I run a blog. I started one ages ago, but I never felt comfortable about commiting data to a blog service outside my sphere of influence. But as my (well elaborated and well maintained) web pages (including frames, which means that those <i>really</i> were out of date) became more and more dated, I really needed a replacement. So here it is (drumroll): Yet another useless, though important, while innocent blog about stuff that matters &#8211; IT, free software, openstreetmap, gadgets, synthesizers, and anything else.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2008/09/13/init/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C++ programming</title>
		<link>http://www.christeck.de/wp/2005/05/08/c-programming/</link>
		<comments>http://www.christeck.de/wp/2005/05/08/c-programming/#comments</comments>
		<pubDate>Sun, 08 May 2005 01:07:30 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=1763</guid>
		<description><![CDATA[I finally decided to learn some C++ so I can help improving existing free software and to be able to create own helper applications. In fact, C++ seems to be a language difficult to learn. Having some knowledge in Basic and shell scripting, C++ is more complex and abstract. The problem is not to start [...]]]></description>
			<content:encoded><![CDATA[<p>I finally decided to learn some C++ so I can help improving existing free software and to be able to create own helper applications.<br />
In fact, C++ seems to be a language difficult to learn. Having some knowledge in Basic and shell scripting, C++ is more complex and abstract.<br />
The problem is not to start writing some C++, the problem is to get enough knowledge to understand existing code.<br />
I fear it will last a long time until I can read code written by others, and I&#8217;m curious if I will continue learning C++.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2005/05/08/c-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eric Ross playing the Theremin</title>
		<link>http://www.christeck.de/wp/2005/05/01/eric-ross-playing-the-theremin/</link>
		<comments>http://www.christeck.de/wp/2005/05/01/eric-ross-playing-the-theremin/#comments</comments>
		<pubDate>Sat, 30 Apr 2005 23:15:46 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[Musical Instruments]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=1759</guid>
		<description><![CDATA[Yesterday there was an event in the »Badischer Kunstverein« where Eric Ross played the Theremin. I was not convinced about the music, but the Theremin was really an interesting instrument. I already knew and heard it before, but never live. Eric also played an Roland XP 80 and the guitar.The Theremin was connected to an [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday there was an event in the »<a href="http://www.badischer-kunstverein.de/">Badischer Kunstverein</a>« where <a href="http://www.thereminworld.com/ericross.asp">Eric Ross</a> played the <a href="http://en.wikipedia.org/wiki/Theremin">Theremin</a>. I was not convinced about the music, but the Theremin was really an interesting instrument. I already knew and heard it before, but never live.</p>
<p>Eric also played an Roland XP 80 and the guitar.The Theremin was connected to an guitar effects processor and he used a lot of reverb and delays. The Theremin was manufactured by <a href="http://www.bigbriar.com/">Big Briar</a>, the new company of <a href="http://en.wikipedia.org/wiki/Robert_Moog">Robert Moog</a> who originally invented the analog synthesizers in the middle of the last century.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2005/05/01/eric-ross-playing-the-theremin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linuxtag Papers</title>
		<link>http://www.christeck.de/wp/2005/05/01/linuxtag-papers/</link>
		<comments>http://www.christeck.de/wp/2005/05/01/linuxtag-papers/#comments</comments>
		<pubDate>Sat, 30 Apr 2005 23:09:05 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=1757</guid>
		<description><![CDATA[Due to the fact that I needed to write the two papers for the Linuxtag, I still haven&#8217;t had the time to write down my thoughts about the Linux Audio Conference last weekend. Friday in the evening hours I submitted the papers, so this task is finally finished.]]></description>
			<content:encoded><![CDATA[<p>Due to the fact that I needed to write the two papers for the Linuxtag, I still haven&#8217;t had the time to write down my thoughts about the Linux Audio Conference last weekend. Friday in the evening hours I submitted the papers, so this task is finally finished.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2005/05/01/linuxtag-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

