Newest Questions
24,166,352 questions
0
votes
1
answer
11
views
Can't install pywifi in python terminal
While I was making a project, I realised that I needed the pywifi module to connect to Wi-Fi. When I tried to install it, it said that the word "install" was invalid. How do I fix this?
>&...
Advice
0
votes
0
replies
10
views
The codeproject.com website is unavailable
Codeproject.com and forum.codeproject.com are currently down at the server level, 2 years after new management started revamping the site. Any idea why and when the site & its forum will be ...
0
votes
0
answers
6
views
mvn gluonfx:link errors on Zorin OS 18. liblibchelper.a and -lstdc++ No such file or directory
Relevant information:
*********************** Environment Vars **********************
xxx@genV:~/git/OmegaGitHUBRepo/omegaFxProject$ echo $JAVA_HOME
/lib/jvm/java-25-openjdk-amd64
xxx@genV:~/git/...
0
votes
0
answers
9
views
GridDB Rust client cannot connect using notification_member (connection refused)
I am trying to connect to a GridDB cluster from a Rust application using the Rust client crate.
I configured the connection using notification_member as shown below:
use griddb::StoreFactory;
fn main(...
Advice
0
votes
0
replies
14
views
Inescapaable Absurdism
i formulated (dont know if im first) an interesting philosophical theory and named it "inescapable absurdism" it follows camus and caeiro's thoery yet it adds that our experience in life is ...
0
votes
1
answer
16
views
Why doesn't pd.options.mode.copy_on_write = True work when reassigning a column?
With pd.options.mode.copy_on_write = True, the original should not be modified when writing to a copy. However, when I reassign a column of the copy, it affects the original.
import pandas as pd
pd....
0
votes
0
answers
7
views
PendingModelChangesWarning When Starting API in Docker Container
I have a .NET9 Web API and database in SQL Server. I'm trying to run them in containers and have the API connect to the DB. I have been developing this locally for a while and everything is fine there....
Tooling
0
votes
0
replies
6
views
Broadcasting list of pytrees with each other without knowing the prefix a priori
I want to broadcast a list of jax pytrees with each other, where it is assumed that one pytree is the prefix for all others (but we don't know which pytree is the prefix in advance).
The solution I ...
Advice
0
votes
0
replies
22
views
New web platform idea
I have an idea for a web platform along the lines of Airbnb/Uber but totally unrelated. It will benefit millions of people in many ways. But I know nothing about web development. Is anyone willing to ...
-4
votes
1
answer
34
views
Logoipsum stacking over each other in my website [closed]
I had an issue while working on a wordpress website which is that when i applied the astra theme and built a page with it, then when i open the site "even in incognito" it shows me some ...
-2
votes
2
answers
49
views
File stuck in a staging area
C:\Users\Igor\OneDrive\Documents\dbhandler_app [master ≡ +1 ~2 -0 | +22 ~1 -0 !]> git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "...
Advice
1
vote
0
replies
36
views
Are there better algorithms for computing list similarity that this one I wrote, or corrections?
I am trying to find the best matches to a complete human name in a PDF. I'm parsing the PDF using pdfplumber with a sliding window the size of the number of words in the target name.
Let's say the ...
0
votes
0
answers
14
views
Is there an equivalent of ICU4J's PersonNameFormatter in ICU4C?
I'm working on a Qt6/C++20 application that needs to handle localization. So far, we've gotten away with using Qt's build in localization; however, we want to add person names to our UI, with proper ...
-1
votes
0
answers
20
views
How to correctly manage date and timezone between frontend and database
I can't seem to find a definitive approach to this problem, lots of options, and pros/cons.
I have a medical app written in Flutter which captures the date and time a procedure was performed. The ...
Best practices
0
votes
0
replies
21
views
Looking for Easier Ways to Manage Data Objects with Value-Based Minimum Distribution Requirements
Idea
I want to take a relatively large cache of data (108k items, 80 data points per item) and sift through it to grab items at semi-random and generate small pools of items. Each of the pools need to ...