376 Followers
142 Following
408 Posts
can anyone vouch for the brownie recipe in the Dyld shared cache?
One of the coolest features in macOS and you can't symlink it into your dotfiles :/
Would love to know if there is a `defaults` key to turn this dialog off entirely and effectively auto-choose "ignore"
Provided without explanation

Quick update to https://arm.jonpalmisc.com:

- Docs updated to 2025.09 revision
- Some visual improvements
- Maybe better search(?) (you tell me)

Should be strictly improvements, but lmk if anything seems to have regressed :)

Search continues to be a bit of a nightmare—one day I'll write a better library but for now I'll keep fighting Pagefind...

P.S. If anything seems wonky, try emptying your cache.

The fact that files in the GitHub sidebar cannot be right clicked and opened in new tabs is unimaginably bad UX oversight
Reversing Logic Pro to try to hack-in some features I like from Ableton—it seems some parts of the code still use some German vocabulary (presumably the parts inherited from Emagic)
"Search for '3082...' to find RSA public keys" trick works every time (for DER-encoded keys at least)
[9/n] The wrapper is very basic and just calls the standard 'init_database' function, optionally waiting for auto analysis to complete before returning:
[8/n] Turning our attention to 'open_database', we can see a check that the library is initialized, then basically just a passthrough to a wrapper around 'init_database' (renamed by me):