<?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>US Daily Mirror &#187; craigslist</title>
	<atom:link href="http://www.usdailymirror.com/tag/craigslist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usdailymirror.com</link>
	<description>Daily News &#38; Views from the US and Around the World</description>
	<lastBuildDate>Sat, 04 Apr 2009 07:10:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>New Craigslist Search Features</title>
		<link>http://www.usdailymirror.com/entertainment/internet/2009030516/269/new-craigslist-search-features/</link>
		<comments>http://www.usdailymirror.com/entertainment/internet/2009030516/269/new-craigslist-search-features/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 23:47:18 +0000</pubDate>
		<dc:creator>Jeremy@Zawodny.com</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[craigslist]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>I haven't said a lot here about what I've been working on at Craigslist recently.  But Craig <a href="http://www.cnewmark.com/2009/03/public-or-private-have-employees-engage-your-citizens-or-customers.html">mentioned me today</a> in his blog and that made me remember that I should say something. :-)</p>

<p>Much of my work has been behind the scenes infrastructure stuff, but some of that is translating into new features that craigslist users can see.  And, as of this morning, a lot more users <em>are</em> seeing the fruits of that labor.</p>

<p>As I noted a few weeks back in <a href="http://jeremy.zawodny.com/blog/archives/010869.html">Sphinx Search at Craigslist</a>, I've been hacking a lot on search.  Here's a screen shot to show you what I've been calling "nearby search" (though "nearby results" is probably more appropriate).</p>

<p><a href="http://www.flickr.com/photos/jzawodn/3332045794/" title="Craigslist Nearby Results in Toledo by jzawodn, on Flickr"><img src="http://farm4.static.flickr.com/3331/3332045794_2004ae7702.jpg" width="500" height="345" alt="Craigslist Nearby Results in Toledo" border="1" /></a></p>

<p>If you run a search in a city and there aren't many results, we'll also run the search in nearby areas to see if we can find matches there too.  The above example was a search for "<a href="http://toledo.craigslist.org/search/sss?query=2008+mazda">2008 mazda</a>" in my hometown of Toledo, Ohio.  The "nearby" results are clearly separated from local matches and local matches are still given priority.</p>

<p>The <a href="http://toledo.craigslist.org/forums/?forumID=9945">feedback</a> has been generally positive so far.  Though, with any change, some folks aren't happy.  I can't say it's going to stay in this exact form.  We may need to tweak the interface, the radius of the nearby search areas, and so on.  But on the whole I think it's a helpful improvement when you're looking for something that's a bit harder to find and you're willing to drive an hour or two.</p>

<p>As of earlier today, it's available in most smaller and medium sized US cities.  It'll probably come to the remainder of cities before long too.  I've been testing it for about a week and a half, starting with about a dozen cities and then adding about twenty more late last week.  This morning I mostly flipped the big switch.</p>

<p>Of course, this opened the flood gates for similar feature requests: custom radius searches, state wide searching, search ALL of craigslist, etc.</p>

<p>In related news, a couple months back I expanded the <a href="http://www.craigslist.org/about/help/search">search help page</a> to include advanced search syntax, including grouping, negation, OR queries, and more.</p>  <p>(<a href="http://jeremy.zawodny.com/blog/archives/010993.html#comments">comments</a>)</p>]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/entertainment/internet/2009030516/269/new-craigslist-search-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sphinx Search at Craigslist</title>
		<link>http://www.usdailymirror.com/entertainment/internet/2009011610/46/sphinx-search-at-craigslist/</link>
		<comments>http://www.usdailymirror.com/entertainment/internet/2009011610/46/sphinx-search-at-craigslist/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 17:55:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[craigslist]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>A couple days ago, Andrew posted a news item titled <a href="http://www.sphinxsearch.com/news/34.html">Sphinx goes billions</a> to the <a href="http://www.sphinxsearch.com/">Sphinx</a> web site.</p>

<blockquote>Last but not least, <a href="http://sphinxsearch.com/powered.html">Powered By</a> section, now at 113 sites and counting, was updated and restyled. I had long wondered how much Sphinx search queries are performed per month if we sum <b>all</b> the sites using it, and whether we already hit 1B page views per month or not. Being open-source, there's no easy way to tell. But now with the addition of <a href="http://craigslist.org">craigslist</a> to Powered By list I finally know that we do. Many thanks to <a href="http://jeremy.zawodny.com/blog/">Jeremy Zawodny</a> who worked hard on making that happen, my itch is no more. :-)</blockquote>

<p>Well, I guess the cat's out of the bag!  My first project at Craigslist was replacing <a href="http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html">MySQL FULLTEXT indexing</a> with Sphinx.  It wasn't the easiest road in the world, for a variety of reasons, but we got it all working and it's been humming along very well ever since.  And I learned a heck of a lot about both Sphinx and craigslist internals in the process too.</p>

<p>I'm not going to go into a lot of details on the implementation here, other than to say Sphinx is faster and far more resource efficient than MySQL was for this task.  In the <a href="http://jeremy.zawodny.com/blog/archives/010805.html">MySQL and Search and Craigslist</a> talk I'm giving at the <a href="http://en.oreilly.com/mysql2009/public/content/home">2009 MySQL Users Conference</a>, I'll go into a lot more detail about the  unique problems we had and how we solved them.</p>

<p>For what it's worth, the implementation isn't really done.  I did update the <a href="http://www.craigslist.org/about/help/search">search help</a> page on the site to reflect some of the capabilities (hey, look!  OR searches!) but there are features I have planned that I'd like to expose as time allows.</p>  <p>(<a href="http://jeremy.zawodny.com/blog/archives/010869.html#comments">comments</a>)</p>]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/entertainment/internet/2009011610/46/sphinx-search-at-craigslist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Job That Matters</title>
		<link>http://www.usdailymirror.com/business/employment/2009011109/47/a-job-that-matters/</link>
		<comments>http://www.usdailymirror.com/business/employment/2009011109/47/a-job-that-matters/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 16:05:39 +0000</pubDate>
		<dc:creator>Jeremy@Zawodny.com</dc:creator>
				<category><![CDATA[Employment]]></category>
		<category><![CDATA[craigslist]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>In Tim O'Reilly's <a href="http://radar.oreilly.com/2009/01/work-on-stuff-that-matters-fir.html">Work on Stuff that Matters</a> he elaborated on three criteria that constitute "stuff that matters" for his readers:</p>

<ul>
<li>Work on something that matters to you more than money.</li>
<li>Create more value than you capture.</li>
<li>Take the long view.</li>
</ul>

<p>A number of folks where surprised when I announced that <a href="http://jeremy.zawodny.com/blog/archives/010361.html">I was joining craigslist back in July</a> but it's an organization that I really admire.  Having been there about 6 months now, I can definitely say that it's a <em>job that matters</em> based on Tim's thinking and my own.</p>

<p>Every time I meet someone and tell them where I work, their reaction is quite positive.  They've had a good experience with craigslist, like the service, love the philosophy, and so on.  Craigslist matters ordinary people--not just technology nuts.</p>

<p>Similarly, I <em>know</em> that we create more value than we capture.  The majority of our service is free and usage seems to be growing all the time.  People I talk to get such good responses with craigslist classifieds (compared to, say, newspapers) that I know we're giving people more than their money's worth.</p>

<p>As for taking the long view, I think being a non-public company helps that a lot.  I've rarely thought about what "the next quarter" will bring.  It's quite a contrast from my years at Yahoo.  When we're discussing technology infrastructure, I'm always trying to think ahead a year or two (or more).  But the day to day ups and downs just don't feel as important the way we operate.  I like that.</p>

<p>All in all, I've been <em>very happy</em> with the change and am glad that Tim posted something that helped me to explain what I like about it.</p>  <p>(<a href="http://jeremy.zawodny.com/blog/archives/010853.html#comments">comments</a>)</p>]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/business/employment/2009011109/47/a-job-that-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
