Concurrency Patterns in Ruby: Futures 11/19/12 — Concurrency! Threads! Ooh, scary! Sometimes we just need to reach for patterns that help us reason about what we're asking our computers to do. Let's take a closer look at one pattern called futures. Being for the Benefit of Future Developer 11/11/12 — A software project passes through the hands of many different developers in its lifetime. How can