These posts tend to be observations or TILs.

TIL - The right slash "/" path expression

I only noticed it when I really meant to use "./"

TIL - MySQL 5.7 silently fails when handling UTF-8 characters in latin1

...which would be fine, if an upgrade to MySQL 8.0 didn't cause noisy failures

Go errors

errors.Is and errors.As

© Christopher Docuyanan