About 46 results
https://til.iainsimmons.com/posts/restarting-a-macbook-in-recovery-mode · 27 Oct 2025
today iain learned: How to restart a MacBook in recovery mode
https://hboon.com/automatically-copy-macos-screenshot-path-for-claude-code/ · 16 Oct 2025
How I copy macOS screenshot file paths into Claude Code's terminal CLI automatically, first with a fish function and now with my shotpath CLI tool.
https://www.coryd.dev/posts/2025/i-made-a-music-app · 17 Jul 2025
I've been using Navidrome to stream music for a bit now. It's lightweight, snappy, stable and does everything I need. It lets me stream my own music, mark things as favorites and track my listening habits . It's decidedly nerdy — you need to self-host it...
https://anil.recoil.org/notes/apple-containerisation · 11 Jun 2025
Technical deep dive into Apple's new macOS Tahoe containerization framework using Kata Containers and Swift-based implementation.
https://www.tiernanotoole.ie/2024/12/11/how-to-set-up-mac-os-9-on-qemu.html · 11 Dec 2024 · 🦋 Bluesky
Want to experience the classic Apple operating system on modern hardware? Emulating Mac OS 9 using QEMU is the way to go! This guide will guide you through the process of setting up Mac OS 9 in QEMU, from creating a virtual hard drive to installing the ope...
https://octet-stream.net/b/scb/guide-to-signing-notarising-single-cli-binary-mac.html · 30 Nov 2024
30 November 2024 Problem Statement I'm compiling a single executable file for Mac, e.g., a Rust or Go program. I want to distribute it directly to users outside the App Store. I've paid 149 Australian dollarydoos for Apple's Developer Program and want t...
https://octet-stream.net/b/tt/cross-compile-mac-rosetta.html · 27 Nov 2024
HOME BLOGS PROJECTS GITHUB 27 November 2024 On an Apple Silicon Mac I was a cross-compiling some Rust code for the x86 version of a Mac and wanted to run some tests. That is: cargo test --target x86_64-apple-darwin This gave me an error I did...
https://hboon.com/simplywm-update-to-support-apple-vision-pro-mac-virtual-display-ultrawide/ · 8 Nov 2024
For the past few weeks on r/VisionPro, every time there's a beta release of visionOS, someone will ask: "does it support Ultrawide?". The day has come. visionOS 2.2 beta supports Ultrawide with Mac Virtual Display. You'll need to run macOS 15.2 beta for i...
https://www.coryd.dev/posts/2024/preventing-mailto-links-from-opening-on-macos · 23 Sep 2024
I use Gmail via Safari's add to dock feature and it doesn't work well with mailto: links, so I've stopped them from working altogether (well, mostly).
https://hboon.com/i-m-making-a-tiling-window-manager/ · 9 Jun 2024
I have been using window managers on macOS for a while. For a long time, I've used manual ones like Divvy and Spectacle. They worked but I've always been intrigued by the idea of tiling window managers. I read about Yabai and Amethyst and didn't quite get...