I’m very interested to see if this develops until a full bootloader unlock. Picked up CIB hardware on eBay for $70. A general purpose Linux kiosk for this price is a no brainer.
Very well said. Reminds me of the old adage about /r/crypto “a place where people who don’t believe in financial regulations learn why financial regulations exist”
As a seasoned shell programmer, when I see set -euo pipefail, I know immediately that low quality code “batched list of commands”-type code follows.
It’s bad code smell and an anti-pattern as far as I’m concerned. Anyone who has actually has taken the time to learn POSIX/BASH shell to any degree or complexity knows that it’s fully capable of catching errors in-band and that a .sh file isn’t just a dumping ground for repeating your shell history.