Takeaway from the stdlib lightning talk: Ruby ships with a surprising amount of useful infrastructure out of the box — embedded key/value stores (DBM/SDBM/GDBM), persistent object graphs (PStore), distributed objects (DRb), CLI parsing (OptionParser), graph algorithms (TSort), matrix and prime math, string abbreviations, etc. Worth reading before reaching for gems.