<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Adventures in Coding</title>
	<atom:link href="http://myadventuresincoding.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://myadventuresincoding.wordpress.com</link>
	<description>Just another software developer stumbling along...</description>
	<lastBuildDate>Sun, 01 Jan 2012 02:54:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='myadventuresincoding.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Adventures in Coding</title>
		<link>http://myadventuresincoding.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://myadventuresincoding.wordpress.com/osd.xml" title="My Adventures in Coding" />
	<atom:link rel='hub' href='http://myadventuresincoding.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Scala &#8211; How to combine two lists of different types so they can be sorted by a common field</title>
		<link>http://myadventuresincoding.wordpress.com/2011/12/30/scala-how-to-combine-two-lists-of-different-types-so-they-can-be-sorted-by-a-common-field/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/12/30/scala-how-to-combine-two-lists-of-different-types-so-they-can-be-sorted-by-a-common-field/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 19:48:13 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=2578</guid>
		<description><![CDATA[Recently I was pairing with a co-worker on a new view for our application. The purpose of this view was just to show a timeline of all activities (regardless of type) occurring in the system. We were confident there would be a way to accomplish this task easily in Scala! For this example lets say [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=2578&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/12/30/scala-how-to-combine-two-lists-of-different-types-so-they-can-be-sorted-by-a-common-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux &#8211; How to ssh between two linux computers without needing a password</title>
		<link>http://myadventuresincoding.wordpress.com/2011/12/22/linux-how-to-ssh-between-two-linux-computers-without-needing-a-password/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/12/22/linux-how-to-ssh-between-two-linux-computers-without-needing-a-password/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 04:44:49 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=2511</guid>
		<description><![CDATA[Having to constantly type in your password on a linux server that you ssh to often can get to be an annoyance. Luckily this is an easy problem to solve. Since I always end up forgetting how to do this setup, I thought I would finally write this down, even if just for my own [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=2511&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/12/22/linux-how-to-ssh-between-two-linux-computers-without-needing-a-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Scala &#8211; Handling failure in Actors with Akka Supervisors</title>
		<link>http://myadventuresincoding.wordpress.com/2011/11/22/scala-handling-failure-in-actors-with-akka-supervisors/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/11/22/scala-handling-failure-in-actors-with-akka-supervisors/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 04:53:42 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Scala]]></category>
		<category><![CDATA[Actors]]></category>
		<category><![CDATA[Akka]]></category>
		<category><![CDATA[Supervisors]]></category>
		<category><![CDATA[Failure]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=2477</guid>
		<description><![CDATA[We have been using Akka Actors in all of our Scala projects for about a year now and have been very impressed. However, the problem with applications that have concurrently running Actors is that if an exception occurs and the Actor dies, the application may appear to still be up and running, but an Actor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=2477&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/11/22/scala-handling-failure-in-actors-with-akka-supervisors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>JMS &#8211; How to do Synchronous Messaging with ActiveMQ in Scala</title>
		<link>http://myadventuresincoding.wordpress.com/2011/10/15/jms-how-to-do-synchronous-messaging-with-activemq-in-scala/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/10/15/jms-how-to-do-synchronous-messaging-with-activemq-in-scala/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 00:49:16 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[ActiveMQ]]></category>
		<category><![CDATA[JMS]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Synchronous]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=2442</guid>
		<description><![CDATA[The first question you will probably ask is &#8220;Aren&#8217;t queues designed for the purpose of asynchronous fire and forget style messaging?&#8221;. Well, yep, they are! Your goal for scaling should be to make anything that can be asynchronous, asynchronous. However, if a message bus such as ActiveMQ is how your applications talk to each other, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=2442&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/10/15/jms-how-to-do-synchronous-messaging-with-activemq-in-scala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>MongoDB &#8211; Geospatial Queries</title>
		<link>http://myadventuresincoding.wordpress.com/2011/10/02/mongodb-geospatial-queries/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/10/02/mongodb-geospatial-queries/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 04:11:43 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[Index]]></category>
		<category><![CDATA[mongodb]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=2377</guid>
		<description><![CDATA[Most of the data we work with has geographic longitude/latitude information so we have recently started exploring doing some work with geospatial queries using different database technologies (MySQL, Oracle). We currently use MongoDB as our primary data store and we were surprised to find out that MongoDB already has this functionality built in. After doing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=2377&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/10/02/mongodb-geospatial-queries/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Scala &#8211; Hello World REST API with Scalatra and Simple Build Tool</title>
		<link>http://myadventuresincoding.wordpress.com/2011/09/29/scala-hello-world-rest-api-with-scalatra-and-simple-build-tool/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/09/29/scala-hello-world-rest-api-with-scalatra-and-simple-build-tool/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 03:00:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[REST]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Simple Build Tool]]></category>
		<category><![CDATA[Scalatra]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=2287</guid>
		<description><![CDATA[I am new to Simple Build Tool and also to building REST APIs in Scala. Mostly I have been using Python with Bottle for REST APIs up until this point. For our current project our REST API will be written in Scala, so I wanted to try out Scalatra. They have excellent documentation and examples, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=2287&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/09/29/scala-hello-world-rest-api-with-scalatra-and-simple-build-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Python &#8211; Upgrading Python with easy_install, pip, and virtualenv on a Mac</title>
		<link>http://myadventuresincoding.wordpress.com/2011/09/11/python-upgrading-python-with-easy_install-pip-and-virtualenv-on-a-mac/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/09/11/python-upgrading-python-with-easy_install-pip-and-virtualenv-on-a-mac/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 19:45:58 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=2254</guid>
		<description><![CDATA[For this tutorial I am upgrading from python 2.6 to python 2.7 on my Mac. Every time I have to upgrade Python versions, it always takes me a few minutes to remember the steps since I do this task so rarely. So here is a simple set of instructions that seem to work for me! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=2254&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/09/11/python-upgrading-python-with-easy_install-pip-and-virtualenv-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>JMS – How to setup a DurableSubscriber with a MessageListener using ActiveMQ</title>
		<link>http://myadventuresincoding.wordpress.com/2011/08/16/jms-how-to-setup-a-durablesubscriber-with-a-messagelistener-using-activemq/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/08/16/jms-how-to-setup-a-durablesubscriber-with-a-messagelistener-using-activemq/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 03:57:21 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[ActiveMQ]]></category>
		<category><![CDATA[JMS]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Durable Topic Subscriber]]></category>
		<category><![CDATA[DurableSubscriber]]></category>
		<category><![CDATA[Producer]]></category>
		<category><![CDATA[Publish]]></category>
		<category><![CDATA[Subscribe]]></category>
		<category><![CDATA[Topic]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=2040</guid>
		<description><![CDATA[When I first used JMS and ActiveMQ the first example I tried was a very simple Producer and Consumer that sent/received a single text message to/from ActiveMQ using a Queue. This was very easy to do, but then I wanted to see how to use a Topic and use a DurableSubscriber with a MessageListener. Also, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=2040&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/08/16/jms-how-to-setup-a-durablesubscriber-with-a-messagelistener-using-activemq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Scala &#8211; Implementing an Actor with a blocking mailbox using Akka</title>
		<link>http://myadventuresincoding.wordpress.com/2011/06/23/scala-implementing-an-actor-with-a-blocking-mailbox-using-akka/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/06/23/scala-implementing-an-actor-with-a-blocking-mailbox-using-akka/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 04:32:24 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Actors]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Akka]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=1962</guid>
		<description><![CDATA[A problem we ran into a couple of years ago with Scala Actors was their inability to set a maximum mailbox size. The problem we had was that our program was sending messages to an Actor faster than the Actor could process each message. Since Scala Actors do not have a mailbox size limit, eventually [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=1962&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/06/23/scala-implementing-an-actor-with-a-blocking-mailbox-using-akka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>MongoDB &#8211; Negative Regex Query in Mongo shell</title>
		<link>http://myadventuresincoding.wordpress.com/2011/05/19/mongodb-negative-regex-query-in-mongo-shell/</link>
		<comments>http://myadventuresincoding.wordpress.com/2011/05/19/mongodb-negative-regex-query-in-mongo-shell/#comments</comments>
		<pubDate>Thu, 19 May 2011 14:26:12 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Mongo Shell]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Regex]]></category>

		<guid isPermaLink="false">http://myadventuresincoding.wordpress.com/?p=1919</guid>
		<description><![CDATA[MongoDB&#8217;s interactive shell, supports the use of Regular Expressions as one of their Advanced Query options. The other day it came up that I needed to do a query for all documents where the text of a field did NOT start with a given pattern. It took a little bit of trial and error to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myadventuresincoding.wordpress.com&amp;blog=8126364&amp;post=1919&amp;subd=myadventuresincoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myadventuresincoding.wordpress.com/2011/05/19/mongodb-negative-regex-query-in-mongo-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/401465421bfd20d1267b406335fcc4dd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
	</channel>
</rss>
