I generally blog about things that took a week+ of research and I want to save some other poor bastard the pain of what I had to piece together.
This is especially useful because link-rot means that resources I was able to uncover might not be available in the future. A few years ago I did a massive amount of research into internals of old unixes for data recovery and maintenance of said systems in the modern era(machines attached to million dollar pieces of testing equipment go away when the machine does). I was maintaining and upgrading(mostly scsi2sd) and backing up systems that all predated y2k. Most of my research references are now dead links to nowhere. I now print to pdf as well as take archive.is links of all my referenced sources.
I'm generally terrible about blogging, but I'm changing that for 2025. I'm now in a position where I'm solutions architecting a lot of things as my primary day job. This makes easy blog post subjects that not only clarify my thoughts and understanding, but end up being the basis for the internal documentation on the subject.
A lot of what I now do is in terraform, cloudformation, golang, or Python. I make sure when I publish my blog post, I include a complete working example. For all my terraform, all one has to do is clone and run terraform apply, after satisfying the barebones prerequisites.
I use Zotero[1] as a personal web archiver. It downloads the page locally, placing most of the resources inside a single html file (pictures become base64 encoded pngs, for example). I find it the best way to have the content available offline and also to be able to reference it easily, seeing as it is a citation manager first.
This is especially useful because link-rot means that resources I was able to uncover might not be available in the future. A few years ago I did a massive amount of research into internals of old unixes for data recovery and maintenance of said systems in the modern era(machines attached to million dollar pieces of testing equipment go away when the machine does). I was maintaining and upgrading(mostly scsi2sd) and backing up systems that all predated y2k. Most of my research references are now dead links to nowhere. I now print to pdf as well as take archive.is links of all my referenced sources.
I'm generally terrible about blogging, but I'm changing that for 2025. I'm now in a position where I'm solutions architecting a lot of things as my primary day job. This makes easy blog post subjects that not only clarify my thoughts and understanding, but end up being the basis for the internal documentation on the subject.
A lot of what I now do is in terraform, cloudformation, golang, or Python. I make sure when I publish my blog post, I include a complete working example. For all my terraform, all one has to do is clone and run terraform apply, after satisfying the barebones prerequisites.