<?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; api</title>
	<atom:link href="http://laughingmeme.org/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://laughingmeme.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 02 Apr 2012 20:12:19 +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>Tip: Flickr standard photo response as slideshow</title>
		<link>http://laughingmeme.org/2011/01/24/tip-flickr-standard-photo-response-as-slideshow/</link>
		<comments>http://laughingmeme.org/2011/01/24/tip-flickr-standard-photo-response-as-slideshow/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 02:44:56 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4791</guid>
		<description><![CDATA[We&#8217;ve been doing a ton of hacking recently on our Taste Test experiment, which in turn reminds me a lot of an ill-fated Flickr project, &#8220;Top Explorers&#8221;. (to anyone who still has Flickr SVN access the code should still be there) Computers have made dumb consensus and simple popularity so trivially simple to implement, that [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been doing a ton of hacking recently on our <a href="http://tastetest.etsy.com">Taste Test</a> experiment, which in turn reminds me a lot of an ill-fated Flickr project, &#8220;Top Explorers&#8221;. (to anyone who still has Flickr SVN access the code should still be there) Computers have made dumb consensus and simple popularity so trivially simple to implement, that projects to explicit hilight individual voice really intrigue me. </p>

<p>Anyway I got inspired last weekend to spend a little while coding up a primitive Top Explorers implementation that would run over the API and on top of <a href="http://pig.apache.org/">Pig</a>.  And as part of that I resorted to one of my favorite hacks for visualizing Flickr API results, the &#8220;<a href="http://code.flickr.com/blog/2008/08/19/standard-photos-response-apis-for-civilized-age/">standard photo response</a> as slideshow&#8221; hack.</p>

<p>Not sure it was ever documented, but you can call it with the form:</p>

<pre><code>http://www.flickr.com/show.gne?api_method=$method_name&amp;method_params=param1|paramvalue1;param2|paramvalue2
</code></pre>

<p>The canonical example of this is <a href="http://www.flickr.com/show.gne?api_method=flickr.photos.search&amp;method_params=in_gallery|1;text|kittens">kittens from galleries</a>, but I was just using it to help visualize variations on <a href="http://www.flickr.com/show.gne?api_method=flickr.photos.search&amp;method_params=min_taken_date|1295664643;max_taken_date|1295758800;sort|interestingness-desc;safe_search|1">recent photos sorted by interestingness</a>.</p>

<p>With any luck I&#8217;ll actually have some interesting Top Explorers results soon as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2011/01/24/tip-flickr-standard-photo-response-as-slideshow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Minimal Competence: Data Access, Data Ownership, and Sharecropping.</title>
		<link>http://laughingmeme.org/2010/05/18/minimal-competence-data-access-data-ownership-and-sharecropping/</link>
		<comments>http://laughingmeme.org/2010/05/18/minimal-competence-data-access-data-ownership-and-sharecropping/#comments</comments>
		<pubDate>Tue, 18 May 2010 15:59:51 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[minimal competence]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4617</guid>
		<description><![CDATA[A friend (from Google) recently trolled me, asking, &#8220;What&#8217;s up with the data lock-in at Flickr?&#8221;. Got me thinking about standards. I wrote back a rant to a mailing list of fellow senior hacker, and coders types. Below I&#8217;ve included that rant, largely verbatim. I&#8217;d been meaning to turn it into a more reasoned blog [...]]]></description>
			<content:encoded><![CDATA[<p>A friend (from Google) recently trolled me, asking, &#8220;What&#8217;s up with the data lock-in at Flickr?&#8221;.  </p>

<p>Got me thinking about standards.  I wrote back a rant to a mailing list of fellow senior hacker, and coders types. Below I&#8217;ve included that rant, largely verbatim.  I&#8217;d been meaning to turn it into a more reasoned blog post, maybe something suitable for posting on a more official outlet, but life is short, and <a href="http://groovymother.com/2010/may/16/importance-api/">Rod&#8217;s post about Quora</a> reminded me to get on it.</p>

<p>As software engineers, as <strong>social</strong> software engineers, it&#8217;s important to have standards.  You can debate the how much of what we do can be called engineering, even charitably, but the code we write determines the rules that govern the spaces more and more people spend time in, and while &#8220;First, do no harm&#8221; might be reaching, a few standards that you should be embarrassed to not meet seem appropriate. </p>

<p>One of those is around data access, data ownership, and sharecropping.  This is something Flickr takes very seriously.  </p>

<h3>The Minimum</h3>

<p>With Flickr you can get out, <a href="http://www.flickr.com/services/api/">via the API</a>, every single piece of information you put into the system.</p>

<p>Every photo, in every size, plus the completely untouched original. (which we store for you indefinitely, whether or not you pay us) Every tag, every comment, every note, every people tag, every fave. Also your stats, view counts, and referers. </p>

<p>Not the most recent <em>N</em>, not a subset of the data.  All of it.</p>

<p>It&#8217;s your data, and you&#8217;ve granted us a limited license to use it.</p>

<p>Additionally we provide a moderately competently built API that allows you to access your data at rates roughly 500x faster then the rate that will get you banned from Twitter. </p>

<p>Asking people to accept anything else is sharecropping.  It&#8217;s a bad deal.  Flickr helped pioneer &#8220;Web 2.0&#8243;, and personal data ownership is a key piece of that vision.   Just because the wider public hasn&#8217;t caught on yet to all the nuances around data access, data privacy, data ownership, and data fidelity, doesn&#8217;t mean you shouldn&#8217;t be embarrassed to be failing to deliver a quality product.</p>

<p>The ability to get out the data you put in is the bare minimum.  All of it, at high fidelity, in a reasonable amount of time.  </p>

<p>The bare minimum that you should be building, bare minimum that you should be using, and absolutely the bare minimum you should be looking for in tools you allow and encourage people who aren&#8217;t builders to use.  </p>

<h3>A Reasonable Exchange of Value</h3>

<p>Flickr actually goes a bit farther, not only can you get your data out, but it gets enriched as it passes through the system.</p>

<p>If you use the geotagging feature, you don&#8217;t just get the lat/long out you put in, but your photo comes back with a whole hierarchy of geographic descriptors, that are
pointers into a publicly available gazetteer (<a href="http://developer.yahoo.com/geo/geoplanet/">Y! GeoPlanet</a>).  It would be good if there were pointers into other publicly available gazetteers (if for example Google ever released one) but there isn&#8217;t a good concordance service yet (but it&#8217;s being worked on)</p>

<p>You get structured access to all the metadata that people have added to your photos, with proper attribution available. (of course there is a <em>working</em> privacy model, so your &#8220;friends&#8221; aren&#8217;t getting data they aren&#8217;t supposed to, like your friend requests, and chat logs)</p>

<p>If you used our <a href="http://code.flickr.com/blog/2009/07/06/extraextraextra/">machine tags vocab</a>, you get extra information pulled in from 3rd party APIs like <a href="http://www.flickr.com/photos/tags/osm:*=">Open Street Maps</a>, <a href="http://www.flickr.com/photos/tags/openlibrary:*=">Open Library</a>, <a href="http://www.flickr.com/photos/tags/lastfm:*=">Last.fm</a>, <a href="http://fakesubwayapis.appspot.com/">various transit administrations</a>, and <a href="http://www.flickr.com/photos/tags/foursquare:*=">Foursquare</a>.</p>

<p>Additionally you also have access to the data that was created in aggregate using the data you shared with us, like <a href="http://www.flickr.com/photos/tags/open/clusters/">tag clusters</a>, and the Creative Commons licensed <a href="http://code.flickr.com/blog/2009/05/21/flickr-shapefiles-public-dataset-10/">neighborhood shape boundaries</a>.</p>

<p>This isn&#8217;t the exhaustive list, just a few of the things Flickr does to respect, and collaborate with the people who share their time and data with us.</p>

<p>I&#8217;d certainly <em>love</em> to get a fraction of this data back from other services I use.  Imagine getting access to all the data Google has about you, and everything they&#8217;ve learned partially based on observing you.  I&#8217;ve gotten used to being disappointed by most of my fellow practitioners, but I still dream about using good tools that treat me with respect and want to collaborate.</p>

<p>Thanks go to <a href="http://www.fsck.com/">Jesse Vincent</a>, for the useful <a href="http://www.slideshare.net/IgniteBoston/12-jesse-vincent">sharecropping metaphor</a>.</p>

<p>(and I&#8217;ll state the obvious this is my <strong>personal</strong> blog, nothing I post here should be taken as official Flickr or Yahoo communication or policy, unless otherwise noted, that isn&#8217;t what they pay me to do.)</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2010/05/18/minimal-competence-data-access-data-ownership-and-sharecropping/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>photosthatmatter &amp; FlickrApp</title>
		<link>http://laughingmeme.org/2009/07/22/photosthatmatter-flickrapp/</link>
		<comments>http://laughingmeme.org/2009/07/22/photosthatmatter-flickrapp/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 20:27:37 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4254</guid>
		<description><![CDATA[Aaron&#8217;s FlickrApp is a brain dead easy to use subclass of webapp.RequestHandler that turns Flickr into an single-sign on service for Google AppEngine. As a bonus, you get a valid Flickr auth_token for every signed in user. This makes writing Flickr API apps about the simplest thing ever. Case in point, I wrote the largely [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://photosthatmatter.appspot.com"><img src="http://farm3.static.flickr.com/2667/3747384500_dacdd8c86e.jpg" width="500" height="251" alt="Picture 53" border="0" /></a></p>

<p>Aaron&#8217;s <a href="http://github.com/straup/gae-flickrapp/tree/master">FlickrApp</a> is a brain dead easy to use subclass of <a href="http://code.google.com/appengine/docs/python/gettingstarted/handlingforms.html">webapp.RequestHandler</a> that turns <a href="http://flickr.com">Flickr</a> into an single-sign on service for <a href="http://code.google.com/appengine/">Google AppEngine</a>.</p>

<p>As a bonus, you get a valid Flickr auth_token for every signed in user.   This makes writing <a href="http://flickr.com/services/api">Flickr API apps</a> about the simplest thing ever.</p>

<p>Case in point, I wrote the largely mis-named <a href="http://photosthatmatter.appspot.com">photosthatmatter</a> app last night in slightly less then 20 minutes, while waiting for dinner to simmer.   Shows the most interesting photo from each for your contact in a given time period.  Great for catching up on things you missed  as they flowed by the first time.</p>

<p>YMMV, but it works for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2009/07/22/photosthatmatter-flickrapp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>NYTimes Article Search API</title>
		<link>http://laughingmeme.org/2009/02/07/nytimes-article-search-api/</link>
		<comments>http://laughingmeme.org/2009/02/07/nytimes-article-search-api/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 21:53:23 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[nytimes]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4167</guid>
		<description><![CDATA[I don&#8217;t have much to add that the New York Times hasn&#8217;t already said about their Article Search API. Its an amazing corpus to be searchable, both in breadth, and scope, and for sheer richness of the classification. I can&#8217;t think of an remotely comparable dataset with such a rich API. Couple of things I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/blprnt/3257243248/" title="NYTimes: Sex &amp; Scandal since 1981 by blprnt_van, on Flickr"><img src="http://farm4.static.flickr.com/3356/3257243248_6418a90f99.jpg" width="500" height="167" alt="NYTimes: Sex &amp; Scandal since 1981" /></a></p>

<p>I don&#8217;t have much to add that the <a href="http://open.blogs.nytimes.com/2009/02/04/announcing-the-article-search-api/">New York Times hasn&#8217;t already said about their Article Search API</a>.  Its an amazing corpus to be searchable, both in breadth, and scope, and for <a href="http://developer.nytimes.com/docs/article_search_api#h3-data-fields">sheer richness of the classification</a>.  I can&#8217;t think of an remotely comparable dataset with such a rich API.</p>

<p>Couple of things I noticed that I wanted to call out.</p>

<h3>Get info about an article/Search by URL</h3>

<p>Positioned as a search API, it also doubles as a &#8220;getInfo&#8221;-style API, as article URL is one of the searchable fields.</p>

<pre><code>?query=url:$article_url
</code></pre>

<p>Just make sure to remove the various query string bits that the Times appends, as these aren&#8217;t indexed.  Should make a &#8220;find the history of this topic being discussed&#8221; Greasemonkey script a snap.</p>

<h3>Expert&#8217;s attention information</h3>

<p>One of my less comprehensible requests to the <a href="http://en.oreilly.com/oscon2008/public/schedule/topic/BoF">NYTimes developer team at OSCON last year</a> was to make sure their APIs exposed the &#8220;attention information of [their] editors.&#8221;  Age of amateur, citizen journalism, and radical decentralization are all awesome, but the NYTimes&#8217; editors job is to think about what is important and interesting full time; and that&#8217;s information worth mining.</p>

<p>And they did!</p>

<p>The <code>page_facet</code>, and <code>nytd_section_facet</code> both allow you to gauge some degree of relative weight given to a story. (<code>section_page_facet</code> seems like it ought to do the same thing, but I couldn&#8217;t get it to work)</p>

<pre><code>?query=flickr nytd_section_facet:[Front Page]
</code></pre>

<p>Gives you articles mentioning &#8220;flickr&#8221; featured on the NYTimes front page. (of which it only finds 3, alas)</p>

<h3>API Design</h3>

<p>Good stuff:</p>

<ul>
<li>Clean hackable URLs, you can play with it in your browser and see what you&#8217;re going to get.</li>
<li>The getList + extras (called fields in the NYTimes API) is the house wisdom at Flickr, and I&#8217;m glad to see it elsewhere</li>
<li>The parsed tokens block is neat, and I can see it being incredibly useful for working with such a large, varied corpus</li>
<li>The sure amount of searchable/indexable metadata and the granularity is really unprecedented, great to see them go out with such a rich, &#8220;here&#8217;s the data do something great&#8221; approach.</li>
</ul>

<h3>Visualizations</h3>

<p>The graphic at the top of this blog post is a &#8220;visualization of the frequency of occurrence of the words &#8216;sex&#8217; and &#8216;scandal&#8217; in the New York Times, since 1981.&#8221;, part of a <a href="http://flickr.com/photos/blprnt/sets/72157613381549987/">set of visualizations by blprnt_van</a> built with the <a href="http://developer.nytimes.com/docs/article_search_api">article search API</a>, and <a href="http://www.processing.org/">Processing</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2009/02/07/nytimes-article-search-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Flickr API library for PHP</title>
		<link>http://laughingmeme.org/2008/12/11/my-flickr-api-library-for-php/</link>
		<comments>http://laughingmeme.org/2008/12/11/my-flickr-api-library-for-php/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 23:05:59 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4116</guid>
		<description><![CDATA[I&#8217;m a big believer in Norvig&#8217;s &#8220;Code is liability&#8221; maxim. Which is how I justify my ugly, but functional Flickr API implementation, in 40 lines of PHP (not the most expressive of languages), which I wrote in about 15 minutes one evening, and I now use for all of my Flickr side projects. And all [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big believer in Norvig&#8217;s &#8220;Code is liability&#8221; maxim.  Which is how I justify my ugly, but functional Flickr API implementation, in 40 lines of PHP (not the most expressive of languages), which I wrote in about 15 minutes one evening, and I now use for all of my Flickr side projects.  And all apropos of digging through other folks Flickr API impls, trying to get them working on GAE.   Thankfully <a href="http://blech.vox.com/library/post/flickrapi-google-app-engine.html">blech is already there</a>. </p>
<p><a href='http://laughingmeme.org/code/flickr.simple.php.txt'>http://laughingmeme.org/code/flickr.simple.php.txt</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/12/11/my-flickr-api-library-for-php/feed/</wfw:commentRss>
		<slash:comments>1</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>Netflix API: Looking good</title>
		<link>http://laughingmeme.org/2008/10/01/netflix-api-looking-good/</link>
		<comments>http://laughingmeme.org/2008/10/01/netflix-api-looking-good/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 15:18:47 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4056</guid>
		<description><![CDATA[Netflix was pretty much the last place I was Web 2.0 style share cropping, creating value without a way to get it out. The Netflix API has been rumored for a long time, but with today&#8217;s release they really did an excellent job. REST, Atom, and Javascript APIs? CHECK Access to personal information using OAuth? [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://netflix.com">Netflix</a> was pretty much the last place I was <a href="http://www.slideshare.net/IgniteBoston/12-jesse-vincent">Web 2.0 style share cropping</a>, creating value without a way to get it out.  The <a href="http://developer.netflix.com/docs/Home">Netflix API</a> has been rumored for a long time, but with today&#8217;s release they really did an excellent job.</p>

<ul>
<li>REST, Atom, and Javascript APIs?  CHECK</li>
<li><a href="http://developer.netflix.com/docs/Security#0_18325">Access to personal information using OAuth?</a>  CHECK</li>
<li><a href="http://developer.netflix.com/blog">Developer blog</a>? CHECK</li>
<li><a href="http://developer.netflix.com/page/Resources">API Explorer</a>?  CHECK (though why it&#8217;s a Firefox plugin, I can only guess)</li>
</ul>

<p>Also versioned documentation, and a quite reasonable set of <a href="http://developer.netflix.com/docs/Branding">branding guidelines</a>.</p>

<blockquote><em>
The Netflix Web APIs provide the ability for you to integrate Netflix user services into your application. The APIs provide the following capabilities:
<ul>
<li class="Bullet1"><a name="0_pgfId-1017334"></a>Performing searches of movies, TV series, cast members, and directors</li>
<li class="Bullet1"><a name="0_pgfId-1016200"></a>Retrieving catalog titles, including details about the title such as name, box art, director, cast, etc.</li>
<li class="Bullet1"><a name="0_pgfId-1016257"></a>Determining the subscriber&#8217;s relationship to a specific title, e.g, in queue, saved, available on DVD, etc.</li>

<li class="Bullet1"><a name="0_pgfId-1016260"></a>Managing and displaying queues for users</li>
<li class="Bullet1"><a name="0_pgfId-1016261"></a>Providing conveniences such as auto-completion of partial search terms typed by a user.</li>
<li class="Bullet1"><a name="0_pgfId-1016264"></a>Displaying a user&#8217;s ratings and reviews.</li>
<li class="Bullet1"><a name="0_pgfId-1016344"></a>Including functional Add and Play buttons in your web application.</li>
</ul>
</em></blockquote>

<p>Congratulations to Netflix, and <a href="http://mashery.com/">Mashery</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/10/01/netflix-api-looking-good/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>code.flickr.com: API Responses as Feeds</title>
		<link>http://laughingmeme.org/2008/08/25/codeflickrcom-api-responses-as-feeds/</link>
		<comments>http://laughingmeme.org/2008/08/25/codeflickrcom-api-responses-as-feeds/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 20:21:06 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[syndication]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=4010</guid>
		<description><![CDATA[This would have been out months ago if only the flight from Dublin was another 2-3 hours longer.]]></description>
			<content:encoded><![CDATA[<p>This would have been out months ago if only the flight from Dublin was another 2-3 hours longer.</p>
<p><a href='http://code.flickr.com/blog/2008/08/25/api-responses-as-feeds/'>http://code.flickr.com/blog/2008/08/25/api-responses-as-feeds/</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/08/25/codeflickrcom-api-responses-as-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WeeWar needs XMPP</title>
		<link>http://laughingmeme.org/2008/05/14/weewar-needs-xmpp/</link>
		<comments>http://laughingmeme.org/2008/05/14/weewar-needs-xmpp/#comments</comments>
		<pubDate>Wed, 14 May 2008 13:46:41 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[weewar]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=3822</guid>
		<description><![CDATA[WeeWar broke in a wave across the office this afternoon. (thankfully late afternoon, or I might have gotten nothing done today). Its a Web-based turn based strategy game, thats very well done. Sort of a &#8220;Flickr for Risk&#8221;, with a nice value add pro account ($24.95/year), and APIs, social networking features, and a chatty tone. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://weewar.com">WeeWar</a> broke in a wave across the office this afternoon. (thankfully late afternoon, or I might have gotten nothing done today).  Its a Web-based turn based strategy game, thats very well done.  Sort of a &#8220;Flickr for Risk&#8221;, with a nice value add pro account ($24.95/year), and APIs, social networking features, and a chatty tone.</p>

<h3>XMPP</h3>

<p>But I&#8217;ve never run into an application that needed an <a href="http://www.xmpp.org/">XMPP</a> interface more.</p>

<p>The most fundamental missing functionality is a convenient, light weight way of getting notified that your turn has rolled around again.  WeeWar will send you email, but now your inboxes is even more cluttered, and you&#8217;re having to check your inbox constantly. (something I try to keep to 1-2 times an hour)  </p>

<h3>Push</h3>

<p>A Jabber interface you could trust to push to you the state changes news, and thereby remove the nagging, &#8220;Is it my turn?&#8221; and the <a href="http://headrush.typepad.com/creating_passionate_users/2006/03/clicker_trained.html">variable positive reinforcement</a> relationship it sets up with your inbox.</p>

<p>Additionally its a classic app where, if you&#8217;re polling, you want to keep the polling time very low, but the actual incident of change is fairly spare, which means WeeWar is going to at some point start resenting their polling based APIs.</p>

<h3>Payload</h3>

<p>Ideally messages would also include an XML payload describing either the changes since your last turn, or the current state of the map, allowing for rich consuming clients to build alternate interfaces to the world.</p>

<h3>New Games</h3>

<p>Orthogonally, a new games, and new games from your &#8220;preferred players&#8221; would also be excellent to get pushed out over Jabber.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/05/14/weewar-needs-xmpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code.Flickr: Videos in the API</title>
		<link>http://laughingmeme.org/2008/05/01/codeflickr-videos-in-the-api/</link>
		<comments>http://laughingmeme.org/2008/05/01/codeflickr-videos-in-the-api/#comments</comments>
		<pubDate>Fri, 02 May 2008 00:41:34 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[code.flickr]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=3814</guid>
		<description><![CDATA[Finally got around to posting on working with video in the API. (been sitting in the &#8220;really should be edited a bit&#8221; queue for weeks now)]]></description>
			<content:encoded><![CDATA[<p>Finally got around to posting on working with video in the API.  (been sitting in the &#8220;really should be edited a bit&#8221; queue for weeks now)</p>
<p><a href='http://code.flickr.com/blog/2008/05/01/videos-in-the-flickr-api/'>http://code.flickr.com/blog/2008/05/01/videos-in-the-flickr-api/</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/05/01/codeflickr-videos-in-the-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Gruber calls out the sorry state of Twitter&#8217;s APIs (while talking about the lack of good iPhone clients)</title>
		<link>http://laughingmeme.org/2008/04/17/john-gruber-calls-out-the-sorry-state-of-twitters-apis-while-talking-about-the-lack-of-good-iphone-clients/</link>
		<comments>http://laughingmeme.org/2008/04/17/john-gruber-calls-out-the-sorry-state-of-twitters-apis-while-talking-about-the-lack-of-good-iphone-clients/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 17:20:46 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=3803</guid>
		<description><![CDATA[Me I just wish they&#8217;d bring back a delegated auth endpoint, whether their proto-OAuth, or a real OAuth endpoint. Meanwhile my only issue with m.twitter.com is I want the option to see only the subset of folks I have device notification turned on for.]]></description>
			<content:encoded><![CDATA[<p>Me I just wish they&#8217;d bring back a delegated auth endpoint, whether their proto-OAuth, or a real OAuth endpoint.  Meanwhile my only issue with m.twitter.com is I want the option to see only the subset of folks I have device notification turned on for.</p>
<p><a href='http://daringfireball.net/2008/04/twitter_web_clients_for_the_iphone'>http://daringfireball.net/2008/04/twitter_web_clients_for_the_iphone</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/04/17/john-gruber-calls-out-the-sorry-state-of-twitters-apis-while-talking-about-the-lack-of-good-iphone-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Contacts Data API</title>
		<link>http://laughingmeme.org/2008/03/06/google-contacts-data-api/</link>
		<comments>http://laughingmeme.org/2008/03/06/google-contacts-data-api/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 16:34:06 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[addressbook]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2008/03/06/google-contacts-data-api/</guid>
		<description><![CDATA[Yay! You no longer need an NDA to use this. Shame it doesn&#8217;t support arbitrary keys associated with a user. Suppose you could always abuse the notes field.]]></description>
			<content:encoded><![CDATA[<p>Yay! You no longer need an NDA to use this.  Shame it doesn&#8217;t support arbitrary keys associated with a user.  Suppose you could always abuse the notes field.</p>
<p><a href='http://code.google.com/apis/contacts/'>http://code.google.com/apis/contacts/</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/03/06/google-contacts-data-api/feed/</wfw:commentRss>
		<slash:comments>2</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>MySpace Developer Platform: Restful APIS</title>
		<link>http://laughingmeme.org/2008/02/06/myspace-developer-platform-restful-apis/</link>
		<comments>http://laughingmeme.org/2008/02/06/myspace-developer-platform-restful-apis/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 18:04:18 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[oauth]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2008/02/06/myspace-developer-platform-restful-apis/</guid>
		<description><![CDATA[&#8220;This digital signing mechanism is the standards-based OAuth specification.&#8221;]]></description>
			<content:encoded><![CDATA[<p>&#8220;This digital signing mechanism is the standards-based OAuth specification.&#8221;</p>
<p><a href='http://developer.myspace.com/community/RestfulAPIs/authentication.aspx'>http://developer.myspace.com/community/RestfulAPIs/authentication.aspx</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/02/06/myspace-developer-platform-restful-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail Greasemonkey API</title>
		<link>http://laughingmeme.org/2007/12/20/gmail-greasemonkey-api/</link>
		<comments>http://laughingmeme.org/2007/12/20/gmail-greasemonkey-api/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 16:56:49 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[lifehack]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[rtm]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/12/20/gmail-greasemonkey-api/</guid>
		<description><![CDATA[Semi-official GMail API from Mark Pilgrim for use in Greasemonkey. Used to build RTM + GMail]]></description>
			<content:encoded><![CDATA[<p>Semi-official GMail API from Mark Pilgrim for use in Greasemonkey.  Used to build <a href="http://blog.rememberthemilk.com/2007/12/rtm-gmail-task-management-goodness.html">RTM + GMail</a></p>
<p><a href='http://code.google.com/p/gmail-greasemonkey/wiki/GmailGreasemonkey10API'>http://code.google.com/p/gmail-greasemonkey/wiki/GmailGreasemonkey10API</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/12/20/gmail-greasemonkey-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OAuth 1.0 Draft 1</title>
		<link>http://laughingmeme.org/2007/09/21/oauth-10-draft-1/</link>
		<comments>http://laughingmeme.org/2007/09/21/oauth-10-draft-1/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 00:59:57 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[sausage]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/09/21/oauth-10-draft-1/</guid>
		<description><![CDATA[Been an interesting evolution since the notes I scrawled down with Blaine in March.]]></description>
			<content:encoded><![CDATA[<p>Been an interesting evolution since <a href="http://laughingmeme.org/more/oauth-spec.txt">the notes I scrawled down</a> with Blaine in March.</p>
<p><a href='http://oauth.googlecode.com/svn/spec/trunk/oauth-1.0-draft.html'>http://oauth.googlecode.com/svn/spec/trunk/oauth-1.0-draft.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/09/21/oauth-10-draft-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Data Store API</title>
		<link>http://laughingmeme.org/2007/08/10/facebook-data-store-api/</link>
		<comments>http://laughingmeme.org/2007/08/10/facebook-data-store-api/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 15:45:21 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fluffy clouds]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/08/10/facebook-data-store-api/</guid>
		<description><![CDATA[When I heard that f.bk had a new Data Store API was thinking &#8220;Wow! That&#8217;s actually hard!&#8221;. But if you read it closer you&#8217;ll notice the operations map to what can de done in memcache (down to transactions are handled via atomic auto-increments) with a bit of cleverness, and some persistence. (pun intended) Still a [...]]]></description>
			<content:encoded><![CDATA[<p>When I <a href="http://snarfed.org/space/facebook%20data%20store%20api%20thoughts">heard</a> that <a href="http://facebook.com">f.bk</a> had a new <a href="http://wiki.developers.facebook.com/index.php/Data_Store_API_documentation">Data Store API</a> was thinking &#8220;Wow! That&#8217;s actually hard!&#8221;.</p>

<p>But if you read it closer you&#8217;ll notice the operations map to what can de done in memcache (down to transactions are handled via atomic auto-increments) with a bit of cleverness, and some persistence. (pun intended)  Still a nice step towards making developing f.bk apps a bit less eye-pokey-outty </p>

<p>Everyone is building the giant hash table in the <a href="http://www.sriramkrishnan.com/blog/2007/08/open-source-and-scratching-itches-in.html">clouds</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/08/10/facebook-data-store-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tim on Etags: &#8220;What you want to do is compute the ETag based on the underlying data resources that actually drive the page creation; the input to that process, not its output.&#8221;</title>
		<link>http://laughingmeme.org/2007/08/01/tim-on-etags-what-you-want-to-do-is-compute-the-etag-based-on-the-underlying-data-resources-that-actually-drive-the-page-creation-the-input-to-that-process-not-its-output/</link>
		<comments>http://laughingmeme.org/2007/08/01/tim-on-etags-what-you-want-to-do-is-compute-the-etag-based-on-the-underlying-data-resources-that-actually-drive-the-page-creation-the-input-to-that-process-not-its-output/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 15:41:12 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[etags]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[ws]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/08/01/tim-on-etags-what-you-want-to-do-is-compute-the-etag-based-on-the-underlying-data-resources-that-actually-drive-the-page-creation-the-input-to-that-process-not-its-output/</guid>
		<description><![CDATA[Was explaing this to folks yesterday who were worrying over bandwidth consumption of their API. Etags can help with that, but if you aren&#8217;t computation/database bound consider that perhaps you haven&#8217;t built a successful enough service.]]></description>
			<content:encoded><![CDATA[<p>Was explaing this to folks yesterday who were worrying over bandwidth consumption of their API.  Etags can help with that, but if you aren&#8217;t computation/database bound consider that perhaps you haven&#8217;t built a successful enough service.</p>
<p><a href='http://www.tbray.org/ongoing/When/200x/2007/07/31/Design-for-the-Web'>http://www.tbray.org/ongoing/When/200x/2007/07/31/Design-for-the-Web</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/08/01/tim-on-etags-what-you-want-to-do-is-compute-the-etag-based-on-the-underlying-data-resources-that-actually-drive-the-page-creation-the-input-to-that-process-not-its-output/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Machine Tags:  They live!  They live!</title>
		<link>http://laughingmeme.org/2007/01/24/machine-tags-they-live-they-live/</link>
		<comments>http://laughingmeme.org/2007/01/24/machine-tags-they-live-they-live/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 18:28:15 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[semanticweb]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[tripletag]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/01/24/machine-tags-they-live-they-live/</guid>
		<description><![CDATA[Machine tags are not RDF. But they could play RDF on television.]]></description>
			<content:encoded><![CDATA[<p>Machine tags are not RDF.  But they could play RDF on television.</p>
<p><a href='http://www.flickr.com/groups/api/discuss/72157594497877875/'>http://www.flickr.com/groups/api/discuss/72157594497877875/</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/01/24/machine-tags-they-live-they-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

