Ruby

RSpec Backtrace Filtering

Recently I ran into some trouble with the way I was trying to use the Mongoid gem. Eventually I realized that RSpec was filtering out parts of my backtrace.
Ruby

Making Friends with FFI

If you want your C code to play nicely with the other VMs out there, then FFI (foreign function interface) is the answer.