Software developer and artist.

  • 1 Post
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle





  • Interesting viewpoint, but I think the applications aren’t at fault: The operating system should ensure that the user has control of the computer at all times. I think you need to do three things to achieve that:

    1. Limit process RAM usage, so the system never has to swap
    2. Limit process CPU usage, so the system never stalls
    3. When drivers / the operating itself crash, revert into a usable state (this one is probably the most complex one)