fifty-nine bookmarks of interest.
Aromatic Holy Trinities in Various Cuisines
Other things to mix and match include shallots and various bell peppers.
A Command-Line Murder Mystery!
By Noah Veltman who appears to have impeccable gums.
How Far Away is It
A cannot-believe-this-is-free collection of Physics videos on everything from Classical Mechanics to QM.
TmpDisk - RamDisk UI for macOS
Here’s a Github Gist for a CLI option that uses diskutil
.
A Git Cheatsheet
By Julia Evans. I don’t think an average dev will need anything more than what’s on here.
Merchele Sans
Was paying a bill on the State Farm website and wondered what they used. Comes in serif and slab serif as well.
Pagefind, a fully client-side search library
Lovely. Uses some kind of sharding to intelligently get ‘pages’ of relevance. The WASM size is only ~70kB, compared to SQLite’s WASM’s ~460kB.
Learning Zig
By the same author who wrote The Little Go Book
A most excellent introduction to SVG
All a typical dev would need to know really.
Unix as an IDE
I love this. There really is nothing (or at least very little) that’s new under the Sun.
James Smith Solid Stick Umbrellas
Gorgeous. One day.
Understanding Regular Expression matching with .test(), .match(), .exec(), .search() and .split()
All these years and I find myself reaching for this reference quite a few times…
A Good Vimrc
If there’s a TL;DR it is the second line: “Don’t put any lines in your vimrc that you don’t understand.”
Calculus for Mathematicians
by DJ Bernstein
The Five Cognitive Distortions of People Who Get Stuff Done
Not what you think they are.
Euler’s Identity Explained using Triangles and Spirals
Just beautiful.
Don’t use Hadoop - your data isn’t that big
I bookmarked this in 2015 and it’s crazy how relevant it continues to be.
The Wonderful World of DNA Sequencing
Dated but a nice and quick intro a la “DNA for Programmers” or the like.
LiteCLI is a command-line client for SQLite
And a delightful tool I use almost every week for its auto-completion and syntax highlighting,