Newest Questions

Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
4 views

I’m building supervised hate speech detection models and comparing transformer-based approaches such as BERT with more traditional machine learning models. I already have a fairly large labelled ...
CaraL's user avatar
  • 1
0 votes
0 answers
5 views

Struggling a lot with Trip_SearchRQ in order to get the PNRs created by my PCC. I tried setting in POS my PCC with AnyBranch=true but I receive many other PNR data not only created by my PCC. I ...
Dumitru Rogojinaru's user avatar
Advice
0 votes
0 replies
12 views

I’m an early-career dev deciding what to double down on for job hunting in the next 3–12 months. I keep hearing conflicting stuff — “Java is dying”, “junior Java roles are super limited/competitive”, ...
diluc's user avatar
  • 1
Advice
0 votes
3 replies
19 views

How do I optimize my C++ code? In short: I reduced a SAT problem to a Rubik’s Cube, and then I solve that Rubik’s Cube using a solver written in C++. However, the overall environment runs in Google ...
KAORU AGUILERA KATAYAMA's user avatar
Best practices
0 votes
0 replies
26 views

tl;dr what is safest way to declare a default initializer for some "complex" field like a std::vector<std::string> ? Given the following struct declaration export struct MyConfig { ...
JamesThomasMoon's user avatar
1 vote
0 answers
12 views

I am using WTelegramClient in a C# / .NET 9 environment to manage multiple user sessions (userbots). I am encountering a strange, intermittent issue with the login flow that I can't pin down. The ...
iceblink's user avatar
0 votes
1 answer
16 views

We have a Dropwizard application which uses https://github.com/smoketurner/dropwizard-swagger to provide an interactive Swagger page. Normally we just serve the application on the root path and ...
Dan Blum's user avatar
0 votes
0 answers
20 views

I can run java: C:\PROGS\java\Oracle\jdk-8\bin\java -version java version "1.8.0_441" Java(TM) SE Runtime Environment (build 1.8.0_441-b07) Java HotSpot(TM) 64-Bit Server VM (build 25.441-...
albertkao9's user avatar
Best practices
1 vote
3 replies
13 views

I am working on an embedded project where two motors are controlled using PWM signals. Each motor requires two PWM signals, so the system generates a total of four PWM outputs. For testing purposes, I ...
akoluaciklinux's user avatar
-2 votes
0 answers
14 views

I have created remote repository while already having local one. I connected them via Source tree and tried to push locally made changes to my project, but got this error. Also, I already got some ...
Jessica's user avatar
  • 83
0 votes
0 answers
10 views

I would like to regrid variables from a netcdf file defined on a regular lat/lon grid to the Belgian Lambert conic conformal projection (EPSG:31370: X, Y in meters). The input netcdf file has the ...
Alessandro's user avatar
0 votes
0 answers
23 views

I've searched around about how one can write a shell script (preferably cross-shell, but also in bash) that detects if it is being piped into so that it's operation can be changed accordingly. The ...
Melab's user avatar
  • 3,022
0 votes
1 answer
32 views

We recently upgraded from Python 3.9 to 3.14 and it appears that the default start method for multiprocessing has switched from 'fork' to 'spawn' and it is causing some tests to fail, trying to ...
rpmcnally's user avatar
  • 259
0 votes
1 answer
56 views

Title is pretty much self explanatory, How can I redirect in html while in fullscreen? I know it was asked here: Navigation website while in fullscreen state in Chrome leaves fullscreen but I am ...
jsDOMinator's user avatar
0 votes
0 answers
17 views

In many data science competitions the user is asked to predict on new data when the target is not given in the new data set. The target is given in the training data set, but not the test set. For ...
Russ Conte's user avatar

15 30 50 per page
1
2 3 4 5
1611206