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

help-circle


  • SteamOS would be a particular poor choice as a desktop operating system compared to basically any other Linux distribution. It uses an immutable file system and reverts all system changes upon every update. That’s nice if you don’t want to fuck up your handeheld gaming device with some dumb changes, but it’s generally not what you will want on a device you use for all kinds of things. Of course, with some effort you can work around this, but then, why don’t use a system that doesn’t just use such a paradigm in the first place and won’t roll back your workaround to make it usable with the next update?


  • If you have billions of targets to scan, there’s generally no need to handle each and every edge case. Just ignoring what you can’t understand easily and jumping on to the next target is an absolutely viable strategy. You will never be able to process everything anyway.

    Of course, it changes a bit if some of these targets actually make your bot crash. If it happens to often, you will want to harden your bot against it. Then again, if it just happens every now and then, it’s still much easier to just restart and continue with the next target.