Nephalis
@Nephalis@discuss.tchncs.de
- Comment on 6* months away now. If you're on 10, do you plan to upgrade? Make the jump to Linux? 2 weeks ago:
No Kernel level anti cheat will ever work on linux. But probably Windows will disable the possibillity to manipulate on kernel level either in the future.
- Comment on Open Alpha Trailer | Splitgate 2 1 month ago:
Jup, I watched it without sound first. After reading your comment, I rewatched it with sound. I missed nothing the first time 😅 I hope when its time to heat the marketing machine for release there will be a much better choice…
- Comment on Open Alpha Trailer | Splitgate 2 1 month ago:
Yes, but they dropped it withing these two month because a publisher or at least investor offered money to build a more sophisticated version of their game. And here is the alpha it seems.
- Comment on Docker in LXC vs VM 2 months ago:
You could create a fresh container, install docker, and create a new template image from it. This way the overhead of installing disapears. The overhead in resource usage for each docker installation would remain the same as before.
As mentioned in another reply, you could run several container in one lxc. For example with docker compose or podman. Since I have no experience with podman but with docker compose, docker compose is pretty simple.
But all in all, I prefer to install everything “bare metal” in lxc containers. The main reason is, I don’t want to mess around with the extra layer of configurating ports etc.