Most of these are either in C or in Python. These two are my preferred programming languages, and cover almost all topics I am interested in (broadly, devtooling and embedded).
Python is a great choice for CLI dev tools, especially for Linux/POSIX systems which come with a pre-installed Python interpreter.
On the other hand, C comes handy in projects that require small and efficient statically-linked binaries without many external dependencies, or for embedded programming.
These projects are either born out of a requirement for something I actually needed and couldn't find a simpler alternative, or because I had been absent-minded thinking of something and suddenly got the energy to do it (which is infrequent, and that's why some of them are still in development).
Thanks for reading, hope you have a good day ahead!
