Hello there!

I’m also @savvywolf@furry.engineer , and I have a website at https://www.savagewolf.org/ .

He/They

  • 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle
  • It’s relatively trivial, you just need to write a kernel module. You’d just need/want to make it gpl so everything it does is fully audited and transparent. That’s not a problem, is it? Right?

    From a technical standpoint, you could argue that someone could create a fork of the kernel that spoofs the interface that the anticheat uses to make it ignore things. You can, of course, also do something similar in Windows, but security theatre never let practicality get in the way.


  • Daily backups. Then you can have as much wild ambition as you like. Disk failures do not care for your permissions bits anyway.

    Practically though, one thing I find that’s a good habit to get into is to use rmdir on directories that you know should be empty instead of rm -rf. If you’ve made a mistake and try to delete the wrong folder, it’ll error out.