<?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>russiantequila</title>
	<atom:link href="http://www.russiantequila.com/wordpress/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.russiantequila.com/wordpress</link>
	<description>tech babble. random musings. no homers.</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:36:32 +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>Introducing furious &#8211; a proof-of-concept RRM for F#</title>
		<link>http://www.russiantequila.com/wordpress/?p=149</link>
		<comments>http://www.russiantequila.com/wordpress/?p=149#comments</comments>
		<pubDate>Wed, 14 Jul 2010 03:29:59 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=149</guid>
		<description><![CDATA[One of the first things that newcomers to F# look for is an ORM system, be it a native one, or an adaptation of something already present. Since there are plenty of systems in the .net ecosystem, it is possible to get one of them to work with F#. But as we start to do [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=149</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Building an image mosaic in python</title>
		<link>http://www.russiantequila.com/wordpress/?p=141</link>
		<comments>http://www.russiantequila.com/wordpress/?p=141#comments</comments>
		<pubDate>Wed, 10 Mar 2010 14:45:09 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=141</guid>
		<description><![CDATA[I've always gotten a kick out of those giant mosaic posters - you know, the "picture made of pictures" stuff. Turns out, they're pretty straightforward to make. 
Here's a quick stab at one (target and source both taken from public news sources):
source image

The basic algorithm is this:
assuming you have a target image, t and a [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not everyone will steal your idea</title>
		<link>http://www.russiantequila.com/wordpress/?p=133</link>
		<comments>http://www.russiantequila.com/wordpress/?p=133#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:23:00 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=133</guid>
		<description><![CDATA[Don't get me wrong, there are plenty of people that do, but there's even more that couldn't give two (insert appropriately grotesque object) about it. I'll give you an example. About 3 weeks ago, I gave notice. I'm leaving a job I liked quite a bit that paid well and a position of some power [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=133</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing LoveSeat &#8211; a light-weight editor for CouchDB</title>
		<link>http://www.russiantequila.com/wordpress/?p=119</link>
		<comments>http://www.russiantequila.com/wordpress/?p=119#comments</comments>
		<pubDate>Wed, 10 Feb 2010 05:41:13 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=119</guid>
		<description><![CDATA[Edit:by popular demand, I went back and made sure that LoveSeat works under mono. a few minor tweaks later, we're good to go. See below for pics.
In the course of my work on friendsell, i got fed up with the rather limited view function editing abilities of futon, and rolled my own. The main goals [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=119</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>want brevity in .net mvc code? switch to f#.</title>
		<link>http://www.russiantequila.com/wordpress/?p=99</link>
		<comments>http://www.russiantequila.com/wordpress/?p=99#comments</comments>
		<pubDate>Fri, 18 Dec 2009 21:56:08 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bistromvc]]></category>
		<category><![CDATA[f#]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=99</guid>
		<description><![CDATA[It's been a while (seems like my writing is slightly manic - either all or nothing), but i actually have something to write about. I finally got a chance to clean up the FSharpExtensions project for bistro (you can find the new release here). While the underlying concepts are the same, a recent stint with [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=99</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>linq2couch (look, ma, no puns!)</title>
		<link>http://www.russiantequila.com/wordpress/?p=96</link>
		<comments>http://www.russiantequila.com/wordpress/?p=96#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:39:57 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=96</guid>
		<description><![CDATA[Both my work and side projects lately have taken me in for a closer look at http://couchdb.apache.org/. I'll assume that if you're reading this, you've run into it in the past, and will forgo an explanation of what couchdb is.
One of the ndjango contributors had mentioned in passing that it would be nice to have [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=96</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>putting the m in bistro mvc</title>
		<link>http://www.russiantequila.com/wordpress/?p=92</link>
		<comments>http://www.russiantequila.com/wordpress/?p=92#comments</comments>
		<pubDate>Mon, 17 Aug 2009 20:04:35 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=92</guid>
		<description><![CDATA[the last few months of my time have been spent on polishing up bistro. We have come a long way, and have been very happy with what we've seen. The system is now in full use at my day job, and (for the most part) everyone is happy. Of course, status quo boring, and there [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>not an f# post</title>
		<link>http://www.russiantequila.com/wordpress/?p=81</link>
		<comments>http://www.russiantequila.com/wordpress/?p=81#comments</comments>
		<pubDate>Thu, 09 Jul 2009 16:46:15 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=81</guid>
		<description><![CDATA[Yes, ladies and gentlemen, i have a day job, and sometimes i must put down the f# koolade and do real work. well... maybe not "real" work per se, but... Anyway, to that end...
I've spent some time scratching my head about the best way to integrate a validation mechanism into bistro. Now... there's not an [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ndjango included in mvccontrib wiki</title>
		<link>http://www.russiantequila.com/wordpress/?p=78</link>
		<comments>http://www.russiantequila.com/wordpress/?p=78#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:23:20 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=78</guid>
		<description><![CDATA[So the good folks over at mvccontrib have included NDjango in their documentation as a view engine for asp.mvc. After some discussion with Jeff Palermo and Jeremy Skinner, it was decided that rather than including the ASPMVCIntegration project in the MVCContrib libraries, they'll just put up a reference on their documentation page.
I'm really excited about [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bistro f# extensions go beta! and move to codeplex&#8230;</title>
		<link>http://www.russiantequila.com/wordpress/?p=76</link>
		<comments>http://www.russiantequila.com/wordpress/?p=76#comments</comments>
		<pubDate>Thu, 04 Jun 2009 04:44:31 +0000</pubDate>
		<dc:creator>alex p</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.russiantequila.com/wordpress/?p=76</guid>
		<description><![CDATA[After some more work on the f# extensions project, we've decided that it's stable enough to start showing to people. To that end, we've moved it to a project on codeplex (here), and put up a beta release of it. It's built with the may ctp (1.9.6.16), so you'll need that installed, but the sample [...]]]></description>
		<wfw:commentRss>http://www.russiantequila.com/wordpress/?feed=rss2&amp;p=76</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
