Unpacking MessagePack

SALT messages are encoded with a library called msgpack, the Python implementation of MessagePack. How can we read them? ...

June 5, 2025

Directories Ending in .d

Today I learned about why directories in a project might have names ending in ‘dot d’, such as minion.d/. ...

June 4, 2025