<?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>MM&#039;s Blog</title>
	<atom:link href="http://www.mm-202.com/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.mm-202.com/wp</link>
	<description>A place for mm_202 to share his ideas and possibly rant</description>
	<lastBuildDate>Sun, 17 Jan 2010 03:21:11 +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>STUN Server</title>
		<link>http://www.mm-202.com/wp/?p=90</link>
		<comments>http://www.mm-202.com/wp/?p=90#comments</comments>
		<pubDate>Sun, 17 Jan 2010 03:21:11 +0000</pubDate>
		<dc:creator>mm_202</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.mm-202.com/wp/?p=90</guid>
		<description><![CDATA[Im now running a free / open STUN server:  stun.mm-202.com
]]></description>
			<content:encoded><![CDATA[<p>Im now running a free / open STUN server:  stun.mm-202.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mm-202.com/wp/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time and UTC</title>
		<link>http://www.mm-202.com/wp/?p=86</link>
		<comments>http://www.mm-202.com/wp/?p=86#comments</comments>
		<pubDate>Wed, 25 Nov 2009 05:25:16 +0000</pubDate>
		<dc:creator>mm_202</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mm-202.com/wp/?p=86</guid>
		<description><![CDATA[I *hate* timezones and DLS (Day Light Savings).  Im going to actually rant about this one, just not now.  I just wanted to point out that my blog is now based on UTC (instead of EDT, or UTC-5).
]]></description>
			<content:encoded><![CDATA[<p>I *hate* timezones and DLS (Day Light Savings).  Im going to actually rant about this one, just not now.  I just wanted to point out that my blog is now based on UTC (instead of EDT, or UTC-5).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mm-202.com/wp/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing with 3D in Linux</title>
		<link>http://www.mm-202.com/wp/?p=70</link>
		<comments>http://www.mm-202.com/wp/?p=70#comments</comments>
		<pubDate>Sat, 14 Nov 2009 22:20:39 +0000</pubDate>
		<dc:creator>mm_202</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.mm-202.com/wp/?p=70</guid>
		<description><![CDATA[I just wanted to post some code that I wrote when I was playing around with 3D / graphics in Linux.
It simply displays a rotating wireframe cube using SDL.  But the code is simple enough that anyone should be able to take it and expand on it.  The code was supposed to be a basic [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_81" class="wp-caption alignright" style="width: 266px"><a rel="http://www.mm-202.com/wp/wp-content/uploads/2009/11/cube.png" href="http://www.mm-202.com/wp/wp-content/uploads/2009/11/cube.png" target="_blank"><img class="size-full wp-image-81" title="A cube rendered with mmgfx" src="http://www.mm-202.com/wp/wp-content/uploads/2009/11/cube_thumb.png" alt="cube_thumb" width="256" height="257" /></a><p class="wp-caption-text">Click for a larger image</p></div>
<p>I just wanted to post some code that I wrote when I was playing around with 3D / graphics in Linux.</p>
<p>It simply displays a rotating wireframe cube using SDL.  But the code is simple enough that anyone should be able to take it and expand on it.  The code was supposed to be a basic 3D engine, so I named it &#8216;mmgfx&#8217;  :)</p>
<p><a title="mmgfx.tgz" href="../../downloads/mmgfx.tgz">mmgfx.tgz</a></p>
<p>Any comments would be appreciated!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mm-202.com/wp/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MMChess v0.0.1</title>
		<link>http://www.mm-202.com/wp/?p=53</link>
		<comments>http://www.mm-202.com/wp/?p=53#comments</comments>
		<pubDate>Fri, 13 Nov 2009 04:54:56 +0000</pubDate>
		<dc:creator>mm_202</dc:creator>
				<category><![CDATA[chess]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[mmchess]]></category>

		<guid isPermaLink="false">http://www.mm-202.com/wp/?p=53</guid>
		<description><![CDATA[


I just &#8216;released&#8217; my first version (which is not much at all), but I wanted to put it out there to people know that its being worked on and here are just a few of the goals of v1:

Full OOP codebase
Flexible user interface
Ability to play against it on IRC
Learn from its previous games

I want to [...]]]></description>
			<content:encoded><![CDATA[<dl id="attachment_76" class="wp-caption alignright" style="width: 259px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-76" title="chess" src="http://www.mm-202.com/wp/wp-content/uploads/2009/11/chess.png" alt="A screenshot of mmchess" width="249" height="257" /></dt>
</dl>
<p>I just &#8216;released&#8217; my first version (which is not much at all), but I wanted to put it out there to people know that its being worked on and here are just a few of the goals of v1:</p>
<ul>
<li>Full OOP codebase</li>
<li>Flexible user interface</li>
<li>Ability to play against it on IRC</li>
<li>Learn from its previous games</li>
</ul>
<p>I want to see how &#8217;strong&#8217; I can make it without resorting to opening/ending lookup tables.</p>
<p>Check out <a title="MMChess" href="http://www.mm-202.com/wp/?page_id=47" target="_self">MMChess</a> for more details and to download it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mm-202.com/wp/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chess Engine</title>
		<link>http://www.mm-202.com/wp/?p=10</link>
		<comments>http://www.mm-202.com/wp/?p=10#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:47:43 +0000</pubDate>
		<dc:creator>mm_202</dc:creator>
				<category><![CDATA[chess]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[poll]]></category>

		<guid isPermaLink="false">http://www.mm-202.com/wp/?p=10</guid>
		<description><![CDATA[Im in the process of writing a chess engine from the ground-up.  This is much more of a recreational programming exercise than what would be considered a &#8216;real&#8217; chess engine (like fruit, rybka, fritz, etc).
Right now, my first goal is to get it to play legal chess, then just watch for threats (and avoid them) [...]]]></description>
			<content:encoded><![CDATA[<p>Im in the process of writing a chess engine from the ground-up.  This is much more of a recreational programming exercise than what would be considered a &#8216;real&#8217; chess engine (like fruit, rybka, fritz, etc).</p>
<p>Right now, my first goal is to get it to play legal chess, then just watch for threats (and avoid them) and take any free material.  So essentially, have a horizon of one ply.</p>
<p>My question is:  How strong [Elo rating] would such an engine be?</p>
<p style="text-align: center;">Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mm-202.com/wp/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Trying out WP</title>
		<link>http://www.mm-202.com/wp/?p=1</link>
		<comments>http://www.mm-202.com/wp/?p=1#comments</comments>
		<pubDate>Thu, 24 Sep 2009 03:10:38 +0000</pubDate>
		<dc:creator>mm_202</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mm-202.com/wp/?p=1</guid>
		<description><![CDATA[I was setting up WordPress (WPMU, actually) for a client and decided to give it a try myself.
I usually hate CMS&#8217;s &#8211;Im the type that edits his html/php files in [vim&#124;kate&#124;notepad].  But since I wanted to completely redo my website and didnt have the time to give it the proper TLC it needed, I decided [...]]]></description>
			<content:encoded><![CDATA[<p>I was setting up WordPress (WPMU, actually) for a client and decided to give it a try myself.</p>
<p>I usually hate CMS&#8217;s &#8211;Im the type that edits his html/php files in [vim|kate|notepad].  But since I wanted to completely redo my website and didnt have the time to give it the proper TLC it needed, I decided to give WP a try.  I mean, how bad could it be?</p>
<p>So far I actually like WP.  But we&#8217;ll  see how much I like it when I try adding custom php pages,  json-scripts, and all that jazz&#8230;.</p>
<p>&#8211; mm_202.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mm-202.com/wp/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
