Today I watched Soldering Crash Course: Basic Techniques, Tips and Advice.
How to create a file and mount it as a filesystem
As seen over on How do I create a file and mount it as a filesystem? the answer is that you need to use the -o loop option:
mount -o loop /path/to/file /path/to/mount
Basic schema inference for JSON
Today via lobsters: Shape a TypeScript library for schema inference.
ES2021 Features
Today via r/programming: ES2021 Features.
The Baked Data architectural pattern
Today via r/programming: The Baked Data architectural pattern. It’s a good idea. Basically deploy your data/content with your code.
Plug standards
Software testing
Via HN today some measured discussion about software testing: We need to talk about testing.
How to restore Okular to visible Menubar
I found How to restore Okular default (toolbar) settings, and the short answer is press Ctrl+M.
Time-weighted averages
This via HN today: What time-weighted averages are and why you should care. Looks really interesting! Wish I had time to read it closely…
You can’t tell people anything
This old chestnut via Lobsters today: You can’t tell people anything.