<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>clog: Category The Chrispy Life</title>
    <link>http://blog.chrispcritter.com/articles/category/my-boring-life</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Phone Books Suck</title>
      <description>&lt;p&gt;Seriously why do we still get these huge books on our doorstep every year?  You know where mine goes now - straight to the dumpster.  They don&amp;#8217;t even make it inside.  My phone can get all this information (and much more) on its own now.  I can look up phone numbers, map, and get directions to everywhere I need to go.  &lt;/p&gt;

&lt;p&gt;So what exactly is the point of a &amp;#8220;Phone&amp;#8221; Book when the appliance it&amp;#8217;s supposed to help us use can already do everything the book does and more?&lt;/p&gt;

&lt;p&gt;Some people still collect these in the event Armageddon comes along and all of the sudden their computers and phones don&amp;#8217;t work so they can&amp;#8217;t get this information.  Well.. news flash!  if your phone doesn&amp;#8217;t work then what the hell good is a phone book going to do you anyway!&lt;/p&gt;</description>
      <pubDate>Sat, 01 Mar 2008 13:39:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:44e3ac58-ef41-4612-b7ee-e5ea5b277d8e</guid>
      <author>chrisp</author>
      <link>http://blog.chrispcritter.com/articles/2008/03/01/phone-books-suck</link>
      <category>The Chrispy Life</category>
      <category>TechnoZen</category>
      <trackback:ping>http://blog.chrispcritter.com/articles/trackback/53</trackback:ping>
    </item>
    <item>
      <title>Be a Zealot - Rails Edge Day 1</title>
      <description>&lt;p&gt;What a day!  There were certainly some great talks at Rails Edge on the first day.  This all happened during a storm that must have been an act of God.  I certainly had no idea what was in store for me once I left to drive home&amp;#8230; hopefully others got home OK.  I&amp;#8217;m just glad my car didn&amp;#8217;t float away on me at any point (honestly I&amp;#8217;m surprised it didn&amp;#8217;t).  I was very close to just bunking in the car at some random parking lot overnight.  Had I known how bad it was I would have just stayed at the hotel&amp;#8230;&lt;/p&gt;

&lt;p&gt;Anyway&amp;#8230; the #1 highlight I took from day 1 is: &amp;#8220;Be Zealous.&amp;#8221;  There are many other important highlights, but I think this one is the most important.  Chad Fowler did a superb job of going over how to produce &amp;#8220;quick and clean&amp;#8221; (as opposed to quick and dirty) code.  It took a strong force of will to get Rails where it is today.  It wouldn&amp;#8217;t have happened without the strong opinions and determination of the core team.  If we&amp;#8217;re going to continue to make the world a better place for software development, then we need to stay true to our values.  These are mainly MVC, CRUD, constraint-driven development, metaprogramming and domain-specific constructs and more recently REST.  &lt;/p&gt;

&lt;p&gt;From my perspective, I hope Ruby/Rails developers continue to evangelize for the cause - but I also hope that we can all recognize when we have turned down the wrong path.  Too often I&amp;#8217;ve heard the excuse of &amp;#8220;yeah it&amp;#8217;s a bad way to do it, but there are already thousands of applications in production that rely on that.&amp;#8221;  The end result is that the problem just becomes worse and worse. &lt;/p&gt;

&lt;p&gt;No matter how far down the wrong road you&amp;#8217;ve gone, turn back.  &lt;/p&gt;

&lt;p&gt;Maintaining a zealous stance for the Ruby and Rails core values while also being open to questioning our current path will obviously require a delicate balance.  The forces may pull in different directions, but developers will need to learn how to walk the line.  To quote Dave Thomas&amp;#8217; speech today, &amp;#8220;An object is made from a class and a class is a type of object.&amp;#8221;  Patterns often become cyclical.&lt;/p&gt;

&lt;p&gt;Dave Thomas&amp;#8217; speech on metaprogramming really cut to the chase on how frameworks like Rails are built from Ruby and how you can leverage this power for yourself.  If you find yourself coding a non-trivial application, then you really should think of domain-specific ways to describe your application.  You can do much more than just build an API, your application can (and probably should) consist of it&amp;#8217;s own language in many places.  The language is built on Ruby (and possibly Rails as well), but is pieced together in sections that are self-describing.  If done properly, this will empower you with productive development throughout the product&amp;#8217;s life-cycle.  It may be that your framework is so good that it will survive future generations.&lt;/p&gt;

&lt;p&gt;A passive observer probably would have thought today&amp;#8217;s conference was really &amp;#8220;Macbook Pro/iPhone Edge.&amp;#8221;  A slightly more observant person may have thought it was really Java-loves-Rails Edge.  A majority of the crowd seemed to consist of people that were either currently Java developers looking into Ruby, or Java developers that have already made the jump.  Add a great talk on JRuby into the mix and there&amp;#8217;s a lot of Java floating around.  I find this amazing considering the disregarding attitude that seemed to come from the Java community towards Ruby and Rails just a couple of years ago.  This change is definitely good for both camps though.  The number of Java developers swarming towards Ruby is very reminiscent of how C++ developers swarmed to Java circa 1999. &lt;/p&gt;

&lt;p&gt;Personally, I never drank the coffee.  It&amp;#8217;s not that I didn&amp;#8217;t think Java was a great technology, I just felt that it only went half way and didn&amp;#8217;t really see the point in that.  In my mind, if you wanted efficiency - then just use C++.  If you wanted productivity and multi-platform functionality, then Perl and PHP really got things done much faster (despite their crappy OO support) - at least as far as web application development goes.  A majority of us that started on Rails back in the beta, 1.0/1.1 days were PHP developers that believed in dynamic languages but also believed that there must be a better way.&lt;/p&gt;

&lt;p&gt;Whatever the path, we seem to be converging on the same road now and this can only be a good thing.&lt;/p&gt;

&lt;p&gt;Even though I don&amp;#8217;t really care too much about Java, I was blown away by Justin Gehtland&amp;#8217;s presentation on JRuby.  This technology really has come far and has the enormous advantage of being able to run all of the bajillion of Java libraries out there in conjunction with Ruby (and Ruby on Rails) code.  This technology has developed amazingly fast and I really wonder if this may end up being the Rails platform of choice down the line.  It certainly makes the migration from Java to Ruby quite painless.  &lt;/p&gt;

&lt;p&gt;Marcel Molina quickly went over his &amp;#8220;Presenter&amp;#8221; concepts and lamented over the state of Rails tempting language options.  It is definitely clear that ERB is near the end of it&amp;#8217;s life-span in this role.&lt;/p&gt;

&lt;p&gt;Both Marcel and Chad reiterated many times about the evils of putting code in your views.  I have recently felt a little over-zealous about all of the times I&amp;#8217;ve gone batty about ActiveRecord calls that are in a view.  I haven&amp;#8217;t even gotten to where I try thump the no-code-in-view philosophy yet.  I definitely feel encouraged that this seems to be the perspective of the core team.  I&amp;#8217;ll also remember that being zealous is generally good&amp;#8230;&lt;/p&gt;

&lt;p&gt;Ezra Zygmuntowicz (man that&amp;#8217;s a tongue twister) proved that stable extreme-volume rails environments are indeed a reality.  His discussion on Xen was excellent.  In short, the platform of choice is:  Linux (via Xen) + Nginx + mongrel + monit.  The swiftiply mongrel patch to mongrel is now stable and can greatly increase your throughput.  If you don&amp;#8217;t know these technologies yet, you owe it to yourself to get to know them.&lt;/p&gt;

&lt;p&gt;Last but not least, Mike Mangino gave another great talk on &amp;#8220;RESTful&amp;#8221; Rails development.  Simply helpful was covered, along with changes that are going into Edge Rails - to be Released with Rails 2.0.  After talking over REST concepts with the other developers and listening to Mike&amp;#8217;s speech, I walked away convinced that REST is indeed the way to go.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m looking forward to Day 2, provided that I can swim my way down there!&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2007 19:23:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:bbc9377d-2f65-46d9-91af-517d85af8f40</guid>
      <author>chrisp</author>
      <link>http://blog.chrispcritter.com/articles/2007/08/23/be-a-zealot-rails-edge-day-1</link>
      <category>The Chrispy Life</category>
      <category>Rails Edge</category>
      <category>Development</category>
      <category>Ruby and RubyOnRails</category>
      <category>TheRailsEdge</category>
      <category>Development</category>
      <category>Ruby</category>
      <category>RubyOnRails</category>
      <trackback:ping>http://blog.chrispcritter.com/articles/trackback/45</trackback:ping>
    </item>
    <item>
      <title>Rails Edge Bound</title>
      <description>&lt;p&gt;I&amp;#8217;m looking forward to heading down to the Rails Edge conference in Chicago tomorrow (8/23/07).  Tribune Interactive was nice enough to pay my way.  I will be sharing my notes and experiences here, so stop by (or check the feed) occasionally.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Aug 2007 14:43:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:6007b57b-5cbc-4e2b-8f51-53df6fd7ef63</guid>
      <author>chrisp</author>
      <link>http://blog.chrispcritter.com/articles/2007/08/22/rails-edge-bound</link>
      <category>The Chrispy Life</category>
      <category>Rails Edge</category>
      <category>Development</category>
      <category>Ruby and RubyOnRails</category>
      <category>TheRailsEdge</category>
      <category>Ruby</category>
      <category>RubyOnRails</category>
      <trackback:ping>http://blog.chrispcritter.com/articles/trackback/40</trackback:ping>
    </item>
    <item>
      <title>Lovin the iPhone </title>
      <description>&lt;p&gt;So I did the early adoption thing and got an iPhone&amp;#8230; and it&amp;#8217;s the awesomest.  It really is worth the money.  It&amp;#8217;s surprisingly easy to use.  Easy enough that when we took to this weekend&amp;#8217;s family getogether we had the grandmas cruising on it!  They were going through our wedding photos and loving it!  It&amp;#8217;s easy enough to type on that I was able to write this in a few minutes.&lt;/p&gt;</description>
      <pubDate>Sat, 30 Jun 2007 22:20:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:0da81dbd-4d0e-444c-972c-e39f973d789d</guid>
      <author>chrisp</author>
      <link>http://blog.chrispcritter.com/articles/2007/06/30/lovin-the-iphone</link>
      <category>The Chrispy Life</category>
      <category>iPhone</category>
      <category>iPhone</category>
      <trackback:ping>http://blog.chrispcritter.com/articles/trackback/36</trackback:ping>
    </item>
    <item>
      <title>Spring Cleaning</title>
      <description>&lt;p&gt;I&amp;#8217;ve been very busy recently and have somewhat neglected my blog.  I returned from my absence to find myself drowning in blogspam.  After an hour of cleanup and an upgrade for Typo, I&amp;#8217;m back in action.  There are many updates planned, so don&amp;#8217;t lose hope.&lt;/p&gt;

&lt;p&gt;Clog is also no longer beta.  I still haven&amp;#8217;t completed all of my goals for the site, but I&amp;#8217;ve decided most of them just aren&amp;#8217;t a high priority.  It&amp;#8217;s great that so many people have time to come up with awesome custom designs and modules, but I&amp;#8217;m not one of them!  The site is about information, and that&amp;#8217;s what I want to focus on.&lt;/p&gt;</description>
      <pubDate>Tue, 15 May 2007 19:34:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:5f676567-852a-4ad1-9c19-a69748d60c98</guid>
      <author>chrisp</author>
      <link>http://blog.chrispcritter.com/articles/2007/05/15/spring-cleaning</link>
      <category>The Chrispy Life</category>
      <category>upgrade</category>
      <trackback:ping>http://blog.chrispcritter.com/articles/trackback/31</trackback:ping>
    </item>
    <item>
      <title>5 'til Midnight</title>
      <description>&lt;p&gt;The &lt;a href="http://en.wikipedia.org/wiki/Doomsday_clock"&gt;Doomsday Clock&lt;/a&gt; was &lt;a href="http://www.cnn.com/2007/TECH/science/01/17/doomsday.clock.ap/index.html"&gt;updated&lt;/a&gt; today due to increased risk of nuclear war and a perceived degradation in the global climate.  Climate change is a recent addition to the criteria for the clock.  This adds a great deal of scientific credibility to the concept of climate change.  I hope this raises awareness that this is a real problem.&lt;/p&gt;

&lt;p&gt;There is constant debate regarding climate change.  I find most people to be very misinformed about it, unfortunately.  Most recent research points to climate change happening, but not as a &amp;#8221;&lt;a href="http://en.wikipedia.org/wiki/Greenhouse_Effect#Positive_feedback_and_runaway_greenhouse_effect"&gt;runaway greenhouse effect&lt;/a&gt;.&amp;#8221;  Rather than seeing exponential increases in CO2 and temperatures, they both seem to be reaching a limit.  That means they reach a certain saturation point more and more slowly.  This is caused by several feedback mechanisms present in our environment.   For example,  the process of melting ice sheets actually &lt;a href="http://environment.newscientist.com/channel/earth/climate-change/mg19325854.400"&gt;soaks up CO2&lt;/a&gt;, which slows down the rate of overall CO2 increase.  There are many other examples of this type of behavior.  Fortunately, we&amp;#8217;re probably still a ways off from the &amp;#8220;point of no return.&amp;#8221;  These mechanisms will eventually break though, and I hope that people can understand the gravity of how important it is to take care of our environment before that happens.   Most scientists are in agreement that this is a critical issue.  The fact that it was added to the Doomsday Clock&amp;#8217;s criteria underscores this.  It means that there are now two critical issues that scientists generally feel are imperative to the survival of the human race, nuclear war and climate change.&lt;/p&gt;

&lt;p&gt;ANYTHING we do to help fix this problem is worthwhile, whether it&amp;#8217;s biased or not.  The UN and nations that provide global leadership should be upheld to the expectation of providing leadership for both of these issues.&lt;/p&gt;</description>
      <pubDate>Thu, 18 Jan 2007 21:13:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:53e8ee96-d40c-4688-a14d-ff1f62d7529a</guid>
      <author>chrisp</author>
      <link>http://blog.chrispcritter.com/articles/2007/01/18/5-til-midnight</link>
      <category>The Chrispy Life</category>
      <category>ClimateChange</category>
      <category>GlobalWarming</category>
      <category>Science</category>
      <category>Politics</category>
    </item>
    <item>
      <title>Happy New Year!</title>
      <description>&lt;p&gt;2006 was one of the best and worst years ever for me.  In my mind that makes it a great year.  I think the (truly) worst years are the ones that go by without event.  The type where, when  you try to think back to what happened that year, you&amp;#8217;re left with nothing but a vague impression.  &lt;/p&gt;

&lt;p&gt;2006 was definitely not like that for me, it was one of the most eventful years of my life.&lt;br/&gt;
In 2006 I got married, went on an awesome honeymoon trip, my wife graduated from college (a big event for both of us), and I went through unmatched chaos in the workplace and the web (&amp;#8220;2.0&amp;#8221;) industry.   I&amp;#8217;ve learned a great deal this year, not just about things like Ruby, Rails and &amp;#8220;Web 2.0&amp;#8221; but also about life.  The main downers have been all of the global problems and dealing with changes in the workplace.  Let&amp;#8217;s hope 2007 sees some progress there and that all of the other great things that are going on continue.&lt;/p&gt;</description>
      <pubDate>Sun, 31 Dec 2006 15:20:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:0b85653d-bbb3-4d15-a90b-980777bca860</guid>
      <author>chrisp</author>
      <link>http://blog.chrispcritter.com/articles/2006/12/31/happy-new-year</link>
      <category>The Chrispy Life</category>
      <category>New Year</category>
      <category>2006</category>
      <category>2007</category>
    </item>
  </channel>
</rss>
