<?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>theburningmonk.com &#187; theburningmonk</title>
	<atom:link href="http://theburningmonk.com/author/theburningmonk/feed/" rel="self" type="application/rss+xml" />
	<link>http://theburningmonk.com</link>
	<description>a blog for Yan and Yinan</description>
	<lastBuildDate>Sun, 19 May 2013 12:06:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
		<item>
		<title>Building an MMORPG</title>
		<link>http://theburningmonk.com/2013/05/building-an-mmorpg/</link>
		<comments>http://theburningmonk.com/2013/05/building-an-mmorpg/#comments</comments>
		<pubDate>Sun, 19 May 2013 11:46:04 +0000</pubDate>
		<dc:creator>theburningmonk</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Here Be Monsters]]></category>
		<category><![CDATA[IWI]]></category>
		<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://theburningmonk.com/?p=2953</guid>
		<description><![CDATA[Hi, just a quick note to say that recordings of my talk with Community for F# is now available. In this session, I shared some of our experiences of building a successful MMORPG for a social audience and insights into some of the technical challenges that my team has had to overcome along the way. [...]]]></description>
		<wfw:commentRss>http://theburningmonk.com/2013/05/building-an-mmorpg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DynamoDB.SQL 1.2.1 – now supports Local Secondary Index</title>
		<link>http://theburningmonk.com/2013/05/dynamodb-sql-1-2-1-now-supports-local-secondary-index/</link>
		<comments>http://theburningmonk.com/2013/05/dynamodb-sql-1-2-1-now-supports-local-secondary-index/#comments</comments>
		<pubDate>Mon, 06 May 2013 13:35:40 +0000</pubDate>
		<dc:creator>theburningmonk</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Domain Specific Language]]></category>
		<category><![CDATA[DynamoDb.SQL]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Domain Specific Languages]]></category>

		<guid isPermaLink="false">http://theburningmonk.com/?p=2951</guid>
		<description><![CDATA[A couple of weeks earlier, Amazon announced support for Local Secondary Indexes (LSI) for DynamoDB. You can now perform fast, efficient queries against DynamoDB tables using attributes that are not part of the existing Hash and Range key model without resorting to the use of scans. As a result to the new feature the DynamoDB [...]]]></description>
		<wfw:commentRss>http://theburningmonk.com/2013/05/dynamodb-sql-1-2-1-now-supports-local-secondary-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming speaking engagement</title>
		<link>http://theburningmonk.com/2013/05/upcoming-speaking-engagement-2/</link>
		<comments>http://theburningmonk.com/2013/05/upcoming-speaking-engagement-2/#comments</comments>
		<pubDate>Mon, 06 May 2013 00:14:56 +0000</pubDate>
		<dc:creator>theburningmonk</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Here Be Monsters]]></category>
		<category><![CDATA[IWI]]></category>
		<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://theburningmonk.com/?p=2947</guid>
		<description><![CDATA[Hi, just a quick note to mention that I’ll be talking to Community for F# on the 14th May at 11AM PDT about our experience of building an MMORPG, some of the challenges we face along the way and how F# helps us solve some of these problems. You can register for the event here. [...]]]></description>
		<wfw:commentRss>http://theburningmonk.com/2013/05/upcoming-speaking-engagement-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be Lazy, but be ware of initialization exception</title>
		<link>http://theburningmonk.com/2013/04/be-lazy-but-be-ware-of-initialization-exception/</link>
		<comments>http://theburningmonk.com/2013/04/be-lazy-but-be-ware-of-initialization-exception/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 02:06:14 +0000</pubDate>
		<dc:creator>theburningmonk</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://theburningmonk.com/?p=2943</guid>
		<description><![CDATA[.Net 4 introduced the Lazy&#60;T&#62; type which allows you to create an object that can be lazily initialized so that you can delay the creation of large objects, for instance. However, if your initialization logic has the potential to except at runtime (e.g. time out exceptions reading from some external data source) then you should [...]]]></description>
		<wfw:commentRss>http://theburningmonk.com/2013/04/be-lazy-but-be-ware-of-initialization-exception/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sorting Algorithms in F#</title>
		<link>http://theburningmonk.com/2013/04/sorting-algorithms-in-f/</link>
		<comments>http://theburningmonk.com/2013/04/sorting-algorithms-in-f/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 02:02:20 +0000</pubDate>
		<dc:creator>theburningmonk</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[Functional Programming]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://theburningmonk.com/?p=2938</guid>
		<description><![CDATA[After a long Easter holiday filled with late night coding sessions I find myself wide awake at 2am… good job I’ve still got my pluralsight subscription and a quick look at the Algorithms and Data Structures course again at least gave me something to do to relax the mind with some back-to-school style implementation of [...]]]></description>
		<wfw:commentRss>http://theburningmonk.com/2013/04/sorting-algorithms-in-f/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
