Skip to main content
-4 votes
0 answers
34 views

While doing: ssh -i somekey.pem [email protected] on a recent macOS, I see: Are you sure you want to continue connecting (yes/no/[fingerprint])? Is [fingerprint] the macOS biometric ...
Paul Verest on LinkedIn's user avatar
-2 votes
0 answers
36 views

I'd like to know if there's a way, or software, to map mouse movement to the movement of a gaming joystick? For example, if I move my mouse cursor to the top of the screen, I'd like it to correspond ...
tatane's user avatar
  • 3
-1 votes
2 answers
85 views

I recently added a setting to my Mac app that allows the use to select between a light, dark, or automatic appearance. While this works overall, if you select dark and relaunch the app while the ...
S Jensen's user avatar
0 votes
0 answers
59 views

I am working making an assembler that compiles bf code into an executable that can be run on macOS. Essentially, I run the compiler, which outputs a raw arm64 binary to output.bin (i.e., a binary that ...
Joseph's user avatar
  • 333
-1 votes
0 answers
60 views

I have recently restarted macOS Cocoa development, and I am running a M4 iMac with Tahoe 26.4.1, and using Xcode version 26.4.1 (17E202). When my app starts, I get no error messages, but what triggers ...
lpetrich's user avatar
2 votes
1 answer
105 views

I'm attempting to use the gcc compiler installed at /usr/bin/gcc by homebrew on my MacBook running Tahoe. Every time I run it, it defaults to Xcode's clang instead. I am attempting to compile C++20 ...
Jeff Swearingen's user avatar
0 votes
0 answers
75 views

So i have a raycast like app and for the hotkey, i recently switched to using macos apis instead of https://crates.io/crates/global-hotkey because i needed the flexibility, and I switched to NSEvent ...
Unsecretised's user avatar
0 votes
1 answer
63 views

As the title suggests, I have been working on a cross-platform project where I want to create apps for the macOS backend programmatically (without Xcode) through a combination of C and Objective-C, ...
Mitch War's user avatar
Advice
0 votes
0 replies
27 views

I updated to macOS 26.2, and then SourceTree was unable to connect to internal network addresses like “172.x.x.x”, although connecting to domains worked fine. I spent a whole night figuring this out.😣...
Xiao Sun's user avatar
0 votes
2 answers
87 views

I am working on a form to allow the user to enter some input. Here is my code: import SwiftUI struct ContentView: View { @State private var searchString = "TEST" @State private var ...
koen's user avatar
  • 5,922
0 votes
0 answers
41 views

The Finder has a "Rename…" (formerly "Rename X items…") command that offers interactive pattern match & replace: I like to invoke this operation from my own program. Is that ...
Thomas Tempelmann's user avatar
0 votes
1 answer
175 views

I have written a shell script that I want to run every time I log on to my Macbook, and I'm trying to execute it via launchd. My script is not a persistent daemon, it's supposed to write some text to ...
Tom's user avatar
  • 9,219
Best practices
0 votes
0 replies
37 views

How to avoid of covering a magnificant object by the "loupe" tool in macos "preview"? There is now way / cheat to shift away over the zoomed target. Any LLM suggestions aren't ...
user32611928's user avatar
0 votes
1 answer
38 views

I've got a .NET Xamarin app running on Mac. It's been working fine, but I've been upgrading it to .NET 10 and macOS 26. After the upgrade, I have one dialog that is acting weird. It's the popup to ...
Paul's user avatar
  • 509
Tooling
0 votes
2 replies
35 views

Question: I’m exploring the architecture for a desktop application that needs to: Capture both microphone input and system audio (e.g. Zoom/Meet calls) Process the audio stream in near real-time (...
Juan Luis's user avatar

15 30 50 per page
1
2 3 4 5
7904