<?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>strange blog</title>
	<atom:link href="http://www.tillamma.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tillamma.de</link>
	<description></description>
	<lastBuildDate>Thu, 25 Aug 2011 13:25:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Biking the Fuldabrücker Runde</title>
		<link>http://www.tillamma.de/2011/08/18/biking-the-fuldabrucker-runde/</link>
		<comments>http://www.tillamma.de/2011/08/18/biking-the-fuldabrucker-runde/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 15:05:28 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/?p=227</guid>
		<description><![CDATA[<p>The other day I was taking my mountain bike for a spin. I wanted to check out the &#8220;Fuldabrücker Runde&#8221;, a course around a municipality here in northern Hesse. I learned from a previous mistake and pre-loaded the track onto my Edge. There is a website on which you can look at routes within [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was taking my mountain bike for a spin. I wanted to check out the &#8220;Fuldabrücker Runde&#8221;, a course around a municipality here in northern Hesse. I learned from a previous mistake and pre-loaded the track onto my <a href="http://gbr.garmin.com/edge800/edge800.html" title="Edge 800">Edge</a>. There is a <a href="http://www.radroutenplaner.hessen.de/" title="Radroutenplaner Hessen">website</a> on which you can look at routes within Hesse, create tracks, and then download a gps file of the tracks. Nice feature! </p>
<p>Well, arriving in the town of Dittershausen the overwhelming amount of biking guide posts was astonishing. But shortly after, still following my the track on my Edge, nothing&#8230; not a single guide. </p>
<p>On the whole round course there where no sign for it. Actually, there were only signs on the far edges of the municipality on its borders to others and along the D9 and R1 route. This was a huge downer for this bike trip. Additionally, the course is pretty.. I just don&#8217;t understand why there were no signs.</p>
<p>Here is the course btw.:</p>
<style type="text/css">.entry .olMapViewport img { max-width: none; }#map_2 {padding: 0; margin: 0;}#map_2 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_2" style="width:600px; height:450px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_2", {            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 layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());map.addControl(new OpenLayers.Control.ScaleLine());    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(9.441,51.251).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,12);  var lgml = new OpenLayers.Layer.GML("2011_08_15_Fuldabruecker_Runde", "http://www.tillamma.de/osm/bike_tracks/2011_08_15_Fuldabruecker_Runde.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.8},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml); if(map.getControlsByClass(OpenLayers.Control.LayerSwitcher).length==0) {   map.addControl(new OpenLayers.Control.LayerSwitcher()); }})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2011/08/18/biking-the-fuldabrucker-runde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formulor / Ponoko</title>
		<link>http://www.tillamma.de/2011/08/08/formulor-ponoko/</link>
		<comments>http://www.tillamma.de/2011/08/08/formulor-ponoko/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 15:03:18 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[LED-Clock]]></category>
		<category><![CDATA[Ponoko / Formulor]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/?p=208</guid>
		<description><![CDATA[<p>So, I decided to order a small size prototype for my LED-Clock project from Formulor, the german partner of Ponoko. Small because it&#8217;s pretty expensive. My design on a 18x18cm and 3mm thick sheet of acrylic glass with shipping and tax costs about 52 Euro. The shipping alone makes a whopping 6.70 Euro&#8230; for [...]]]></description>
			<content:encoded><![CDATA[<p>So, I decided to order a small size prototype for my <a title="Project: LED-Clock" href="http://www.tillamma.de/lcd-clock/">LED-Clock project</a> from <a href="http://www.formulor.de/" title="Formulor">Formulor</a>, the german partner of <a href="http://www.ponoko.com/" title="Ponoko">Ponoko</a>. Small because it&#8217;s pretty expensive. My design on a 18x18cm and 3mm thick sheet of acrylic glass with shipping and tax costs about 52 Euro. The shipping alone makes a whopping 6.70 Euro&#8230; for a plastic sheet a little bigger than a  CD case&#8230;</p>
<p>Nevertheless, I sent in my design&#8230; and got an answer from the service that some things are wrong or not well designed. The mail was pretty informative and also a boost in confidence. They won&#8217;t just produce your design even tho there could be errors &#8211; nice! Fixing the errors was quick, but I had to increase some sizes for the &#8220;not well designed&#8221; part&#8230; this took quite some time. The idea is to engrave a shape into a front- and backplane and create inlays for those engravings so that it becomes 3-layered. For the (cut-)sizes I <a href="http://blog.ponoko.com/2008/09/11/how-much-material-does-the-laser-burn-away/" title="Kerf-01">used</a> some <a href="http://blog.ponoko.com/2011/07/12/figuring-out-kerf-for-precision-parts/" title="Kerf-02">kerf-tables</a> from ponoko and applied the sizes to the engraving sizes.</p>
<p>As it turns out the engravings came out smaller than designed (inlay thickness: 4.8mm designed, ~4.7mm as measured). Which is strange because the kerf for the cuttings was pretty exact (inlay thickness: 5.0mm designed, 4.83 to 4.88 measured). Even with some scratching of the residue at the edges of the engravings the inlays barely fit. This was a little disappointing because I thought if it turns out not to be precise the inlays will still fit as I adjusted the measurements a little in &#8220;my favour&#8221;.</p>
<p>Beside this, the outcome of the plates is pretty awesome. I would never come close to such a result crafting it by hand.</p>
<table align="center">
<tr>
<td>
<div id="attachment_203" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.tillamma.de/wp-content/uploads/2011/08/IMAG0234.resized_30p.jpg" rel="lightbox[208]"><img class="size-medium wp-image-203" title="formulor_led_prot2_1" src="http://www.tillamma.de/wp-content/uploads/2011/08/IMAG0234.resized_30p-300x179.jpg" alt="Formulor LED Clock - Prototype 2 - 1/2" width="300" height="179" /></a><p class="wp-caption-text">Formulor LED Clock - After unpacking</p></div>
</td>
<td>
<div id="attachment_204" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.tillamma.de/wp-content/uploads/2011/08/IMAG0235.resized_30p.jpg" rel="lightbox[208]"><img src="http://www.tillamma.de/wp-content/uploads/2011/08/IMAG0235.resized_30p-300x179.jpg" alt="Formulor LED Clock - Prototype 2 - 2/2" title="formulor_led_prot2_2" width="300" height="179" class="size-medium wp-image-204" /></a><p class="wp-caption-text">Formulor LED Clock - Washed plates</p></div>
</td>
</tr>
</table>
<p>What I did after unpacking was cleaning it from the dusty residue that stuck to it by washing it in warm water &#8211; I used a toothbrush for this task <img src='http://www.tillamma.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Looks great, even with the protecting sheet still stuck on one side.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2011/08/08/formulor-ponoko/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Projects Update</title>
		<link>http://www.tillamma.de/2011/07/19/projects-update/</link>
		<comments>http://www.tillamma.de/2011/07/19/projects-update/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 12:04:58 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Home improvement]]></category>
		<category><![CDATA[LED-Clock]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/?p=187</guid>
		<description><![CDATA[<p>I am currently tinkering around with my LCD-Clock project.</p> <p>New is: I&#8217;m trying to make a prototype design using ponoko. But its pretty expensive, phew. My option is to make it on my own&#8230; which would, most definitely, lack any nicely looking outcome.   Working with acrylic glass is just awful! Well my opinion&#8230;</p> [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently tinkering around with my LCD-Clock project.</p>
<p>New is: I&#8217;m trying to make a prototype design using <a title="ponoko" href="http://www.ponoko.com/">ponoko</a>. But its pretty expensive, phew. My option is to make it on my own&#8230; which would, most definitely, lack any nicely looking outcome. <img src='http://www.tillamma.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Working with acrylic glass is just awful! Well my opinion&#8230;</p>
<p>Oh, by the way&#8230; I made a page for the project here:</p>
<p><a href="http://www.tillamma.de/lcd-clock/">http://www.tillamma.de/lcd-clock/</a></p>
<p>Thats it for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2011/07/19/projects-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RoboCup WM in Istanbul &#8211; The Roundup</title>
		<link>http://www.tillamma.de/2011/07/18/robocup-wm-in-istanbul-the-roundup/</link>
		<comments>http://www.tillamma.de/2011/07/18/robocup-wm-in-istanbul-the-roundup/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 15:36:03 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[RoboCup]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/?p=176</guid>
		<description><![CDATA[<p>For those who don&#8217;t know it yet: One of my hobbies is RoboCup &#8211; robots that play football (Why not soccer? It is FOOTball, dammit!). </p> <p>Between the 3rd and 12th July was the RoboCup World Championship in Istanbul, Turkey. Well it was a crazy tournament, to say the least. Our equipment, including our [...]]]></description>
			<content:encoded><![CDATA[<p>For those who don&#8217;t know it yet: One of my hobbies is <a href="http://www.robocup.org/" title="RoboCup">RoboCup</a> &#8211; robots that play football (Why not soccer? It is FOOTball, dammit!). </p>
<p>Between the 3rd and 12th July was the RoboCup World Championship in Istanbul, Turkey. Well it was a crazy tournament, to say the least. Our equipment, including our robots, arrived waaaaaaay to late. And we were not kicked out of the tournament just by good will of the other teams. A big &#8220;Thank you&#8221; to them. Anyway, we finished on rank seven&#8230; with some preparation time earlier we could have easily competed with the first four teams. The RoboCup god is a sadistic one! Some more information can be obtained from the <a href="https://carpenoctem.das-lab.net/teamblog" title="TeamBlog">Carpe Noctem team&#8217;s blog</a></p>
<p>For the city: Well&#8230; I did expect more! Some spots we wandered through reminded my of scenes from the movie &#8220;Robot Holocaust&#8221;, just awful. The inner city, with all the big sights was kind of like I hoped it to be. But being frequently bothered to buy something or to eat something when walking down a street is really wearing down after some hours. The bad thing: I had no opportunity to visit the inside of the Hagia Sophia. Apparently it is closed on Mondays and our only two days of sightseeing where the two Mondays. Also, the Blue Mosque and the Tokapi Palace where closed when we wanted to take a closer look. Anyways&#8230; impressive architecture to say the least!</p>
<p>Ok, thats about it for this short wrap-up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2011/07/18/robocup-wm-in-istanbul-the-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog name change</title>
		<link>http://www.tillamma.de/2011/07/18/blog-name-change/</link>
		<comments>http://www.tillamma.de/2011/07/18/blog-name-change/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 15:17:39 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/?p=170</guid>
		<description><![CDATA[<p>As much as I liked the old Blog name I nevertheless decided to change it. Why? &#8211; &#8217;cause &#8220;strange&#8221; is one of my life&#8217;s frequently occurring adjectives.</p> <p>Technical stuff always behaves in a matter it was never intended to or no-one else would ever encounter. I tend to get the most exotic errors when [...]]]></description>
			<content:encoded><![CDATA[<p>As much as I liked the old Blog name I nevertheless decided to change it.<br />
Why? &#8211; &#8217;cause &#8220;strange&#8221; is one of my life&#8217;s frequently occurring adjectives.</p>
<p>Technical stuff always behaves in a matter it was never intended to or no-one else would ever encounter. I tend to get the most exotic errors when handling a computer. And&#8230; well&#8230; you must have encountered one of my moments of rage to really know why everything seems strange around me&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2011/07/18/blog-name-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It is 09. June 2011 now&#8230; well&#8230; long break, again.</title>
		<link>http://www.tillamma.de/2011/06/09/156/</link>
		<comments>http://www.tillamma.de/2011/06/09/156/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 13:33:23 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Home improvement]]></category>
		<category><![CDATA[Interest]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/?p=156</guid>
		<description><![CDATA[<p>Title says it all&#8230; But, now that I finished my diploma thesis I have some more spare time and what else but picking up old projects comes into my mind? </p> <p>I grabbed the box where I stored my stuff and&#8230; it was dusty&#8230; sign of a neglected project! Anyway, I could pretty much [...]]]></description>
			<content:encoded><![CDATA[<p>Title says it all&#8230; But, now that I finished my diploma thesis I have some more spare time and what else but picking up old projects comes into my mind? <img src='http://www.tillamma.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I grabbed the box where I stored my stuff and&#8230; it was dusty&#8230; sign of a neglected project! Anyway, I could pretty much start from where I stopped. As a subproject of my <a href="http://www.tillamma.de/project-wall-covering/">&#8220;Wall covering&#8221; </a> project I wanted to create my own LED-Clock. I&#8217;m done with the first prototype&#8230; well&#8230; it&#8217;s not a clock entirely but only one digit. But it is always clever to make small scale testing before creating the real deal. Really! Ask the Mythbusters! I&#8217;ve learned some things on the way towards this prototype that I will change for the actual clock. I will create another page for this project where I go more into detail. </p>
<p>Ok, enough teasing already&#8230; here&#8217;s a picture (yes, it&#8217;s a little blurry&#8230; so what?):</p>
<p><a href="http://www.tillamma.de/wp-content/uploads/2011/06/IMAG0188_halfsize.jpg" rel="lightbox[156]"><img src="http://www.tillamma.de/wp-content/uploads/2011/06/IMAG0188_halfsize-150x150.jpg" alt="First prototype for the LCD-Clock project" title="LCD clock prototype" width="150" height="150" class="alignnone size-thumbnail wp-image-160" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2011/06/09/156/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wow&#8230; over two years of&#8230; nothing</title>
		<link>http://www.tillamma.de/2010/08/16/wow-over-two-years-of-nothing/</link>
		<comments>http://www.tillamma.de/2010/08/16/wow-over-two-years-of-nothing/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 23:22:15 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/?p=87</guid>
		<description><![CDATA[<p>Yeah, I know. I&#8217;m not good at keeping track of stuff in my blog.</p> <p>What was the last thing&#8230; ah, yes&#8230; HBCI. Never got it working well. I think there is something wrong with the chip card.</p> <p>Ok, actually I wanted to say that there is a new page logging a project of mine:</p> [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, I know. I&#8217;m not good at keeping track of stuff in my blog.</p>
<p>What was the last thing&#8230; ah, yes&#8230; HBCI. Never got it working well. I think there is something wrong with the chip card.</p>
<p>Ok, actually I wanted to say that there is a new page logging a project of mine:</p>
<p><a href="http://www.tillamma.de/project-wall-covering/">http://www.tillamma.de/project-wall-covering/</a></p>
<p>It&#8217;s about an alternative way to cover walls with something that isn&#8217;t paint or wallpapers. I&#8217;d like to span sheets of cloth and illuminate them with some back lights.</p>
<p>Also, I started to write drafts for other projects I carry around in the back of my mind for quite some time now. I will publish those once I&#8217;m pleased with the progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2010/08/16/wow-over-two-years-of-nothing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HBCI and Linux using the Kobil TriB@nk card reader</title>
		<link>http://www.tillamma.de/2008/03/09/hbci-and-linux-using-the-kobil-tribnk-card-reader/</link>
		<comments>http://www.tillamma.de/2008/03/09/hbci-and-linux-using-the-kobil-tribnk-card-reader/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 09:58:59 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Interest]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/2008/03/09/hbci-and-linux-using-the-kobil-tribnk-card-reader/</guid>
		<description><![CDATA[<p>Here in Germany we can use FinTS(HBCI) doing online banking. This method is theoretically safer then the most commonly used method using PIN/TAN. PIN/TAN is vulnerable to phishing or attacks by trojans logging key strokes. That, and the fact that I wanted to test the FinTS(HBCI) service forced me to do switch.</p> <p>The other [...]]]></description>
			<content:encoded><![CDATA[<p>Here in Germany we can use <a href="http://en.wikipedia.org/wiki/FinTS" target="_blank">FinTS</a>(<a href="http://http://en.wikipedia.org/wiki/HBCI" target="_blank">HBCI</a>) doing online banking. This method is theoretically safer then the most commonly used method using PIN/TAN. PIN/TAN is vulnerable  to phishing or attacks by trojans logging key strokes. That, and the fact that I wanted to test the FinTS(HBCI) service forced me to do switch.</p>
<p>The other day I ordered a card reader, namely the <a href="http://www.kobil.de/index.php?id=555&amp;type=7&amp;L=1" target="_blank">Kobil TriB@nk</a>. There are other vendors, for example <a href="http://www.reiner-sct.com/" target="_blank">Reiner SCT</a>, who produce card readers. I searched the web for Linux support of Kobil card readers and found some forum sites discussing the object. Anyhow, after downloading the driers of the card reader from the Kobil website and using &#8220;apt-get&#8221; (I&#8217;m currently using kubuntu) to install the missing libraries (pcsc-lite and ccid) I got stuck with the card reader not working at all.</p>
<p>I used hours in searching the web fore more information. And as time went by I started being frustrated, as the Linux support from Kobil seems to be half-assed. The Reiner SCT card readers seem to have a very good Linux support&#8230; *sigh*.</p>
<p>At one point (I wanted to go to bed about one hour before) I made a final attempt. I purged the &#8220;libccid&#8221; from my system, downloaded the latest source from the <a href="http://pcsclite.alioth.debian.org/ccid.html" target="_blank">developers website</a>, compiled and installed it. Now starting the pcscd and plugging in the card reader finally gave me some usable output. *cheer*</p>
<p>I went to bed with a relief.</p>
<p>To be continued&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2008/03/09/hbci-and-linux-using-the-kobil-tribnk-card-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenStreetMap on the Mac</title>
		<link>http://www.tillamma.de/2008/01/28/openstreetmap-on-the-mac/</link>
		<comments>http://www.tillamma.de/2008/01/28/openstreetmap-on-the-mac/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 09:52:43 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Interest]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/2008/01/28/openstreetmap-on-the-mac/</guid>
		<description><![CDATA[<p>I use my powerbook for almost all the work on OSM using the JOSM tool. But starting the Terminal.app, cd&#8217;ing into the right directory, typing the command,&#8230; is actually a pain in the ass (at least for me . Mac OS X is a nice operating system and therefore there should be a nice [...]]]></description>
			<content:encoded><![CDATA[<p>I use my powerbook for almost all the work on OSM using the <a href="http://wiki.openstreetmap.org/index.php/JOSM">JOSM</a> tool. But starting the Terminal.app, cd&#8217;ing into the right directory, typing the command,&#8230; is actually a pain in the ass (at least for me <img src='http://www.tillamma.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Mac OS X is a nice operating system and therefore there should be a nice starter <img src='http://www.tillamma.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . So, i fired up <em>Jar Bundler</em> and <em>IconCompser </em>to build a .app.</p>
<p>I want to verify on the developer list if I&#8217;m allowed to bring it online.</p>
<p>Edit: here it is.</p>
<p>Edit2: as this is veeeery outdated, i pulled it. I&#8217;m not even using the powerbook anymore&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2008/01/28/openstreetmap-on-the-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenStreetMap02</title>
		<link>http://www.tillamma.de/2008/01/26/openstreetmap02/</link>
		<comments>http://www.tillamma.de/2008/01/26/openstreetmap02/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 10:50:06 +0000</pubDate>
		<dc:creator>Till</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Interest]]></category>

		<guid isPermaLink="false">http://www.tillamma.de/2008/01/26/openstreetmap02/</guid>
		<description><![CDATA[<p>I already posted something about the openstreetmap project before. Now some pictures to illustrate the progress:</p> <p></p> <p>It shows my work (Elgershausen and some parts of Großenritte) and the work of T2000 and another guy we dont know yet . Oh, before i start explaining all over&#8230; follow this link. [...]]]></description>
			<content:encoded><![CDATA[<p>I already posted something about the openstreetmap project <a href="http://www.tillamma.de/2008/01/20/openstreetmap/">before</a>. Now some pictures to illustrate the progress:</p>
<p><a href="http://www.tillamma.de/wp-content/uploads/2008/01/osm01.png" rel="lightbox[osm02]" title="osm01"><img src="http://www.tillamma.de/wp-content/uploads/2008/01/osm01.thumbnail.png" alt="osm01" /></a><a href="http://www.tillamma.de/wp-content/uploads/2008/01/osm02.png" rel="lightbox[osm02]" title="osm02"><img src="http://www.tillamma.de/wp-content/uploads/2008/01/osm02.thumbnail.png" alt="osm02" /></a></p>
<p>It shows my work (Elgershausen and some parts of Großenritte) and the work of T2000 and another guy we dont know yet <img src='http://www.tillamma.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Oh, before i start explaining all over&#8230; follow <a href="http://www.stefantriller.de/2008/01/25/openstreetmap/">this link</a>. <img src='http://www.tillamma.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tillamma.de/2008/01/26/openstreetmap02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

