• 9 Posts
  • 899 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle


  • I think reactos is just in a weird space of semi uselessness like haiku. It’s not good enough to use daily and doesn’t have as much retro appeal as game emulators so not enough work is done to it.

    Also building reactos is terrible, or at least was years ago (it’s a whole os and userland after all, I know it won’t be simple). If the development workflow improves the project could get off the ground.

    As far as posix support goes I would love to see reactos get to the point where a posix nt personality could be real again, but really I think humanity has learned enough about operating systems to build a new one from scratch instead of liberating proprietary tech at great cost.



  • 😅 naa for me encryption a bigger risk than theft

    That said, you should be able to decrypt your disks with the right key even on a live boot. Even if the secrets are in the tpm you should be able to use whatever your normal system uses to decrypt the disks.

    If you don’t enter a password to boot, the keys are available. If you do, the password can decrypt the keys afaik.

    Again, I don’t do this but that’s what I’ve picked up here and there so take it with a grain of salt I may be wrong.





  • I’ve been trying to run a stable system with never overcommit and no swap . It’s impossible. this is the thing that may make me a kernel developer once I retire.

    I’ve settled for tons of swap with never overcommit but I still can’t do normal things sometimes.

    The downside to swap is wearing out your disk and latency when swapping, it’s good to have swap usage before ram is gone to let the system have more ram available for random allocations. My goal is to never need the oom killer, but it seems like many apps (chrome and FF mostly) basically require overcommit to function.

    Right now my system has 30% ram used and is still keeping 700MB is swap. I would recommend to try benchmarking your settings but I don’t do that myself so I don’t know what to use 😅.

    You can try disabling swap with swapoff, then your system is definitely maximizing your ram use, just be prepared for the oom killer to wreck your session.








  • I second the idea that this is a bad idea, but…

    Maybe a remote desktop solution is what you want, keep your data local or in your cloud account and provide remote access to a machine that can use it?

    You could roll your own self destruct script that will wipe the machine on boot if it hasn’t phoned home in a while. You would want to lock the bios and use secure boot. Qubes may have some relevant features.

    Also, consider getting a Chromebook instead. ChromeOS is already a walled garden and I think they are remote wipeable and they can run a Linux vm supported by elgoog.