one hundred bookmarks of interest.
How to Migrate from RaidZ1 to RaidZ2
There is the purposeful degradation of the pool but I don’t know how else one would do it without buying more disks for a separate pool entirely. Author helpfully provides a lot of links to places you can back up your stuff to (with prices!)
(Cached)
Epified is a Collection of Indian Hindu Mythologies in an Illustration Style I Absolutely Love
That’s a link to the Mahabharata, quite possibly my favorite story ever.
Dr. Axel’s JavaScript Flashcards
He’s also written and published this amazing book.
fffuel.co is a lovely collection of CSS and SVG tools
Here’s a lovely noise generator, for example.
UbuWeb is a large collection of avant-garde art and media
Been around since 1996!
Goodlinks is an Instapaper Alternative with mobile and desktop UIs
Looks lovely. $9.99 on the App Store, one-time purchase, sort of: you purchase up to a year of feature updates.
Mousecape is a Cursor Manager for macOS
Good old-school fun. I miss being able to theme OS X. How much fun is this? I hope Apple doesn’t bork whatever makes this work.
Some Glorious Terminal Text Effects
Written in Python. Not sure where I’d use them. Reminded me of Charm.
reAMP is WinAMP for macOS
Written in Swift. Last update was in 2020. There’s also WebAMP, whose Skin Gallery puts a smile on my face.
Keka, an Unarchiver for macOS
Because The Unarchiver now shows fucking ads.
Yes, I am complaining about a free thing. I have zero problem paying for the application and/or for the ads to go away. We drown in enough shit as it is. Does make me think why I need a separate unarchiver… perhaps for RAR files?
Navidrome is a free, open-source music player with a web UI
Here’s a demo site (demo:demo). I was able to launch it in under 30 seconds (M2 MacBook Air, 24GiB) against a ~200GiB music library.
UX and beets integration aside, it’s essentially what I tried to build a long while ago. A simple music player (based on Rust/Golang, SQLite, and simple Web APIs) whose UI made sense to normal and reasonable people and not ambitious product managers.
Advanced Shell-Scripting with bash
Been writing bash
scripts for over 15 years now. Learned a lot from this presentation. There’s also this advanced bash
scripting guide I’ve referred to for a while now.
hidutil key remapping generator for macOS
I use the excellent Karabiner for my keyboard but this appears to be a more ‘native’ solution. Here’s a copy of the repository.
CASCII is a lovely ASCII editor for the browser
And it’s a single file! I’ve cached it here. This is a lite version of one of my favorite apps, the excellent (and surprisingly cheap) MonoDraw for macOS.
ZX is a Node-based Scripting Tool by Google
Lovely little wrappers around child_process
, it looks like. I love Bun’s shell-scripting feature and am glad to note that the same elegant (eye of the beholder, leave me alone) syntax is available in Node via zx.
(Primarily) Interface Icons by zwoelf
They’re thin and delightful. 600 of them. Found them on this Floating UI component site.
Live-Reloading Middleware for Bun.js
A pretty comprehensive solution! I was looking for this when attempting to learn me some Bun and make a small script that would live-reload a single page (with SASS and Tailwind). And voila: a significantly better solution than the duct tapey thing I came up with 🤣
Tart lets you run VMs on macOS
Very cool. More CLI than UTM. Another is Lima.
Tipi appears to be a super-easy Home Server
Thing I like about projects like these (another example would be LinuxServer) is studying their humongous list of FOSS apps.
BatFi gives you full control over how your Mac laptop is charged
You can use System Settings -> Battery -> Battery Health -> Info Icon to toggle this “ML” approach where macOS (and the developers who know more than you about how to care for your Mac) will handle this for you but I’ve never gotten it to work as expected despite docking my laptop repeatedly, and for half the day, over a year.
You can buy it on Gumroad or here’s a download link.
Doppler is an iTunes/Music alternative
Another is Swinsian which looks like iTunes of yore but doesn’t have dark mode (and, not that this means anything, appears to have no updates since 2018).
Both apps are paid. An Open-Source manager is the Strawberry Music Player
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,