Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)XE
Posts
0
Comments
12
Joined
2 yr. ago

  • Seriously, people don't understand what "cache" means, maybe they should just create a ramdisk and install the game there to understand the concept.

    I believe people with lots of RAM simply enjoy the feeling of theoretically being able to run everything, but they don't actually want processes to use that RAM, because it would deny them the theoretical possibility to run everything.

    I jest, of course. The problem is that as a user you don't have that much control over which process should use your RAM, and also freeing RAM is hard. Chrome gobbling up your whole memory is good when you're using Chrome, but you don't get it back when you alt+tab back to your game

  • I was much more into Gameboy, SNES and later PlayStation than the DOS games that were available to me. However, once I really got into PC gaming, controllers felt extremely limiting to me and nowadays I cannot even use them anymore. I prefer mouse and keyboard even for racing games and platformers

  • We are using the kubernetes executor. You can add additional sidecar services for your jobs, and we're using that mechanic to run podman as a daemon. There are some gotchas I had to solve if I remember, but now it works nicely for us. Except for Testcontainers, which throws an exception when your Testcontainer is exposing ports

  • I'm not a fan of VPNs for cases like this, but that is a personal preference. I'm using a TLS client certificate with my nginx as load balancer which works very well for me. I have installed that certificate on every PC and my Android device. Let's Encrypt also works, but for every self hosted service a client certificate is required