<?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>stevengharms.com &#187; bignerdranch</title>
	<atom:link href="http://stevengharms.com/category/bignerdranch/feed" rel="self" type="application/rss+xml" />
	<link>http://stevengharms.com</link>
	<description>My Blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:23:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Wrap-up of trip to The Big Nerd Ranch&#8217;s Ruby on Rails class</title>
		<link>http://stevengharms.com/wrap-up-of-trip-to-the-big-nerd-ranchs-ruby-on-rails-class</link>
		<comments>http://stevengharms.com/wrap-up-of-trip-to-the-big-nerd-ranchs-ruby-on-rails-class#comments</comments>
		<pubDate>Sat, 17 Feb 2007 18:07:09 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Technology and Computers]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=843</guid>
		<description><![CDATA[This post is a &#8216;jumping off&#8217; point for reading about my adventures at BNR&#8217;s RoR camp in February of 2007. Day-by-day Recap Day 1 Day 2 Day 3.1 Day 3.2 Day 3.3 Day 4 Day 5 Summation / Preparation Preparation Thanks Staff Thanks to Charles, my teacher, and Emily and Jaye who handled the logistics. [...]]]></description>
			<content:encoded><![CDATA[<p>This post is a &#8216;jumping off&#8217; point for reading about my adventures at BNR&#8217;s RoR camp in February of 2007.</p>

<h2>Day-by-day Recap</h2>

<ul>
<li><a href="/big-nerd-ranch-ror-camp">Day 1</a></li>
<li><a href="/big-nerd-ranch-ror-camp-day-2">Day 2</a></li>
<li><a href="/big-nerd-ranch-ror-camp-day-3">Day 3.1</a></li>
<li><a href="/big-nerd-ranch-ror-camp-day-3-evening-the-grinder">Day 3.2</a></li>
<li><a href="/big-nerd-ranch-ror-camp-day-3-evening-the-fatigue">Day 3.3</a></li>
<li><a href="/big-nerd-ranch-ror-camp-day-4-the-reprieve">Day 4</a></li>
<li><a href="/big-nerd-ranch-ror-day-5-and-back-home">Day 5</a></li>
</ul>

<h2>Summation / Preparation</h2>

<ul>
<li><a href="/preparing-for-the-big-nerd-ranchs-ruby-on-rails-class">Preparation</a></li>
</ul>

<h2>Thanks Staff</h2>

<p>Thanks to Charles, my teacher, and Emily and Jaye who handled the logistics.  Big thanks to Aaron for coming out to check on us!  Thanks as well to the Callaway Gardens staff who were so friendly and accommodating of a nerd invasion.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/wrap-up-of-trip-to-the-big-nerd-ranchs-ruby-on-rails-class/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing for the Big Nerd Ranch&#8217;s Ruby on Rails Class</title>
		<link>http://stevengharms.com/preparing-for-the-big-nerd-ranchs-ruby-on-rails-class</link>
		<comments>http://stevengharms.com/preparing-for-the-big-nerd-ranchs-ruby-on-rails-class#comments</comments>
		<pubDate>Sat, 17 Feb 2007 17:44:31 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Technology and Computers]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=842</guid>
		<description><![CDATA[I had a good experience in the class. I was able to learn the material without falling behind, feeling like i was drinking from a firehose, or feeling like each additional word was just a drop of water on a saturated sponge. There were definitely people who feel more comfortable with the material right now [...]]]></description>
			<content:encoded><![CDATA[<p>I had a good experience in the class.  I was able to learn the material without falling behind, feeling like i was drinking from a firehose, or feeling like each additional word was just a drop of water on a saturated sponge.  There were definitely people who feel more comfortable with the material right now than I do, but I thought I would like to tell you things in my background that I believe helped me be successful in the class.</p>

<p>Unlike a college institution, the BNR does not enforce pre-requisites.  As such it is <em>your</em> responsibility to assess whether you have the tools and knowledge necessary to get what you need out of the class.</p>

<h2>Rails stores its data in a Database:  Know a relational database</h2>

<p>Do I mean be a DBA?  Be able to deploy Oracle with both eyes closed?  No, I don&#8217;t mean that.  I think you should be able to do a MySQL or PostgreSQL database set up ( you could probably just use a tutorial for either product ).</p>

<ul>
<li>Basic DB concepts

<ul>
<li>What&#8217;s a relational database?</li>
<li>What&#8217;s a typical SQL query string?</li>
<li>What&#8217;s a primary key?</li>
</ul></li>
<li>Basic DB skills

<ul>
<li>Run the command line to open a session</li>
<li>Create a database</li>
<li>Add / Delete / Describe a table</li>
<li>( I didn&#8217;t have ) Knowledge about joins.  This did not inhibit me, but having understanding of this too would have had me completely in the know.</li>
</ul></li>
<li>Basic familiarity of DB use

<ul>
<li>Be able to run a SQL query on basic select parameters, be able to order by a criteria</li>
</ul></li>
</ul>

<h2>Rails uses a web front end, know CGI / WebUI programming / HTTP issues about state</h2>

<ul>
<li>HTTP is a stateless protocol

<ul>
<li>Know what that means</li>
<li>Know techniques for preserving parameters between script reloads</li>
<li>Know how to write a basic form in HTML or Perl or PHP</li>
<li>Know how to pass a parameter in a &#8216;hidden&#8217; form field</li>
<li>Know how passing form data in this format behaves when using a GET operation versus a POST operation</li>
<li>Experience writing CGI in either Perl or PHP will be hugley advantageous</li>
</ul></li>
</ul>

<h2>If you&#8217;re on a Mac, Textmate is <em>the</em> editor to use</h2>

<p>Some time playing with Textmate, how it tries to help you, how to use the bundle editor, maybe watching the screencasts is advised.  Again, coming in with no experience is no loss, but if you have it you can r0x0r some s0x0rz.</p>

<p>If you&#8217;re on a PC, uhm.  Sorry.  I don&#8217;t have any knowledege about that.</p>

<h2>Rails tries to use New Web Technology</h2>

<ul>
<li>Know CSS</li>
<li>Know a basic, modern, non Front Page, HTML file.</li>
</ul>

<h2>Rails is written using Ruby: know something about Ruby</h2>

<p>Ruby &#8230;</p>

<ul>
<li>Is object-oriented, you should understand object orientation

<ul>
<li>How would you define it?</li>
<li>What&#8217;s the difference between procedural programming and OO, why did OO evolve</li>
<li>Be able to describe the theory of a Class, Subclassing, an Ancestor class</li>
</ul></li>
<li>Has a very interesting syntax, know a little bit about Ruby syntax

<ul>
<li>You needn&#8217;t be a guru, you&#8217;ll be writing Rails, which uses a fairly limited subset of the Ruby lexicon</li>
<li>Conversely, if you know a lot about Ruby you may be able to squeeze out new arrangements, you may be able to build more terse algorithms.</li>
</ul></li>
<li>Data types

<ul>
<li>Know the basic data types: Hash, Array, and String</li>
<li>Be able to define you own data type ( == class )</li>
</ul></li>
</ul>

<p>If you know this, you should be able to breeze through the first day.  You&#8217;ll be <em>introduced</em> to some Rails concepts, but they are mostly slight nuances of the above.</p>

<p>End Day 1 and beginning Day 2 will be your first solid Rails lessons and Day 3 will challenge you to incorporate advanced-core capabilities onto the core-capabilities you learned on Day 2.</p>

<h2>BNR Classes are fun, it&#8217;s the hardest computer training course you&#8217;ll love busting your ass at:</h2>

<ul>
<li>Bring hiking shoes, there&#8217;s a daily walk after lunch ( weather permitting )</li>
<li>Bring business cards or have your .vcf file ready to go: you&#8217;re going to make friends and you&#8217;re going to want to give them your cards</li>
<li>Bring some wind-down material:  Settlers of Catan was popular, the book you&#8217;re reading, some DVDs.  Sometimes you may want to get away from the hub-bub and / or you may need something to help move you from &#8216;<a href="http://stevengharms.com/?p=847">twitch mode</a>&#8217; to being able to sleep.</li>
<li>Check the weather.  Who would have guessed that Atlanta would have been as cold as Kansas?</li>
<li>Be ready to work.  Work as hard as you can to get a real understanding.  Do the exercises, work to improve them, try to implement them again on your own, with slight modifications.</li>
<li>You may want to take additional time off to practice whet you&#8217;ve learned and / or to re-calibrate to &#8220;the real world&#8221;</li>
<li>A small umbrella might be handy, weather in the Gulf / South is unpredictable</li>
<li>Send me an email if you have a question or a comment!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/preparing-for-the-big-nerd-ranchs-ruby-on-rails-class/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Nerd Ranch: RoR Day 5, and back home</title>
		<link>http://stevengharms.com/big-nerd-ranch-ror-day-5-and-back-home</link>
		<comments>http://stevengharms.com/big-nerd-ranch-ror-day-5-and-back-home#comments</comments>
		<pubDate>Sat, 17 Feb 2007 17:44:03 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Austin]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Technology and Computers]]></category>
		<category><![CDATA[Travelogue]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=841</guid>
		<description><![CDATA[Well yesterday was a brief morning session where we covered profiling, how to get help, and took a look at some of the student generated work that had been created during the week. After that we were shuttled back to Atlanta where we all dispersed, catching our flights to the various parts of the map. [...]]]></description>
			<content:encoded><![CDATA[<p>Well yesterday was a brief morning session where we covered profiling, how to get help, and took a look at some of the student generated work that had been created during the week.</p>

<p>After that we were shuttled back to Atlanta where we all dispersed, catching our flights to the various parts of the map.</p>

<p>My plane was delayed by an hour ( mechanical ) so I arrived in houston about 7:30.  After getting to the park and ride I proceeded to drive back to Austin, getting home about midnight.</p>

<p>While I was flying I had a chance to post a wrap up and advice page which will be next in the posting list.</p>

<p>I&#8217;m glad to have gone, but right now, in my comfy chair, I&#8217;m sure glad to be back home!</p>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/big-nerd-ranch-ror-day-5-and-back-home/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Nerd Ranch: RoR Camp: Day 4: The Reprieve</title>
		<link>http://stevengharms.com/big-nerd-ranch-ror-camp-day-4-the-reprieve</link>
		<comments>http://stevengharms.com/big-nerd-ranch-ror-camp-day-4-the-reprieve#comments</comments>
		<pubDate>Fri, 16 Feb 2007 02:43:32 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Technology and Computers]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=839</guid>
		<description><![CDATA[Day Four: It&#8217;s a good day. The reason day 4 is a good day is because you&#8217;re out of &#8220;how rich is this language and how many other key concepts must I learn to be functionally literate&#8221; phase. You see, you&#8217;ve covered the dead basics on the first day. Day two is a real challenge [...]]]></description>
			<content:encoded><![CDATA[<p>Day Four:  It&#8217;s a good day.</p>

<p>The reason day 4 is a good day is because you&#8217;re out of &#8220;how rich is this language and how many other key concepts <strong>must</strong> I learn to be functionally literate&#8221; phase.  You see, you&#8217;ve covered the dead basics on the first day.   Day two is a real challenge because you&#8217;re learning the bits of the language that are advanced and that you will need to know to really be able to work &#8220;out of the middle section of the book&#8221;: the part where it moves from introductiory to non-trivial.</p>

<p>Day three is the hardest, as I&#8217;ve detailed in great detail previously.</p>

<p>But day four is where the new and core material starts giving way to specialized topics: how to handle mail, how to build a test, how to provide web services.  All of these build on the hard work you did on the first 2.5 days so you no longer get that feeling of &#8220;Oh hell, am I slipping <strong>too</strong> far behind?&#8221;.</p>

<p>Everyone in class seems to be a bit more spirited.  The hardest part of our personal / night projects have been dealt with and everyone has that sense of &#8220;hey, you know, I might be able to do this on my own.&#8221;  It&#8217; the beginning of a very hopeful swing that continues into day 5.</p>

<p>Day 5 is the final bit of the &#8220;topics&#8221; specialized areas ( but not, not <em>core</em> language ), you learn to maximize particular aspects and <em>you&#8217;re going home in just a few hours</em>.   It&#8217;s great to be at the Ranch, and you learn a lot, but just like all journeys it&#8217;s so good to go back home.</p>

<p>Once home you&#8217;ll reflect  on the great experience you had and you&#8217;ll shake off the experience and re-integrate yourself into reality.  But it&#8217;s so much fun, you can&#8217;t wait to get back to that mindset again.</p>

<p>Today was beautiful, but still cold.  During our travels today we visited Callaway Gardens&#8217; butterfly preserve.  After walking through 40-degree weather it was quite a change of pace to enter the balmy 80-degree chamber in which the beautiful leipidopterans inhabit.</p>

<p>I&#8217;m still amazed by the versatility of the teacher, <a href="http://seebq.com/">Charles B. Quinn</a>.  I mean, being able to take <strong>30000.times{&#8216;question after&#8217;}</strong> without snapping (verbally or mentally ) is really an excellent demonstration of guru-dom.  I can only aspire to know some thing as well as the C. knows Rails, or as well as Aaron knows Cocoa (my <a href="http://stevengharms.com/?p=582">previous BNR class</a>).</p>

<p>Really I need a few days away from Rails, but I know that within the next week I&#8217;m going to start scratching in my notebook, imagining how I can turn BNR education into applications that amuse, entertain, and possibly do Something Great.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/big-nerd-ranch-ror-camp-day-4-the-reprieve/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Nerd Ranch: RoR Camp: Day 3 (cont&#8217;d): Evening: &#8220;The fatigue&#8221;</title>
		<link>http://stevengharms.com/big-nerd-ranch-ror-camp-day-3-evening-the-fatigue</link>
		<comments>http://stevengharms.com/big-nerd-ranch-ror-camp-day-3-evening-the-fatigue#comments</comments>
		<pubDate>Fri, 16 Feb 2007 02:17:55 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology and Computers]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=838</guid>
		<description><![CDATA[Yesterday&#8217;s post looks a little incoherent with a day of rest between it and I. Based on the entreaty of Mr. Graitcer in the comments, I thought that perhaps I could try to characterize what it is to be fatigued in this way. First, let&#8217;s just say that it&#8217;s not the expectation of the teacher [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday&#8217;s post looks a little incoherent with a day of rest between it and I.  Based on the entreaty of Mr. Graitcer in the comments, I thought that perhaps I could try to characterize what it is to be fatigued in this way.</p>

<p>First, let&#8217;s just say that it&#8217;s not the expectation of the teacher or the class curriculum that you work yourself into fatigue of this type.  It&#8217;s not necessary or required.  Yet in <em>both</em> of the BNR classes I&#8217;ve taken, the students worked late into the night on their own projects, or improving the assignments.</p>

<p>Therefore, the motivation to work to this level of fatigue is not <em>extrinsic</em>, it is clearly <em>intrinsic</em>.  This is, clearly, the more cruel mistress.  In a previous post I spoke of the self-selection implicit in defining the population for BNR classes.  I suggested that one of the primary contributing factors in being in the class is having the funds to pay the fee or having a job where the administrators feel that paying such a fee for such a person is a worthy investment.  People who have such funds ( if the meritocracy be believed ) or faith of their financial administrators likely get to this position be not being able to simply <em>let it go</em>.</p>

<p>I have worked through weekends at work, on work stuff simply because I <em>could not let it go</em>.  I have gone to work early, repeatedly, after a few hours of sleep because the problem stalked me.  It wouldn&#8217;t let me go, it wouldn&#8217;t let me sleep.  It was better to be awake, approaching understanding, than to endure fitful sleep under the Damocles sword of the unfound answer&#8217;s shadow.[1]</p>

<p>Many people I&#8217;ve talked to say: &#8220;Go do something else, come back to it.&#8221;  My sweet girlfriend has shuffled around in the wee hours to find me tapping away and urged me to come back to bed.  I hear this, but this is something that I ( and I suspect many others ) simply cannot do.  If I were to come back to bed I would imagine my text editor.  If I were to go do something else I would be irked that I couldn&#8217;t look up on Google possible solutions as I was doing it.</p>

<p>I don&#8217;t know it well enough.  I don&#8217;t understand it well enough, I don&#8217;t <em>see</em> how the parts work.  Granted this quality among the full rank of attendees, you can see how I would suggest that a startup out of any one of these classes could blow the doors off of any particular problem.[2]</p>

<p>So it&#8217;s under this background mentality that you&#8217;ll see BNR-class attendees whipping themselves to perform, to create, and realize until deep into the night.  Simply put, this is just how we&#8217;re wired.</p>

<p>Attendees like to maximize effort.  That&#8217;s why we&#8217;re programmers, we like the force multiplier effect of knowing a programming tool.  The reason we&#8217;re at this class is because we want help learning something very difficult in the most efficient and deep manner possible.  BNR classes deliver this.  So much of the work done here can be seen in light of trying to optimize knowledge gained per unit time.</p>

<p>Most of us have attempted to learn the material back in &#8220;the real world&#8221;, but we couldn&#8217;t get the information to &#8216;etch&#8217; deeply enough.  Learning this material against deadlines, users, wives, taxes, other obligations was simply too slow or too confusing.  If you are a &#8220;can&#8217;t let it go&#8221; person who knows that shortly he&#8217;ll have to be back in the real world where he&#8217;ll <strong>have to let it go</strong> and you won&#8217;t have access to immediate peer feedback or a guru, <strong>you work hard</strong>.</p>

<p>Like summer camp, we come, we know it will be hard, but we know, looking back, we&#8217;ll be amazed by how much we learned, how much we changed, and we&#8217;ll remember the conversations, the food, the hard nights.  We&#8217;ll remember that we were part of a special community for a brief flicker of time.</p>

<p>And if, to chase to that next <em>eureka</em>, we have to have bleary eyes and catnaps in the conference room, so be it.  Damn the torpedoes, I came to learn rails.</p>

<p>So we slurp down cups of rocket fuel, we dose up on small quick munchies, we talk, we think, we code, we edit, we close our eyes and doze and then turn back to it, we take more fuel[3].  At the end of a multi-hour run  your sugar crash comes but you have to keep pushing.  And sure, you could go back to your bedroom, but the feedback loop outside of Oz is too slow.   You see, we have to be good enough to be independent when we leave because, it all likelihood, we will be.</p>

<p>So what&#8217;s it like, in the dark of night as we ply away?  Well, to set the scene, we&#8217;re in a very large conference room with a large projection screen hanging from the front wall.  The churn of the heating provides a constant white noise that is overlain with  collective symphony of keyboard tapping[4] and occasional double-click.</p>

<p>For the most part it&#8217;s fairly quiet, except that there are &#8216;flexible duos&#8217; merging and separating.  These duos emerge when one party wants to discuss an idea or a problem he is describing to the other party.  They conversation is usually pretty quiet, but occasionally precipitates a whiteboard session.</p>

<p>The lighting is dim, but not dark.  The eyes of the coders in troglodyte mode is respected.</p>

<p>And, of course the half audible curse of &#8216;fuck&#8217; or &#8216;damn&#8217; as an execution fails, or even worse, does something you didn&#8217;t know about and or didn&#8217;t plan for.</p>

<p>The tablecloths that drape the tables are rumpled.  There are big reference books from O&#8217;Reilly press and the Pragmatic Programmers stacked up, splayed open, or fallen onto the floor.</p>

<p><a href="http://www.flickr.com/photos/sgharms/407741862/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/151/407741862_4c392230f9_o.jpg" width="640" height="480" alt="IMG_7286.JPG" /></a></p>

<p>With the dim lighting and the lack of a clock in the room, Vegas-style, you could easily fall through scheduled reality and forget that time is actually passing.  Eventually, the time will turn late and that&#8217;s when the real fatigue sets in.</p>

<p>There are enough peers present such that your quorum sensing lets you know &#8220;It&#8217;s OK to stay a bit longer&#8221;.  Your eyes are dried out from staring at the screen, the typing fingers are sore and tired.  The myriad of files you edit get lost, your new enemies are questions like &#8220;Where did I just write that thing a second ago?&#8221;</p>

<p>You reach the next item on your &#8220;to do&#8221; list and you attack that problem&#8230;and keep on going.  In some ways it&#8217;s actually invigorating, working on something you care about this much, something that has this much of your love in it.  Few things &#8220;outside&#8221; can hold your interest like this.  In some ways, you feel more alive doing this kind of work in this environment that you may have felt at your day job for the last year.</p>

<p>Eventually the discussions between students achieves a sort of level of conversational shorthand.  We&#8217;ve all been speaking to one another in these highly specialized terms for days and days.  We&#8217;re all coming from the same reference and our discussions are short, brief, and truncated.</p>

<p>As the evening wears down more stammers work their way into the dialog.  The solutions wear down.  The bowl full of ice chips melts and the bottles, coffee mugs, and cans on the desk continue to multiply as the diminishing returns on coffee and sugar is reached, crossed, and run over by a distance of several miles.</p>

<p><a href="http://www.flickr.com/photos/sgharms/407741862/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/151/407741862_4c392230f9_o.jpg" width="640" height="480" alt="IMG_7286.JPG" /></a></p>

<p>But eventually you reach your goal and you shuffle back to your hotel room and unwind by watching infomericals or NOVA and then drift off to sleep.</p>

<p>This is the society of the hack, and you&#8217;ve done a good day&#8217;s work.  Sleep is quick and hurried, because the next round of class starts bright and early at nine in the morning.</p>

<h1>Footnotes:</h1>

<ol>
<li><p>Incidentally, the Silicon Valley exacerbates this problem.  Most people can&#8217;t let it go, and there&#8217;s not much else to do besides work anyway, thus so many good ideas and good companies coming from that area.</p></li>
<li><p>This is what the early internet adopters must have thought would happen.  Global, flexible, talented groups meeting and fluxing, producing brilliance.  Regrettably, it seems that this talent needs to be pulled out of their quotidian affairs to achieve this maximal &#8220;group flow&#8221; dynamic ( see:  <a href="http://cocoadevhouse.org">Cocoa Dev House</a> or <a href="http://www.burningman.com/">Burning Man</a> )</p></li>
<li><p>I recall a passage in <a href="http://en.wikipedia.org/wiki/The_Fountainhead">The Fountainhead</a> where Roark falls asleep at his drafting table and breaks a pot of coffee.  I recall <a href="http://en.wikipedia.org/wiki/Ender_Wiggin">Ender Wiggin</a> facing yet another round in the battle room after another brilliant performance around the absurd rules.  In these passages I always see the author <em>comme createur</em> writing his experiences into the character&#8217;s life.</p></li>
<li><p>Not really tapping.  Apple laptops don&#8217;t have a cheap, plastic, clackity sound, like the PCs, but rather have a very pleasing whisper.</p></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/big-nerd-ranch-ror-camp-day-3-evening-the-fatigue/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Big Nerd Ranch: RoR Camp: Day 3:  Evening: &#8220;The Grinder&#8221;</title>
		<link>http://stevengharms.com/big-nerd-ranch-ror-camp-day-3-evening-the-grinder</link>
		<comments>http://stevengharms.com/big-nerd-ranch-ror-camp-day-3-evening-the-grinder#comments</comments>
		<pubDate>Thu, 15 Feb 2007 04:34:23 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology and Computers]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=837</guid>
		<description><![CDATA[Hi all, After the lengthy tour of duty yesterday, I&#8217;m back in for another lengthy day. I think that Wednesday is really the grinder day. First, you&#8217;ve been lectured to for the last 3 days. There are very few minds that can take 8hr. / day lectures without feeling a bit tapioca-ish on the 24th [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>

<p>After the lengthy tour of duty yesterday, I&#8217;m back in for another lengthy day.  I think that Wednesday is really the grinder day.</p>

<p>First, you&#8217;ve been lectured to for the last 3 days.  There are very few minds that can take 8hr. / day lectures without feeling a bit tapioca-ish on the 24th hour.</p>

<p>Secondly, you&#8217;re listening and then working very hard on something that you just were introduced to.  You have these head bashing against a wall sessions and then, suddenly, you&#8217;re set free ( because you&#8217;re doing something that&#8217;s old hat, something you learned, say, that morning ) and then you hit the wall with all that built-up acceleration.  It takes a certain mental flexibility.</p>

<p>Third, the sugar, the munchies, the food, etc.  By this time it&#8217;s all having some funky effects on your body.</p>

<p>Homesickness becomes a bit of a factor.  You remember how good your bed is, how nice it is to be among your things and your life.</p>

<p>Now, about the work.  You see, you can slide on day 1.  You learn the material, you review it, you&#8217;re probably OK.  <strong>DON&#8217;T BE FOOLED</strong> this is your one and only chance to get ahead of the abbatoir days 2 and 3.</p>

<p>Then comes day 2.  If you want to keep ahead you&#8217;ll be working late on day 2, maybe even thinking that you&#8217;re going to catch a break on day 3.  But no, my friends, day 3 is the grinder.  Day 3 says &#8220;OK, you&#8217;re determined, but <em>how</em> determined are you?&#8221;  You&#8217;re bleary from day 2, the cokes, the mountain of water bottles, can you do <em>another</em> 18-hour run at things?</p>

<p>At day 4 you&#8217;re going to be exhausted.  You&#8217;re going to reach your limit.  You start to feel like your treading water capability is turning into negative progress.  Unless you&#8217;ve stayed up on the exercises and mentally integrated the concept and become with the &#8216;way things are done in this language&#8217;, you&#8217;re going to feel a bit behind.</p>

<p>Fortunately day 5 is the wind-up day.  There&#8217;s a sense of graduation and possibility.  If you can integrate the first 3 days quickly you&#8217;re going to be in a good position to re-discover the last two days quickly.  I think that may be the optimal take-away from a class like this.</p>

<p>I&#8217;m not sure, I&#8217;ll be a good empirical guinea pig for the next few months.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/big-nerd-ranch-ror-camp-day-3-evening-the-grinder/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Big Nerd Ranch: RoR Camp: Day 3</title>
		<link>http://stevengharms.com/big-nerd-ranch-ror-camp-day-3</link>
		<comments>http://stevengharms.com/big-nerd-ranch-ror-camp-day-3#comments</comments>
		<pubDate>Wed, 14 Feb 2007 15:43:39 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology and Computers]]></category>
		<category><![CDATA[Travelogue]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=835</guid>
		<description><![CDATA[Goodmorning. I had a late morning this morning &#8230; because I had a late night last night. Last night, per BNR tradition ( and I can say this because of me experiences at the Cocoa camp ), post dinner ( and occasionally a drink or two ) many of the students returned to the classroom [...]]]></description>
			<content:encoded><![CDATA[<p>Goodmorning.</p>

<p>I had a late morning this morning &#8230; because I had a late night last night.</p>

<p>Last night, per BNR tradition ( and I can say this because of me experiences at the Cocoa camp ), post dinner ( and occasionally a drink or two ) many of the students returned to the classroom to review, invent, create, etc. under the tutelage of our teacher.</p>

<p>I basically re-ran all the exercises from Day 2 again, inventing scenarios to make sure that I truly &#8220;got it&#8221;.  In training, it&#8217;s <strong>very</strong> easy to simply nod and do the exercise but, as my math teacher says, when you are working the problem alone, you will get <em>the loneliness</em>.  You will say, &#8220;Where is my teacher?  Where is the format, I&#8217;m so lonely, I cannot solve this problem.&#8221;</p>

<p>So, to make sure that I could work through <em>the loneliness</em> me and a few other students were here until about 1:30&#8230;<em>and I wasn&#8217;t the last to leave</em>!  We Big Nerds be hard<a href="javascript:alert('HARD TO THA CORE!')" style="text-decoration: none">^</a>core.</p>

<p>I moseyed into class about 5 minutes behind and Charles had already begun the lecture on &#8220;Data Validation&#8221;.  It&#8217;s a pretty gentle way of starting the morning.</p>

<p>Outside, Georgia has tuned cold and windy, a lot like the Bay actually.</p>

<p>This morning we did a lesson data validation and man, I hit a tough bug.  Rails was telling that the error was at some line in some process.  With the help of another patient peer we commented out all the lines of my code and methodically worked through and found out that the error message was completely un-helpful, the error was some 6 lines earlier!</p>

<p>BNR classes always leave me with the feeling that working should be more like this: patient people focused on exploration and the delivery of solid products with understanding produced as a natural side-effect (oh yeah, and having an absolute guru around to ask questions to is not a bad part either).  I&#8217;m pretty sure you could take any BNR class, tell them to attack some market problem, and they would be able to deliver it as a successful startup.</p>

<p>Consider the self-selection principle at play.  People pay ( or are in positions where employers are willing to pay ) what, on paper, might seem like a rather steep fee ( in reality, it&#8217;s entirely reasonable for the type, depth, and knowledge provided ), this indicates a certain level of success obtained in the world.  Further, even people of that level of success are usually rather loath to take one-fifty-second of their life and spend it doing &#8220;work&#8221; for <em>at least</em> 9 hours a day.  <a href="http://www.paulgraham.com/start.html">Paul Graham said</a> that the magic of a startup wasn&#8217;t that it was a small amount of people, it was a small amount of people <strong>like you</strong>.  During these sessions you feel like you&#8217;re part of a larger community of people <strong>like you</strong>.</p>

<p>For 5 days people like you, focused on learning, learn, work and talk together.  It&#8217;s kinda special.  Sorta like camp, but instead of popsicle stick birdhouses you build powerful computer applications.  If, in 5 days, we could do something like this, in 90 days what sort of application could we build?</p>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/big-nerd-ranch-ror-camp-day-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Nerd Ranch RoR Camp:  Rain!</title>
		<link>http://stevengharms.com/big-nerd-ranch-ror-camp-rain</link>
		<comments>http://stevengharms.com/big-nerd-ranch-ror-camp-rain#comments</comments>
		<pubDate>Tue, 13 Feb 2007 21:58:00 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Travelogue]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=832</guid>
		<description><![CDATA[We were working this afternoon and there was a horrible rain storm. The kind folks at our facility sent vans to retrieve us from the meeting center and take us to the dining hall. Midway through lunch a transformer down the line blew and plunged the hall into darkness. Fortunately the meeting room is on [...]]]></description>
			<content:encoded><![CDATA[<p>We were working this afternoon and there was a horrible rain storm.  The kind folks at our facility sent vans to retrieve us from the meeting center and take us to the dining hall.  Midway through lunch a transformer down the line blew and plunged the hall into darkness.  Fortunately the meeting room is on a different generator and we were able to keep working.</p>

<p>Now, as we finish day 2, a golden burning sun has re-emerged and we&#8217;re about to go out for some Mexican food.</p>

<p>I wonder how they do my beloved Tex-Mex ( GA-Mex? ) here-abouts.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/big-nerd-ranch-ror-camp-rain/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails Training Example:  Allgemein Wigdgetfabrik</title>
		<link>http://stevengharms.com/ruby-on-rails-training-example-allgemein-wigdgetfabrik</link>
		<comments>http://stevengharms.com/ruby-on-rails-training-example-allgemein-wigdgetfabrik#comments</comments>
		<pubDate>Tue, 13 Feb 2007 17:40:02 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Technology and Computers]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=831</guid>
		<description><![CDATA[The example and exercise scripts during the RoR class centter around receiving requirements for a company that produces widgets. Never content to simply accept the assignment, I have pushed my, uh, unusual sense of humour onto the project.]]></description>
			<content:encoded><![CDATA[<p>The example and exercise scripts during the RoR class centter around receiving requirements for a company that produces widgets.  Never content to simply accept the assignment, I have pushed my, uh, unusual sense of humour onto the project.</p>

<p><img id="image881" src="http://stevengharms.com/wp-content/uploads/2007/02/widgetfabrik.png" alt="widgetfabrik.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/ruby-on-rails-training-example-allgemein-wigdgetfabrik/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Nerd Ranch: RoR Camp: Day 2</title>
		<link>http://stevengharms.com/big-nerd-ranch-ror-camp-day-2</link>
		<comments>http://stevengharms.com/big-nerd-ranch-ror-camp-day-2#comments</comments>
		<pubDate>Tue, 13 Feb 2007 16:25:58 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Technology and Computers]]></category>
		<category><![CDATA[Travelogue]]></category>
		<category><![CDATA[bignerdranch]]></category>

		<guid isPermaLink="false">http://stevengharms.net/?p=829</guid>
		<description><![CDATA[Per the typical BNR experience, last night, post-dinner, many students returned to the training facility to go over the things that were unclear, try things out, and talk with the the instructor, Charles Quinn, about projects that we dream of undertaking. I had questions around using the session continuity features in ActiveController, and just needed [...]]]></description>
			<content:encoded><![CDATA[<p>Per the typical BNR experience, last night, post-dinner, many students returned to the training facility to go over the things that were unclear, try things out, and talk with the the instructor, Charles Quinn, about projects that we dream of undertaking.</p>

<p>I had questions around using the session continuity features in ActiveController, and just needed some examples and some time to let the concepts come together.  Ultimately I figured it out and some of us last few left in the center headed down to the bar and had a beer before bed.</p>

<p>I can&#8217;t say I slept particularly well.  I had the strangest experience.  I would wake up through the night thinking of RailsThings.  I swear I was dreaming I was back in class.  It must be the effects of too much information in one day running around non-integrated.</p>

<p>This prompted me to wake up quite early, so after a leisurely shave and a long shower I headed outdoors to try to see a bit of pastoral Georgia.  Here are some photos.</p>

<p><a href="http://www.flickr.com/photos/sgharms/389212226/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/154/389212226_9047df07d7.jpg" width="500" height="375" alt="IMG_7265.JPG" /></a></p>

<p>The meeting facilities.</p>

<p><a href="http://www.flickr.com/photos/sgharms/389212754/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/168/389212754_0c3c702217.jpg" width="500" height="375" alt="IMG_7285.JPG" /></a></p>

<p>The Students</p>

<p><a href="http://www.flickr.com/photos/sgharms/389212716/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/48/389212716_062aed1a7a.jpg" width="500" height="375" alt="IMG_7283.JPG" /></a></p>

<p>The start of my walk&#8230;</p>

<p><a href="http://www.flickr.com/photos/sgharms/389212685/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/123/389212685_dca0b7273b.jpg" width="500" height="375" alt="IMG_7282.JPG" /></a></p>

<p>A creek.</p>

<p><a href="http://www.flickr.com/photos/sgharms/389212623/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/138/389212623_a956d12b8f.jpg" width="500" height="375" alt="IMG_7281.JPG" /></a></p>

<p>Early Daffodils.</p>

<p><a href="http://www.flickr.com/photos/sgharms/389212441/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/147/389212441_a6f401c0da_o.jpg" width="640" height="480" alt="IMG_7272.JPG" /></a></p>

<p>Lakeside</p>

<p>After my walk, I met the group for breakfast and then we started up class again.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevengharms.com/big-nerd-ranch-ror-camp-day-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
