"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…
The Fall of Stack Overflow
71–80 of 808 posts
Re: The Fall of Stack Overflow
#72Re: The Fall of Stack Overflow
#73I think the problem is google losing the fight with spammers. It's being a while for me that I have to put "stackoverflow" in the search query to avoid sites with scraped content
A few years ago, my programming-related queries would hit Stack Overflow as the first or second result. Now it's very frequently spammy garbage in the top 2-3 slots.
Re: The Fall of Stack Overflow
#74I was promoted to one of those "mod" type people who reviews new answers, first posts, etc, a few years back. I can tell you that I quit in the last 6 months. All new answers are answers on questions from first time posters, answering questions that have good solid answers from 8+ years ago (mostly 10 years), and it is pretty obvious, they are just doing it to get points. The question/answer is not something that has…
I'm just not sure what value there was to have a team of people volunteer their time to making sure there were absolutely zero duplicated questions/answers? What problem is that solving? If anything, it is adding problems by not letting the content naturally evolve in time.
If people want to assess the quality of answers, it's better to have multiple data points, and SO could have invested those resources in algorithmically linking similar questions and making it easy to navigate by both answer reputation and time.
Along similarly lines, it seems best to tackle the people trying to game the system algorithmically as well - if content is word for word duplicate, that's a problem which can be solved by computers instead of people (similar text is a solved problem).
It seems the only use case for moderators on SO is for removing truly inappropriate content - it's wild to me that moderators were spending significant amounts of time actually removing technical questions and answers.
It reminds me a bit of reddit moderation, where reddit communities enforce these non-sensical rules and by extension require hugely heavy handed moderation to 'curate' their communities. Like, the headphones subreddit disallows pictures of headphones in boxes. Why? If the community is interested in headphones, what's the difference if it's a box or not? It's not like if you take it out of the box the headphones look different than any picture you can find on the internet.
Seems like many of the problems of moderation are artificial rules endlessly being enforced by real people which ends up just being pseudo 'make busy' work.
Re: The Fall of Stack Overflow
#75Earlier quoted context omitted.
> and it is pretty obvious, they are just doing it to get points Gamifying reputation was one of the worst things we've done. I was part of this in previous positions and after a while it became apparent that it brought out the worst in people. There are better ways of incentivizing usage rather than stupid internet points.
I'm not sure if up voting this comment is appropriate, but I wholeheartedly agree
Re: The Fall of Stack Overflow
#76Re: The Fall of Stack Overflow
#77"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…
Re: The Fall of Stack Overflow
#78Re: The Fall of Stack Overflow
#79Where 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?
Users with over 25,000 reputation can see site analytics that include charts that look a lot like these. https://stackoverflow.com/help/privileges/site-analytics
- Last month, Stack Overflow had ~142,575,642 visits.
- Last month, Google gave 127,896,508 visits to Stack Overflow
- Last month, Bing gave 7,491,274 visits to Stack Overflow
You could say that the Stack Overflow # of pageviews depends mainly on:
- How often people are searching Google/Bing for answer.
- How often Google/Bing rank Stack Overflow high enough for people to click into it.