• 0 Posts
  • 9 Comments
Joined 22 days ago
cake
Cake day: March 3rd, 2026

help-circle
  • In basic terms, your computer has to say something like I clicked here, to send it to the server and orchestrate with the other clients. On the flip side the server sends stuff back that your client can show you were the other clients are. All this raw data can be used by a cheater however they want. If we minimise the data available to you or a cheater to be the levellest, that would be the client only sends mouse and keyboard inputs, and all the client gets back from the server is pre-rendered frames. Think game streaming, from a cheating perspective is the problem solved? No, they just make a program to read screen and move the mouse when it sees an enemy faster than any human can, or more realistically to avoid that detection, just act slightly better than the cheaters opponent. As other comments have mentioned, game streaming for everyone would be expensive for the server. And if your clever you’ll realise that even BIOS level detection won’t stop a separate computer with a webcam doing keyboard mouse emulation, hence the comments about the developers wanting control. AI deepfakes can attest that even gameplay moderation will get more difficult as the input emulation gets more human like.

    So the only hope is to do enough of all these things so that cheaters deem it not worth the effort/not profitable enough.




  • For the reasons you are stating the snapshot is actually a boon. More than I’d like to admit I’ve had to write something that has been done so many times before with some slight structural differences. And of course there isn’t a library flexible enough nor enough time to write that library. Instead of just busywork mindlessly writing something that should just exist already. You can just slop it out quickly then spend the time it would have taken to write that, to refine it into something maintainable with all the new changes that are actually interesting and useful improvements. I see it as raising the bar of starting point.

    That said, I just license my own stuff as MIT because I want to raise the bar for everyone, though I know it’s likely the AI companies haven’t respected the wishes of those who don’t do/want that.


  • In a way I understand him, the culture is too one sided in its values. There isn’t a balance or a good middle ground. If you appreciate irony, it’s too optimised for “features”. For which I generally agree. So the people upholding these values are too lazy to find the balance.

    As an aside, every Dev I know would love to endlessly iterate and improve a single thing. So I understand finding that balance isn’t easy either.