Some notes on exploring the Toggl Track macOS app's CoreData-backed SQLite database.
This guide explores different ways to structure zsh scripts and functions when you want to exit early from inside a nested function. The main pitfall is that exit inside a sourced script or function doesn’t just stop the function — it can terminate your whole shell session. The examples here show common patterns people try, the problems they run into, and safer alternatives. Each section highlights what happens when you run or source the code, where things can go wrong, and why the simplest approach — a basic standalone script — is usually still the best.
Reverse Engineering macOS Passwords Pane Internals: Searching for Hidden x-apple.systempreferences URL Anchors through Passwords.prefPane, PasswordsSettingsExtension.appex, PrivateFrameworks (PasswordManagerUI.framework, Settings.framework), dyld Cache, etc
Some notes on reverse-engineering the macOS Passwords System Settings pane — following its path from Passwords.prefPane to ExtensionKit PasswordsSettingsExtension.appex, uncovering dependencies in private frameworks and the dyld shared cache, and probing for hidden x-apple.systempreferences URL anchors or parameters beyond the documented basics.
| { | |
| "actions":[ | |
| { | |
| "title":"Open Tweet", | |
| "regex":"https?://(mobile\\.|www\\.|m\\.)?twitter\\.com/(@?[a-zA-Z0-9_]{1,15}/)?(status|i/web/status|statuses|i/topics/tweet)/(\\d+).*$", | |
| "testInputs":[ | |
| "https://twitter.com/zpower/status/588561590997352448", | |
| "https://mobile.twitter.com/kiebk/status/599159327056863232?cn=cmVwbHk%3D&refsrc=email", | |
| "https://twitter.com/i/web/status/814237378382622720", | |
| "https://twitter.com/hamburger/statuses/221225038941126657", |
Some notes on integrating workflow automation tools such as Apple Shortcuts / Alfred / BetterTouchTool / etc via CLI and other methods.
Some notes on techniques for extracting and rendering web content, including approaches to automation, limitations, and emerging service models.
Some notes on Model Context Protocol (MCP) tools I’ve stumbled across that seem interesting or useful to me personally — not aiming to be a catch-all list.
Some notes on event and workflow automation systems — tools and platforms for automating processes, orchestrating tasks, and enabling durable, event-driven workflows; spanning open-source projects, cloud services, and distributed systems.
Some notes on running Windows games on macOS, including ARM-based M-series Macs.