Cryptography nerd

Fediverse accounts;
@[email protected] (main)
@[email protected]
@[email protected]

@[email protected]

Bluesky: natanael.bsky.social

  • 0 Posts
  • 9 Comments
Joined 3 years ago
cake
Cake day: August 16th, 2023

help-circle

  • The thing about the Steam runtime is it’s literally just a different way of packaging it as far as the dev cares, and overhead for containers is much smaller than a full VM, so performance impact is minimal. Containers were originally created to make cloud deployments easier to automate because all the most important dependencies are packaged and there’s a stable interface to the OS regardless of host, and it replaced heavier virtual machines for most autoscaling web apps. Doesn’t need full virtualization and or guest kernel, etc. Easy to suspend for hibernation too, which is great for portable gaming too.


  • Literally the Steam runtime is a Linux container environment with standard dependencies available for packaged applications and games

    Anything supporting the container format it uses can run it

    Containers is a method of presenting a system environment which looks the same across any computer you run it on, even if the underlying systems are wildly different, it’s like a sandbox but designed for efficiency (less resource overhead)