Shorts on security, Ruby and Ruby on Rails.

All of my short-form thoughts on programming, security and more, collected in chronological order.

Ruby 3.2.0 Set

In Ruby 3.2.0, Set is now available as a builtin class without the need to use require "set"1
And if you don't know what a Set is, it is a collection data structure of unordered values without duplicates.