<?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>QuirkeyBlog &#187; Philosophy</title>
	<atom:link href="http://www.quirkey.com/blog/category/philosophy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quirkey.com/blog</link>
	<description>A Developer with too little time.</description>
	<lastBuildDate>Mon, 01 Aug 2011 16:07:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Blocks and Fate</title>
		<link>http://www.quirkey.com/blog/2006/10/29/blocks-and-fate/</link>
		<comments>http://www.quirkey.com/blog/2006/10/29/blocks-and-fate/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 23:14:46 +0000</pubDate>
		<dc:creator>AQ</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://www.quirkey.com/blog/2006/10/29/blocks-and-fate/</guid>
		<description><![CDATA[I&#8217;ll admit that I&#8217;m about three weeks behind in reading the New Yorker. Just when I get through one, another lands in my mailbox, and I&#8217;m right where I started. And if I&#8217;m three weeks behind in reading, I&#8217;m about two months behind in thinking and processing what I&#8217;ve read. In the &#8216;Education Issue&#8217; from [...]]]></description>
			<content:encoded><![CDATA[<img id="image111" src="http://www.quirkey.com/blog/wp-content/uploads/2006/10/blocks-and-life.jpg" alt="Blocks and Life"  />

<p>I&#8217;ll admit that I&#8217;m about three weeks behind in reading the New Yorker. Just when I get through one, another lands in my mailbox, and I&#8217;m right where I started. And if I&#8217;m three weeks behind in reading, I&#8217;m about two months behind in thinking and processing what I&#8217;ve read.</p>


	<p>In the &#8216;Education Issue&#8217; from Sept. 4, 2006 there was an article about the mountain college, Deep Springs that really struck a chord with me.</p>


	<p>About 6 years ago, I was a senior in High School, and utterly confused and angry about having to go to 4 more years of school, I applied to Deep Springs. I had no idea what I got myself in to. After a couple months which included a total of 7 essays, including topics like &#8216;Describe Manhood in the 20th Century&#8217;, and a 5 day stay at the Deep Springs campus, I got the &#8216;thin envelope&#8217; that meant I was not accepted. My path after that changed drastically. Instead of going directly to college, I decided to spend the year in Israel, and though I had my gripes with the program had an amazing experience.</p>


	<p>Examining these decisions and moments in a very crucial time in my life made me think about the nature of fate and how it relates to logic and therefore code.</p>


	<p>In any programming language, the most simple logical operator is the if/else statement. In Ruby you could represent a decision with</p>

<pre class="textmate-source"><span class="source source_ruby"><span class="keyword keyword_control keyword_control_ruby">if</span> <span class="variable variable_other variable_other_constant variable_other_constant_ruby">College</span>::<span class="variable variable_other variable_other_constant variable_other_constant_ruby">DEEP_SPRINGS</span>.accepted?
  <span class="variable variable_other variable_other_constant variable_other_constant_ruby">College</span>::<span class="variable variable_other variable_other_constant variable_other_constant_ruby">DEEP_SPRINGS</span>.attend
<span class="keyword keyword_control keyword_control_ruby">else</span>
  <span class="support support_class support_class_ruby">Israel</span>.live_in(<span class="constant constant_numeric constant_numeric_ruby">1.</span>year)
<span class="keyword keyword_control keyword_control_ruby">end</span></span></pre>

<p>That is an extremely simplified version of that point in my life. Each statement within an if or else can be considered a block, though this block could also contain another decision or statement, and so on add infinitum. If we represented all the decisions in our life in this manner, as logical statements, how deep would the block go? Is it infinite? In other words can we get to the exact same place in our lives from any number of different paths, or are we forever following smaller and smaller veins of a branching tree?</p>

<p><em>Original Image Credit: <a href="http://flickr.com/photos/michekerr/173921630/">http://flickr.com/photos/michekerr/173921630/</a></em>]]></content:encoded>
			<wfw:commentRss>http://www.quirkey.com/blog/2006/10/29/blocks-and-fate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

