<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Account of my unadventures</title>
	<atom:link href="http://unadventure.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://unadventure.wordpress.com</link>
	<description>Boring non-technical babble</description>
	<lastBuildDate>Tue, 08 Dec 2009 09:24:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Unscientific GPS note by gpsreviews</title>
		<link>http://unadventure.wordpress.com/2008/04/28/unscientific-gps-note/#comment-397</link>
		<dc:creator>gpsreviews</dc:creator>
		<pubDate>Tue, 08 Dec 2009 09:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/?p=44#comment-397</guid>
		<description>that is a lidar data?</description>
		<content:encoded><![CDATA[<p>that is a lidar data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QPE 4.3.0 plus QEMU by Rencontre Sexe Mobile</title>
		<link>http://unadventure.wordpress.com/2007/10/28/qpe-430-plus-qemu/#comment-396</link>
		<dc:creator>Rencontre Sexe Mobile</dc:creator>
		<pubDate>Tue, 24 Nov 2009 06:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/2007/10/28/qpe-430-plus-qemu/#comment-396</guid>
		<description>well.. it&#039;s like I said! f</description>
		<content:encoded><![CDATA[<p>well.. it&#8217;s like I said! f</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wikipedia overlay by balrog</title>
		<link>http://unadventure.wordpress.com/2009/10/06/wikipedia-overlay/#comment-395</link>
		<dc:creator>balrog</dc:creator>
		<pubDate>Sat, 21 Nov 2009 16:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/?p=66#comment-395</guid>
		<description>Hey,
the page already uses wikipedia:[lang]= as well as wikiepdia=[lang]: tags.  The former form is displayed in grey and the latter blue (because I prefer that form).

Please check that it works, if it doesn&#039;t work then I need to fix something :)</description>
		<content:encoded><![CDATA[<p>Hey,<br />
the page already uses wikipedia:[lang]= as well as wikiepdia=[lang]: tags.  The former form is displayed in grey and the latter blue (because I prefer that form).</p>
<p>Please check that it works, if it doesn&#8217;t work then I need to fix something :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wikipedia overlay by Link Mauve</title>
		<link>http://unadventure.wordpress.com/2009/10/06/wikipedia-overlay/#comment-394</link>
		<dc:creator>Link Mauve</dc:creator>
		<pubDate>Sat, 21 Nov 2009 01:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/?p=66#comment-394</guid>
		<description>Wow, this map is really great!
But can you use the localized wikipedia tag (wikipedia:fr for the French Wikipedia) if there is no English wikipedia tag? I have mapped many cities that only have localized Wikipedia pages, and it’ll be very useful to show links to them.
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Wow, this map is really great!<br />
But can you use the localized wikipedia tag (wikipedia:fr for the French Wikipedia) if there is no English wikipedia tag? I have mapped many cities that only have localized Wikipedia pages, and it’ll be very useful to show links to them.<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accelerating in my pocket by Radek</title>
		<link>http://unadventure.wordpress.com/2008/06/08/accelerating-in-my-pocket/#comment-393</link>
		<dc:creator>Radek</dc:creator>
		<pubDate>Wed, 21 Oct 2009 09:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/?p=50#comment-393</guid>
		<description>Hi, have found out solution to wrong colors in qvga. Hope it helps someone:

* Install fbset program

* Create /etc/fb.modes

mode &quot;vga&quot;
    geometry 480 640 480 1280 16
    timings 40816 8 16 2 16 8 2
    rgba 5/11,6/5,5/0,0/0
endmode

mode &quot;qvga&quot;
    geometry 480 640 480 1280 16
    timings 100000 8 16 2 16 8 2
    rgba 5/11,6/5,5/0,0/0
endmode

  Calling &quot;fbset qvga&quot; and &quot;echo qvga-normal &gt; /sys/bus/spi/devices/spi2.0/state&quot;
  is needed for mplayer in 320x240 with correct colors.</description>
		<content:encoded><![CDATA[<p>Hi, have found out solution to wrong colors in qvga. Hope it helps someone:</p>
<p>* Install fbset program</p>
<p>* Create /etc/fb.modes</p>
<p>mode &#8220;vga&#8221;<br />
    geometry 480 640 480 1280 16<br />
    timings 40816 8 16 2 16 8 2<br />
    rgba 5/11,6/5,5/0,0/0<br />
endmode</p>
<p>mode &#8220;qvga&#8221;<br />
    geometry 480 640 480 1280 16<br />
    timings 100000 8 16 2 16 8 2<br />
    rgba 5/11,6/5,5/0,0/0<br />
endmode</p>
<p>  Calling &#8220;fbset qvga&#8221; and &#8220;echo qvga-normal &gt; /sys/bus/spi/devices/spi2.0/state&#8221;<br />
  is needed for mplayer in 320&#215;240 with correct colors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accelerating in my pocket by Andy</title>
		<link>http://unadventure.wordpress.com/2008/06/08/accelerating-in-my-pocket/#comment-392</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/?p=50#comment-392</guid>
		<description>Great blog! Thank you for posting about the Openmoko platform. I think it is so exciting! Please check out my blog @ www.okmko.com and let me know what you think. Cheers!</description>
		<content:encoded><![CDATA[<p>Great blog! Thank you for posting about the Openmoko platform. I think it is so exciting! Please check out my blog @ <a href="http://www.okmko.com" rel="nofollow">http://www.okmko.com</a> and let me know what you think. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unscientific GPS note by Allied Antennas</title>
		<link>http://unadventure.wordpress.com/2008/04/28/unscientific-gps-note/#comment-391</link>
		<dc:creator>Allied Antennas</dc:creator>
		<pubDate>Fri, 09 Oct 2009 01:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/?p=44#comment-391</guid>
		<description>Accuracy is the word to describe it. To get accurate data for OSM , you need to do this test many times, record and compare.</description>
		<content:encoded><![CDATA[<p>Accuracy is the word to describe it. To get accurate data for OSM , you need to do this test many times, record and compare.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2: ABI translation by photos of rye</title>
		<link>http://unadventure.wordpress.com/2008/01/04/2-abi-translation/#comment-390</link>
		<dc:creator>photos of rye</dc:creator>
		<pubDate>Sat, 26 Sep 2009 15:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/2008/01/04/2-abi-translation/#comment-390</guid>
		<description>Excellent comment, subscribing to your blog now!,</description>
		<content:encoded><![CDATA[<p>Excellent comment, subscribing to your blog now!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Morton numbers by Eric</title>
		<link>http://unadventure.wordpress.com/2009/08/03/morton-numbers/#comment-389</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 14 Sep 2009 06:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/?p=61#comment-389</guid>
		<description>Mappage (my webapp) is here:
http://home.exetel.com.au/eric5014/mappage/map.htm

The features I described are not yet on the live version though.

OSM looks OK, and I&#039;m generally a fan of free/open stuff. Adelaide is mostly covered now, and I suspect an old friend of mine has mapped most of the northern suburbs. GM was the best option when I started Mappage: for things like geocoding and translucent polygon overlay there was nothing else. Later it might be possible to decouple from GM so it can sit on something else, but unlikely.

My solution to getting the rectangular range was much like what you suggested.

Scale-wise I kept the scale the same in both directions, keeping the 16th bit clear so I could do comparisons without worrying about sign. Accuracy isn&#039;t important as it&#039;s only for rough sorting, and being in Australia the graticules are close to square.</description>
		<content:encoded><![CDATA[<p>Mappage (my webapp) is here:<br />
<a href="http://home.exetel.com.au/eric5014/mappage/map.htm" rel="nofollow">http://home.exetel.com.au/eric5014/mappage/map.htm</a></p>
<p>The features I described are not yet on the live version though.</p>
<p>OSM looks OK, and I&#8217;m generally a fan of free/open stuff. Adelaide is mostly covered now, and I suspect an old friend of mine has mapped most of the northern suburbs. GM was the best option when I started Mappage: for things like geocoding and translucent polygon overlay there was nothing else. Later it might be possible to decouple from GM so it can sit on something else, but unlikely.</p>
<p>My solution to getting the rectangular range was much like what you suggested.</p>
<p>Scale-wise I kept the scale the same in both directions, keeping the 16th bit clear so I could do comparisons without worrying about sign. Accuracy isn&#8217;t important as it&#8217;s only for rough sorting, and being in Australia the graticules are close to square.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Morton numbers by balrog</title>
		<link>http://unadventure.wordpress.com/2009/08/03/morton-numbers/#comment-388</link>
		<dc:creator>balrog</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://unadventure.wordpress.com/?p=61#comment-388</guid>
		<description>Hi Eric,
[plug]I can&#039;t help asking if you&#039;ve considered switching over to OpenStreetMap for your web app?

Re looking up sites inside a rectangular region, I pondered the same issue and my solution (although not implemented yet) is for every pair of opposite corners to be converted to four (or fewer) integer ranges mapping to one, two or four db queries, depending on where exactly the two corners fall in that &quot;grid&quot;.  Complexity wise making it four lookups instead of one makes no difference.  So if the corners were at, say (-1,-1), (3, 3), then you&#039;d split it up into four square lookups:

(-1, -1)-(0, 0),
(-4, 0)-(0, 4),
(0, -4)-(4, 0),
(0, 0)-(4,4),

each power-of-two-sized, then, in my case, I will just have the server return all results that matched and have the javascript filter out unwanted results.  Assuming the original query is usually for objects visible on the screen, the query will almost always have a screen like width:height ratio, so nearly square, and if it&#039;s square, the area returned from the four queries will never sum up to more than twice the original area.

Note that you can do (lat+90)*360 in the conversion to integers to get a better resolution, unless you have other use for that 16th bit there. Cheers</description>
		<content:encoded><![CDATA[<p>Hi Eric,<br />
[plug]I can&#8217;t help asking if you&#8217;ve considered switching over to OpenStreetMap for your web app?</p>
<p>Re looking up sites inside a rectangular region, I pondered the same issue and my solution (although not implemented yet) is for every pair of opposite corners to be converted to four (or fewer) integer ranges mapping to one, two or four db queries, depending on where exactly the two corners fall in that &#8220;grid&#8221;.  Complexity wise making it four lookups instead of one makes no difference.  So if the corners were at, say (-1,-1), (3, 3), then you&#8217;d split it up into four square lookups:</p>
<p>(-1, -1)-(0, 0),<br />
(-4, 0)-(0, 4),<br />
(0, -4)-(4, 0),<br />
(0, 0)-(4,4),</p>
<p>each power-of-two-sized, then, in my case, I will just have the server return all results that matched and have the javascript filter out unwanted results.  Assuming the original query is usually for objects visible on the screen, the query will almost always have a screen like width:height ratio, so nearly square, and if it&#8217;s square, the area returned from the four queries will never sum up to more than twice the original area.</p>
<p>Note that you can do (lat+90)*360 in the conversion to integers to get a better resolution, unless you have other use for that 16th bit there. Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
