24,731 questions
Advice
0
votes
0
replies
33
views
EXO cluster with topology aware sharding
In a 3 node EXO cluster with topology aware sharding over Thunderbolt 5, what happens to active inference sessions when Mac Studio 2 fails? The document describes Redis tracking active sessions per ...
Advice
1
vote
0
replies
54
views
AI server with agents
I’m working on an idea where I want to build my own AI server with agents.
The main problem I’m trying to solve is: how can other users with low-end PCs (less RAM/GPU) still use powerful AI?
My idea ...
Advice
1
vote
1
replies
121
views
is there a way to run a GitHub code space on a server? (as in a physical one)
I can't prosses stuff that are said professionally so try to make your answer as simple as possible (in other words explain it like a child would to another child). I cant spend any money so don't ...
Advice
0
votes
2
replies
153
views
How does BaseHTTPRequestHandler send HTTP headers and JSON response body in Python?
I am learning backend development and REST APIs. I created a very small HTTP server in Python using BaseHTTPRequestHandler.
Here is my code:
from http.server import BaseHTTPRequestHandler, HTTPServer
...
Advice
0
votes
0
replies
96
views
Team radio clips unavailable via the end-point of F1
I've been working on a personal project and wanted access to the team radio clips of all the drivers for the project.
I was able to find and access them via the https://livetiming.formula1.com/static/ ...
Advice
0
votes
1
replies
31
views
Windows Server 2008R2 client login script location
Quick note, I'm the Accidental IT at my church. I know just enough about Windows Server to create and remove accounts. The people who set up our servers are long gone.
We have an ancient Windows ...
Best practices
1
vote
4
replies
159
views
Why does my website randomly show a server error?
I am working on a travel booking website. It is working fine most of the time, but sometimes it suddenly shows a “We had a server error” message without any clear pattern.
This issue is not constant, ...
Best practices
0
votes
2
replies
164
views
What is the best way to the sync.Once.Do() in Go?
I am coding a server in GoLang that allows multiple clients to connect to it and each time a client sends a message to the server that message is propagated to all of the other clients. I came up with ...
Advice
0
votes
2
replies
75
views
is it ok to store user ssh_host , other details storing in db with encryption
I use node js , So i am creating a application for deployment with SSH or docker , for now in SSH , i do like
Asking inputs as ssh_host , ssh_user , remote path and ssh_key , however i use crypto ...
Best practices
0
votes
1
replies
38
views
List Workstation Pointing to Different DNS Server
I need to find out which workstations on my network are pointing to different DNS server. Is there a tool or command line I can use to generate this list?
Advice
0
votes
2
replies
65
views
Atomic Release for Laravel + Vite
I am using a Laravel + Vite Project
My setup is Git Action, where I call production.sh file
In which I take a pull of the branch and build the project, and do the necessary steps.
At the moment, I ...
Advice
2
votes
10
replies
138
views
How can I make computers share a task
I’m really interested in the idea of having multiple computers work on one problem from across the world (so each computer does a chunk), and I'm wondering how I could implement this. I know a decent ...
0
votes
1
answer
89
views
Deploying SpringBoot backend on server. URL/URI not hierarchical due to jar file
I'm working on a project for school. It's almost finished I just need to deploy the application to a server. I am doing this step-by-step.
I have built the application on the server using the command ...
3
votes
0
answers
132
views
Audio played from server sounds sped up and crackling
I made a server in C that sends data bit by bit over to a client. The client then plays the audio bit by bit, but the audio on the client end doesnt sound right at all. Its a bit sped up and sounds ...
Best practices
0
votes
2
replies
39
views
Resize Partition without deleting Data
I have a small Ubuntu server running at home.
It uses a 500GB SSD and today i noticed that it seems to be nearly Full.
This should not be the case so i checked the Drive with
lsblk -o NAME,FSTYPE,SIZE,...