<?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>Zorched / One-Line Fix</title>
	<atom:link href="http://www.zorched.net/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net</link>
	<description>Musings of a software developer in Cincinnati, OH</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:47:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Testing and Internal Implementation in .NET</title>
		<link>http://www.zorched.net/2012/02/06/testing-and-internal-implementation-in-net/</link>
		<comments>http://www.zorched.net/2012/02/06/testing-and-internal-implementation-in-net/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 19:47:20 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[meta-programming]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=497</guid>
		<description><![CDATA[Switching back and forth between Java and .NET lets you see some of the differences between the two platforms more easily. This happened to me the other day when I switched from Java to .NET and was writing Unit Tests. &#8230; <a href="http://www.zorched.net/2012/02/06/testing-and-internal-implementation-in-net/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2012/02/06/testing-and-internal-implementation-in-net/feed/rss2/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Groovy AST to Add Common Properties to Grails Domain Classes</title>
		<link>http://www.zorched.net/2011/11/09/using-groovy-ast-to-add-common-properties-to-grails-domain-classes/</link>
		<comments>http://www.zorched.net/2011/11/09/using-groovy-ast-to-add-common-properties-to-grails-domain-classes/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 03:24:43 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[meta-programming]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=489</guid>
		<description><![CDATA[Groovy offers a lot of runtime meta-programming capabilities that allow you to add reusable functionality in a shared fashion. Grails plugins make use of this ability to enhance your project. One of the things that you can&#8217;t do with runtime &#8230; <a href="http://www.zorched.net/2011/11/09/using-groovy-ast-to-add-common-properties-to-grails-domain-classes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2011/11/09/using-groovy-ast-to-add-common-properties-to-grails-domain-classes/feed/rss2/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Check Multiple Mercurial Repositories for Incoming Changes</title>
		<link>http://www.zorched.net/2011/08/26/check-multiple-mercurial-repositories-for-incoming-changes/</link>
		<comments>http://www.zorched.net/2011/08/26/check-multiple-mercurial-repositories-for-incoming-changes/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 15:16:44 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[version-control]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=480</guid>
		<description><![CDATA[Currently I have a whole bunch of Mercurial repositories in a directory. All of these are cloned from a central repository that the team pushes their changes to. I like to generally keep my local repositories up-to-date so that I &#8230; <a href="http://www.zorched.net/2011/08/26/check-multiple-mercurial-repositories-for-incoming-changes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2011/08/26/check-multiple-mercurial-repositories-for-incoming-changes/feed/rss2/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Return from Finally</title>
		<link>http://www.zorched.net/2011/03/18/java-return-from-finally/</link>
		<comments>http://www.zorched.net/2011/03/18/java-return-from-finally/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 13:36:24 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[exceptions]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=477</guid>
		<description><![CDATA[try&#8230;catch&#8230;finally is the common idiom in Java for exception handling and cleanup. The thing that people may not know is that returning from within a finally block has the unintended consequence of stoping an exception from propagating up the call &#8230; <a href="http://www.zorched.net/2011/03/18/java-return-from-finally/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2011/03/18/java-return-from-finally/feed/rss2/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>USB to Serial Adapters in VMWare</title>
		<link>http://www.zorched.net/2011/03/02/usb-to-serial-adapters-in-vmware/</link>
		<comments>http://www.zorched.net/2011/03/02/usb-to-serial-adapters-in-vmware/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 03:39:29 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[usb3]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=473</guid>
		<description><![CDATA[I needed to do some work using a pin pad (a device that allows you to enter a numeric code at a point-of-sale or other system) and needed to test it in a 32bit Windows environment. The pin pad uses &#8230; <a href="http://www.zorched.net/2011/03/02/usb-to-serial-adapters-in-vmware/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2011/03/02/usb-to-serial-adapters-in-vmware/feed/rss2/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is the Cost of Not Doing Things?</title>
		<link>http://www.zorched.net/2011/01/27/what-is-the-cost-of-not-doing-things/</link>
		<comments>http://www.zorched.net/2011/01/27/what-is-the-cost-of-not-doing-things/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 02:55:12 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[software-development]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=461</guid>
		<description><![CDATA[We&#8217;re really good at measuring the cost of some things. We&#8217;re good at measuring the cost of a new computers for everyone on the team, we&#8217;re good at measuring the cost per hour of a resource on a project and &#8230; <a href="http://www.zorched.net/2011/01/27/what-is-the-cost-of-not-doing-things/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2011/01/27/what-is-the-cost-of-not-doing-things/feed/rss2/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>NoSQL with MongoDB and Ruby Presentation</title>
		<link>http://www.zorched.net/2010/11/15/nosql-with-mongodb-and-ruby-presentation/</link>
		<comments>http://www.zorched.net/2010/11/15/nosql-with-mongodb-and-ruby-presentation/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 03:40:17 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[ruby-on-rails]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=454</guid>
		<description><![CDATA[I presented at the Milwaukee Ruby User&#8217;s Group tonight on NoSQL using MongoDB and Ruby. Code Snippets for the Presentation Basic Operations &#160; // insert data db.factories.insert&#40; &#123; name: &#34;Miller&#34;, metro: &#123; city: &#34;Milwaukee&#34;, state: &#34;WI&#34; &#125; &#125; &#41;; db.factories.insert&#40; &#8230; <a href="http://www.zorched.net/2010/11/15/nosql-with-mongodb-and-ruby-presentation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2010/11/15/nosql-with-mongodb-and-ruby-presentation/feed/rss2/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MongoDB: MapReduce Functions for Grouping</title>
		<link>http://www.zorched.net/2010/10/04/mongodb-mapreduce-functions-for-grouping/</link>
		<comments>http://www.zorched.net/2010/10/04/mongodb-mapreduce-functions-for-grouping/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 01:34:16 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[mapreduce]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=433</guid>
		<description><![CDATA[SQL GROUP BY allows you to perform aggregate functions on data sets; To count all of the stores in each state, to average a series of related numbers, etc. MongoDB has some aggregate functions but they are fairly limited in &#8230; <a href="http://www.zorched.net/2010/10/04/mongodb-mapreduce-functions-for-grouping/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2010/10/04/mongodb-mapreduce-functions-for-grouping/feed/rss2/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MongoDB Replication is Easy</title>
		<link>http://www.zorched.net/2010/08/08/mongodb-replication-is-easy/</link>
		<comments>http://www.zorched.net/2010/08/08/mongodb-replication-is-easy/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 17:24:44 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[mongodb]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=423</guid>
		<description><![CDATA[Database replication with MongoDB is easy to setup. Replication duplicates all of the data from a master to one or more slave instances and allows for safety and quick recovery in case of a problem with your master database. Here &#8230; <a href="http://www.zorched.net/2010/08/08/mongodb-replication-is-easy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2010/08/08/mongodb-replication-is-easy/feed/rss2/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MongoDB and Java: Find an item by Id</title>
		<link>http://www.zorched.net/2010/06/17/mongodb-and-java-find-an-item-by-id/</link>
		<comments>http://www.zorched.net/2010/06/17/mongodb-and-java-find-an-item-by-id/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 01:52:43 +0000</pubDate>
		<dc:creator>Geoff Lane</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mongodb]]></category>

		<guid isPermaLink="false">http://www.zorched.net/?p=403</guid>
		<description><![CDATA[MongoDB is one of a number of new databases that have cropped up lately eschewing SQL. These NoSQL databases provide non-relational models that are suitable for solving different kinds of problems. This camp includes document oriented, tabular and key/value oriented &#8230; <a href="http://www.zorched.net/2010/06/17/mongodb-and-java-find-an-item-by-id/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zorched.net/2010/06/17/mongodb-and-java-find-an-item-by-id/feed/rss2/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

