• 0 Posts
  • 212 Comments
Joined 22 days ago
cake
Cake day: June 23rd, 2025

help-circle


  • That’s why the Nazis were absolutely vile but at the same time did boost scientific understanding through morally repulsive forced experiments on humans and weapon tests during war time.

    That gets repeated a lot, but they hardly did any actual science. A lot of it was stuff like “if we take someone with brown eyes and we put bleach in their eyes, does it turn them blue? better test a couple dozen just to be sure”.

    Stuff like rocketry was valuable knowledge, and didn’t require being vile cunts.


















  • The problem is it’s not stupid simple, it’s actually fairly complicated. Each piece of hardware and its driver must be suspended. The GPU is a particularly tricky one. Its processor must be suspended, and the state saved. In the kernel, the driver must suspend its execution, and likewise save its state. Then on resume, each half has to reload and begin execution again. And if there’s any mismatch in the resumed states, the GPU and/or driver crash and probably take the kernel with it.

    Now do that for the Wi-Fi, Bluetooth, sound card, USB, disk controller, and every other device.