Posts
2020
Supervisors
Alternative CLI Tools
COVID-19
2019
Systemd Automount
2018
Assembly Resources
This is just a simple list of x86 resources.
From time to time, this post will be updated with further links.
As mentioned in a previous post there is no need for books when so much information is now online.
Mac Shortcuts
The following is a collection of Mac keyboard shortcuts that I should remember, but never do, and have to keep web-searching for them. From time to time, this post will be updated with further links.
Retiring Technical Books
Having a 20 year old collection of technical books means that from time to time you need to clear out some of them to make space as the technology becomes either redundant, out of date, or simply unused.
C++ Bit Fields
C++ allows you to pack bit fields. This isn’t something I’ve used as it seems to have some very specific use cases and is platform dependent (also see bit field notes).
Modern CMake
From Stephen Kelly’s YouTube video and blog link, a quick overview of modern, reusable CMake: what we should use, and what we should not, for composable and terse CMake.