Below you will find pages that utilize the taxonomy term “Salt”
TIL
read more
Unpacking MessagePack
SALT messages are encoded with a library called msgpack
, the Python implementation
of MessagePack. How can we read them?
TIL
read more
Directories Ending in .d
Today I learned about why directories in a project might have names ending in ‘dot d’, such as minion.d/
.