Python

p ∈ "Python"

Bytes as Braille

Since Python3, I have been working with bytestrings that sometimes decode as ASCII or UTF strings ; the environment this lives in is mixed, as in some strings are expected to decode while some are are expected to not decode. […]

Kernel options setter

From time to time, one needs to check if a number of options are enabled in the kernel. […]