<?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>/dev/tty &#187; Software Engineering</title>
	<atom:link href="http://blog.tty.nl/category/software-engineering/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tty.nl</link>
	<description>Notes on Web Development, Computer Programming, and Software Engineering</description>
	<lastBuildDate>Fri, 03 Sep 2010 11:44:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple ranked text search for MongoDB</title>
		<link>http://blog.tty.nl/2010/02/08/simple-ranked-text-search-for-mongodb/</link>
		<comments>http://blog.tty.nl/2010/02/08/simple-ranked-text-search-for-mongodb/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 14:46:28 +0000</pubDate>
		<dc:creator>Ward Bekker</dc:creator>
				<category><![CDATA[Open Source Projects]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://blog.tty.nl/?p=329</guid>
		<description><![CDATA[In this code snippit you can see how to do a basic ranked text search for MongoDB. The code relies on two simple mapreduce operations. One to create an inverted index from some demo text, and a second one to score the matching documents based on query term hits.
]]></description>
			<content:encoded><![CDATA[<p>In this <a href="http://gist.github.com/298175">code snippit</a> you can see how to do a basic ranked text search for <a href="http://www.mongodb.org">MongoDB</a>. The code relies on two simple mapreduce operations. One to create an<a href="http://en.wikipedia.org/wiki/Inverted_index"> inverted index</a> from some demo text, and a second one to score the matching documents based on query term hits.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tty.nl/2010/02/08/simple-ranked-text-search-for-mongodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If You Think You Are a Competent Programmer &#8230;</title>
		<link>http://blog.tty.nl/2009/05/25/if-you-think-you-are-a-competent-programmer/</link>
		<comments>http://blog.tty.nl/2009/05/25/if-you-think-you-are-a-competent-programmer/#comments</comments>
		<pubDate>Mon, 25 May 2009 10:39:58 +0000</pubDate>
		<dc:creator>Michel Rijnders</dc:creator>
				<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://blog.tty.nl/?p=25</guid>
		<description><![CDATA[&#8230; then you better watch the following video:

]]></description>
			<content:encoded><![CDATA[<p>&#8230; then you better watch the following video:<br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/L_vcy7I0zIM&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/L_vcy7I0zIM&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tty.nl/2009/05/25/if-you-think-you-are-a-competent-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
