• 0 Posts
  • 61 Comments
Joined 1 year ago
cake
Cake day: July 26th, 2024

help-circle


  • Pretty decent, but there’s a few things I think should be improved:

    • Logos !!!
    • Instead of having a chain of distros as an answer, make a nice group and don’t point towards any one of them. I’m still trying to figure out if you have some sort of ranking going on.
    • The split after “Windows or Mac? -> Mac -> <similar> or <similar and user friendly>” is weird and should probably be a question and differently phrased.
    • Immutability is misspelled and not explained. The gradient also makes it looks more special than the others (while it’s just a difference). Maybe an asterisk with an explanation at the bottom would be better for this.
    • At one point you use “Please” instead of “Yes”. I understand the joke, but people who could actually use this flowchart might not.
    • SteamOS is not a viable distro choice. (For now at least) I would suggest removing it until it actually becomes one.
    • “Are you a developer” has 4 answers but could be split into “Yes” and “No” with their own GPU questions.
    • White on yellow/orange is hard to read.
    • White on pink is readable but could be made easier to read.
    • Maybe a better font would great too
    • You could also add some Lemmy/Reddit/forum URLs where users could get Linux help.
    • You could also add some information like “Just looking for a Linux laptop? Buy System76” or something (I’m not up to date with decent Linux laptop vendors)

    You are open to critique so I hope you don’t mind this many points.








  • For developers in similar situations, where the corporate overlords make your life miserable; use dead man’s triggers Instead of a simple killswitch: manually start handling certificates, introduce memory leaks that you can easily clear, have excessive disk filling logs that you can daily clear, and all kinds of other stuff that is a perpetual dumpster fire that you extinguish as part of your job. Oh, and don’t forget to forget commenting and documenting. The next developer should instantly learn the pressure they have been putting on you.










  • You realize this’ll occur at the expense of Microsoft treating the user as an untrustworthy enemy.

    What do you mean? Take away your ability to create drivers? Because it’s already extremely limited and you need to get signed. I guess this “change” would just mean not signing any new antivirus drivers.

    This means modding (even for offline play) will not be allowed. Heck, even modify ini files might be viewed as “hacking”.

    That’s a completely wrong take. Whether or not an anticheat runs in the kernel or not does not mean people can just go and edit their files. Even with a kernel level anticheat people can already do that if the driver is not running. The correct way is to do purity checks during connection to an online server, and only allow serverside code to update the gamestate. Any texture file hacks and local purity bypasses for those would need to be caught by the userland anticheat, like it has been done for ages. Not the best solution, but far more privacy friendly.

    I agree removing the need for anti-cheat in principal sounds nice, but this means archiving games or porting them to “unsupported platforms” will be relics of the past.

    Another weird take. Are you talking about the anticheat not being installable anymore? Because even if a game comes with a kernel level anticheat it would need a valid certificate, so any dead game would eventually have this problem regardless of it being allowed to install the driver. Porting games would in almost all cases get rid of the anticheat or somehow null it, disable any custom servers from forcing a valid anticheat, stuff like that. And archiving would be much easier without any anticheat at all, again regardless of kernel anticheat or userland anticheat.

    MUCH better solutions against hacker are to use all this amazing machine learning stuff on the server side, put more power back into the hands of admins and their selfhosted servers, and handle reports about hackers better and faster.