Skip to main content
-4 votes
0 answers
37 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
-1 votes
2 answers
88 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
-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
0 votes
0 answers
60 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
76 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
64 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
3513 votes
40 answers
1.5m views

I updated to the latest OS, and/or restarted my computer (this happens on every major update, but this time all I did was restart my computer on 2022-09-13). This morning I navigated to my work's ...
dustbuster's user avatar
  • 82.3k
0 votes
1 answer
88 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
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
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
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
3185 votes
40 answers
5.2m views

How do I manually find (and kill) process using the terminal that listen to/use my TCP ports? I'm on macOS. Sometimes, after a crash or bug, my Rails app gets locked to port 3000, and I can't find it ...
oma's user avatar
  • 41.6k
2 votes
2 answers
176 views

This is my function #!/usr/bin/env bash function run_aws_ssm_delete_parameters() { local -r enable_logging="$1" local -n parameter_names="$2" shift 2 local -a ...
PirateApp's user avatar
  • 6,423

15 30 50 per page
1
2 3 4 5
7904