Asheras wrote on Mar 2
nd, 2018 at 9:10am:
I disagree. I think 10% of exploiters are players who are basically game hackers. Hackers hack because of the challenge of the hack. They climb the mountain because it is there. They are probably looking for exploits in multiple games at a time. And any game they play, they look for exploits. The fun for them is finding the unintended consequences in the code and figuring out how to maximize them.
This is the segment that will exploit/hack no matter what the consequences. Because the benefit/reward is in finding the exploit. Not in actually gaining benefit from it. (Besides the validation and epeen that comes from sharing it). This is the segment that you can only eliminate with better programming, version control, etc.
I agree with all that, except I'd put the number more like 1%, if that. Finding bugs isn't always simple, but in any complicated system, they're around. The tricky part can be replicating them, and that's a million times easier when you know (generally) how code works. Or how the last one worked.

They almost all leak though - validation like you say is always big. It's probably 1% of *those* who don't need to share shit.
Asheras wrote on Mar 2
nd, 2018 at 10:18am:
Bugs aren't bad coding. There are two kinds of programmers: The kind that know their code has bugs and plan for handling it and the kind that don't know their code has bugs and are shocked and caught off guard and let it become worse than it needs to be. (There is no 3rd kind of programmer that creates bug free code. Any programmer who says otherwise is a liar or a fool. Or both. )
That's a little oversimplified as I'm sure you know, and corrected in the post after yours... there are plenty of kinds of programmers, but the worst kind is those who don't learn from their mistakes. 95% of the (exploit) bugs in this game are of the same variety. That's what's hilarious from our position as Public QA, and intensely frustrating from a coder's perspective. They do the same shit over and over, and it burns them every single time.