<?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>Laughing Meme &#187; geo</title>
	<atom:link href="http://laughingmeme.org/tag/geo/feed/" rel="self" type="application/rss+xml" />
	<link>http://laughingmeme.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 21:54:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Brooklyn Problem</title>
		<link>http://laughingmeme.org/2011/05/05/the-brooklyn-problem/</link>
		<comments>http://laughingmeme.org/2011/05/05/the-brooklyn-problem/#comments</comments>
		<pubDate>Thu, 05 May 2011 13:34:39 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[just ship]]></category>
		<category><![CDATA[solr]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4869</guid>
		<description><![CDATA[I was honored to speak as part of the rapid fire keynotes Thursday morning at Where 2.0 (4/21), and gave a brief (even briefer then originally planned) talk on &#8220;The Brooklyn Problem&#8221;. The slides: Solving the &#34;Brooklyn Problem&#34; View more presentations from Kellan The video: Folks have told me they enjoyed the talk, and found [...]]]></description>
			<content:encoded><![CDATA[<p>I was honored to speak as part of the rapid fire keynotes Thursday morning at Where 2.0 (4/21), and gave a brief (even briefer then originally planned) talk on &#8220;The Brooklyn Problem&#8221;. </p>

<p>The slides:</p>

<div style="width:425px" id="__ss_7698167"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/kellan/solving-the-brooklyn-problem" title="Solving the &quot;Brooklyn Problem&quot; ">Solving the &quot;Brooklyn Problem&quot; </a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/7698167" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> <div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/kellan">Kellan </a> </div> </div>

<p>The video:</p>

<iframe width="560" height="349" src="http://www.youtube.com/embed/7TDl5v6kbF4" frameborder="0" allowfullscreen></iframe>

<p>Folks have told me they enjoyed the talk, and found it inspiring and informative, which is immensely gratifying.  </p>

<p>I was personally frustrated with myself as I wasn&#8217;t as prepared as I like to be, and I made a number of last minute cuts from the talk that made it feel more disjointed then I liked.  </p>

<p>This can be summarized in the <a href="http://search.twitter.com/search?q=protip">#protip</a>: When the organizers give you a chance at a dry run to get to know the stage and the equipment, do it!</p>

<p>Additionally I didn&#8217;t get to talk about the work of <a href="http://www.aaronbeppu.com/">Aaron Beppu</a> who recently joined our search team tackling relevance ranking, did the bulk of the backend work on this project as his bootcamp project, and whose final implementation is significantly more complex and interesting, or <a href="http://fredblau.com/">Fred Blau</a>, who is currently working on our internationalization effort, but who rewrote our auto-complete implementation to use sequence ids instead of timing for a much smoother interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2011/05/05/the-brooklyn-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There&#8217;s a feed for that</title>
		<link>http://laughingmeme.org/2011/01/19/theres-a-feed-for-that/</link>
		<comments>http://laughingmeme.org/2011/01/19/theres-a-feed-for-that/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 14:08:03 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4767</guid>
		<description><![CDATA[tl;dr photosnearme I recently was added to a &#8220;People like John Resig&#8221; Twitter list. I am nothing like John Resig. In particular I suck at Javascript. However, given the annoyance of properly constructing a Flickr geo feed URL (admittedly linked to from the bottom of every places page, but whose counting), I decided to make [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://laughingmeme.org/img/photosnearwburg.png"></p>

<h2>tl;dr <a href="http://laughingmeme.org/code/photosnearme">photosnearme</a></h2>

<p>I recently was added to a <a href="http://twitter.com/#!/MetaThis/people-like-jeresig">&#8220;People like John Resig&#8221; Twitter list</a>.  I am nothing like <a href="http://ejohn.org/">John Resig</a>.  In particular I suck at Javascript.  </p>

<p>However, given the annoyance of properly constructing a Flickr geo feed URL (admittedly linked to from the bottom of every <a href="http://flickr.com/places/">places page</a>, but whose counting), I decided to make a script for it while waiting for the kettle this morning.</p>

<p>I broke out the <a href="http://jquery.com">jQuery</a> (thanks John!) and some code from <a href="http://weathernear.me">Weather Near Me</a>, and now there is <a href="http://laughingmeme.org/code/photosnearme">photosnearme</a> for finding the feed of photos for the neighborhood you&#8217;re in.  YMMV.</p>

<p>ps.  I keep forgetting and having to remind myself, Chrome&#8217;s ridiculous over aggressive caching makes it totally unsuitable for development purposes.  That was probably the hardest part of the script.</p>

<p>pps. I don&#8217;t care that RSS is dead, I still like it.</p>

<p>see also: <a href="http://laughingmeme.org/2004/12/04/the-kettle-dilemma-and-growl/">other waiting for the kettle scripts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2011/01/19/theres-a-feed-for-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>geobloggers: Flickr Photos now in Bing Maps</title>
		<link>http://laughingmeme.org/2010/02/12/flickr-photos-now-in-bing-maps-%e2%80%a6-%c2%ab-geobloggers/</link>
		<comments>http://laughingmeme.org/2010/02/12/flickr-photos-now-in-bing-maps-%e2%80%a6-%c2%ab-geobloggers/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 12:30:40 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4506</guid>
		<description><![CDATA[&#8220;This, is what geotagging photos is all about, it’s about having enough of them, millions and millions, so that they can be thrown through complex analysis, allowing them to be matched up, combined, calculated and computed into a geo-spatal context. It’s also about people sharing the world about them. Start of mini rant: You’ll see [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
  <p>&#8220;This, is what geotagging photos is all about, it’s about having enough of them, millions and millions, so that they can be thrown through complex analysis, allowing them to be matched up, combined, calculated and computed into a geo-spatal context. It’s also about people sharing the world about them. Start of mini rant: You’ll see that all these advances are made by Google and Microsoft &#8230;&#8221; &#8211; <a href="http://geobloggers.com/2010/02/12/flickr-photos-now-in-bing-maps/">Rev. Dan Catt</a>. </p>
</blockquote>

<p>I try not to let it get to me anymore that we&#8217;ve been actively de-prioritizing geo as an axis of understanding the human experience as everyone else has been <a href="http://twitter.com/kellan/status/8978944599">spinning it up.</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2010/02/12/flickr-photos-now-in-bing-maps-%e2%80%a6-%c2%ab-geobloggers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WOE &#8220;GeoPlanet&#8221;: HTTP/1.1 406 Not Acceptable</title>
		<link>http://laughingmeme.org/2008/11/19/woe-geoplanet-http11-406-not-acceptable/</link>
		<comments>http://laughingmeme.org/2008/11/19/woe-geoplanet-http11-406-not-acceptable/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 23:36:25 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[406]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[geoplanet]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[restful]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[woe]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4087</guid>
		<description><![CDATA[Just putting a note here for the next time I&#8217;m working with the Yahoo! GeoPlanet APIs. The conudrum: a HTTP GET on a given resource (http://where.yahooapis.com/v1/place/23511846?appid=$appid) works in the browser, and works with wget from the command line, but fails from within PHP with a 406 Not Acceptable. The solution, append format=XML to the resource [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/kellan/3039449386/" title="not simple polygons by kellan, on Flickr"><img src="http://farm4.static.flickr.com/3231/3039449386_ccdfe55571.jpg" width="500" height="263" alt="not simple polygons" /></a></p>

<p>Just putting a note here for the next time I&#8217;m working with the <a href="http://developer.yahoo.com/geo/">Yahoo! GeoPlanet</a> APIs.  </p>

<p>The conudrum: a HTTP GET on a given resource (<code>http://where.yahooapis.com/v1/place/23511846?appid=$appid</code>) works in the browser, and works with <code>wget</code> from the command line, but fails from within PHP with a <code>406 Not Acceptable</code>.</p>

<p>The solution, append <code>format=XML</code> to the resource URL, because the service is blowing out its brains on a missing <code>Accept</code>s header.</p>

<p>And that folks is the magic of REST.</p>

<p><strong>update 2008/12/04:</strong> quick scan of my referer logs suggests this is biting folks using <a href="http://search.cpan.org/~gaas/libwww-perl-5.821/lib/LWP/Simple.pm">lwp-simple</a> and wget particularly hard.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/11/19/woe-geoplanet-http11-406-not-acceptable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>code.flickr.com: Who’s On First?</title>
		<link>http://laughingmeme.org/2008/09/04/codeflickrcom-who%e2%80%99s-on-first/</link>
		<comments>http://laughingmeme.org/2008/09/04/codeflickrcom-who%e2%80%99s-on-first/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 22:22:28 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[geo]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4013</guid>
		<description><![CDATA[Aaron&#8217;s comprehensive documentation of all things geo and Flickr API-ish.]]></description>
			<content:encoded><![CDATA[<p>Aaron&#8217;s comprehensive documentation of all things geo and Flickr API-ish.</p>
<p><a href='http://code.flickr.com/blog/2008/09/04/whos-on-first/'>http://code.flickr.com/blog/2008/09/04/whos-on-first/</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/09/04/codeflickrcom-who%e2%80%99s-on-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photos from an undiscovered country</title>
		<link>http://laughingmeme.org/2008/07/10/photos-of-an-undiscovered-country/</link>
		<comments>http://laughingmeme.org/2008/07/10/photos-of-an-undiscovered-country/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 21:28:19 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[whoops]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=3921</guid>
		<description><![CDATA[Checkout the cluster of photos appearing in the Yellow Sea mapping its emergence.]]></description>
			<content:encoded><![CDATA[<p>Checkout the cluster of photos appearing in the Yellow Sea mapping its emergence.</p>
<p><a href='http://www.flickr.com/map?&fLat=37.7432&fLon=122.4371&zl=7&order_by=recent'>http://www.flickr.com/map?&fLat=37.7432&fLon=122.4371&zl=7&order_by=recent</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/07/10/photos-of-an-undiscovered-country/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Seals Stadium was a minor league baseball stadium that stood in San Francisco from 1931 through 1959&#8230;&#8221;</title>
		<link>http://laughingmeme.org/2008/03/22/seals-stadium-was-a-minor-league-baseball-stadium-that-stood-in-san-francisco-from-1931-through-1959/</link>
		<comments>http://laughingmeme.org/2008/03/22/seals-stadium-was-a-minor-league-baseball-stadium-that-stood-in-san-francisco-from-1931-through-1959/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 16:23:16 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fireeagle]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[wikinear]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2008/03/22/seals-stadium-was-a-minor-league-baseball-stadium-that-stood-in-san-francisco-from-1931-through-1959/</guid>
		<description><![CDATA[Found via wikinear]]></description>
			<content:encoded><![CDATA[<p>Found via <a href="http://wikinear.com">wikinear</a></p>
<p><a href='http://en.wikipedia.org/wiki/Seals_Stadium'>http://en.wikipedia.org/wiki/Seals_Stadium</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/03/22/seals-stadium-was-a-minor-league-baseball-stadium-that-stood-in-san-francisco-from-1931-through-1959/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire Eagle: Interesting Choices</title>
		<link>http://laughingmeme.org/2008/03/05/fire-eagle-interesting-choices/</link>
		<comments>http://laughingmeme.org/2008/03/05/fire-eagle-interesting-choices/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 20:14:29 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[clouds]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[fireeagle]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[web of data]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2008/03/05/fire-eagle-interesting-choices/</guid>
		<description><![CDATA[Other folks are talking about and writing about the long germinating, launched in beta, location broker from Yahoo&#8217;s Brickhouse, Fire Eagle. I wanted to call out just a couple of the cool, and non-intuitve decisions they made. Is NOT a consumer brand Fire Eagle is a service for building and sharing location data. Its the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/benward/556779076/" title="Fire Eagle by Ben Ward, on Flickr"><img src="http://farm2.static.flickr.com/1420/556779076_6a44ca0cd7.jpg" width="500" height="320" alt="Fire Eagle" /></a></p>

<p>Other folks are talking about and writing about the long germinating, launched in beta, location broker from Yahoo&#8217;s Brickhouse, <a href="http://fireeagle.com">Fire Eagle</a>.</p>

<p>I wanted to call out just a couple of the cool, and non-intuitve decisions they made.</p>

<h3>Is NOT a consumer brand</h3>

<p>Fire Eagle is a service for building and sharing location data.  Its the application built on top of it that you&#8217;ll interact with, unless you&#8217;re building stuff.</p>

<h3>Fire Eagle does NOT manage the social graph</h3>

<p>Its a service for sharing your data with friends (or services, or your toaster), but it doesn&#8217;t know who your friends are.  The social graph has been outsource.  Best example of a small piece loosely joined I&#8217;ve seen in a long time.</p>

<h3>Cares about privacy and ease of use</h3>

<p><a href="http://blog.wesabe.com/2007/05/14/super-ninja-privacy-techniques-in-insecure-magazine/">Ninja privacy</a> is built in.  But you don&#8217;t have to care.  The TOS requires developers to discuss how the data is used.  And privacy levels are front and center.  And from day one data is delete-able, and in fact data is flushed on a regular basis.</p>

<h3>Built on OAuth</h3>

<p><a href="http://fireeagle.yahoo.net/developer/documentation/app_auth_types">Yay!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/03/05/fire-eagle-interesting-choices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr Place IDs</title>
		<link>http://laughingmeme.org/2008/01/18/flickr-place-ids/</link>
		<comments>http://laughingmeme.org/2008/01/18/flickr-place-ids/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 00:34:28 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[places]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2008/01/18/flickr-place-ids/</guid>
		<description><![CDATA[Geocoding is hard work, figuring out where exactly on this wobbly sphere a given humanly vague string might be referring to is just crazy. Turns out there are a bunch of interesting things you can do without knowing a lot of detailed latitude, longitude stuff but instead just having an agreement that when I say [...]]]></description>
			<content:encoded><![CDATA[<p>Geocoding is hard work, figuring out where exactly on this wobbly sphere a given humanly vague string might be referring to is just crazy.</p>

<p>Turns out there are a bunch of interesting things you can do <em>without</em> knowing a lot of detailed latitude, longitude stuff but instead just having an agreement that when I say &#8220;San Francisco&#8221;, and you say &#8220;San Francisco&#8221;, we&#8217;re talking about the one in California, and not somewhere else.</p>

<p>On Flickr we call these things <a href="http://flickr.com/places">&#8220;places&#8221;</a>. (creative?)  And as I <a href="http://tech.groups.yahoo.com/group/yws-flickr/message/3688">mentioned</a> on the Flickr API mailing list last week and in my early <a href="http://laughingmeme.org/2007/12/10/flickr-a-place-of-our-own/">places blog post</a>, places have &#8220;place ids&#8221;.  </p>

<p>This post is just a quick note to the effect that as of this afternoon on top of getting <code>place_ids</code> back with <a href="http://www.flickr.com/services/api/flickr.photos.getInfo.html">flickr.photos.getInfo</a>, and being able to round trip a <code>place_id</code> with the <a href="http://www.flickr.com/services/api/flickr.places.resolvePlaceURL.html">flickr.places.resolvePlaceURL</a> and <a href="http://www.flickr.com/services/api/flickr.places.resolvePlaceID.html">flickr.places.resolvePlaceID</a> you can <a href="http://tech.groups.yahoo.com/group/yws-flickr/message/3716">now do a free form search for places</a> with the new <a href="http://www.flickr.com/services/api/flickr.places.find.html">flickr.places.find</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/01/18/flickr-place-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr: A Place of Our Own</title>
		<link>http://laughingmeme.org/2007/12/10/flickr-a-place-of-our-own/</link>
		<comments>http://laughingmeme.org/2007/12/10/flickr-a-place-of-our-own/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 02:26:35 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[places]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/12/10/flickr-a-place-of-our-own/</guid>
		<description><![CDATA[You might have seen the post on the Flickr blog announcing Places, or maybe the Good Reverend&#8217;s write up, but if you haven&#8217;t: Places is a new Flickr feature that mines our corpus of geotagged photos, identifies characteristic features on a per location basis, and then goes back into the data looking for &#8220;iconic&#8221; beautiful [...]]]></description>
			<content:encoded><![CDATA[<p>You might have seen the <a href="http://blog.flickr.com/en/2007/11/20/a-page-on-flickr-for-every-place-in-the-world/">post on the Flickr blog announcing Places</a>, or maybe the <a href="http://geobloggers.com/archives/2007/11/28/the-overdue-flickr-places-blog-post-part-i-urls/">Good Reverend&#8217;s write up</a>, but if you haven&#8217;t: </p>

<p><a href="http://flickr.com/places">Places</a> is a new <a href="http://flickr.com">Flickr</a> feature that mines our corpus of <a href="http://flickr.com/map">geotagged photos</a>, identifies characteristic features on a per location basis, and then goes back into the data looking for &#8220;iconic&#8221; beautiful photos.  (btw try reloading that /places page, the feature places are random.  As to a certain degree are the photos on the individual Places pages themselves)</p>

<p>It also is where a good chunk of my creative energy went for the last few months which is why the blog has been so quiet.  And its a hell of a lot of fun, not to mention a privilege and pleasure to deep dive into our database and be reminded just how much fabulous photography there is on Flickr, and maybe just barely fumble around the edges of surfacing the diverse communities shared vision. Eyes of the world indeed.</p>

<h3>A Place for GeoRSS feeds</h3>

<p><a href="http://geobloggers.com">Dan</a> roped me in on Places months ago.  We had geoFeeds working for semi-arbitrary places, and we needed a page to hang them off of.  That page looked a lot like search result.  You never saw it because the Flickr project management process (a blog post of its own) left that particular prototype a bloody, heaving wreck.  Don&#8217;t worry, the current version is much much much better.  (of course you also never saw <a href="http://geobloggers.com">Dan&#8217;s</a> brilliant prototype of the current version, which was too cool to release on an unsuspecting public) And voila, many months later, the <a href="http://www.flickr.com/photos/revdancatt/2102761586/">feeds are there</a>.  (though I&#8217;d still like to bring back that <acronym title="search results page">SRP</acronym> view to allow rich searching within a location)</p>

<h3>Increased Surface Area</h3>

<p><a href="http://flickr.com/photos/viewmaker/178849901"><img src="http://laughingmeme.org/img/places_carefree.png" border="0" width="500"></a></p>

<p>We brought a bunch of different design goals to Places, but one of my obsessions that I think we nailed was the idea of &#8220;increasing the surface area&#8221; of Flickr. (also known as providing new ways to level up in the Game of Flickr[tm]).  Only a few people, and a limited range of styles will ever be featured on the <a href="http://flickr.com/explore/interesting/2007/12/">Flickr Explore pages</a>.  Which is fine, most people don&#8217;t care.  But Places provides another way to recognize the contributions of Flickr members, by hilighting their geotagging <strong>and</strong> their photography skills.  I&#8217;m looking forward to adding a couple more similar features to Places, recognizing other Flickr Games one can level up in, and other contributions back to the commons you can make.</p>

<h3>Mo&#8217; Betta</h3>

<p>A bunch of stuff didn&#8217;t make our initial launch.  Some of that has come in since then.  More will be coming.  I&#8217;m particularly excited about using adding some new data sources to improve the page.  (e.g. the Groups right now a bit weak, and we don&#8217;t have reliable neighborhoods in cities, both of which are in process of being fixed)</p>

<h3>Thats <a href="http://flickr.com/places/kH8dLOubBZRvX_YZ">kH8dLOubBZRvX_YZ</a> to You</h3>

<p><a href="http://flickr.com/map?place_id=kH8dLOubBZRvX_YZ"><img src="http://laughingmeme.org/img/places_palace.png" width="500" border="0"></a></p>

<p>Turns out there are a <em>lot</em> of San Franciscos in the world, and we personally struggle to keep track of which one is which.  So we&#8217;ve been experimenting with giving them unique place_ids.  If you look really close you&#8217;ll start to see these popping up around flickr, in <a href="http://www.flickr.com/services/api/flickr.photos.getInfo.html">photos.getInfo</a>, <a href="http://www.flickr.com/services/api/flickr.photos.search.html">photos.search</a>, and as microformats on the <a href="http://flickr.com/places/random">Places pages</a>.  Its all very experimental, this unique identifiers thing, but we think it might work.</p>

<h3>Arm Chair Travel</h3>

<p>And because I love you, I&#8217;m going to let you in a on a <a href="http://flickr.com/places/random">secret</a>.  Have a great trip.</p>

<p><a href="http://flickr.com/places/United+States/Hawaii/Kapalua?q=napili" title="Just beyond the door by kellan, on Flickr"><img src="http://farm1.static.flickr.com/58/152861599_ba1c2a85ac.jpg" width="500" height="375" alt="Just beyond the door" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/12/10/flickr-a-place-of-our-own/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google take public transit: home to work</title>
		<link>http://laughingmeme.org/2007/11/14/google-take-public-transit-home-to-work/</link>
		<comments>http://laughingmeme.org/2007/11/14/google-take-public-transit-home-to-work/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 05:58:50 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[car culture]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[public transit]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/11/14/google-take-public-transit-home-to-work/</guid>
		<description><![CDATA[Next 3 trains leaving, nifty $1.40 vs. $1.81 driving, accurate walking directions. Very nice. Congrats to Gregor and the whole team]]></description>
			<content:encoded><![CDATA[<p>Next 3 trains leaving, nifty $1.40 vs. <a href="http://maps.google.com/help/faq_transit.html#drive_cost_estimate">$1.81 driving</a>, accurate walking directions.  Very nice. Congrats to <a href="http://greg.abstrakt.ch/">Gregor</a> and the whole team</p>
<p><a href='http://maps.google.com/maps?f=d&hl=en&geocode=&time=&date=&ttype=&saddr=22nd+St+%26+S+Van+Ness+Ave,+San+Francisco,+CA+94110&daddr=Sansome+St.+and+Clay,+San+Francisco,+CA&dirflg=r&sll=37.77522,-122.41132&sspn=0.058887,0.117245&ie=UTF8&ll=37.7737,-122.409325&spn=0.058888,0.117245&z=13&om=1&start='>http://maps.google.com/maps?f=d&hl=en&geocode=&time=&date=&ttype=&saddr=22nd+St+%26+S+Van+Ness+Ave,+San+Francisco,+CA+94110&daddr=Sansome+St.+and+Clay,+San+Francisco,+CA&dirflg=r&sll=37.77522,-122.41132&sspn=0.058887,0.117245&ie=UTF8&ll=37.7737,-122.409325&spn=0.058888,0.117245&z=13&om=1&start=</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/11/14/google-take-public-transit-home-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia to acquire digital mapmaker Navteq for $8.1 billion</title>
		<link>http://laughingmeme.org/2007/10/02/nokia-to-acquire-digital-mapmaker-navteq-for-81-billion/</link>
		<comments>http://laughingmeme.org/2007/10/02/nokia-to-acquire-digital-mapmaker-navteq-for-81-billion/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 17:43:21 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/10/02/nokia-to-acquire-digital-mapmaker-navteq-for-81-billion/</guid>
		<description><![CDATA[With TeleAtlas acquisition a few months ago interesting times for geodata.]]></description>
			<content:encoded><![CDATA[<p>With TeleAtlas acquisition a few months ago interesting times for geodata.</p>
<p><a href='http://radar.oreilly.com/archives/2007/10/nokia_buys_navt.html'>http://radar.oreilly.com/archives/2007/10/nokia_buys_navt.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/10/02/nokia-to-acquire-digital-mapmaker-navteq-for-81-billion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spook Country: Who Runs the Infrastructure?</title>
		<link>http://laughingmeme.org/2007/09/15/spook-country-who-runs-the-infrastructure/</link>
		<comments>http://laughingmeme.org/2007/09/15/spook-country-who-runs-the-infrastructure/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 17:39:10 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[clouds]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[gibson]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/09/15/spook-country-who-runs-the-infrastructure/</guid>
		<description><![CDATA[Am I the only person bothered while reading Spook Country with the question of who is running the servers? Put on a VR helmet and you&#8217;re jacked into an imaginary world where artists have the sort of funding necessary to build out and run a shared platform for pushing richly textured 3D worlds over wifi. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://g-ec2.images-amazon.com/images/I/41cUmZPl9aL._AA240_.jpg" align="right" /></p>

<p>Am I the only person bothered while reading Spook Country with the question of who is running the servers?  </p>

<p>Put on a VR helmet and you&#8217;re jacked into an imaginary world where artists have the sort of funding necessary to build out and run a shared platform for pushing richly textured 3D worlds over wifi.  </p>

<p>And that server has some sort of totally smooth handshaking protocol for geolocating you, and streaming back the appropriate scene, and while everybody can publish to this unified virtual landscape, there is no hacking/jacking/spamming going on?</p>

<p>Or am I misreading the technology, and actually the landscapes are stored and served from hacked up WRT54Gs?</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/09/15/spook-country-who-runs-the-infrastructure/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Map porn: 5,000 years of conquest in the Middle East.</title>
		<link>http://laughingmeme.org/2007/02/28/map-porn-5000-years-of-conquest-in-the-middle-east/</link>
		<comments>http://laughingmeme.org/2007/02/28/map-porn-5000-years-of-conquest-in-the-middle-east/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 20:37:27 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[empire]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[middle east]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/02/28/map-porn-5000-years-of-conquest-in-the-middle-east/</guid>
		<description><![CDATA[5,000 years in 90 seconds. (via)]]></description>
			<content:encoded><![CDATA[<p>5,000 years in 90 seconds.  (<a href="http://www.links.org/?p=198">via</a>)</p>
<p><a href='http://www.mapsofwar.com/images/EMPIRE17.swf'>http://www.mapsofwar.com/images/EMPIRE17.swf</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/02/28/map-porn-5000-years-of-conquest-in-the-middle-east/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rentometer &#8211; compare rents on a map to see if you&#8217;re paying too much or getting a deal.</title>
		<link>http://laughingmeme.org/2006/10/10/rentometer-compare-rents-on-a-map-to-see-if-youre-paying-too-much-or-getting-a-deal/</link>
		<comments>http://laughingmeme.org/2006/10/10/rentometer-compare-rents-on-a-map-to-see-if-youre-paying-too-much-or-getting-a-deal/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 20:39:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[housing]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[mashup]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3497</guid>
		<description><![CDATA[Nice mashup. Been a while since I saw one worth linking to.]]></description>
			<content:encoded><![CDATA[<p>Nice mashup.  Been a while since I saw one worth linking to.</p>
<p><a href='http://radar.oreilly.com/archives/2006/10/rentometer.html'>http://radar.oreilly.com/archives/2006/10/rentometer.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/10/10/rentometer-compare-rents-on-a-map-to-see-if-youre-paying-too-much-or-getting-a-deal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gothamist: Map of the Day: Getting to Work (and more!)</title>
		<link>http://laughingmeme.org/2006/09/28/gothamist-map-of-the-day-getting-to-work-and-more/</link>
		<comments>http://laughingmeme.org/2006/09/28/gothamist-map-of-the-day-getting-to-work-and-more/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 20:56:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[car.culture]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[nyc]]></category>
		<category><![CDATA[public]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3484</guid>
		<description><![CDATA[How people get to work in NYC. Red is cars, blue is public transit, green is walking]]></description>
			<content:encoded><![CDATA[<p>How people get to work in NYC.  Red is cars, blue is public transit, green is walking</p>
<p><a href='http://www.gothamist.com/archives/2006/09/28/map_of_the_day_73.php'>http://www.gothamist.com/archives/2006/09/28/map_of_the_day_73.php</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/09/28/gothamist-map-of-the-day-getting-to-work-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming.org: News: Undiscovered Events, Flickr Integration, and More</title>
		<link>http://laughingmeme.org/2006/08/28/upcomingorg-news-undiscovered-events-flickr-integration-and-more/</link>
		<comments>http://laughingmeme.org/2006/08/28/upcomingorg-news-undiscovered-events-flickr-integration-and-more/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 22:46:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[upcoming]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3458</guid>
		<description><![CDATA[And an awesome new release from Upcoming]]></description>
			<content:encoded><![CDATA[<p>And an awesome new release from Upcoming</p>
<p><a href='http://upcoming.org/news/archives/2006/08/28/undiscov/'>http://upcoming.org/news/archives/2006/08/28/undiscov/</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/08/28/upcomingorg-news-undiscovered-events-flickr-integration-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlickrBlog: &#8220;Great shot &#8211; where&#8217;d you take that?&#8221;</title>
		<link>http://laughingmeme.org/2006/08/28/flickrblog-great-shot-whered-you-take-that/</link>
		<comments>http://laughingmeme.org/2006/08/28/flickrblog-great-shot-whered-you-take-that/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 22:43:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3457</guid>
		<description><![CDATA[Our new maps feature is out!]]></description>
			<content:encoded><![CDATA[<p>Our new maps feature is out!</p>
<p><a href='http://blog.flickr.com/flickrblog/2006/08/great_shot_wher.html'>http://blog.flickr.com/flickrblog/2006/08/great_shot_wher.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/08/28/flickrblog-great-shot-whered-you-take-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jared is liberating the USGS maps!</title>
		<link>http://laughingmeme.org/2006/08/28/jared-is-liberating-the-usgs-maps/</link>
		<comments>http://laughingmeme.org/2006/08/28/jared-is-liberating-the-usgs-maps/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 20:46:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[opendata]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3456</guid>
		<description><![CDATA[Help out.]]></description>
			<content:encoded><![CDATA[<p>Help out.</p>
<p><a href='http://ransom.redjar.org/'>http://ransom.redjar.org/</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/08/28/jared-is-liberating-the-usgs-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoNames.org:  compilation of public domain gazateers, normalized on name, altitude and population</title>
		<link>http://laughingmeme.org/2006/03/07/geonamesorg-compilation-of-public-domain-gazateers-normalized-on-name-altitude-and-population/</link>
		<comments>http://laughingmeme.org/2006/03/07/geonamesorg-compilation-of-public-domain-gazateers-normalized-on-name-altitude-and-population/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 19:03:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[participation]]></category>
		<category><![CDATA[public]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[webservice]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3276</guid>
		<description><![CDATA[And then provided via REST or a download. 6 million entries including 2.2 million cities and villages]]></description>
			<content:encoded><![CDATA[<p>And then provided via REST or a download. 6 million entries including 2.2 million cities and villages</p>
<p><a href='http://www.geonames.org/about.html'>http://www.geonames.org/about.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/03/07/geonamesorg-compilation-of-public-domain-gazateers-normalized-on-name-altitude-and-population/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

