Fiddle

In this episode, we'll learn how to call out to C libraries directly from Ruby code.

Assumptions

Today, a reminder about how misleading even "obvious" assumptions can be.

Benchmark

Today we'll learn how to answer our optimization questions with hard data.

Enumerable Internals

In this very special episode, guest chef Pat Shaughnessy takes us on a whirlwind tour of the Ruby internals that make the Enumerable#all? method tick.

Sleep

Today's episode tackles a subject I've always wondered about: how accurate is Kernel#sleep?

Atomicity

Today's is another threading episode. This time around, we tackle the subject of "atomicity", and learn about the false assumption at the root of many…