@Overspark@piefed.social
Overspark
member since 1 Sep 2025 14:23
comments
- on This ‘World of Warcraft: Forever’ Mod Blocks All Interactions With Asmongold Fans in c/games@lemmy.world · 1h ago
-
on Petrol is now so expensive, EVs Cost A Lot Less To Drive Than Gas Cars in Europe—Even With Public Charging in c/europe@feddit.org · 11 Sep 2026
Implying EVs weren’t always cheaper to drive than chimney cars.
-
on Podman: Issues with multiple users running containers simultaneously in c/selfhosted@lemmy.world · 5 Sep 2026
It can be run as root, but it doesn’t have to, as it is only accessing the host network, not any user-specific network. Crossing the boundaries from host network to user-specific networks is left to the reverse proxies running as those specific users.
Port 80 and 443 can normally only be bound as root, but you can work around that with either firewall rules or by using something like this in your sysctl config:
net.ipv4.ip_unprivileged_port_start = 80 -
on Podman: Issues with multiple users running containers simultaneously in c/selfhosted@lemmy.world · 5 Sep 2026
You can use the per-user reverse proxies as a bridge between the host network and the user-specific internal network. So for a user coming from outside the path looks like this:
User -> main reverse proxy on main IP and port 80/443 -> user-specific proxy listening on main IP with port 8080 and proxying to user-specific internal network -> destination container listening on user-specific internal network.
And for a container running as a different user the path will be the same, but the user-specific reverse proxy will be listening on port 8081 and higher for example.
-
on Podman: Issues with multiple users running containers simultaneously in c/selfhosted@lemmy.world · 4 Sep 2026
The solution to this can be multiple reverse proxies. Each user runs it’s own reverse proxy (if you actually need one, otherwise you let the container bind directly to a port on the host system). Then you run one main reverse proxy on port 80/443 that proxies to those other ports based on hostname.
The upside of this construction is that containers running as different users can’t directly access each others internal networks, which is much better for security, as those networks often contain barely protected services, which is why you’re using a reverse proxy in the first place.
Edit: there are different options with custom networks and such, but they’re even more complicated so I wouldn’t advise them.
-
on Why is my home server using so much RAM for cache + buffer? in c/selfhosted@lemmy.world · 16 Aug 2026
Yeah that’s completely normal, looks absolutely fine to me. For more info on how linux uses memory I suggest reading https://www.linuxatemyram.com/
To add: that link suggests looking if your swap usage is changing. Linux is quite happy to stuff some memory that isn’t actually used in swap. If it was right about it not being used you should see the swap usage not changing much, so your SSD isn’t really being used either apart from the initial swap-out. If your swap usage keeps fluctuating wildly there is more going on which might warrant further investigation.
-
on BMW’s in-car Spider-Man ad is a warning sign: we were promised a transport revolution, instead we got cars tracking us and serving us ads in c/technology@beehaw.org · 13 Aug 2026
This has nothing to do with cars being electric, the ad was shown on modern ICE BMW’s too.
-
on What is a good steering wheel for racing and trucking? in c/gaming@beehaw.org · 11 Aug 2026
I’ve got a Thrustmaster T248 that I mainly use for trucking. It’s OK, but if I were to start over I’d get a Moza with a trucking wheel and stalks. And for racing you can get another wheel and easily swap between them.
I think most of these people are on PvP servers. I’m currently playing on PvE in the Forever beta and it’s pretty good.