Skip to content

Instantly share code, notes, and snippets.

  • From the Readme: Rotten is a small self-hosting Lisp, designed as a vehicle for exploring Ken Thompson's Reflections on Trusting Trust.
    • Further detail from the Readme: Rotten is named for Ken Thompson's Reflections on Trusting Trust, which shows that a malicious compiler can invisibly compromise any program compiled by it, including in particular itself! This makes for a wickedly difficult-to-detect bug.
    • https://github.com/rntz/rotten
  • Typing in Ruby with RBS (coming in Ruby 3)
  • Speeding up Rspec runs using a Centralized Queue and Parallel Workers
  • Nifty ways to perform 'cat' behavior on the command line without using cat
  • https://jarv.org/posts/cat-without-cat/
  • Github's Process for upgrading to Ruby 2.7
  • Ruby 3 Updates to Positional and Keyword arguments
  • Garbage Collection in Ruby
  • One person's notes on GC in Ruby. If I knew more about C and memory management, I think I would've gotten more out of this post, but I still picked up a few meaningful things such as the fact that Ruby's GC is what