Dystopian Open Source

[New to Gemini? Have a look at my Gemini FAQ.] This article was bi-posted to Gemini and the Web; Gemini version is here: gemini://gemini.circumlunar.space/users/kraileth/neunix/2021/dystopian_open_source.gmi Happy New Year dear reader! The other day I watched a video on YouTube that had only 6 views since last October. It is about a very important topic, though, and … Continue reading Dystopian Open Source

Writing a daemon using FreeBSD and Python pt.2

The previous part of this series left off with a running "baby daemon" example. It covered Python fundamentals, signal handling, logging as well as an init script to start the daemon. Daemonization with Python The outcome of part 1 was a program that needed external help actually to be daemonized. I used FreeBSD's handy daemon(8) … Continue reading Writing a daemon using FreeBSD and Python pt.2

Writing a daemon using FreeBSD and Python pt.1

Being a sysadmin by profession, I don't code. At least not often enough or with as high quality output that programmers would accept to call coding. I do write and maintain shell scripts. I also write new formulas for configuration management with SaltStack. The latter is Python-based and after hearing mostly good things about that … Continue reading Writing a daemon using FreeBSD and Python pt.1