Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 1
1 answer
99 views

The following will sound very much a beginner's question. In terms of hardware i am trully a beginner.. I am running the same Timefold solver (single-threaded) on two ARM machines and am seeing a ...
Score of 0
0 answers
52 views

I'm experiencing a critical issue with PassKit's shareable pass functionality. Despite having the necessary entitlements configured, I'm getting an entitlement error when calling ...
Score of 2
2 answers
244 views

I am trying to characterize the instruction latency of ARM's aese and aesmc instructions in Apple's M1, M3 and M4 CPUs. For M1, Dougall Johnson obtains [3 cycles][1] for a fused pair of aese + aesmc. ...
Score of 0
1 answer
981 views

SQL Server used to run smoothly and then after a disk full issue I had to rebuild the podman vm. Then the problem started: I would get a segmentation fault even running with platform: "linux/...
Score of 1
0 answers
88 views

Suppose you are processing a large data set using several cores in parallel. I am looking for the most memory-efficient way to break up the data among the processors. Specifically, this would be for ...
Score of 0
1 answer
164 views

I have been struggling to set up a Rails 5.1.7 application on my MacBook M2 for months. I installed Rosetta, x86_64 brew, and my terminal app is set to run with Rosetta. ~ ❯ arch i386 ~ ❯ which brew /...
Score of 0
0 answers
149 views

I'm working on a project that uses PyQt6 , but when I try to import it into my program, it throws and ImportError and says that it has 'incompatible architecture'. The full error message is: ...
Score of 0
0 answers
83 views

I am trying to install face-api.js. When running npm install I get the error - npm error Error: Unsupported system: cpu-darwin-arm64. Full logs: npm error command sh -c node scripts/install.js npm ...
Score of 1
1 answer
201 views

It must be staring right into my face, but I fail to see it. I'm learning assembler for Apple Silicon (ARM) and want to print out integers to the screen. My code works, but I don't understand the ...
Score of 3
0 answers
139 views

I have an interface library cxx_opts in cmake that defines a bunch of flags and a binary main that uses the cxx_opts library. cmake_minimum_required(VERSION 3.16) project(test LANGUAGES CXX) ...
Score of -6
1 answer
102 views

I can't install a specified version of Python packages within my virtual environment. I am on MacBookPro M1, and I have installed Python with Anaconda. conda activate my_env sudo pip install numpy==1....
Score of -1
1 answer
314 views

Does anybody faced with this issue, when you trying to debug an application on Rider, when you lunch debug it being blocked with the message: "MyApp" Not Opended, Apple could not verify &...
Score of 0
1 answer
318 views

I'm trying to add Karafka to an existing Ruby project and running into Architecture issues while trying to install the gems on my M1 Mac. I've faced this issue with other gems in the past but my ...
Score of 0
0 answers
64 views

I'm trying to install Mongodb community server on macbook air with the new M1 chip following the official mongodb tutorial. However i met this error. How can I fix error 4 and MongoNetworkError? $ ...
Score of 1
0 answers
201 views

I have a Flutter project from 2021 that I need to rebuild without upgrading dependencies. To manage different Flutter versions, I installed FVM and switched to Flutter 2.6 to build for iOS. However, ...

15 30 50 per page
1
2 3 4 5
185