Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
6 views

I am building an on-prem document processing system using: - OCR for scanned PDFs - Embeddings for indexing - RAG for retrieval and question answering However, I’m seeing issues with retrieval quality ...
Whisperer_Loud's user avatar
Best practices
0 votes
0 replies
6 views

I'm attempting to benchmark a custom queue implementation with X consumer and Y producer threads. A single run takes on average ~68ms, and I've noticed that my benchmarking library sometimes produces ...
nee's user avatar
  • 3,055
-4 votes
0 answers
31 views

I am trying to resubscribe to my Claude account for Pro yearly subscription using Claude web UI. I constantly get the error: This organization already has an active subscription. What should I do? PS. ...
farid's user avatar
  • 1,633
-3 votes
0 answers
19 views

Annoying problem. My KDE environment seems to be scrolling through "tabs" until the end automatically.  I have checked that my mouse and keyboard is not spitting out constant input. Let us ...
Dr. Polar Humenn's user avatar
0 votes
0 answers
10 views

In a toolchain file I defined compiler flags like this: set(CMAKE_CXX_FLAGS_INIT -march=pentium) . As also described by the CMake docs these are language wide flags used for compiling and linking. ...
CodeNStuff's user avatar
0 votes
0 answers
14 views

I have the following problem: Setting values of large arrays is consing in sbcl and since I have to do that frequently, the heap space fills up quite quickly. What is the reason for the consing and (...
Orm Finnendahl's user avatar
Advice
0 votes
2 replies
21 views

I ran this command yesterday and today: upower -i /org/freedesktop/UPower/devices/battery_BAT1 and yesterday it said capacity is 91.something% and now its at 92.something%. since right now i'm in a ...
David Muñiz Wessels's user avatar
Advice
0 votes
0 replies
12 views

Environment: GBase 8s, CentOS 7 When creating a table in GBase 8s, I want a timestamp field to default to the current time (e.g., 2023-08-08 10:00:00). What keyword or expression should I use?
曹连望's user avatar
-1 votes
0 answers
19 views

Cloud flare is blocking while running the ui test. To resolve that I want to add modheader to type chrome. I tried adding driver.intercept as well as karate.configure with headers. Nothing worked. Am ...
Gunjan Vora's user avatar
-3 votes
1 answer
40 views

I'm trying to make a graphics test using tables as individual pixels, where you can move around using WASD, with the player character being the "@" symbol. I'm using this code: <!DOCTYPE ...
Sealington's user avatar
Advice
0 votes
2 replies
33 views

I have a set of objects with 3D positions (x,yz) where I know a theoretical max/min xyz for all objects. I'm using Python to do pre-processing on the objects and I want to group them into a small ...
Jules's user avatar
  • 709
Tooling
0 votes
1 replies
28 views

This question comes from my developing tool : 3v3nTr4cer from Github Link, which is my first “real” product. It’s a CLI-first event pipeline for backend monitoring, with security and audit logging. I ...
rub3ck0r3's user avatar
0 votes
1 answer
12 views

I have a file sorted on Student nbr (2 Digit Char + 6 Digit Number).. My requirement is to split this data into N (5 in below example) files to divide the load "nearly equally".. But during ...
mayank's user avatar
  • 47
Best practices
0 votes
0 replies
23 views

I’m working on a fairly large Rust project, and my local machine is a MacBook Air M2 with only 8GB RAM. I wanted a way to build it successfully on local hardware only, without using a VM, Docker, or ...
Roongroj Phetkheaw's user avatar
Advice
0 votes
2 replies
25 views

In the react reference documentation for the Children API(#transforming-children Scroll down to "Pitfall") it says: There is no way to get the rendered output of an inner component like &...
Harry Fish's user avatar

15 30 50 per page
1
2 3 4 5
1610925