"How to do A?" Comment: "You shouldn't do A, it's better to do B" Closed, duplicate of "How to do C". Yeah sure, in the beginning, there were many more basic questions (how to increase number by 1, how to get division remainder, how to check if file exists,...), and if you're coding in Perl, you can still find all the answers... if you're working in python, you'll find answers for python2, some for python3, some spec…
This is just another anecdote. But here goes. My experience was that there was a long period where your complaint was quite true. I believe that they have heard this complaint enough and have lightened up a little. There are still more and stricter rules than most sites, but the obsession with pruning duplicates seems to have cooled.
The Fall of Stack Overflow
101–110 of 808 posts
Re: The Fall of Stack Overflow
#102Re: The Fall of Stack Overflow
#103Even though StackOverflow in the common use case has been taken over by ChatGPT, I sincerely hope it keeps operating, stays strict (even if it causes collateral) and keeps ban on LLM-generated content. The wheels of this kind of stuff turn slowly, but obviously ChatGPT was trained partly with data only gainable from a healthy StackOverflow-kind of site with users actively asking unique questions and enough people ans…
> Even though StackOverflow in the common use case has been taken over by ChatGPT Claim asserted without evidence.
Re: The Fall of Stack Overflow
#104Re: The Fall of Stack Overflow
#105Where were these data sourced from? As far as I know, StackOverflow does not publicize internal analytics with such granularity. If these figures are real, are they leaked?
Stack Overflow used to release their data archives quarterly on BigQuery. Looking at the BQ datasets, they were last updated Nov 2022, which doesn't have the latest 2023 info in the submission.
https://medium.com/snowflake/how-to-load-the-stack-overflow-...
Re: The Fall of Stack Overflow
#106Earlier quoted context omitted.
> Even though StackOverflow in the common use case has been taken over by ChatGPT Claim asserted without evidence.
It has for me, and several developer friends, and considering the fame ChatGPT has gotten, and that StackOverflow's fall has accelerated, it's obvious the milkshake's migrating. Not all of it of course, as I stated, "for the common use case"
Re: The Fall of Stack Overflow
#107As much as Stack Overflow has helped me in my youth. The community made me feel stupid and I felt so much anxiety asking for help.
Re: The Fall of Stack Overflow
#108What non-trivial question has straightforward answers? It's just a homework help site. No serious discussion is allowed.
Re: The Fall of Stack Overflow
#109- google used to return really relevant results for SO, and it stopped doing so at some point a while ago
- moderation on SO has gotten progressively more horrible. can’t tell you how many times I found the exact, bizarre question I was asking only to see one comment trying to answer it and then a mod aggressively shutting it down for not being “on topic” enough or whatever.
- because of the previous bullet, oftentimes the best answer is buried in comments and has very negative feedback despite answering the exact question
Due to a combination of these things, filtering against the noise for what I wanted became increasingly more difficult and often the solution to my problem was easier found searching github comments or random blogs.