<?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"
	>
<channel>
	<title>Comments for Lately</title>
	<atom:link href="http://beebo.org/lately/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://beebo.org/lately</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 22 Aug 2008 03:57:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on London&#8217;s hierarchy of high street stores by Adam Cavill</title>
		<link>http://beebo.org/lately/2008-06-08_london-retail-high-street.html#comment-25</link>
		<dc:creator>Adam Cavill</dc:creator>
		<pubDate>Fri, 01 Aug 2008 20:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://beebo.org/lately/?p=213#comment-25</guid>
		<description>You forgot Costcutter. It is below everything. Far below. But if you're out of Unbranded Superbrew and Fray Bentos tinned all-day breakfast it cannot be beat.</description>
		<content:encoded><![CDATA[<p>You forgot Costcutter. It is below everything. Far below. But if you&#8217;re out of Unbranded Superbrew and Fray Bentos tinned all-day breakfast it cannot be beat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on London&#8217;s hierarchy of high street stores by mjs</title>
		<link>http://beebo.org/lately/2008-06-08_london-retail-high-street.html#comment-8</link>
		<dc:creator>mjs</dc:creator>
		<pubDate>Sat, 14 Jun 2008 00:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://beebo.org/lately/?p=213#comment-8</guid>
		<description>I've never been in a Strada!  I shall!  I think if it's more affordable it needs to go below Pizza Express.  I went to Pizza Express tonight.  £10 for a pizza that needed either a sharper knife, or a softer pizza.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never been in a Strada!  I shall!  I think if it&#8217;s more affordable it needs to go below Pizza Express.  I went to Pizza Express tonight.  £10 for a pizza that needed either a sharper knife, or a softer pizza.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on London&#8217;s hierarchy of high street stores by Serk</title>
		<link>http://beebo.org/lately/2008-06-08_london-retail-high-street.html#comment-7</link>
		<dc:creator>Serk</dc:creator>
		<pubDate>Thu, 12 Jun 2008 16:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://beebo.org/lately/?p=213#comment-7</guid>
		<description>Where does Strada sit?  Above or below Pizza Express?  I can never tell. . . I think it's more affordable, but I also think it's a little better.  So that must mean something.  Not sure what though.</description>
		<content:encoded><![CDATA[<p>Where does Strada sit?  Above or below Pizza Express?  I can never tell. . . I think it&#8217;s more affordable, but I also think it&#8217;s a little better.  So that must mean something.  Not sure what though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geohashes and the problem of Greenwich by mjs</title>
		<link>http://beebo.org/lately/2008-06-08_geohashes-and-greenwich.html#comment-6</link>
		<dc:creator>mjs</dc:creator>
		<pubDate>Thu, 12 Jun 2008 09:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://beebo.org/lately/?p=212#comment-6</guid>
		<description>The Wikipedia entry is clearer now, and I totally agree it's impossible for a single number to capture a pair of numbers and maintain equivalent "locality."  There must still be some nice techniques for efficiently computing neighbours though.</description>
		<content:encoded><![CDATA[<p>The Wikipedia entry is clearer now, and I totally agree it&#8217;s impossible for a single number to capture a pair of numbers and maintain equivalent &#8220;locality.&#8221;  There must still be some nice techniques for efficiently computing neighbours though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geohashes and the problem of Greenwich by Gustavo Niemeyer</title>
		<link>http://beebo.org/lately/2008-06-08_geohashes-and-greenwich.html#comment-5</link>
		<dc:creator>Gustavo Niemeyer</dc:creator>
		<pubDate>Sun, 08 Jun 2008 21:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://beebo.org/lately/?p=212#comment-5</guid>
		<description>"A geohash also supposedly has the property that similar locations have a similar prefix, making it easier for computer programs to figure out similar locations,"

If you read the Wikipedia page carefully and go to geohash.org, you'll see that this isn't entirely accurate.  There are many ways to explore the algorithm to find nearby places indeed, but computing how close two different Geohashes really are by merely comparing the string prefixes "blindly" (IOW, without taking the algorithm used in consideration) wasn't one of the goals, even because it's an impossible one. I'll try to make that more clear in the page to prevent misunderstandings.

Suppose, for instance, that an algorithm established that places which are N kilometers apart must necessarily have the same first character.  As a corollary, all places on earth would have to start with the same character.  Picking lexically closeby characters to represent the boundary doesn't work either, because the earth is round.

The often similar prefixes come, in fact, as a bonus of one of the goals of the algorithm, which was allowing for gradual degradation of the position by reducing the geocode size.</description>
		<content:encoded><![CDATA[<p>&#8220;A geohash also supposedly has the property that similar locations have a similar prefix, making it easier for computer programs to figure out similar locations,&#8221;</p>
<p>If you read the Wikipedia page carefully and go to geohash.org, you&#8217;ll see that this isn&#8217;t entirely accurate.  There are many ways to explore the algorithm to find nearby places indeed, but computing how close two different Geohashes really are by merely comparing the string prefixes &#8220;blindly&#8221; (IOW, without taking the algorithm used in consideration) wasn&#8217;t one of the goals, even because it&#8217;s an impossible one. I&#8217;ll try to make that more clear in the page to prevent misunderstandings.</p>
<p>Suppose, for instance, that an algorithm established that places which are N kilometers apart must necessarily have the same first character.  As a corollary, all places on earth would have to start with the same character.  Picking lexically closeby characters to represent the boundary doesn&#8217;t work either, because the earth is round.</p>
<p>The often similar prefixes come, in fact, as a bonus of one of the goals of the algorithm, which was allowing for gradual degradation of the position by reducing the geocode size.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
