<?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>ejs &#187; Blogroll</title>
	<atom:link href="http://ejs.seniejitrakai.net/category/blogroll/feed/" rel="self" type="application/rss+xml" />
	<link>http://ejs.seniejitrakai.net</link>
	<description>a snaphot of time</description>
	<lastBuildDate>Tue, 15 Jun 2010 23:06:06 +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>The Dolomites</title>
		<link>http://ejs.seniejitrakai.net/2009/07/11/the-dolomites/</link>
		<comments>http://ejs.seniejitrakai.net/2009/07/11/the-dolomites/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 20:42:11 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Trips]]></category>
		<category><![CDATA[Dolomites]]></category>
		<category><![CDATA[Italy]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/2009/07/11/the-dolomites/</guid>
		<description><![CDATA[Here is the (unfinished) map of passes in Dolomites, created in Google Maps. You can also search for photos of the passes.]]></description>
			<content:encoded><![CDATA[<p>Here is the (unfinished) map of <a href="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;msid=116697046419143006099.00046e70d62518e4f300e&#038;ll=46.532414,12.052002&#038;spn=0.931506,2.469177&#038;t=p&#038;z=9">passes in Dolomites</a>, created in Google Maps.<br />
You can also <a href="http://gallery.ejs.seniejitrakai.net/main.php?g2_view=search.SearchScan&#038;g2_form[formName]=search_SearchBlock&#038;g2_form[searchCriteria]=passo&#038;g2_form[useDefaultSettings]=1" target="_new">search for photos of the passes</a>.</p>
<p><iframe width="800" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=116697046419143006099.00046e70d62518e4f300e&amp;ll=46.532414,12.052002&amp;spn=0.931506,2.469177&amp;t=p&amp;z=9&amp;output=embed"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2009/07/11/the-dolomites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend project &#8211; USBasp</title>
		<link>http://ejs.seniejitrakai.net/2008/09/21/weekend-project-usbasp/</link>
		<comments>http://ejs.seniejitrakai.net/2008/09/21/weekend-project-usbasp/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 18:26:50 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Atmel]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=89</guid>
		<description><![CDATA[I had some ideas to go out before, but as i got terrible cold last Friday, I had to postpone all of them. I feel a bit better today, so decided to build USBasp &#8211; an USB port ISP programmer for Atmel product family. I used STK 200/300 dongle before, but it works from parallel [...]]]></description>
			<content:encoded><![CDATA[<p>I had some ideas to go out before, but as i got terrible cold last Friday, I had to postpone all of them.</p>
<p>I feel a bit better today, so decided to build USBasp &#8211; an USB port ISP programmer for Atmel product family. I used STK 200/300 dongle before, but it works from parallel port only.<br />
<a href='http://ejs.seniejitrakai.net/USBasp/USBasp_stage1.jpg'><img class="right" src="http://ejs.seniejitrakai.net/USBasp/usbasp_stage1-300x105.jpg" alt="USBasp: fresh PCB" title="usbasp_stage1" width="300" height="105"/></a><br />
Lets start: the schematics is from <a href="http://www.fischl.de/usbasp/"> http://www.fischl.de/usbasp/ </a>. You can find some schematics and pre-routed PCB&#8217;s there. </p>
<p>What I need is USB B type or MiniUSB connector, SMD parts, small footprint, single &#8211; sided PCB. The one I liked is by Thomas Pfeifer, <a href="http://thomaspfeifer.net/atmel_usb_programmer.htm"> http://thomaspfeifer.net/atmel_usb_programmer.htm</a>. The problem is I found no files for Eagle there and had to re-create the PCB. </p>
<p>Additional features are:</p>
<ul>
<li>RC filters on MOSI, MISO and SCK lines to suppress ringing, as suggested in <a href="http://www.avrfreaks.net/index.php?name=PNphpBB2&#038;file=viewtopic&#038;t=33265">AVR Freaks forum</a>;</li>
<li>Signal from oscillator (XTAL1) is routed to the pin 3 on IDC connector via jumper &#8211; a handy feature to debrick the MCU if you accidentally fused external oscillator;</li>
<li>Inductor on the power line.</li>
</ul>
<p>The PDF files with the layout are <a href="http://ejs.seniejitrakai.net/USBasp/USBasp_single_sided_board.pdf">here</a>, an A6 &#8211; size mirrored image for direct printing on OHP is <a href="http://ejs.seniejitrakai.net/USBasp/USBasp_bottom_mirrored_multi.pdf">here</a>. </p>
<p>Added on 2008-10-01:<br />
<a href='http://ejs.seniejitrakai.net/USBasp/usbasp-top-populated_.jpg'><img src="http://ejs.seniejitrakai.net/USBasp/usbasp-top-populated_-300x122.jpg" alt="USBasp top side, populated" title="USBasp top side, populated" width="300" height="122" class="right" /></a><br />
<a href='http://ejs.seniejitrakai.net/USBasp/usbasp-bottom-populated.jpg'><img src="http://ejs.seniejitrakai.net/USBasp/usbasp-bottom-populated-300x114.jpg" alt="USBasp bottom side, populated" title="USBasp bottom side, populated" width="300" height="114" class="right" /></a><br />
First, it works. Both connected directly or via USB hub.<br />
Second: don&#8217;t create anything while you are ill. Actually, pin number 5 on miniUSB connector MUST be grounded, while pin number 4 can be grounded or left floating. I&#8217;ve used i jumper wire to solve the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2008/09/21/weekend-project-usbasp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hacking the FlexLM keygens</title>
		<link>http://ejs.seniejitrakai.net/2008/08/21/hacking-the-flexlm-keygens/</link>
		<comments>http://ejs.seniejitrakai.net/2008/08/21/hacking-the-flexlm-keygens/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 17:52:43 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=88</guid>
		<description><![CDATA[Ok, it&#8217;s ugly and illegal, i know. The information here is for educational purposes only. Sometimes i&#8217;m asked to &#8220;cure&#8221; one or another product, protected by registration or network license manager, like FlexLM. And you know, a lot of keygens for these product found in the Internet, do not work. The usual error is &#8220;Internal [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, it&#8217;s ugly and illegal, i know. The information here is for educational purposes only.</p>
<p>Sometimes i&#8217;m asked to &#8220;cure&#8221; one or another product, protected by registration or network license manager, like FlexLM. And you know, a lot of keygens for these product found in the Internet, do not work. The usual error is <em><strong>&#8220;Internal Error #{1..6} &#8211; Please be sure the app is running and on the license screen!&#8221;</em></strong>. What&#8217;s wrong, why the keygens from the glorious crack groups do not work any more?</p>
<p>Search on the Internet revealed almost nothing: from &#8220;the kyegen does not work&#8221; to &#8220;it works perfectly&#8221;, some says one must use genuine windows the keygen to work (wow&#8230;).</p>
<p>Let&#8217;s start a little investigation.<span id="more-88"></span></p>
<p>Some keygens are packed with some kind of packer, like UPX. I&#8217;m too lazy to extract them.<br />
So i&#8217;ve found an unpacked version of keygen for AutoCAD 2008, created an evaluation installation of AutoCAD 2008 from Autodesk Revit Architecture 2008 (i have a license for it to run on the network, by the way) and started my explorations.</p>
<p>A usual PE executable consists of some sections: header, data, imported functions, static variables and text resourses. Text resourses are usually located near the end of the file, and it is the very first place to look for an information.<br />
The very first string&#8217;s i have noticed, at the very beginning of text resourses were &#8220;<em>acad.exe</em>&#8221; and &#8220;<em>~de81d5.tmp</em>&#8220;. But wait, when running AutoCAD, i have 4 files with constant names in &#8220;%TEMP%/AdskCleanup.0001.dir.0000&#8243;. Their names are &#8220;<em>PfdRun.pfd</em>&#8220;, &#8220;<em>~de0acb.tmp</em>&#8220;, &#8220;<em>~df294b.tmp</em>&#8221; and &#8220;<em>~efe2.tmp</em>&#8220;. Only two of them has names with 7 symbols (like in keygen&#8217;s &#8220;~de81d5.tmp&#8221;). The *.tmp files seems like PE executables.<br />
A quick edit in the keygen to match the actual names and &#8230; </p>
<p>The mysterious error is gone, you can paste a request code in the keygen.</p>
<p>And &#8230;. &#8220;REQUEST CODE ERROR!&#8221;</p>
<p>Let&#8217;s summarize:</p>
<ul>
<li>every product line Autodesk ships uses unique set of registration keys. This also means that AutoCAD 2008 sold as separate product will have different encryption keys that the AutoCAD2008, sold as &#8220;Revit Architecture suite 2008&#8243;;</li>
<li>the keygen searches for predefined file in &#8220;%TEMP%/AdskCleanup.0001.dir.0000&#8243;, extracts encryptions keys (?) and generates authentification code, depending on your request;</li>
<li>if the keygen does not find a predefined file in the predefined place, a famous &#8220;Internal Error #&#8230;&#8221; will be generated;</li>
<li>as keygen works with predefined location of encryption keys, it is not capable of generating authentification code for different products</li>
</ul>
<p>So, what&#8217;s to do if You got the famous &#8220;Internal Error #..&#8221;?<br />
Buy the product. Or search for another keygen.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2008/08/21/hacking-the-flexlm-keygens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s go get lost</title>
		<link>http://ejs.seniejitrakai.net/2008/02/25/lets-go-get-lost/</link>
		<comments>http://ejs.seniejitrakai.net/2008/02/25/lets-go-get-lost/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 23:23:17 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[Dolomites]]></category>
		<category><![CDATA[Dubrovnik]]></category>
		<category><![CDATA[Hrvatska]]></category>
		<category><![CDATA[Italy]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/2008/02/25/lets-go-get-lost/</guid>
		<description><![CDATA[Actually, up to Munich i had no GPS signal when the Asus was charging in the car cradle &#8211; a stupid problem. When surfing web in Munich I&#8217;ve found a patch to solve the problem in WM5 from the same Asus. After this everything went fine and you can see the whole journey here. Asus [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://ejs.seniejitrakai.net/keliones/Italy/full.html' target='_blank' title='Full trip (amost)'><img class="right"  src='http://ejs.seniejitrakai.net/keliones/Italy/full.thumbnail.png' alt='Full trip (amost)' /></a>Actually, up to Munich i had no GPS signal when the Asus was charging in the car cradle &#8211; a stupid problem.<br />
When surfing web in Munich I&#8217;ve found a patch to solve the problem in WM5 from the same Asus. After this everything went fine and you can see the whole journey here.<br />
Asus had solved this problem in later firmware releases  for WM5 as well as for WM6. So, let&#8217;s start exploring Italy: <a href='http://ejs.seniejitrakai.net/keliones/Italy/full.png' target='_blank' title='full trip'>Full trip (amost)</a><br />
<span id="more-67"></span></p>
<table cellpadding="2px">
<tr>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-07-31-e50m.png' target='_blank' title='2007-07-31'>2007-07-31</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-07-31-e50m.html' target='_blank' title='2007-07-31'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-07-31-e50m.thumbnail.png' alt='track for 2007-07-31' /></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-01-e50m.png' target='_blank' title='2007-08-01'>2007-08-01</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-01-e50m.html' target='_blank' title='2007-08-01'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-01-e50m.thumbnail.png' alt='track for 2007-08-01' /></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-02-e50m.png' target='_blank' title='2007-08-02'>2007-08-02</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-02-e50m.html' target='_blank' title='2007-08-02'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-02-e50m.thumbnail.png' alt='track for 2007-08-02' /></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-03-e50m.png' target='_blank' title='2007-08-03'>2007-08-03</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-03-e50m.html' target='_blank' title='2007-08-03'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-03-e50m.thumbnail.png' alt='track for 2007-08-03' /></td>
</tr>
<tr>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-04-e50m.png' target='_blank' title='2007-08-04'>2007-08-04</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-04-e50m.html' target='_blank' title='2007-08-04'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-04-e50m.thumbnail.png' alt='track for 2007-08-04' /></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-05-e50m.png' target='_blank' title='2007-08-05'>2007-08-05</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-05-e50m.html' target='_blank' title='2007-08-05'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-05-e50m.thumbnail.png' alt='track for 2007-08-05' /></a></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-06-e50m.png' target='_blank' title='2007-08-06'>2007-08-06</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-06-e50m.html' target='_blank' title='2007-08-06'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-06-e50m.thumbnail.png' alt='track for 2007-08-06' /></a></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-07-e100m.png' target='_blank' title='2007-08-07'>2007-08-07</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-07-e100m.html' target='_blank' title='2007-08-07'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-07-e100m.thumbnail.png' alt='track for 2007-08-07' /></a></td>
</tr>
<tr>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-08-e50m.png' target='_blank' title='2007-08-08'>2007-08-08</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-08-e50m.html' target='_blank'  title='2007-08-08'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-08-e50m.thumbnail.png' alt='track for 2007-08-08' /></a></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-09-e50m.png' target='_blank' title='2007-08-09'>2007-08-09</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-09-e50m.html' target='_blank'  title='2007-08-09'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-09-e50m.thumbnail.png' alt='track for 2007-08-09' /></a></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-10-e50m.png' target='_blank' title='2007-08-10'>2007-08-10</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-10-e50m.html' target='_blank'  title='2007-08-10'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-10-e50m.thumbnail.png' alt='track for 2007-08-10' /></a></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-11-e50m.png' target='_blank' title='2007-08-11'>2007-08-11</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-11-e50m.html' target='_blank'  title='2007-08-11'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-11-e50m.thumbnail.png' alt='track for 2007-08-11' /></a></td>
</tr>
<tr>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-13-e50m.png' target='_blank' title='2007-08-13'>2007-08-13</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-13-e50m.html' target='_blank'  title='2007-08-13'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-13-e50m.thumbnail.png' alt='track for 2007-08-13' /></a></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-14-e50m.png' target='_blank' title='2007-08-14'>2007-08-14</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-14-e50m.html' target='_blank'  title='2007-08-14'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-14-e50m.thumbnail.png' alt='track for 2007-08-14' /></a></td>
<td><center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-15-e50m.png' target='_blank' title='2007-08-15'>2007-08-15</a></center><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-15-e50m.html' target='_blank'  title='2007-08-15'><img src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-15-e50m.thumbnail.png' alt='track for 2007-08-15' /></a></td>
<td></td>
</tr>
</table>
<p><center>These Smiling eyes are just a mirror for<br />
Just a mirror for the sun<br />
Just a mirror for the sun<br />
Just a mirror for the sun<br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2008/02/25/lets-go-get-lost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating eye-candy from dead i-GO tracks</title>
		<link>http://ejs.seniejitrakai.net/2008/02/24/creating-eye-candy-from-dead-i-go-tracks/</link>
		<comments>http://ejs.seniejitrakai.net/2008/02/24/creating-eye-candy-from-dead-i-go-tracks/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 19:29:53 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[GPSbabel]]></category>
		<category><![CDATA[GPSvisualizer]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/2008/02/24/creating-eye-candy-from-dead-i-go-tracks/</guid>
		<description><![CDATA[As, I&#8217;ve mentioned earlier, we had a pleasant trip through Italy the last summer. I have recorded the whole trip to my GPS unit using i-GO navigation program. Seems like 10 second recording intervals are fine and the track is quite precise and smooth. Unfortunately, during upgrade from WM5 to WM6 I had to reinstall [...]]]></description>
			<content:encoded><![CDATA[<p><img class="right" src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-07-e100m.thumbnail.png' alt='sample track' /></p>
<p>As, I&#8217;ve mentioned <a href="http://ejs.seniejitrakai.net/2008/02/22/lcd-screen-change-for-asus-mypal-639/">earlier</a>, we had a pleasant trip through Italy the last summer. I have recorded the whole trip to my GPS unit using i-GO navigation program. Seems like 10 second recording intervals are fine and the track is quite precise and smooth.<br />
Unfortunately, during upgrade from WM5 to WM6 I had to reinstall i-Go and all tracks just dissapeared from track list in i-GO. Stupid me, i HAD to save &#8216;igo.db&#8217; file somewhere.<br />
I found no way to put them back, so let the fun begin.<br />
A short glimpse into one of the files and..
<pre>
...
$GPGSA,A,3,04,20,13,23,31,11,,,,,,,2.0,1.2,1.6*33
$GPRMC,061120.287,A,5414.2734,N,02337.5314,E,54.08,261.55,290707,,,A*50
$GPGGA,061121.000,5414.2726,N,02337.5281,E,1,06,1.2,152.2,M,31.0,M,,0000*54
...
</pre>
<p>Hey, do You think the same way? Yes, it&#8217;s NMEA data in plain text.<br />
<span id="more-65"></span></p>
<p>Ok, the Tool &#8211; <a href="http://www.gpsbabel.org/">GPSbabel</a> is ready. It can read and write a lot of GPS data formats.  Let&#8217;s try:</p>
<pre>
$ sudo apt-get install gpsbabel
</pre>
<p>, a handy script &#8216;nmea2gpx&#8217; from <a href="http://wiki.openstreetmap.org/index.php/NMEA#Converting_NMEA_text_dumps_.28with_gpsbabel.29">here</a><br />
and let the fun begin:</p>
<pre>
$ for i in `ls *.bin`; do ./nmea2gpx $i; done
</pre>
<p>The conversion is smooth. You can discard files files up to about 400B &#8211; they usually contains only empty GPX  structure.</p>
<p>But the resulting data set is HUGE: initial data set is 182MB, the resulting GPX files uses MB.<br />
It&#8217;s fine if you need very detailed track info, but two problems arise:</p>
<ul>
<li>due to the nature of GPS it&#8217;s inaccurate, if you use the receiver in dense urban areas</li>
<li>you do not need this amount of information to create daily track or a track for the whole journey</li>
</ul>
<p>And again, let&#8217;s turn back to GPSbabel. It has a lot of filters to improve overall usability of saved data:</p>
<pre>
$ gpsbabel -i gpx -f 2007-08-07.gpx -x simplify,crosstract,error=0.002k -o gpx -F 2007-08-07-e2m.gpx
$ gpsbabel -i gpx -f 2007-08-07.gpx -x simplify,crosstract,error=0.005k -o gpx -F 2007-08-07-e5m.gpx
$ gpsbabel -i gpx -f 2007-08-07.gpx -x simplify,crosstract,error=0.01k -o gpx -F 2007-08-07-e10m.gpx
$ gpsbabel -i gpx -f 2007-08-07.gpx -x simplify,crosstract,error=0.05k -o gpx -F 2007-08-07-e50m.gpx
$ gpsbabel -i gpx -f 2007-08-07.gpx -x simplify,crosstract,error=0.1k -o gpx -F 2007-08-07-e100m.gpx
$ gpsbabel -i gpx -f 2007-08-07.gpx -x discard,hdop=10 -o gpx -F 2007-08-07-hdop10.gpx
$ gpsbabel -i gpx -f 2007-08-07.gpx -x discard,hdop=6 -o gpx -F 2007-08-07-hdop6.gpx

 $ ls -al *08-07*.gpx
-rw-r--r-- 1 ejs ejs 5321544 2008-02-24 20:41 2007-08-07.gpx
-rw-r--r-- 1 ejs ejs  343808 2008-02-24 21:00 2007-08-07-e10m.gpx
-rw-r--r-- 1 ejs ejs  909181 2008-02-24 20:56 2007-08-07-e2m.gpx
-rw-r--r-- 1 ejs ejs  541929 2008-02-24 20:59 2007-08-07-e5m.gpx
-rw-r--r-- 1 ejs ejs  117973 2008-02-24 21:31 2007-08-07-e50m.gpx
-rw-r--r-- 1 ejs ejs   69973 2008-02-24 21:38 2007-08-07-e100m.gpx
-rw-r--r-- 1 ejs ejs 5072358 2008-02-24 20:52 2007-08-07-hdop10.gpx
-rw-r--r-- 1 ejs ejs 4983846 2008-02-24 20:52 2007-08-07-hdop6.gpx
</pre>
<p>Summarize the above:</p>
<p><a href='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-07-e100m.png' title='100 meter error, data rate reduced 75 times'><img class="right" src='http://ejs.seniejitrakai.net/keliones/Italy/2007-08-07-e100m.thumbnail.png' alt='100 meter error, data rate reduced 75 times' /></a></p>
<ul>
<li>reducing maximum allowable Horizontal Dilution of Precision (HDOP) makes almost no change to data size</li>
<li>using &#8216;crosstrack&#8217; filter and removing points maximum 50 meters away from track, reduced dataset size 10 times. Using 100 meters error reduces dataset almost 75 times, but you can see in the image and <a href="http://ejs.seniejitrakai.net/2007-08-07-e100m.html" target="_blank">here</a>, the data it is still usable.</li>
</ul>
<p>The perfect and free tool to overlay the GPX track onto the globe is <a href="http://www.gpsvisualizer.com/">GPS visualizer </a>. Use it.</p>
<p>The proposed workflow is:
<ol>
<li>download tracks the tracks you need to the computer</li>
<li>convert them to GPX</li>
<li>merge day track to single file</li>
<li>apply &#8216;crosstalk&#8217; filter with maximum error of 100 &#8211; 200 meters to the daily track file. Your goal is to get 150-500kB file, depending on the road network and conditions.</li>
<li>merge daily track files to single trip file</li>
<li>apply &#8216;crosstalk&#8217; filter with maximum error of 1 &#8211; 2 kilometers to the trip file, depending on the road network and conditions.</li>
<li>register at Google Maps to get your API key, as it&#8217;s stated in <a href="http://www.gpsvisualizer.com/faq.html">GPS visualizer FAQ</a></li>
<li>proceed your files with <a href="http://www.gpsvisualizer.com/">GPS visualizer </a></li>
<li>donate</li>
<li>enter your Google Maps API key into every saved HTML file from GPSvisualizer.com. You HAVE saved the files, have You?</li>
<li>arrange the presentation of your wanderings</li>
<li>enjoy</li>
</ol>
<pre>
$ gpsbabel -i gpx -f 2007-07-31.gpx -i gpx -f 2007-08-01.gpx -i gpx -f 2007-08-02.gpx \
 -i gpx -f 2007-08-03.gpx -i gpx -f 2007-08-04.gpx -i gpx -f 2007-08-05.gpx \
 -i gpx -f 2007-08-06.gpx -i gpx -f 2007-08-07.gpx -i gpx -f 2007-08-08.gpx \
 -i gpx -f 2007-08-09.gpx -i gpx -f 2007-08-10.gpx -i gpx -f 2007-08-11.gpx \
 -i gpx -f 2007-08-13.gpx -i gpx -f 2007-08-14.gpx -i gpx -f 2007-08-15.gpx -o gpx -F full.gpx

$ gpsbabel -i gpx -f full.gpx -x simplify,crosstract,error=0.5k -o gpx -F full-e500m.gpx
$ gpsbabel -i gpx -f full.gpx -x simplify,crosstract,error=1k -o gpx -F full-e1km.gpx
$ gpsbabel -i gpx -f full.gpx -x simplify,crosstract,error=2k -o gpx -F full-e2km.gpx
$ls -al

lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:38 2007-07-31.gpx -> ../daily/2007-07-31/2007-07-31.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:38 2007-08-01.gpx -> ../daily/2007-08-01/2007-08-01.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:38 2007-08-02.gpx -> ../daily/2007-08-02/2007-08-02.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:38 2007-08-03.gpx -> ../daily/2007-08-03/2007-08-03.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:38 2007-08-04.gpx -> ../daily/2007-08-04/2007-08-04.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:38 2007-08-05.gpx -> ../daily/2007-08-05/2007-08-05.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:38 2007-08-06.gpx -> ../daily/2007-08-06/2007-08-06.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:38 2007-08-07.gpx -> ../daily/2007-08-07/2007-08-07.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:39 2007-08-08.gpx -> ../daily/2007-08-08/2007-08-08.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:39 2007-08-09.gpx -> ../daily/2007-08-09/2007-08-09.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:39 2007-08-10.gpx -> ../daily/2007-08-10/2007-08-10.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:39 2007-08-11.gpx -> ../daily/2007-08-11/2007-08-11.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:39 2007-08-13.gpx -> ../daily/2007-08-13/2007-08-13.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:39 2007-08-14.gpx -> ../daily/2007-08-14/2007-08-14.gpx
lrwxrwxrwx 1 ejs ejs        34 2008-02-26 02:39 2007-08-15.gpx -> ../daily/2007-08-15/2007-08-15.gpx
-rw-r--r-- 1 ejs ejs    186733 2008-02-26 02:59 full-e1km.gpx
-rw-r--r-- 1 ejs ejs    111056 2008-02-26 03:01 full-e2km.gpx
-rw-r--r-- 1 ejs ejs    329869 2008-02-26 02:53 full-e500m.gpx
-rw-r--r-- 1 ejs ejs 107624591 2008-02-26 02:45 full.gpx
</pre>
<p>by, the way, while processing the last two gpsbabel commands and running Xorg , KDE and Iceape as usual:</p>
<pre>
top - 02:58:54 up  6:52,  6 users,  load average: 2.66, 1.93, 1.19
Tasks: 121 total,   4 running, 117 sleeping,   0 stopped,   0 zombie
Cpu(s): 99.3%us,  0.7%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:    516620k total,   508624k used,     7996k free,     2004k buffers
Swap:  1052216k total,   157092k used,   895124k free,    93384k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 6173 ejs       25   0 86368  82m  840 R 48.9 16.3   2:59.09 gpsbabel
 6175 ejs       25   0 86372  82m  840 R 48.9 16.3   1:28.35 gpsbabel
</pre>
<p>The resulting GPS data with 1km error is presented <a href="http://ejs.seniejitrakai.net/2008/02/25/lets-go-get-lost/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2008/02/24/creating-eye-candy-from-dead-i-go-tracks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen change for Asus MyPal 639</title>
		<link>http://ejs.seniejitrakai.net/2008/02/22/lcd-screen-change-for-asus-mypal-639/</link>
		<comments>http://ejs.seniejitrakai.net/2008/02/22/lcd-screen-change-for-asus-mypal-639/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 19:24:18 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[A639]]></category>
		<category><![CDATA[Asus]]></category>
		<category><![CDATA[LCD screen]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/2008/02/22/my-asus-mypal-639/</guid>
		<description><![CDATA[The unit served as almost perfect GPS navigator for our summer trip though the Italy. One regular February evening i took my Asus PDA and&#8230; Yep, a small problem. And a serious one. But&#8230; there&#8217;s a country named China. I like chinese. Really, dude. The price for 639&#8242;s LCD screen here in Lithuania is around [...]]]></description>
			<content:encoded><![CDATA[<p><img class='right' src='http://ejs.seniejitrakai.net/wp-content/uploads/Asus_screen.thumbnail.jpg' alt='little hand' /></p>
<p>The unit served as almost perfect GPS navigator for our summer trip though the Italy.  One regular February evening i took my Asus PDA and&#8230;<br />
Yep, a small problem. And a serious one.
</p>
<p><span id="more-49"></span></p>
<p>But&#8230; there&#8217;s a country named China.<br />
I like chinese. Really, dude. The price for 639&#8242;s LCD screen here in Lithuania is around 120â‚¬. You can grab one at <a href='http://search.ebay.com/search/search.dll?satitle=asus+639+lcd' target='_blank'>E-bay.com</a> for around $130 &#8211; it&#8217;s about 90â‚¬ in today&#8217;s exchange rates. If you look into <a href='http://search.ebay.co.uk/search/search.dll?satitle=asus+639+lcd' target='_blank'>ebay.co.uk</a>, the same LCD goes for Â£40 &#8211; it&#8217;s 60â‚¬. Shipping  &#8211; add 25â‚¬ more.</p>
<p>So, prepare 85â‚¬, wait several days and you can start the EXCHANGE.</p>
<table cellspacing="10">
<tr>
<td>
<a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1975.jpg' title='contents of the package'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1975.thumbnail.jpg' alt='contents of the package' /></a><br />what&#8217;s inside the package?</td>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1979.jpg' title='contents revealed'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1979.thumbnail.jpg' alt='contents revealed' /></a> <br />invoice, screen, tools, cleaning cloth, protective film</td>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1981.jpg' title='the patient on the operating desk'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1981.thumbnail.jpg' alt='the patient on the operating desk' /></a><br />ah yes, i had to take the screen out</td>
</tr>
<tr>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1982.jpg' title='inside the asus'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1982.thumbnail.jpg' alt='inside the asus' /></a><br />take out protective plugs and unscrew 5 screws with the tool provided. Separate the bottom shell.</td>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1983.jpg' title='the new screen is being fitted'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1983.thumbnail.jpg' alt='the new screen is being fitted' /></a><br />CAUTION: do not push the LCD now!</td>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1984.jpg' title='you shold remove the keypad plate to fit the screen'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1984.thumbnail.jpg' alt='you shold remove the keypad plate to fit the screen' /></a><br />remove the keypad plate</td>
</tr>
<tr>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1985.jpg' title='screen is in the place'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1985.thumbnail.jpg' alt='screen is in the place' /></a><br />put the top part of the screen, widen the plastic shell and the screen will just pop in</td>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1986.jpg' title='front side of the Asus 639â€™s motherboard'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1986.thumbnail.jpg' alt='front side of the Asus 639â€™s motherboard' /></a><br />and yes, the front side of MoBo. Note the empty U7 place near the SD card. What it is for?</td>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1987c.jpg' title='now, proceed with connectors: keybord at the top, speaker in the left and LCD scheen in the bottom'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1987.thumbnail.jpg' alt='now, proceed with connectors: keybord at the top, speaker in the left and LCD scheen in the bottom' /></a><br />and now, the connectors: keypad on the top, speaker in the middle and the LCD on the bottom</td>
</tr>
<tr>
<td> <a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1990.jpg' title='the new LCD connector is hard to deal with'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1990.thumbnail.jpg' alt='the new LCD connector is hard to deal with' /></a><br />there&#8217;s almost no space left around and the LCD connector is hard to put in place.</td>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1991.jpg' title='the last is GPS unit connector'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1991.thumbnail.jpg' alt='the last is GPS unit connector' /></a><br />attach GPS antenna connector. Be carefull, it&#8217;s hardly repairable.</td>
<td><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1992.jpg' title='wake up, darling'><img class='center' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1992.thumbnail.jpg' alt='wake up, darling' /></a><br />Wake up, darling</td>
</tr>
</table>
<p><a href='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1993.jpg' title='LCD protecting film is being fitted'><img class='right' src='http://ejs.seniejitrakai.net/wp-content/uploads/dscn1993.thumbnail.jpg' alt='LCD protecting film is being fitted' /></a><br />And the protective film. Well, i should have it fitted before i&#8217;ve started to assemble the PDA&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2008/02/22/lcd-screen-change-for-asus-mypal-639/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ESR meter</title>
		<link>http://ejs.seniejitrakai.net/2006/12/07/esr-meter/</link>
		<comments>http://ejs.seniejitrakai.net/2006/12/07/esr-meter/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 15:58:06 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[ESR]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=38</guid>
		<description><![CDATA[Sometimes i need to check the ESR values for second-hand or fresh electrolutis capacitors. Although ESR meters are available, it&#8217;s hard for me to spend a lot of bucks on one of it. So: the schematics is from ludens.cl, the case is from local supplier (a low-cost analog multimeter from China). OpAmp, resistors and SMD [...]]]></description>
			<content:encoded><![CDATA[<p><a class="imagelink" href="http://ejs.seniejitrakai.net/wp-content/uploads/esr.png" title="partly assembled ESR meter board"><img class='right' src="http://ejs.seniejitrakai.net/wp-content/uploads/esr.thumbnail.png" alt="partly assembled ESR meter board" /></a></p>
<p>Sometimes i need to check the ESR values for second-hand or fresh electrolutis capacitors. Although ESR meters are available, it&#8217;s hard for me to spend a lot of bucks on one of it. So: the schematics is from  <a href="http://ludens.cl/Electron/esr/esr.html">ludens.cl</a>, the case is from local supplier (a low-cost analog multimeter from China).<br />
OpAmp, resistors and SMD capacitors are mounted. Black stripes at the bottom are milimeter marks on the metal ruler.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2006/12/07/esr-meter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new inhabitant</title>
		<link>http://ejs.seniejitrakai.net/2006/04/15/a-new-inhabitant/</link>
		<comments>http://ejs.seniejitrakai.net/2006/04/15/a-new-inhabitant/#comments</comments>
		<pubDate>Sat, 15 Apr 2006 20:34:49 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=27</guid>
		<description><![CDATA[Strage things happens. We have a new inhabitant. Hope it will become a huge German shepherd, but today it is small, curious and a bit upsett five weeks old puppy. For now, take a look at this page . 521]]></description>
			<content:encoded><![CDATA[<p>Strage things happens.</p>
<p>We have a new inhabitant. Hope it will become a huge German shepherd, but today it is small, curious and a bit upsett five weeks old puppy.</p>
<p>For now, take a look at <a title="this page" target="_blank" href="http://www.cluebus.com/holly/gsdfaq.html"> this page .</a></p>
<div class="g2image_float_normal"><wpg2id>521</wpg2id></div>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2006/04/15/a-new-inhabitant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the temperature</title>
		<link>http://ejs.seniejitrakai.net/2006/01/19/on-the-temperature/</link>
		<comments>http://ejs.seniejitrakai.net/2006/01/19/on-the-temperature/#comments</comments>
		<pubDate>Thu, 19 Jan 2006 14:20:08 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Car]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=21</guid>
		<description><![CDATA[I don&#8217;t like it. The temperature at 8:00AM in the morning was -27Â°C. Cool. But not for my car. It did not start. Even with a booster. The battery is definetly dead. It started at last after a battery was charged for a half an hour.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t like it. The temperature at 8:00AM in the morning was -27Â°C.</p>
<p>Cool. But not for my car. It did not start. Even with a booster. The battery is definetly dead.</p>
<p>It started at last after a battery was charged for a half an hour.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2006/01/19/on-the-temperature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wire size calculations ;)</title>
		<link>http://ejs.seniejitrakai.net/2006/01/17/wire-size-calculations/</link>
		<comments>http://ejs.seniejitrakai.net/2006/01/17/wire-size-calculations/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 16:21:22 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Car]]></category>
		<category><![CDATA[Hobbies]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=19</guid>
		<description><![CDATA[Q: Given a single 0,35mmÃ‚Â² copper wire, how much current it will handle? A: ~60A Stupid me. Used DIY regulated transformes to start my Alfa Romeo today and hooked on the wrong connector. Alfa started. The insulation on the wire made a blue smoke, but &#8230; still working Anyway, got 6mmÃ‚Â² wire for replacement. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Q: Given a single 0,35mmÃ‚Â² copper wire, how much current it will handle?<br />
A: ~60A</p>
<p>Stupid me. Used DIY regulated transformes to start my Alfa Romeo today and hooked on the wrong connector. Alfa started. The insulation on the wire made a blue smoke, but &#8230; still working <img src='http://ejs.seniejitrakai.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Anyway, got 6mmÃ‚Â² wire for replacement.<br />
It&#8217;s time to replace car battery too, i think. Or check the generator.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2006/01/17/wire-size-calculations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
