TIL we can do `array1 | array 2` to merge them and get unique ones

by @rinas

irb(main):001> ["a", "b"] | ["b", "c"]
=> ["a", "b", "c"]

Regarding privacy concerns, it's simple - we don't sell your data. In fact, we try to use privacy-focused software/services like Fathom Analytics whenever we use any third-party services.