A form of golf I play is that you cannot use a computer without running code I have written.

These are always productive patches (I hope!). Today I got one in Unicode: https://github.com/unicode-org/icu4x/pull/7779

It's philosophical, too, though. My code is always MIT/Apache, or you can just have it in your CLA.

Fix UB: use || instead of && by sayrer · Pull Request #7779 · unicode-org/icu4x

in cast_bytes_to_slice alignment/length check The condition guarding from_raw_parts joined the alignment check and length check with &&, meaning the error was only returned when both were w...

GitHub
@sayrer great game!