<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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/"
	>

<channel>
	<title>The Kosmala Blog</title>
	<link>http://www.kosmala.org/blog</link>
	<description></description>
	<pubDate>Tue, 20 Jul 2010 12:53:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>One Day More&#8230;</title>
		<link>http://www.kosmala.org/blog/?p=60</link>
		<comments>http://www.kosmala.org/blog/?p=60#comments</comments>
		<pubDate>Mon, 03 Nov 2008 22:41:18 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=60</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=60</wfw:commentRss>
		</item>
		<item>
		<title>Site Update</title>
		<link>http://www.kosmala.org/blog/?p=58</link>
		<comments>http://www.kosmala.org/blog/?p=58#comments</comments>
		<pubDate>Wed, 13 Aug 2008 18:37:01 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=58</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=58</wfw:commentRss>
		</item>
		<item>
		<title>Feeling Wanted</title>
		<link>http://www.kosmala.org/blog/?p=57</link>
		<comments>http://www.kosmala.org/blog/?p=57#comments</comments>
		<pubDate>Tue, 29 Jul 2008 20:17:55 +0000</pubDate>
		<dc:creator>ben</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=57</guid>
		<description><![CDATA[Last week, I was pursued by hundreds of females.  All of them were after my hot body and wanted to make babies with me.
Damn mosquitos&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Last week, I was pursued by hundreds of females.  All of them were after my hot body and wanted to make babies with me.</p>
<p>Damn mosquitos&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=57</wfw:commentRss>
		</item>
		<item>
		<title>Happy Surprises</title>
		<link>http://www.kosmala.org/blog/?p=56</link>
		<comments>http://www.kosmala.org/blog/?p=56#comments</comments>
		<pubDate>Thu, 22 May 2008 17:35:25 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Minneapolis]]></category>

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=56</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=56</wfw:commentRss>
		</item>
		<item>
		<title>MN Caucus</title>
		<link>http://www.kosmala.org/blog/?p=55</link>
		<comments>http://www.kosmala.org/blog/?p=55#comments</comments>
		<pubDate>Thu, 07 Feb 2008 16:00:58 +0000</pubDate>
		<dc:creator>ben</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=55</guid>
		<description><![CDATA[So this past Tuesday, I got to participate in a presidential primary/caucus that actually mattered for the first time in my life.
]]></description>
			<content:encoded><![CDATA[<p>So this past Tuesday, I got to participate in a presidential primary/caucus that actually mattered for the first time in my life.</p>
<p> <a href="http://www.kosmala.org/blog/?p=55#more-55" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=55</wfw:commentRss>
		</item>
		<item>
		<title>Strange Attraction</title>
		<link>http://www.kosmala.org/blog/?p=54</link>
		<comments>http://www.kosmala.org/blog/?p=54#comments</comments>
		<pubDate>Mon, 28 Jan 2008 21:53:58 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=54</guid>
		<description><![CDATA[As the old saying goes, &#8220;it&#8217;s the little things in life that matter.&#8221; Well one of the little things in my life is recursion. What is recursion, you ask? Well if you&#8217;re programmer you probably know what it is, and if you aren&#8217;t you wouldn&#8217;t understand even if I explained it. Just know that recursion [...]]]></description>
			<content:encoded><![CDATA[<p>As the old saying goes, &#8220;it&#8217;s the little things in life that matter.&#8221; Well one of the little things in my life is recursion. What is recursion, you ask? Well if you&#8217;re programmer you probably know what it is, and if you aren&#8217;t you wouldn&#8217;t understand even if I explained it. Just know that recursion is great, because it&#8217;s simple, elegant, and extremely efficient. The only downside to it is that it&#8217;s kind of hard to understand at first look. Unfortunately in today&#8217;s coding environment of bloatware with objects and resources being allocated everywhere with little prior thought, coding techniques like recursion often get lost in the shuffle.</p>
<p>Well today I actually got to use a bit of recursion to accomplish a bit of string manipulation. Basically I had to strip off all the leading characters of a string that were alpha characters (letters). Needless to say, it made me smile to see something accomplished so elegantly. For those that care to see it, here&#8217;s the (badly parsed&#8230; thanks WordPress) code. It&#8217;s written in Visual Basic .Net (not my choice):</p>
<p>Private Function stripLetters(ByVal word As String) As String<br />
&nbsp;&nbsp;&nbsp;&#8217; Recursion, everyone cheer!<br />
&nbsp;&nbsp;&nbsp;If Char.IsLetter(word.Chars(0)) Then<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return stripLetters(word.Substring(1))<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br />
&nbsp;&nbsp;&nbsp;Return word<br />
&nbsp;&nbsp;&nbsp;End If<br />
End Function</p>
<p>That, folks, is a perfect function in every way, and I don&#8217;t get to write them too often.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=54</wfw:commentRss>
		</item>
		<item>
		<title>Google Maps</title>
		<link>http://www.kosmala.org/blog/?p=53</link>
		<comments>http://www.kosmala.org/blog/?p=53#comments</comments>
		<pubDate>Tue, 18 Dec 2007 00:18:29 +0000</pubDate>
		<dc:creator>ben</dc:creator>
		
		<category><![CDATA[Minneapolis]]></category>

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=53</guid>
		<description><![CDATA[Streetview has come to Minneapolis.  You can even use it to look at the building where we live now.  Just be sure to use 174 for the address (the numbers are always approximate in streetview and it thinks our building is #174).
Update: You can go over the 35W bridge (the one that collapsed) [...]]]></description>
			<content:encoded><![CDATA[<p>Streetview has come to Minneapolis.  You can even use it to look at the building where we live now.  Just be sure to use 174 for the address (the numbers are always approximate in streetview and it thinks our building is #174).</p>
<p><strong>Update:</strong> You can go over the <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=I-35W&amp;sll=44.916772,-93.333299&amp;sspn=0.01053,0.022659&amp;layer=c&amp;ie=UTF8&amp;ll=44.984516,-93.243842&amp;spn=0.010518,0.029697&amp;z=16&amp;om=1&amp;cbll=44.979218,-93.244774&amp;cbp=2,360,,0,5">35W bridge</a> (the one that collapsed) as well!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>AGU</title>
		<link>http://www.kosmala.org/blog/?p=52</link>
		<comments>http://www.kosmala.org/blog/?p=52#comments</comments>
		<pubDate>Fri, 14 Dec 2007 23:50:44 +0000</pubDate>
		<dc:creator>ben</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=52</guid>
		<description><![CDATA[You may or may not have heard about geologists&#8217; fondness for beer.   In order to illuminate this point, I want to mention that during afternoon breaks at the American Geophysical Union (AGU) fall meeting, we have Anchor Steam (free) on tap for attendees.
That is all.
]]></description>
			<content:encoded><![CDATA[<p>You may or may not have heard about geologists&#8217; fondness for beer.   In order to illuminate this point, I want to mention that during afternoon breaks at the American Geophysical Union (AGU) fall meeting, we have Anchor Steam (free) on tap for attendees.</p>
<p>That is all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=52</wfw:commentRss>
		</item>
		<item>
		<title>New Family Members</title>
		<link>http://www.kosmala.org/blog/?p=51</link>
		<comments>http://www.kosmala.org/blog/?p=51#comments</comments>
		<pubDate>Sat, 24 Nov 2007 18:54:53 +0000</pubDate>
		<dc:creator>candace</dc:creator>
		
		<category><![CDATA[Kosmala]]></category>

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=51</guid>
		<description><![CDATA[Here are 2 new family members:


This is Cassie at the top and
This is Timo at right
Aren&#8217;t they cute!!
]]></description>
			<content:encoded><![CDATA[<p>Here are 2 new family members:</p>
<p><img src="/images/candace/cassie2.gif" height="286" width="281" /></p>
<p><img src="/images/candace/timo2.gif" align="right" height="203" width="340" /></p>
<p align="left">This is Cassie at the top and</p>
<p align="left">This is Timo at right</p>
<p>Aren&#8217;t they cute!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=51</wfw:commentRss>
		</item>
		<item>
		<title>White Thanksgiving</title>
		<link>http://www.kosmala.org/blog/?p=49</link>
		<comments>http://www.kosmala.org/blog/?p=49#comments</comments>
		<pubDate>Thu, 22 Nov 2007 16:37:06 +0000</pubDate>
		<dc:creator>margaret</dc:creator>
		
		<category><![CDATA[Weather]]></category>

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

		<guid isPermaLink="false">http://www.kosmala.org/blog/?p=49</guid>
		<description><![CDATA[Happy Thanksgiving!

]]></description>
			<content:encoded><![CDATA[<p>Happy Thanksgiving!</p>
<p><img src="http://www.teamguava.net/misc-pict/WhiteThanksgiving.jpg" title="White Thanksgiving" alt="White Thanksgiving" align="middle" height="432" width="576" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kosmala.org/blog/?feed=rss2&amp;p=49</wfw:commentRss>
		</item>
	</channel>
</rss>
