<?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/"
		>
<channel>
	<title>Comments on: Olson code timezones geekery</title>
	<atom:link href="http://blog.makerlab.org/2009/05/olson-code-timezones-geekery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.makerlab.org/2009/05/olson-code-timezones-geekery/</link>
	<description>Go on, be curious</description>
	<lastBuildDate>Wed, 06 Jan 2010 19:06:40 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anselm</title>
		<link>http://blog.makerlab.org/2009/05/olson-code-timezones-geekery/comment-page-1/#comment-779</link>
		<dc:creator>anselm</dc:creator>
		<pubDate>Wed, 20 May 2009 23:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.makerlab.org/?p=712#comment-779</guid>
		<description>Didn&#039;t benchmark. I guess it would be something on the order of 50 instructions in assembler? There might be a page fault or two if the entire thing was memory mapped...  It operates in linear time...  It won&#039;t be as accurate as a vector test unless the resolution of the raster exceeds that of the vectors...  I&#039;d benchmark it if there was any conceivable contender for a faster solution :-). Note I should credit Theo Deraadt for suggesting the approach.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t benchmark. I guess it would be something on the order of 50 instructions in assembler? There might be a page fault or two if the entire thing was memory mapped&#8230;  It operates in linear time&#8230;  It won&#8217;t be as accurate as a vector test unless the resolution of the raster exceeds that of the vectors&#8230;  I&#8217;d benchmark it if there was any conceivable contender for a faster solution <img src='http://blog.makerlab.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Note I should credit Theo Deraadt for suggesting the approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf</title>
		<link>http://blog.makerlab.org/2009/05/olson-code-timezones-geekery/comment-page-1/#comment-778</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Wed, 20 May 2009 23:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.makerlab.org/?p=712#comment-778</guid>
		<description>yeah, me too. did you benchmark a little? Your solution sounds so interesting. That&#039;s why i am interested in the average speed of your look up. I am on a 2.8 GHz Intel and once the tree is build up, a look up takes appr. 0.102279 milliseconds.

And, do you get the same error for some locations around coastlines? The above given location is not in any time zone from the shapefile!???

Thanks! Ralf</description>
		<content:encoded><![CDATA[<p>yeah, me too. did you benchmark a little? Your solution sounds so interesting. That&#8217;s why i am interested in the average speed of your look up. I am on a 2.8 GHz Intel and once the tree is build up, a look up takes appr. 0.102279 milliseconds.</p>
<p>And, do you get the same error for some locations around coastlines? The above given location is not in any time zone from the shapefile!???</p>
<p>Thanks! Ralf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anselm</title>
		<link>http://blog.makerlab.org/2009/05/olson-code-timezones-geekery/comment-page-1/#comment-776</link>
		<dc:creator>anselm</dc:creator>
		<pubDate>Wed, 20 May 2009 22:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.makerlab.org/?p=712#comment-776</guid>
		<description>Thanks! I have a hard time imagining how to make it faster - it is just a bitmap peek....</description>
		<content:encoded><![CDATA[<p>Thanks! I have a hard time imagining how to make it faster &#8211; it is just a bitmap peek&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf</title>
		<link>http://blog.makerlab.org/2009/05/olson-code-timezones-geekery/comment-page-1/#comment-775</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Wed, 20 May 2009 22:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.makerlab.org/?p=712#comment-775</guid>
		<description>wow. i like your solution with the colorpleth. did you run any benchmarks on this? how long does a lookup take? i was struggling exactly the same problem a few days ago. i am using a prtree and feed it with the timezones polygons.

i am using the same shapefile, which is sometimes kinda inaccurate (check this lat/lon: 28.4051872, -80.6058589). do you get the same error? for this, i use a function that calculates the standard time zone (not political, no DST!):

http://home.tiscali.nl/~t876506/Multizones.html#iw

nice work! ralf</description>
		<content:encoded><![CDATA[<p>wow. i like your solution with the colorpleth. did you run any benchmarks on this? how long does a lookup take? i was struggling exactly the same problem a few days ago. i am using a prtree and feed it with the timezones polygons.</p>
<p>i am using the same shapefile, which is sometimes kinda inaccurate (check this lat/lon: 28.4051872, -80.6058589). do you get the same error? for this, i use a function that calculates the standard time zone (not political, no DST!):</p>
<p><a href="http://home.tiscali.nl/~t876506/Multizones.html#iw" rel="nofollow">http://home.tiscali.nl/~t876506/Multizones.html#iw</a></p>
<p>nice work! ralf</p>
]]></content:encoded>
	</item>
</channel>
</rss>
