Jeff Kreeftmeijer

RubyAndRails 2010

2010-10-25

If you follow any of us on Twitter, you probably know 80beans went to RubyAndRails in Amsterdam last week. In this weeks article, I’ll try to explain what inspired me the most. If you need a proper talk overview, check out the RubyAndRails blog.

Rails 3 Mountable apps

@drogus gave a talk about the work he did on mountable applications in Rails 3 during the Ruby Summer of Code. While the ultimate goal was to have multiple Rails applications running in a single process, development switched to boosting the (existing) Rails Engines to be “almost as powerful as applications”. In fact, the only difference is that engines have to be mounted and can’t be run standalone.

I had a brief but very inspiring chat with Piotr during the Geek dinner and I’m sure we’ll hear a lot from him in the future.

Live music-hacking-jam-session

@rosejn and @samaaron (the @lambdatones) gave a presentation on building audio synthesizers with Overtone and playing music in Clojure. They even did an amazing live music-hacking-jam-session.

Profiling and Frankenstein programming

@chastell dove into Project Euler’s problem #10 and found out finding the sum of all the primes below two million got extremely slow in Ruby. In his talk, he went over a couple of profiling tools and eventually went with perftools.rb for having the least overhead. After that, he went on tweaking the calculation code and eventually using RubyInline to be able to use inline C, creating a really fast Frankenstein of languages.

Fighter jet pilots

@coreyhaines did an amazingly inspiring talk about a lot of things we (should) already know — like BDD and pair programming — but also reminded us of how awesome our profession is, without even coming close to the awesomeness of being a fighter jet pilot. He urged everyone in the room to practice more to become happier programmers.

“ How did you get so happy?, Because I practiced and now I’m awesome at programming. ”

I’m still not sure why I missed the Code Retreat on Saturday.

Fancy programming

@bakkdoor gave a talk about his programming language called Fancy. Inspired by Smalltalk, Ruby and Erlang and running on Rubinius since a couple of weeks, Fancy aims to be a reasonably fast truly object oriented dynamic language that’s easy to understand.

Fancy was written for fun and it seems like an amazing way to learn about programming in general:

“ We’re very open to discussion on anything related to the language, its features or semantics. It’s about the fun after all. ”

Mining for RubyGems

Fingertips won this years Rumble with Miner: a simple MacRuby application that displays interesting new projects in an App Store for Rubygems, complete with one-click installation. This application and its online counterpart were built in under eight hours. How’s that for inspiring?

See you all next year!

There were a lot more interesting talks, but these were some that inspired me to get my hands dirty again. I had a lot of fun and I talked to a lot of interesting people during the pre-party, the Github meetup and the Geek dinner. Thanks everyone, I hope to see you all again next year!