Visits from the Open Source Angels

Some angels visited me in a dream and told me to get off my Microsoft high horse. They told me to go to http://www.rubyonrails.com. I think I may have seen the light. I was getting really tired of the .NET framework being either ridiculously high-level with widgets that made your page look and act like a dorky .NET site or ridiculously low-level where you had to write a bunch of code for pretty standard database/middle-tier transactions. In this day and age, why should developers have to hand-write the code for moving simple form data to and from business objects and then to the database? It was all just seeming really tedious. Ruby on Rails (at first glance) does an excellent job of managing all that tedious code so you can write relatively clear, readable logic.

So after getting excited about open-source web development, that led me down the obvious path of full open source-ness: Linux, mySQL, Ruby on Rails. Or perhaps just go buy a Mac which has Ruby on Rails installed already. I started to investigate Linux about a year ago and when I got to the part of the article that said: "the hardest part is tracking down all the Linux drivers for your computer" - I ran screaming. I know that you can get Ruby on Rails and mySQL on Windows, but I did that for PHP and I get an error on my server every time I have to use it.

I was able to create a Virtual PC and installed Linux (I used Ubuntu), mySQL, and Ruby on Rails (this article was indispensable: http://www.rubyrailways.com/getting-ruby-on-rails-up-and-running-on-ubuntu-dapper/). I have yet to make a custom project with it, but it was actually not as hard to get going as I thought. I think I may make a dual boot on my machine. My install of windows is feeling really bloated and sluggish lately. If I really do switch development over to RoR, I may consider getting a Mac for my next machine. The Mac OS has RoR installed by default.

I toyed with learning PHP, but everytime I looked at it, I hated it. It really seems like it's a major step backwards in terms of good development tools, intelligent language, etc. But it turns out that most major interactive web sites are built using PHP these days.

Anyway, I was seriously considering an Apple for my next machine, when I was cured by reading this article: http://www.russellbeattie.com/notebook/1008631.html.

blog comments powered by Disqus
I wish I were a stronger man. I wish I had more resolve. I wish I didn't get obsessed with buying the latest something and then spend my time pining away for it.
The one feature that I was going to miss the most when moving to Jekyll was having a full-text search for my site. But with a little study, it turns out I was able to get a rudimentary search going with JQuery.