Newest Questions
24,150,647 questions
-2
votes
0
answers
20
views
How can I run a quantized LLM efficiently on iOS using Core ML, MLX, or llama.cpp?
I am developing an iOS application for Apple Silicon devices (iPhone/iPad) that runs a small language model fully on-device without using cloud APIs.
The main requirement is low-latency inference ...
Advice
0
votes
1
replies
10
views
How Do You Avoid Cabinet Handle Clearance Issues with Integrated Appliances?
I'm currently working on a kitchen refit and have spent a surprising amount of time comparing cabinet handle styles and dimensions. One issue I ran into was handle projection—the distance a handle ...
-4
votes
0
answers
15
views
How can I resolve the issue of text appearing while click on any content [closed]
In WordPress website woodmart theme I find issue, when I click on any content products photo in homepage it appears theme name like black-friday-24 etc, follows the sequence 1- infinity.
I searched ...
-3
votes
0
answers
15
views
gfortran wont stop giving me F951.exe: Fatal Error: Cannot open file '' [closed]
I have literally no coding experience and am attempting to run gfortran using MSYS2 on my laptop with windows 11 for a research project. I have a .f file that i am attempting to compile however every ...
0
votes
0
answers
32
views
How to remove the top (or navigation) toolbar background tint in iOS 27
After updating to iOS 27 and playing around in some of my apps, there is one visual that I am not a big fan of seeing return.
The navigation toolbar has this tint background behind it similar to iOS ...
0
votes
0
answers
21
views
Kotlin ViewModel StateFlow - Properly Updating State Changes
This question is to understand StateFlow in a view-model. How to update the value more than one time properly. So, a very interesting issue happens, value updates for this first time, when, say authV1 ...
-2
votes
0
answers
33
views
Ptrace is slow, Is there any faster alternative syscall that is faster and doesnt pauses the process
I'm using ptrace to monitor system calls of a target process (similar to strace), but the performance overhead is too high for my use case. Specifically, ptrace pauses the traced process on every ...
0
votes
0
answers
47
views
Win32 C++ ListView LVITEM pszText string lifetime - getting gibberish characters
I have ListView item labels stored as an std::vector of std::wstring . Something about the lifetime of the string I convert from std::wstring to LVITEM's pszText in a utility function is causing ...
-2
votes
1
answer
48
views
Javascript/CSS deconfliction of grid coordinate points
I have an existing working web platform where coordinates with labels are plotted on a two-axis grid. As more coordinates are added, the possibility for overlapping becomes higher and higher. The ...
-3
votes
0
answers
29
views
Trying to find a better code formatter or find options for js-beautify
So I'm just getting into using a code formatter for my react apps. I had tried prettier for a bit but I really don't like that there are a handful of options I can't alter, so in looking around I ...
-1
votes
0
answers
26
views
Workbench Instances UI GPU
When I use the Workbench Instances UI, I don't see the availability for GPU as documented here:
https://docs.cloud.google.com/compute/docs/regions-zones/gpu-regions-zones
UI does not include GPU ...
0
votes
1
answer
49
views
Python multiprocessing works in but hangs in Windows Server
I'm running a Python script that uses multiprocessing. It works fine on my local Windows 10 machine, but on a Windows Server 2019 environment it hangs and never finishes.
Here is a simplified version ...
-1
votes
0
answers
41
views
Proper syntax to pull repo from Bitbucket with API token
The context
Just starting from yesterday Atlassian Bitbucket disabled ability to pull repos with use of a password.
https://developer.atlassian.com/cloud/bitbucket/changelog/#CHANGE-3222
The problem
I ...
Advice
0
votes
0
replies
26
views
Maps data: Timeline for detailed streets expansion across US cities?
Detailed streets in Google Maps are an essential part of the service--especially for navigation--that display lane markings on arterial and surface streets on the map. This is powered by machine ...
0
votes
0
answers
48
views
Query `select count(distinct columnname)` returns zero for non-admin user
For a non-admin user, with 'Select' permissions on a 'View', they are able to count the number of rows and display all the contents of a SQL 'View':
select * from dbo.BackupInfoView;
select count(*) ...