MAMichael Amelininmichael4kind.hashnode.dev·2d ago · 8 min readHow a Mac App Locker Actually Works (and Why the Obvious Approach Fails)macOS still has no public API for "lock this one app behind biometrics." You can lock the whole machine. You can put a whole user account behind Touch ID. You cannot say "let everything else run, but 00
RLRyan Laiinhynote.hashnode.dev·Sep 9 · 2 min readThree different things “local” can mean in a Mac appWhen an app says it works “locally,” that can sound like one simple promise. For a meeting transcription app, it covers several independent decisions. While working on HyNote for Mac, I found it more 00
GGreat-Visionsingreat-visions.hashnode.dev·Sep 8 · 10 min readGreat Visions. Made real.A few days ago, I wrote about Great-Visions earning its first dollar. I thought that was a big moment. It was. But apparently we were not done making things official. Today, I get to introduce somethi00
GCGraeme Chardinfeedsbar.hashnode.dev·Sep 5 · 6 min readSigned, notarized, and silently unauthorized: the ShazamKit provisioning trap for Developer ID Mac appsOriginally published on feeds.bar, August 2026. Our ShazamKit feature worked in every debug build and failed in every shipped one. The signature was fine. The staple was fine. The missing piece was a 01A
Ccrimsondhaksinhelgafinn.hashnode.dev·Sep 3 · 6 min readThe dead assets you can no longer grep forEvery app accumulates resources nothing uses. An image outlives the screen that displayed it. A colour survives the design system that named it. A localization key outlasts the copy it translated. Non00
CSChandravardhan Singhinthecvs.hashnode.dev·Aug 27 · 7 min readI Thought Building the iOS App Was the Hard Part I thought finishing the app would be the hard part. It wasn't. Building ReturnPing took plenty of time, but at least development felt predictable. Something breaks, I fix it. A screen feels wrong, I r00
Hhimanshupant415ininnostaxsoftware.hashnode.dev·Aug 26 · 10 min readUnderstanding the Salesforce Security Model Salesforce stores data that most businesses consider their most sensitive assets — active deal pipelines, full customer histories, support cases, pricing, sometimes financial records. When access cont10
NGNorth Growth Labinnorthgrowthlab.hashnode.dev·Aug 25 · 8 min readThe Architecture Behind a Multilingual SwiftUI Verb TrainerA language-learning app can look simple on the surface: search for a verb, open a conjugation table, press a pronunciation button, and answer a few questions. The implementation becomes much less simp00
Jjacksoninmacless.hashnode.dev·Aug 16 · 3 min readFix "No signing certificate matching team ID" in GitHub ActionsIf you're building an iOS app in GitHub Actions (or any headless CI, really) and your archive/export step fails with something like No signing certificate "iOS Distribution" matching team ID "XXXXXXXX00
NSNexus Shellinnexusshell.hashnode.dev·Aug 7 · 4 min readKeeping a macOS Terminal UI Responsive During Large SSH Output BurstsAn SSH terminal can feel fast when you type one command at a time and still fall apart when a process prints several megabytes of output. The network is rarely the only bottleneck. In a native macOS a00