<?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/"
	>

<channel>
	<title>Raydo</title>
	<atom:link href="http://raydo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://raydo.com</link>
	<description>Open Source Trading Framework</description>
	<pubDate>Thu, 20 Nov 2008 14:57:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TDD (Test Driven Development ) in Pseudo Code</title>
		<link>http://raydo.com/2008/11/20/tdd-test-driven-development-in-pseudo-code/</link>
		<comments>http://raydo.com/2008/11/20/tdd-test-driven-development-in-pseudo-code/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 14:57:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://raydo.com/?p=148</guid>
		<description><![CDATA[
Since I started using Google test , I thought I would post a quick note about test driven development. 
You can read more about Test Driven Development over on Wikipedia. 
Test-Driven Development is related to the test-first programming concepts of Agile development methods, so you could think of it as tests at the start of [...]]]></description>
		<wfw:commentRss>http://raydo.com/2008/11/20/tdd-test-driven-development-in-pseudo-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Doing The Google Test</title>
		<link>http://raydo.com/2008/11/07/doing-the-google-test/</link>
		<comments>http://raydo.com/2008/11/07/doing-the-google-test/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 02:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Install]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[google test]]></category>

		<category><![CDATA[xunit]]></category>

		<guid isPermaLink="false">http://raydo.com/?p=138</guid>
		<description><![CDATA[
I am starting to use GoogleTest in development.  I have not started using it YET, but I plan to roll it into my test framework. My little framework connects to a test database, and that is the thing I need to add to Google test.
I will still use my old framework. When I send [...]]]></description>
		<wfw:commentRss>http://raydo.com/2008/11/07/doing-the-google-test/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Five Reasons Why You Would Want To Build Your Own Messaging System</title>
		<link>http://raydo.com/2008/11/05/five-reasons-why-you-would-want-to-build-your-own-messaging-system/</link>
		<comments>http://raydo.com/2008/11/05/five-reasons-why-you-would-want-to-build-your-own-messaging-system/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 07:11:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Raydo]]></category>

		<category><![CDATA[amqp]]></category>

		<category><![CDATA[dilbert]]></category>

		<category><![CDATA[messaging systems]]></category>

		<category><![CDATA[pointy headed boss]]></category>

		<category><![CDATA[stupid]]></category>

		<guid isPermaLink="false">http://raydo.com/?p=120</guid>
		<description><![CDATA[Now, I write this , and I hope the people that read it take it in the way that it is intended. Light, humorous , constructive criticism. You guys know who you are, and if you read this I owe you a beer.
Messaging systems are becoming just part of the infrastructure. A commodity product in [...]]]></description>
		<wfw:commentRss>http://raydo.com/2008/11/05/five-reasons-why-you-would-want-to-build-your-own-messaging-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Raydo Backing Store</title>
		<link>http://raydo.com/2008/11/03/raydo-backing-store/</link>
		<comments>http://raydo.com/2008/11/03/raydo-backing-store/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 06:19:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[amqp]]></category>

		<category><![CDATA[backing store]]></category>

		<category><![CDATA[message]]></category>

		<guid isPermaLink="false">http://raydo.com/?p=118</guid>
		<description><![CDATA[Is dead&#8230;.
I got rid of it over the summer. Raydo started out doing it&#8217;s own messaging/server/client thing. That was fine, it needed its own backing store then. 
Now since we are using a message store, the message store can take care of persistence now.
The most interesting store is the  BDBMessageStore on Qpid. The BDBMessageStore [...]]]></description>
		<wfw:commentRss>http://raydo.com/2008/11/03/raydo-backing-store/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mercurial</title>
		<link>http://raydo.com/2008/11/02/mercurial/</link>
		<comments>http://raydo.com/2008/11/02/mercurial/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 04:17:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Raydo]]></category>

		<category><![CDATA[bzr]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[Mercurial]]></category>

		<guid isPermaLink="false">http://raydo.com/?p=110</guid>
		<description><![CDATA[ Well, some of you may have wondered what I have been up to. Or maybe not. It has been a while and I have been doing a lot of things and some of them even with Raydo.  
So in a way to catch up, here is one thing I did. I moved away [...]]]></description>
		<wfw:commentRss>http://raydo.com/2008/11/02/mercurial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Heading Back To The Windy City</title>
		<link>http://raydo.com/2008/10/29/heading-back-to-the-windy-city/</link>
		<comments>http://raydo.com/2008/10/29/heading-back-to-the-windy-city/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 02:51:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Raydo]]></category>

		<category><![CDATA[chicago]]></category>

		<category><![CDATA[hotdogs]]></category>

		<guid isPermaLink="false">http://raydo.com/?p=116</guid>
		<description><![CDATA[I will be back in Chicago for about a little over a week. Just catching up with everybody and doing meetings.
Mmmmmm hot dogs. Only in Chicago&#8230;..
Drop me a line if anybody else will be free next week.
]]></description>
		<wfw:commentRss>http://raydo.com/2008/10/29/heading-back-to-the-windy-city/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Morning Cup of Valgrind</title>
		<link>http://raydo.com/2008/04/09/morning-cup-of-valgrind/</link>
		<comments>http://raydo.com/2008/04/09/morning-cup-of-valgrind/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 09:25:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[Boycott the Darfur Olympics]]></category>

		<guid isPermaLink="false">http://raydo.com/?p=103</guid>
		<description><![CDATA[Valgrind is a memory checker and dynamic analysis program, named after a Norse myth. So the obvious question is how to pronounce &#8220;Valgrind&#8221;? &#160;The &#8220;grind&#8221; is pronounced with a short &#8216;i&#8217; like &#8220;grinned&#8221; (rhymes with &#8220;tinned&#8221;) rather than &#8220;grined&#8221; (rhymes with &#8220;find&#8221;). One of the big bonuses is Helgrind, a tool for checking race conditions [...]]]></description>
		<wfw:commentRss>http://raydo.com/2008/04/09/morning-cup-of-valgrind/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eating one&#8217;s own dog food</title>
		<link>http://raydo.com/2008/04/01/eating-ones-own-dog-food/</link>
		<comments>http://raydo.com/2008/04/01/eating-ones-own-dog-food/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 00:59:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[design]]></category>

		<category><![CDATA[Eating one's own dog food]]></category>

		<category><![CDATA[M$]]></category>

		<category><![CDATA[Miller high life]]></category>

		<category><![CDATA[Splsky]]></category>

		<category><![CDATA[Wiki overlords]]></category>

		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://raydo.com/2008/04/01/eating-ones-own-dog-food/</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;Stupid phrase, but a good one. According to Wikipedia, the term came from inside Microsoft. Despite the origin of the word, I still think it is quite descriptive. 
&#160;&#160;&#160;&#160;For the last few weeks, as my home grown code has been rolled into Raydo, I am using complete Raydo applications daily, instead of the piecemeal applications [...]]]></description>
		<wfw:commentRss>http://raydo.com/2008/04/01/eating-ones-own-dog-food/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pthreads and Windows again</title>
		<link>http://raydo.com/2008/03/25/pthreads-and-windows-again/</link>
		<comments>http://raydo.com/2008/03/25/pthreads-and-windows-again/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 12:46:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Florida and michigan revote ? not happening. Fedora Ubu]]></category>

		<guid isPermaLink="false">http://raydo.com/2008/03/25/pthreads-and-windows-again/</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;Well, the build process is going well. On the mac, I have made a shell script that creates the applications for you. For those of who who have not developed on a mac yet, mac applications are actually disguised folders that hold the application along with other information on running the app. Sure, it looks [...]]]></description>
		<wfw:commentRss>http://raydo.com/2008/03/25/pthreads-and-windows-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8216;Databased&#8217; Unit Tests</title>
		<link>http://raydo.com/2008/03/14/databased-unit-tests/</link>
		<comments>http://raydo.com/2008/03/14/databased-unit-tests/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 06:14:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Raydo]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[Free Tibet]]></category>

		<category><![CDATA[Mary Steenburgen]]></category>

		<guid isPermaLink="false">http://raydo.com/2008/03/14/databased-unit-tests/</guid>
		<description><![CDATA[I know &#8216;Databased&#8217; is not a word. But it was the best word I could come up with. What I am doing now is connecting my unit test output to a MySql database. 
By putting the unit tests, I can look back and see when things failed, which help when I pull old files out [...]]]></description>
		<wfw:commentRss>http://raydo.com/2008/03/14/databased-unit-tests/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
