4938888779_3bded8694c_m

I went to (and spoke at) my first Ruby conference this past weekend. Lone Star Ruby Conference was held in Austin and consisted of 1 training day & 2 days of conference sessions. There were 2 tracks, and even still I was often conflicted on which session to attend. The hallway conversations were also quite engaging.

Day 1: Ruby Intrigue

I went to the Ruby Intrigue full-day training. I think by about 10:00 I was already thinking the trip to Austin had been worth it. I learned some ruby tricks that I just didn't know before. The agenda was to create a Web Crawler, Asteroids Clone, and SMS Gateway all in Ruby. We explored areas of the language that we might not otherwise see writing web applications. The Web Crawler was refactored multiple times to attempt to improve performance by using threads, processes, queues, and even jruby.

4939474238_7f18c6c855_m

Next up, we learned how to leverage the Gosu library to write games in Ruby. We wrote a complete asteroids clone that is quite impressive. You can see the code for this on github.

4938892159_d531e03450_m

Lastly we dug into some SMS integration using the sms_fu gem. Unfortunately there were some gem dependency problems and not everyone was able to get it working. I spent that time improving the asteroids game. :)

I really want to thank the guys from Intridea who put it on, specifically Pradeep Elankumaran, Adam Bair, and Brendan Lim. They did a great job and I learned a lot. You can see some of the photos from this day on Brendan's Flickr.

The material that we went over can be found here.

Day 2

The day kicked off with an excellent keynote by Glen Vanderburg about the history of (Software) Engineering, studying the original papers that kicked off 40 years of Waterfall software projects. Truly interesting.

We learned how to Decipher Yehuda from Greg Pollack, get a glimpse of how a Vim Ninja works, a little bit of Hashrocket culture, and a fascinating tour of languages by Bruce Tate. Jesse Wolgamott (my co-hort at ChaiONE) gave a talk about NoSQL, giving some good comparisons on a few of the tools.

Greg Pollack Deciphers Yehuda

The highlight of Day 2, was hearing Tom Preston-Werner (co-founder of Github) give a closing keynote on what made him successful. I really enjoy using Github, and it was interesting to hear the story behind it. Afterwards he bought beer for everyone at the Draught House. Unfortunately I couldn't make it because I needed to go rest up, as my voice was getting worse & worse.

4938893621_2f6e2f3881_m

Day 3

I enjoyed a number of sessions this day. First was Nick Gauthier explaining how he took a 13m-long test run down to 18 seconds by using a few gems, some file system tweaks, and leveraging all cores of his machine by using Hydra. Quite impressive, and a little bit intimidating. I clearly need to know more about how to tune my machine!

Next was Rogelio J. Samour from Hashrocket (and author of Hitch) talking about how to effectively use rvm and gemsets. I don't know what I was waiting for, but my new philosophy will be: rvm & gemset for every new project I work on. Combined with a .rvmrc there's really no reason not to.

In the afternoon I gave a talk on Heroku, and I think it went well. There were probably 200+ people in the room and my nasty cold made my voice a little scratchy, but luckily it held out, and I was able to do all the material planned in the 35 minutes allotted. I was even given a Heroku t-shirt to sport up on the stage, which I'll wear proudly.

The slides are available here:

The ChaiONE crew, during a break:

The ChaiONE crew at Lone Star Ruby Conf 2010

I also had to go check out the Austin Man vs Food venue, Round Rock Donuts:

4938894487_a742303b05_m

Gigantic Donuts from Round Rock Donuts

All in all, I had a fantastic time at Lone Star Ruby Conference and I absolutely will be back next year.