<?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; rest</title>
	<atom:link href="http://laughingmeme.org/tag/rest/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>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>Bill de hÓra:  Non-Newtonian readings</title>
		<link>http://laughingmeme.org/2008/08/08/bill-de-hora-non-newtonian-readings/</link>
		<comments>http://laughingmeme.org/2008/08/08/bill-de-hora-non-newtonian-readings/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 15:00:52 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[arrest]]></category>
		<category><![CDATA[beyond rest]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[data streams]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=3951</guid>
		<description><![CDATA[&#8220;If you enjoyed Kellan Elliott-McCrea and Evan Henshaw-Plath&#8217;s presentation &#8220;Beyond REST? Building data services with XMPP&#8221;, here&#8217;s a dose of links.&#8221; Excellent list.]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;If you enjoyed Kellan Elliott-McCrea and Evan Henshaw-Plath&#8217;s presentation &#8220;Beyond REST? Building data services with XMPP&#8221;, here&#8217;s a dose of links.&#8221;</em>  Excellent list.</p>
<p><a href='http://www.dehora.net/journal/2008/08/08/non-newtonian-reading/'>http://www.dehora.net/journal/2008/08/08/non-newtonian-reading/</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/08/08/bill-de-hora-non-newtonian-readings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beyond REST?  Building data services with XMPP</title>
		<link>http://laughingmeme.org/2008/07/23/beyond-rest-building-data-services-with-xmpp/</link>
		<comments>http://laughingmeme.org/2008/07/23/beyond-rest-building-data-services-with-xmpp/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 22:42:09 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[beyond rest]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[oscon08]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/?p=3930</guid>
		<description><![CDATA[The slides from Rabble and my talk at OSCON 08. This was our XMPP outsiders look at how to hijack XMPP to solve the problems of RSS and polling at &#8220;quantum&#8221; and &#8220;relativistic&#8221; scales. (small and rare, or huge fast and raging).]]></description>
			<content:encoded><![CDATA[<p>The slides from <a href="http://anarchogeek.com">Rabble</a> and my talk at <a href="http://en.oreilly.com/oscon2008/">OSCON 08</a>.  This was our XMPP outsiders look at how to hijack XMPP to solve the problems of RSS and polling at &#8220;quantum&#8221; and &#8220;relativistic&#8221; scales. (small and rare, or huge fast and raging).</p>
<p><a href='http://www.slideshare.net/kellan/beyond-rest'>http://www.slideshare.net/kellan/beyond-rest</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2008/07/23/beyond-rest-building-data-services-with-xmpp/feed/</wfw:commentRss>
		<slash:comments>20</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>
		<item>
		<title>hackdiary: REST On Rails</title>
		<link>http://laughingmeme.org/2005/11/03/hackdiary-rest-on-rails/</link>
		<comments>http://laughingmeme.org/2005/11/03/hackdiary-rest-on-rails/#comments</comments>
		<pubDate>Thu, 03 Nov 2005 20:36:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[Matt.Biddulph]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3081</guid>
		<description><![CDATA[how did the beeb become the most innovative software development shop on the planet?]]></description>
			<content:encoded><![CDATA[<p>how did the beeb become the most innovative software development shop on the planet?</p>
<p><a href='http://www.hackdiary.com/archives/000072.html'>http://www.hackdiary.com/archives/000072.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2005/11/03/hackdiary-rest-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From the front lines of web services.</title>
		<link>http://laughingmeme.org/2004/11/16/from-the-front-lines-of-web-services/</link>
		<comments>http://laughingmeme.org/2004/11/16/from-the-front-lines-of-web-services/#comments</comments>
		<pubDate>Tue, 16 Nov 2004 21:05:15 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2646</guid>
		<description><![CDATA[rafe has met the enemy and he is us. (unless we can all find someone else to blame for SOAP)]]></description>
			<content:encoded><![CDATA[<p>rafe has met the enemy and he is us. (unless we can all find someone else to blame for SOAP)</p>
<p><a href='http://rc3.org/cgi-bin/less.pl?arg=6625'>http://rc3.org/cgi-bin/less.pl?arg=6625</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/11/16/from-the-front-lines-of-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

