<?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; nytimes</title>
	<atom:link href="http://laughingmeme.org/tag/nytimes/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>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>NYTimes: Alzheimerâ€™s Telephone Screening</title>
		<link>http://laughingmeme.org/2007/12/19/nytimes-alzheimer%e2%80%99s-telephone-screening/</link>
		<comments>http://laughingmeme.org/2007/12/19/nytimes-alzheimer%e2%80%99s-telephone-screening/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 17:06:35 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Alzheimer]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[modern condition]]></category>
		<category><![CDATA[nytimes]]></category>
		<category><![CDATA[year in ideas]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/12/19/nytimes-alzheimer%e2%80%99s-telephone-screening/</guid>
		<description><![CDATA[Reading over NYTimes Year in Ideas, I spotted this, and worried that myself and almost everyone I know exhibits the Alzheimer&#8217;s early warning signs of &#8220;decline in ability to use a telephone, prepare a meal, and manage finances&#8221;. Not to mention the &#8220;apathy, irritability, and depression.&#8221; The modern condition?]]></description>
			<content:encoded><![CDATA[<p>Reading over NYTimes <a href="http://www.nytimes.com/indexes/2007/12/08/magazine/index.html">Year in Ideas</a>, I spotted this, and worried that myself and almost everyone I know exhibits the Alzheimer&#8217;s early warning signs of &#8220;decline in ability to use a telephone, prepare a meal, and manage finances&#8221;.  Not to mention the &#8220;apathy, irritability, and depression.&#8221;  The modern condition?</p>
<p><a href='http://www.nytimes.com/2007/12/09/magazine/09_2_alzheimer.html?ref=magazine'>http://www.nytimes.com/2007/12/09/magazine/09_2_alzheimer.html?ref=magazine</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/12/19/nytimes-alzheimer%e2%80%99s-telephone-screening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NYTimes: &#8220;a Greenlandic supermarket is stocking locally grown cauliflower, broccoli and cabbage this year for the first time.&#8221;</title>
		<link>http://laughingmeme.org/2007/10/28/nytimes-a-greenlandic-supermarket-is-stocking-locally-grown-cauliflower-broccoli-and-cabbage-this-year-for-the-first-time/</link>
		<comments>http://laughingmeme.org/2007/10/28/nytimes-a-greenlandic-supermarket-is-stocking-locally-grown-cauliflower-broccoli-and-cabbage-this-year-for-the-first-time/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 16:55:34 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[greenland]]></category>
		<category><![CDATA[nytimes]]></category>

		<guid isPermaLink="false">http://laughingmeme.org/2007/10/28/nytimes-a-greenlandic-supermarket-is-stocking-locally-grown-cauliflower-broccoli-and-cabbage-this-year-for-the-first-time/</guid>
		<description><![CDATA[Remember all those jokes about buying up cheap land in the far north quick before it warms up?]]></description>
			<content:encoded><![CDATA[<p>Remember all those jokes about buying up cheap land in the far north quick before it warms up?</p>
<p><a href='http://www.nytimes.com/2007/10/28/world/europe/28greenland.html'>http://www.nytimes.com/2007/10/28/world/europe/28greenland.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2007/10/28/nytimes-a-greenlandic-supermarket-is-stocking-locally-grown-cauliflower-broccoli-and-cabbage-this-year-for-the-first-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NYTimes on Friendster</title>
		<link>http://laughingmeme.org/2006/10/15/nytimes-on-friendster/</link>
		<comments>http://laughingmeme.org/2006/10/15/nytimes-on-friendster/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 07:29:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[friendster]]></category>
		<category><![CDATA[nytimes]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3501</guid>
		<description><![CDATA[Reading the NYTimes Friendster post mortem , its 4 pages long, but the following paragraph jumped out at me as the most important. Many people working at Friendster sneered at MySpace. The holy grail at Friendster — and the cause of most of its technical problems — was its closed system: users at Friendster could [...]]]></description>
			<content:encoded><![CDATA[<p>Reading the <a href="http://www.nytimes.com/2006/10/15/business/yourmoney/15friend.html?_r=1&amp;pagewanted=all">NYTimes Friendster post mortem</a> , its 4 pages long, but the following paragraph jumped out at me as the most important.</p>

<blockquote>
  <p>Many people working at Friendster sneered at MySpace. The holy grail at Friendster — and the cause of most of its technical problems — was its closed system: users at Friendster could view only the profiles of those on a relatively short chain of acquaintances. By contrast, MySpace was open, and therefore much simpler from a technological standpoint; anybody could look at anyone else’s profile.</p>
</blockquote>

<p>In less public spaces then the NYTimes business pages you hear a lot of gossip about Frienster, mostly the personality clashes and rock star egos, but I think it really was that simple.</p>

<p>Failure to do the simplest possible thing that will work, and a failure to be public by default.  (though going to war with your users is never a winner) It hurts an engineer&#8217;s soul, but worse really is better. (thank goodness I&#8217;m not an engineer, just a failed lit major)</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/10/15/nytimes-on-friendster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Was Rome ruined by its own &#8220;war on terror&#8221;?</title>
		<link>http://laughingmeme.org/2006/10/02/was-rome-ruined-by-its-own-war-on-terror/</link>
		<comments>http://laughingmeme.org/2006/10/02/was-rome-ruined-by-its-own-war-on-terror/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 23:19:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[nytimes]]></category>
		<category><![CDATA[rome]]></category>
		<category><![CDATA[terrorism]]></category>
		<category><![CDATA[waronterror]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3488</guid>
		<description><![CDATA[NYT op-ed. (via Rafe)]]></description>
			<content:encoded><![CDATA[<p>NYT op-ed. (via <a href="http://rc3.org">Rafe</a>)</p>
<p><a href='http://www.nytimes.com/2006/09/30/opinion/30harris.html?ei=5090&en=c6ea4450122c3e93&ex=1317268800&partner=rssuserland&emc=rss&pagewanted=all'>http://www.nytimes.com/2006/09/30/opinion/30harris.html?ei=5090&en=c6ea4450122c3e93&ex=1317268800&partner=rssuserland&emc=rss&pagewanted=all</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/10/02/was-rome-ruined-by-its-own-war-on-terror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Israel Asks U.S. to Ship Rockets With Wide Blast &#8211; New York Times</title>
		<link>http://laughingmeme.org/2006/08/11/israel-asks-us-to-ship-rockets-with-wide-blast-new-york-times/</link>
		<comments>http://laughingmeme.org/2006/08/11/israel-asks-us-to-ship-rockets-with-wide-blast-new-york-times/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 21:47:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[nytimes]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[terrorism]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3436</guid>
		<description><![CDATA[&#8220;Israel has asked the Bush administration to speed delivery of short-range antipersonnel rockets armed with cluster munitions&#8221; &#8211; the perfect sort of weapon to use in crowded, urban settings to maximize civilian deaths.]]></description>
			<content:encoded><![CDATA[<p>&#8220;Israel has asked the Bush administration to speed delivery of short-range antipersonnel rockets armed with cluster munitions&#8221; &#8211; the perfect sort of weapon to use in crowded, urban settings to maximize civilian deaths.</p>
<p><a href='http://www.nytimes.com/2006/08/11/world/middleeast/11military.html?ex=1312948800&en=83e21cae8d41572c&ei=5088&partner=rssnyt&emc=rss'>http://www.nytimes.com/2006/08/11/world/middleeast/11military.html?ex=1312948800&en=83e21cae8d41572c&ei=5088&partner=rssnyt&emc=rss</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2006/08/11/israel-asks-us-to-ship-rockets-with-wide-blast-new-york-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tom Tomorrow on the Times&#8217; unhealthy addiction to madeleines (and Proust)</title>
		<link>http://laughingmeme.org/2005/12/08/tom-tomorrow-on-the-times-unhealthy-addiction-to-madeleines-and-proust/</link>
		<comments>http://laughingmeme.org/2005/12/08/tom-tomorrow-on-the-times-unhealthy-addiction-to-madeleines-and-proust/#comments</comments>
		<pubDate>Thu, 08 Dec 2005 20:47:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[literature]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[nyt]]></category>
		<category><![CDATA[nytimes]]></category>
		<category><![CDATA[snobbery]]></category>
		<category><![CDATA[st]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3150</guid>
		<description><![CDATA[&#8220;It appears to be an unwritten rule at the Times that no article about either (a) memory or (b) cookies &emdash; or even (c) the sense of smell &emdash; can be published without a mention, preferably in the lede paragraph, of Proust and/or his madeleines.&#8221;]]></description>
			<content:encoded><![CDATA[<p>&#8220;It appears to be an unwritten rule at the Times that no article about either (a) memory or (b) cookies &emdash; or even (c) the sense of smell &emdash; can be published without a mention, preferably in the lede paragraph, of Proust and/or his madeleines.&#8221;</p>
<p><a href='http://thismodernworld.com/2534'>http://thismodernworld.com/2534</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2005/12/08/tom-tomorrow-on-the-times-unhealthy-addiction-to-madeleines-and-proust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Idealog: Things that go bump in the night</title>
		<link>http://laughingmeme.org/2005/11/14/idealog-things-that-go-bump-in-the-night/</link>
		<comments>http://laughingmeme.org/2005/11/14/idealog-things-that-go-bump-in-the-night/#comments</comments>
		<pubDate>Mon, 14 Nov 2005 19:47:00 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[corporatemedia]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[jeff]]></category>
		<category><![CDATA[nytimes]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=3106</guid>
		<description><![CDATA[&#8220;I thought perhaps the added noise might be due to the Times&#8217; newly found gravitas &#8211; having let go of Judith Miller&#8221;]]></description>
			<content:encoded><![CDATA[<p>&#8220;I thought perhaps the added noise might be due to the Times&#8217; newly found gravitas &#8211; having let go of Judith Miller&#8221;</p>
<p><a href='http://www.idealog.us/2005/11/things_that_go_.html'>http://www.idealog.us/2005/11/things_that_go_.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2005/11/14/idealog-things-that-go-bump-in-the-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NYTimes lovely review of &#8216;Polar Express&#8217; and its imagery not usually found in a children&#8217;s movie.</title>
		<link>http://laughingmeme.org/2004/11/10/nytimes-lovely-review-of-polar-express-and-its-imagery-not-usually-found-in-a-childrens-movie/</link>
		<comments>http://laughingmeme.org/2004/11/10/nytimes-lovely-review-of-polar-express-and-its-imagery-not-usually-found-in-a-childrens-movie/#comments</comments>
		<pubDate>Thu, 11 Nov 2004 02:34:01 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[nytimes]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2628</guid>
		<description><![CDATA[Including a Dickensian factory, Nazi propaganda, and a giant red scrotum.]]></description>
			<content:encoded><![CDATA[<p>Including a Dickensian factory, Nazi propaganda, and a giant red scrotum.</p>
<p><a href='http://www.nytimes.com/2004/11/10/movies/10pola.html?oref=login&ex=1257829200&#38;en=ca5de70483b27f32&#38;ei=5090&#38;partner=rssuserland'>http://www.nytimes.com/2004/11/10/movies/10pola.html?oref=login&ex=1257829200&#38;en=ca5de70483b27f32&#38;ei=5090&#38;partner=rssuserland</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/11/10/nytimes-lovely-review-of-polar-express-and-its-imagery-not-usually-found-in-a-childrens-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NYT: &#8220;five years ago in Seattle, for example, there was widespread arson and window-smashing&#8221;</title>
		<link>http://laughingmeme.org/2004/09/02/nyt-five-years-ago-in-seattle-for-example-there-was-widespread-arson-and-window-smashing/</link>
		<comments>http://laughingmeme.org/2004/09/02/nyt-five-years-ago-in-seattle-for-example-there-was-widespread-arson-and-window-smashing/#comments</comments>
		<pubDate>Fri, 03 Sep 2004 05:49:45 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[nytimes]]></category>
		<category><![CDATA[protest]]></category>
		<category><![CDATA[rnc]]></category>
		<category><![CDATA[seattle]]></category>
		<category><![CDATA[wto]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2505</guid>
		<description><![CDATA[Mike has a PDF of the SPD wrap up report that fails to mention this widespread arson.]]></description>
			<content:encoded><![CDATA[<p>Mike has a PDF of the SPD wrap up report that fails to mention this widespread arson.</p>
<p><a href='http://mike.whybark.com/archives/001778.html'>http://mike.whybark.com/archives/001778.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/09/02/nyt-five-years-ago-in-seattle-for-example-there-was-widespread-arson-and-window-smashing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Judith Miller, you&#8217;ll never work in this town again! (at least we can hope)</title>
		<link>http://laughingmeme.org/2004/05/26/judith-miller-youll-never-work-in-this-town-again-at-least-we-can-hope/</link>
		<comments>http://laughingmeme.org/2004/05/26/judith-miller-youll-never-work-in-this-town-again-at-least-we-can-hope/#comments</comments>
		<pubDate>Wed, 26 May 2004 21:54:18 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[iraq]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[nytimes]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2300</guid>
		<description><![CDATA[NYTimes published an editorial examining their role in building the case for the existense of WDMs.]]></description>
			<content:encoded><![CDATA[<p>NYTimes published an editorial examining their role in building the case for the existense of WDMs.</p>
<p><a href='http://www.nytimes.com/2004/05/26/international/middleeast/26FTE_NOTE.html'>http://www.nytimes.com/2004/05/26/international/middleeast/26FTE_NOTE.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/05/26/judith-miller-youll-never-work-in-this-town-again-at-least-we-can-hope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New York Times knows&#8230;</title>
		<link>http://laughingmeme.org/2004/03/08/new-york-times-knows/</link>
		<comments>http://laughingmeme.org/2004/03/08/new-york-times-knows/#comments</comments>
		<pubDate>Tue, 09 Mar 2004 02:35:03 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[nytimes]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2120</guid>
		<description><![CDATA[Keep track of ideas, organization, people and places discussed in the NYTimes. Possible cool applications are limitless.]]></description>
			<content:encoded><![CDATA[<p>Keep track of ideas, organization, people and places discussed in the NYTimes.  Possible cool applications are limitless.</p>
<p><a href='http://aaronland.info/nytimes/knows/'>http://aaronland.info/nytimes/knows/</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/03/08/new-york-times-knows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

