Why not write your own version? Getting the temperatures is easy and portable with the sensors
command from lm-sensors. The rest of the info is easy to get using various commands (e.g. uptime, free) combined with a bit of sed/grep/awk for formatting.
eeleech
I find it interesting how large the difference between tastes regarding music players is. After the development of Cantata ceased, I was unable to find any mpd client that I liked and decided to write my own instead (if anyone is interested, the code is available at https://github.com/dokutan/cmpdc)
ISO 8601 allows either dashes or no separator, both 20230810 an 2023-08-10 are valid, but not 2023.08.10 .
If you are looking for cheap storage, i recommend you check out diskprices.com . At least it helped me sometimes to find the disk with a low price per TB.
Of course anecdotes are of very limited usefulness, but I had exactly the opposite experience. The HDDs that failed on me, failed slowly with SMART errors that gave enough time to make a backup, and never failed completely. On the other hand I had a cheap SSD die completely and without any warning after only limited use, and experienced bit rot even on reputable vendors.
tl;dr choose what you want but make backups
I like the default OSM carto style, however as an everyday map while walking I mostly use Streetcomplete (or sometimes everydoor) as I like the ability to make edits.
I use both versions actively, the main differences of SCEE compared to StreetComplete are the addtion of more obscure questions (for example building and roof colors, species/genus of trees), allowing direct editing of tags and disabling the gamification/statistics.
(when-not (> a b) (> b a))
I find that S-expressions are the best syntax for programming languages. And in general infix operators are inferior to either prefix or postfix notation.