

Microbenchmarks which are heavily gamed
Which benchmarks aren’t?
Microbenchmarks which are heavily gamed
Which benchmarks aren’t?
What I like about java is it’s consistency. It’s not a great language but it’s a solid tool. It’s no trying to do anything brave, just steadily moves in the right direction.
Python is the exact opposite. There are at least 3 competing tools for everything, multiple ways to install packages, python 3 is not backwards compatible. Just setting up the environment is needlessly painful. It’s not a bad language but a terrible tool.
You can disable download in a lemmy instance. My instance doesn’t have downvotes.
What opinions do you see expressed on SO? Maybe we’re searching for different things there but all I see are answers that are either correct or not. If someone misunderstood the questions and the answers is not correct it gets downvoted. But I don’t know, maybe others use SO for things like “what’s your favorite distro?” or “Is AWS better then Azure?”.
It’s because all the questions have already been answered. How many times can you answer how to reverse an array in javascript?
I use SO daily and never seen anything like you describe there. All I see is that incorrect answers are down voted. I don’t know, maybe I just don’t pay attention to the “verbiage”. I look at the code sample and move on. In the end, it’s not a forum. I’m not there to read opinions.
Private and obscure benchmarks are very often gamed by the benchmarkers. It’s very difficult to design a fair benchmark (e.g chrome can be optimized to load Gmail for obvious reasons. maybe we should choose a more fair website when comparing browsers? but which? how can we know that neither browser has optimizations specific for page X?). Obscure benchmarks are useless because we don’t know if they measure the same thing. Private benchmarks are definitely fun but only useful to the author.
If a benchmark is well established you can be sure everyone is trying to game it.