Distilling JRuby: The JIT Compiler October 06, 2009·31 mins Part Three in my “Distilling JRuby” series talks about a key figure in the performance of JRuby: The JIT Compiler
Danny Carey at Drum Explorers Clinic October 02, 2009·2 mins Danny Carey comes to Kansas City and shares his rare talent with an auditorium of drum geeks.
Distilling JRuby: Tracking Scope September 25, 2009·21 mins Part Two in my “Distilling JRuby” series talks about how variable scope is tracked inside the JRuby runtime.
Distilling JRuby: Method Dispatching 101 September 16, 2009·13 mins Part One in my “Distilling JRuby” series covers the “basics” in method to method dispatching in JRuby
Did You Know: Ruby Instance Methods September 14, 2009·2 mins I show off a lesser known feature of Ruby objects: Instance Methods