Hacker News new | past | comments | ask | show | jobs | submit login
The Fall of StackOverflow: A Data-Driven Analysis (pdftranslate.ai)
92 points by sh_tomer 26 days ago | hide | past | favorite | 125 comments



I feel like this article overlooks a very simple idea at the heart of what Stack Overflow is: there are only so many questions you can ask about e.g. how to write a CSS selector before all the others are duplicates. This is not necessarily a bad thing, the whole idea of Stack Overflow is to have answers to general questions, not to everyone's individual question. A lot of people, especially newcomers, don't understand this though, and then get frustrated when their question gets closed as a dupe. Closing dupes is a feature not a bug, just like all roads lead to Rome, you want your questions to build a linked list to a good canonical question with a quality answer. If the whole site is riddled with a hundred thousand questions that were caused by a typo then everyone would get drowned in the noise. In other words, as far as I'm concerned this is working as intended, Stack Overflow is a QA site, not tech support.


> Closing dupes is a feature not a bug

Closing actual dupes? yes. Closing as "dupe" questions that sound similar to other questions, that's a massive bug, and happens if "close all dupes" is a major goal for people, over "ensure I understand the question and the question I think it's a a dupe of" (which can be quite hard and specific!), the overall context (yes, the question was answered in 2009 with "use jQuery". No, that's not the answer in 2024, but there is no process to "re-open" a question where the state of the art has changed), ...


    the overall context (yes, the question was 
    answered in 2009 with "use jQuery". No, that's 
    not the answer in 2024
This is the crux of SO's problem. At scale, it's just an impossible task for the moderators to parse out this sort of context since the problem space (the number of potential dupes) is massive and getting larger every day.

At a minimum, for that problem to be overcome, IMO there would need to be a lot of metadata associated with each question so that moderators could make faster and more accurate judgement calls regarding the question of, "is question A a dupe of question B? are question B's answers still relevant?"

This seems like an issue where LLMs could actually be of some assistance. In my experience ChatGPT has been pretty good about understanding that sort of change over time and which solutions are deprecated. I wouldn't want LLMs making the decisions outright, but I could see them being a valuable assist for human moderators.


> but there is no process to "re-open" a question where the state of the art has changed)

Of course there is. When you get closing privileges you also get re-open privileges. And, believe it or not, people do reopen questions when it's appropriate.


> Closing dupes is a feature not a bug

Yes, but it's implemented in a user-hostile manner that kills engagement and therefore retention.

A friendlier implementation imo, would be for the asker to be shown the duplicated answer(s) inline under their question, with a note that it's a dupe and a link to the original question(s). That leaves them with a vastly different experience, and regular users can still continue to see it as just closed. Kinda like shadow banning, but healthier.


> A friendlier implementation imo, would be for the asker to be shown the duplicated answer(s) inline under their question, with a note that it's a dupe and a link to the original question(s).

That would occupy a lot of space. What's wrong with the current approach of posting a link to the duplicate? Mind you, when the first user votes to close as a duplicate, the system automatically posts a comment with a text more or less like "this question already has an answer on this link http://stackoverflow.com/.... If you think this case is different please state why". Then after three votes the question gets closed.

But please notice it can still be reopened. Users with 3000+ reputations (so not only what many people percieve as sort of barons on stackoverflow) can vote to reopen. And three votes are enough to reopen a question.


>>What's wrong with the current approach of posting a link to the duplicate?

Simple. The user's problem is not solved. The whole point of StackOverflow was to help people get answers to their questions.

If you fail at this, you lose your relevance.

>>Users with 3000+ reputations (so not only what many people percieve as sort of barons on stackoverflow) can vote to reopen. And three votes are enough to reopen a question.

You don't have to under go these rituals in front of LLMs just to get your problem solved.

Even until now, StackOverflow had no competition, so it didn't matter. Now that there are alternatives. People won't put up with user hostile experience.


Instead of closing dups, I think they should go into a pile and "a link" shows you the list. The reader can then sift through them. Literal duplicates could still be closed from there. I've run into many closed dups where the original answer, while still correct, didn't click for me where the closed question got responses that gave me the Aha! moment.

SEO the hell out of the "pile pages" so the top hits go to something useful, as opposed to a closed question with everyone commenting that it's the top Google result.


This is already the case, all linked questions are shown in the right sidebar and you can easily navigate through the graph, both up and down.


"the whole idea of Stack Overflow is to have answers to general questions, not to everyone's individual question"

But why? I ran a site called WPQuestions.com for 7 years, it was where people paid between $10 to $50 to get fast answers for their WordPress questions. I called it "micro consulting" in that the consultants were answering small questions for small fees. While I get that StackOverflow wanted to be free, I wonder why it didn't commit to being more of a Helpdesk for people in need. Why have general answers, when people have such an urgent need for specific answers to their specific questions? An incredibly wasted opportunity. Even more so, with AI able to answer all of the general questions, the only avenue open to non-AI companies is answering very specific questions that are heavily context dependent.


Answering everyone's specific personal questions is geared towards beginners and doesn't add any value to others. E.g. fixing your typo doesn't help the next guy understand why their code doesn't work. Explaining the general case is timeless and valuable to all skill levels. There are plenty of sites that do what you describe, but there's a reason Stack Overflow became widely known and used instead: the QA is applicable to everyone working in that space, not just that one person who asked about their specific case.


I think StackOverflow has convincingly demonstrated that “timeless” in programming is about 5 or maybe 10 years.


And that’s because programming languages move so rapidly, whether they need to or not. For some reason I can’t quite fathom there is always a desire to shake up the status quo, that particularly as a mechanical engineer I don’t understand. I don’t want some radical new way to integrate components, let alone new different components, I just want something that’s reliable and will be usable for a long time.


Non-rhetorical question: is it possible to be both? That is: be a support/micro-consulting site and a repository for canonical knowledge and best practices?

Stack Overflow sort of flirted with this idea, I guess, with the concept of attaching "bounties" to your questions. The bounties were just Stack Overflow points, not cash. But AFAIK that wouldn't spare your question from being marked as dupe so you still couldn't use SO for support.


Depends on your use case in terms of the time pressure you're under, but I learnt a lot from SO answers. Having to figure out how a general answer applied to a specific question taught me much more than getting a specific answer to a specific question.


That would be correct if technology doesn't advance and change constantly, which is not the case. New frameworks, new technology, new versions for programming languages are constantly on the rise, so I would expect that will be a good reasons to ask more new questions on SO, but that's not the case anymore.


I think you did some "grammar typos" with the two "not the case"?


IME the problem is that the criteria for "dupe" is way too low. Like, I start with a question asking how to do X in .NET8, which is what I am trying to answer. But it's closed as a dupe of something else that answers the "same" question for .NET framework 4.5, an API that was deprecated 10 years ago. Part of this might be Microsoft's awful naming choices, but some is also Stack Overflows obsession with no dupes.


    there are only so many questions you can ask about e.g. 
    how to write a CSS selector before all the others are 
    duplicates
Right, but there's a staggering number of permutations of other factors.

Think how many ways there have been to center a freaking HTML element over the years! There are, at a minimum, at least 10-20 "correct" answers to that question over the years.

Even today, that answer varies a lot. What is your render target? A state of the art desktop browser with automatic updates turned on? Browser in some locked down corporate/government/military environment that is 5 or 10 or 20 years old? HTML embedded in email? Some combination of those?

But Stack Overflow's design lacks that kind of specificity - there's no metadata associated with questions that would reliably specify the specific environment and software/library versions being targeted.

And even when the person asking that question does give that information, the moderators don't have the time or the inclination to manually and laboriously parse out those specifics and compare them to the specifics of the other possible dupe candidates... a comparison space which grows by zillions of candidates per hour.


> Closing dupes is a feature not a bug

The problem is with uneducated mods who falsely close a question as a dupe.

Separating real dupes from possibles dupes is a hard task, but if they are not up to the task then SO needed to find people that were or change the system.


This is a good take on that admin like identifying dupes is a feature and can be grating for newcomers.

But I don't think their is a practical upper bound on good questions though, so the reduction in total questions and answers in those graphs is definitely not good.

I have always thought the scale itself is very hard to maintain. I thought the different sites had a good balance but it is hard work. Mods and superusers should get compensation.


SO wouldn't be nearly as annoying and avoided if they bothered to noindex or 301-redirect closed-duplicate questions. I mean, both of those would also be terrible, but at least it would reduce noise in all of our search results.


pretty much, the article doesn't take into account all factor. There is so more question you can ask until you end up having most question already answered.

The 'dated' user interface is irrelevant, people don't scroll it endlessly like they do on facebook. they come for question and answer, the ui is fast and well made for that purpose.


> the ui is fast and well made for that purpose.

The UX not so much though.

There's so many x.stackexchange.com estates that often overlap (devops, serverfault, linux, askubuntu etc).

The search is, and has always been, very poor to unusable. I've always just reverted to DDG or google to search stackoverflow.

Having loads of answers and questions in a clean and fast UI is good, but if no-one can actually find the right Q and A, the overall "interface" is just outdated and poor.

(Edit: related: I've always voiced the opinion that "duplicates" aren't solved with more or harder moderation, but with better search)


I find StackOverflow interesting because there is (in my opinion) a ginormous gap between how the volunteer moderators feel that the site should operate vs how its users actually use it. I think it would be almost impossible for a new user to ask a well-received question these days.

Instead of striving to improve the user experience then the moderators spend their time bickering over meta issues. Many haven't asked or answered a question in the last five years.


I have a theory that if the homepage didn't show 'Featured On Meta' the reputation of the site would be much higher because we wouldn't all be getting a window into the bickering and nitpicking. The bickering and nitpicking is far too prominent on the homepage


That's a good point. I know no site where it takes less clicks to access the current in-group drama.

Thinking about it, know I want a "Current Drama" button where the "I'm feeling lucky" button used to be on gSearch :)


And its gone! 'Hot on Meta' has now disappeared from the homepage


There are a lot of questions that try to find out if something is still the best way of doing things or the right technical choice at the present time. Those questions feel like duplicates or opinions, but are really not in many cases. Some areas of expertise move a lot faster, answers to questions about for instance Kubernetes or Javascript ecosystems tend to be out of date pretty quickly.

At least I feel more often the need to ask if I'm making a sane choice for the next few years rather than literal `1 + 1` questions with clear ever-green answers, which StackOverflow seems to prefer.


Maybe there should be a way to “bump” a question after a year or so, adding a comment along those lines.

Otherwise, if you explain why you’re asking the question again, link to the previous question, and maybe present arguments why you think the old answers might be outdated, then it’s lesa likely to be closed as a duplicate.


The long standing tension is "StackOverflow is a Q&A site, not a forum". A key difference is forums allowing the same topics to come up over and over again, while SO was supposed to funnel all discussion back to "canonical" questions.

And of course many people come to SO with unformed questions or want a discussion for the social interaction, resulting in them getting hit with the SO hammer. Not quite sure where they've ended up, but the obvious one is Reddit.

People keep mentioning Discord, but I've no idea how you'd actually use a programming discord in the same way as you'd use SO, because if you make a post and come back an hour later surely it'll have vanished into the flow?


Out of curiosity, have you seen the new “Staging Ground” feature?


Yes in my opinion it's an absolute disaster that does nothing to help the new user experience.

1. Post a question as a new user

2. It goes into Staging Grounds instead of the main site, so there's no way to get an answer

3. Watch as a handful of powerusers flag it and demand changes, with a combination of user-written and automated comments

4. Make some of the recommended changes

5. It gets closed anyway and never makes it to the main site

To me it seems like a forum that effectively sanctions the bullying of new users. I'd like to see Staging Grounds success statistics.


I was one of the first testers of Staging Ground back in late 2022, if I remember they stopped it mid-2023. Now, I'm surprised they revived SG. Let's just say I'm not a fan of the idea or implementation.


It’s also possible that the target audience has changed significantly since its inception. The early adopters and moderators were true enthusiasts.


The views chart is wildly wrong and misleading in the context presented. The linked query [1] returns aggregate views by question creation date — when it should be showing aggregate views by view date. It's not surprising that earlier questions have racked up a lot more views.

[1] https://data.stackexchange.com/stackoverflow/revision/185820...


I don't understand the difference you are describing, but the data you link to shows a very similar graph to the OP. Or at least I can't see what the difference is. Could you elaborate?


If a question was created in 2013 and viewed by somebody in 2020, that moved the line higher in 2013, not 2020. A more useful view would be one where it contributed to 2020. In other words, the graph shown answers “how often were questions viewed, dependent on when they were written.” The point the post is trying to make would benefit more from “how many total views were there in a given year.”


Ah... the graph of "how many real programmers are left".

Behold this X post, and cringe as you slowly die... https://x.com/dagelf/status/1827622956849078618


The linked site seems overloaded (it’s popular on Reddit right now) - is it the same article as this one? https://en.numere.org/home/blog/the-fall-of-stackoverflow

…if so, it was published a year ago: https://www.linkedin.com/posts/erik-h%C3%A4nel-6a44151a6_num...

*EDIT:* The linked site (with an ironic… or apt domain-name) finally loaded for me - it is a different article.

Interesting to compare conclusions though:

2023 article:

> In summary, it appears that the biggest contributor to "StackOverflow's fall" is not one of the two LLMs GPT3 or GPT4, but rather the market power of Google's algorithm. The latter's changes in May 2022 caused a significant drop in traffic that is much more significant than the effect of GPT. However, since traffic also provides advertising revenue, this can be a big problem in the future. […] Of course, this also reflects the previous analysis: most of the generally valid questions have already been answered (and their answers can also be generated by GPT). What remains are the few questions that are very specific.

2024 article:

> StackOverflow's decline was a result of issues within its model and execution, which predated ChatGPT's introduction. While ChatGPT may have accelerated this decline, it was not the sole cause. There are likely many factors contributing to StackOverflow's struggles, but AI alone cannot account for the entirety of its challenges.

They both kinda agree - if you squint a bit.


> most of the generally valid questions have already been answered

My experience was that SO excelled at answering basic questions with definitive answers, but anything creeping outside that sweet spot would be poorly understood by both answerers and moderators. It’s still a useful resource for that historical record of basic answers, but it feels like complex, niche or subtle questions are not welcome.


More complex questions are OK-ish, but the site's audience is not really setup for them.

They have to be asked in the sort of detail that most of those asking do not otherwise any answers end up either wrong (because of details not known at the time of writing) or at least as vague as the question. Also, a long question will put people off actually interacting with it which is one of the reasons people aren't going to change how they ask the question, that and sometimes people don't realise that their question isn't simple (though why they don't realise that when they can't search for a simple answer seems like an odd disconnect to me!).


So where to go with such questions? I have one that I am not sure if it is a bug, a user issue or an android issue or a phone/hardware issue.


Exactly! I don't know where to go either. Once upon a time, SO was the place, but they stopped that with site policy changes around 2012 or so. A lot more became off-topic, and I found that the value I got from it declined right from that time.

The view count sharply dropping off around 2013 mirrors (to me) the increasingly more narrowly defined scope of the site's acceptable content than what it was when it started.


I went back and checked my SO account history. I stopped posting answers regularly at the end of 2011. I can't remember now what drama caused me to stop, but in 2011 I was posting 2-3 answers per day, then in 2012 I didn't post anything until mid-year, then about a post or two per year, and my last post was over 6 years ago.

Digging through my local notes and journals as to why I stopped, I have an unpublished draft blog post from 2012 that has some examples of bad questions from 2012, and I later added https://meta.stackoverflow.com/questions/252506 to it as something that resonated with me - "Why did I even help this guy? I have just been wasting my time". I must have been burned out on the whole thing by that point, but it was 10+ years ago and I've not even visited SO in years.

I do remember they added a tier of moderation around this time, and I had sufficient points to have access to that. Every time I visited the site it showed a red dot on the stuff-to-do icon, encouraging me to review a queue of bad questions. I'm pretty sure that was when I decided to stop contributing, because the site felt like it was more focused on the tedious bureaucracy of it all than the technical stuff.


Your story resonates with mine, and is also a complete opposite of what most people claim is the problem. Most people say "SO is full of unfriendly power users", and that's why it's in decline. But to me it's the opposite. The power users are what made SO, and they're tired of the influx of badly written questions, entitled people they're trying to help for free etc., of course people get burned out. But it's the useful users going away.


Hey, starting to write a reply to you caused me to remember why I quit. It was the moderation tools for sure.

One of them changed so that when you reviewed something it would show you at random a sample that had already been reviewed, but this was not indicated in any way. If you got the review "correct" it said "well done, that was to test you are paying attention!" - it was even more patronizing if you got it wrong.

I was so annoyed that they had wasted my time in this way that I stopped contributing all together. It was a wake up call that the whole site was taking advantage of our free labor, and I decided to do better things with my time.


For that you really need a conversation with a relevant person or people, where they can ask clarifying questions and the whole thing is discussed in a more fine-grained manner, which is not what SO was ever intended for. SO is more geared around a direct question→answer workflow, with some secondary support for clarifying questions via the comments areas.


/r/android then post a wrong answer with another account.


If you participate in using reddit you become part of the problem, please don't.


You are not wrong particularly, though you don't say which problem you are concerned about with Reddit, and you completely fail to mention any sort of alternative.

When someone asks “how do I X” and the only answer is “do Y”, just saying “don't do Y” is not helpful because that amounts to “don't do X” and the original asker might not have/want that option.


You're right. For me personally, Discord was killing Stackoverflow about a year earlier. Waiting a week for a reply on Stackoverflow was becoming dull while discord live chat rooms were buzzing with instant feedback. Even as copilot first arrived it wasn't a scratch on asking an room of professionals at realtime. But now chatGPT has become a bit more fledged you can see why it would dent other platforms. I've often thought about this as how would you train future bots if all we do is talk with them now?. Where will they read their answers?


Whenever I go on Discord the chats are so busy my message flies up off the screen in seconds - how does it work for you?


To be fair I haven't used it for about a year. As I recall I joined about 40 rooms though and not all were busy. But I think in general if your question is esoteric you would have to peel of into a room with someone with the domain specific knowledge. Some problems require a wordy description of the problem and that wont fly well in a live chat. I was really just after verification that my solution was optimal. But sometimes there just isn't a better way.


Holy $DEITY.

Discord is a -ing chat platform. They haven't fixed anything for you. The various communities that run their own discord based chats may or may not have fixed things for you.


I haven't used Discord, but isn't the issue there that the answer gets quickly buried? It might work well for one person getting an answer, but the huge value of SO is that the answers stick around and turn up pretty well in searches.


> I haven't used Discord, but isn't the issue there that the answer gets quickly buried?

Yes. This is one of the key reasons behind creating SO and why it worked so well at first.

As well as non-current content in some sources getting buried or otherwise being hard to find, or simply expiring (individual forums going offline), the other issue was the distribution of people willing+able to answer questions around the many disparate forums was inefficient – for all the talk of “the Internet should be as decentralised as possible” no one has found a better answer for this than a bit of centralisation with open licensing (SO wouldn't have attracted as many of the better people answering if their work was going to be locked in rather than covered by something like CC-BY-SA).

The solution that is taking over a bit ATM is Chatty Glorified Predictive Text and its friends, because this gets around the latency issues (you get a much faster answer, even if an incorrect one that means you need to rephrase the question several times) and licensing issues (though IMO the morality of that is rather dubious, the legality of it is still being argued in a number of places, but nether question of legality nor morality is going to stop it happening going forward).


I have a different explanation:

Diminishing returns.

A 100% successful StackOverflow SHOULD show a tapering off of questions. This is exactly what we should expect from perfect success. Now, I don't think perfect success is what we see, but a system where a question can be answered once and then re-read many times should absolutely not keep new question counts high, that would be a sign of a massive failure.

The view counts is harder to explain. I would guess it can be partially explained by search engines inlining stackoverflow answers into the search results so people DO get answers from SO, but don't actually go to the site.


Technology does change though and a decent number of questions I see on SO should have different answers now than when the official answer was accepted. Answers tapering off is true but I think is also due to it being difficult to get new, different answers to old questions.


There does indeed need to be a way to make sure newer information is weighted properly. But this is quite a minor issue compared to the great mass of questions. I mean, statistically it's a minor issue. It's a big issue for certain domains like Swift where tons of the answers are comically out of date.


New answers can be added and upvoted. Maybe there should be a mechanism for older upvotes to expire.


Yup an Involution.


A few years back SO used to be the common top result for my search queries regarding tech and development. I'm not sure when the shift started, but these days it's always a list of content farm links with maybe a link to SO somewhere in between.

The result for me was that I started to rely much more on documentation and writing down notes of stuff I found myself looking up a lot. I never used SO directly for looking up stuff, always relied on search engines, and as they declined in quality I just stopped visiting SO almost alltogether.

I imagine I'm not the only one with this story. Considering users also abandoned the site for LLM assistans and the strict moderation on there, I'm not surprised it is in heavy decline.


I think you just described the fall of Google, not anything to do with SO directly.


> The Views Count chart reveals an even clearer trend of constant decline starting in 2013, highlighting significant issues with the model StackOverflow operated under. This is the raw data used for this observation.

This seems to be wrong. According to the graph StackOverflow has nearly no views at all, which can't be right. The link goes to a query that selects votes not views, and does indeed show an enormous decline. But it's possible that people still view the site, they just don't vote.


That's because the latest count is on the order of 3M views while the scale of the graph is 1B views, or 0.003% of the full scale. It's dramatic but not wrong if you believe SO's own data. Take a look at the raw data linked in the article.


That just has got to be wrong. I refuse to believe that we had a significant proportion of the world population viewing StackOverFlow answers in 2011, either the counting is wrong or the dating or aggregation is wrong. It simply cannot be true. I know a lot of HN readers live in the tech-mindset-bubble, but it simply was never the case that any answers on stack overflow rivaled GangNam styles popularity at its peak breakthrough.


This is number of views, not number of unique users. It also likely includes views by bots. Notice how the viewership drops dramatically around 2014 once you could start downloading the database instead of scraping the site.


I did and that raw data query appears to be counting votes. Is there something odd about the SO schema that I don't understand?


Indeed. But one possibility is that these are rate of change charts and that that crucial fact was omitted.


Maybe some post-StackOverflow site could do much better if split into communities. It doesn't make much sense to pile together highly popular topics (e.g. JS or Java a few years ago) with hard topics (e.g. low-level optimizations or difficult languages like Haskell). Or maybe even remove gamification altogether.

This is happening already with Discord communities but it's not searchable or usable and the format is not good.

StackOverflow (and mods on a power trip) betrayed the community. I hope something fills the void. I'd be happy to help or even throw a few bucks in. Or at least contribute. Maybe this time not VC-backed nonsense.


Other problems with StackOverflow:

  - gamification problems: e.g. a race to answer instead of thinking it through, downvoting competing answers
  - the accepted answer sometimes is incorrect (but sounds good enough to OP)
  - balance between repeat or vague questions and over-zealous mods blocking
  - need of better mod vetting (ideally, paid)
  - question quality
Some of these could be helped with tools. For example have a small repro and test answers in a VM. And have small ML helpers to fill in the spaces and link to other questions or official docs.

Maybe all answers should be wiki-style (cooperative).

Maybe questions could be first in a staging area and meta-evaluated if it's good, dupe, or too vague. And it could also be improved by the community.

And some mechanism to avoid Eternal September!


> Maybe all answers should be wiki-style (cooperative).

It’s valuable to read different perspectives, and even conflicting opinions, and have them attributed. Having only a cooperative answer would lead to edit wars and would drown out minority perspectives.


Absolutely. I didn't mean all answers combined into one, just that all answers are wiki. Like today in SO.


I think some contributing factors are:

1) a lot of questions have been answered. How often do you ask something that is answered by a 2010-2014 answer very well? IME, often

2) programming isn’t as niche as it used to be. these days, a lot of SO is just asking for free labour on very niche questions like an exception someone is getting. which was never the point of SO

there’s a wealth of answers on SO historically, which are great. But I don’t remember the last time I used SO to answer a specific question for a recent software tool, or relied on any post-2021 question/answer


StackOverflow is one of the most hostile sites I've ever tried to use.

I vividly remember asking a question before was different in a subtle but important way from existing ones (which I'd seen) and it got marked as a duplicate.


Did you state that you'd seen those questions/answers, and why they did not cover the subtleties of your situation? While it sounds like gate-keeping to require you to provide this information up-front, it saves other people's time giving you answers (including links to those questions/answers) that are not relevant. “State what you have already tried” is mentioned up-front in all the places that describe how to ask a good question, and is good advice more generally, away from SO, too.


Can you please link your question?


My experience from asking about that here earlier is that they seldom can. Their well-worded and perfect questions maybe weren't that good in retrospect when they dug it up again?


I've seen many questions like the OP describes with my own eyes though. Marked as duplicate. With helpful answers saying "this is a duplicate of X..." in spite of the question stating they don't do X but something that sounds like X.

Also your answer sounds like your average SO moderator's :)


What people who only use stackoverflow superficially don't get is that stackoverflow is not a community, but a collection of communities that coalesce around major tags.

I, for example, frequent almost exclusively the Java tag and I can assure you that the question we mark as duplicates the most are very few:

- How to compare strings in java (because people keep using == instead of `.equals()`

- Why doesn't this class/array change when I pass it to a method (because java is pass-by-value, not pass-by-reference)[1]

- What does "cannot find symbol" mean (where the duplicate target helpfully explain in what cases this could happen, including, but not limited to "you declared it inside a loop so it's not visible outside) [2]

- Why my scanner skips reading a line in this loop (because every time you use `nextFoo` where `Foo` is not `Line` you need to read the newline as well before continuing)[3]

The other sort of questions we tend to close are the one easily answerable by learning any basic tutorial, the ones that tell us "my code doesn't work" without showing their code, the ones that just dump their homework and expect us to write a solution. And casual user rarely see this questions because we usually also delete them, but I can assure that most of our moderation time is spent handling this kind of stuff, not closing as duplicate.

On the other hand, one kind of question that is not well received but IMHO should not lead to closing or downvoting (but it does) is "I want to do this weird and non-idiomatic thing. How do I do it}". Unless, of course, it's an actual XY problem, in which case it helps if the person asking the question states why they want to do such a thing.

All of this to say, your experience with the site will vary depending on what technology you're asking about.

And "your answer sounds like your average SO moderator's" yes, it does, because we use the site a lot and we know what we're talking about :)

[0] https://stackoverflow.com/questions/513832/how-do-i-compare-...

[1] https://stackoverflow.com/questions/40480/is-java-pass-by-re...

[2] https://stackoverflow.com/questions/25706216/what-does-a-can...

[3] https://stackoverflow.com/questions/13102045/scanner-is-skip...


> I can assure you that the question we mark as duplicates the most

I can assure you that when I end up on SO I somehow run into questions like I described. Or I have a problem like I described but I don't bother asking a SO question because I know the mods will descend on me like vultures :)

SO moderation may be good for beginner questions like you describe, but I'm past those and my problems tend to be pretty subtle.

> your experience with the site will vary

Well my experience with the site tends to be zero these days, unless a search brings me there. I used to look for questions to answer in my areas of expertise on my morning coffee, but then the push for ready to copy/paste answers happened and my answers that tried to get the asker to think for themselves weren't good any more.


My problem with SO (does not affect other Stack Exchange sites) is that the more experience I gain in programming, the more I find more efficient ways to solve my problem (read the spec/source code), therefore less use cases I have for SO.

Additionally, isn't the goal of a site like SO is to finally answer every programming question? It is not an insurmountable task if you disallow opinionated questions and be strict about duplicates.

I feel like it serves its purpose well and will be a valuable resource for years to come.


Around 2013, StackOverflow had started to turn into a history museum. There were still some niches where there was a bit of life but the rest become too much "do not touch the exhibits" to be viable.


I think StackOverflow/StackExchange has served their purpose, and are now rightfully in a decline.

There are some niches sites in the network like bicycling, English, Mathematica, Academia, etc. They contain extremely high quality answers. But for programming, it's nowadays much more easier on GitHub and relevant issue trackers. I think it's good, because there are many questions in those sites that contain often outdated answers. Some lucky questions get a comment there saying the answer is outdated, but there are many outdated answers.

Perhaps, JavaScript has a lot to do with this. JS evolves at a much faster rate than sites like StackOverflow can keep up.


What a peculiar take, the whole of it



The problem with volunteer moderation is, the "volunteers" eventually want to be paid in other, corrosive ways.


The article is currently not responding so I can't see if this is covered, but a bigger problem is the volunteer answerers. Some left when the site was sold, many remained with a wait-and-see stance and are going due to licensing changes (https://meta.stackexchange.com/questions/401324/announcing-a...).

Obviously people asking LLMs instead is an important factor, as are unverified (often not entirely correct) answers from those using LLMs to gain Internet points.


> Some left when the site was sold

Que? What was sold - by whom and to who?

StackExchange is still its own company - and owns StackOverflow - doesn’t it?


It was sold to something called Prosus in 2021 for a tidy 1.8 billion USD



The diamond-symbol moderators are masochists or flagellants.

Fortunately community-moderation works well - for the most-part - on SO/SE; not to say SE is anything like Reddit (e.g. the impotent protests over “Monica” which feels like it happened over a decade ago - and people still reference that episode in their display-names).

If I ever become a moderator on SO it’ll be because I want to bolster my resume (I did get to interview at BlueOrigin on the basis of my SO karma score - so it has value; certainly more than LinkedIn, ew)


All that the mods seem to do is stir up meta drama and they treat the paid SO employees horribly. You're right that community moderation is great on SO - users with certain amounts of karma can close questions, and downvotes are a powerful tool. I don't really see the purpose of the volunteer diamond mods.


> I don't really see the purpose of the volunteer diamond mods.

They do a different kind of moderation. For example we community moderators can't delete posts unless certain conditions are met (a certain number of downvotes). And we can't send warnings to user when such a warning is warranted.

Also I think they have access to some somewhat sensitive information that you may not want the whole community of high-score users to see without making everyone sign some sort of nda first.


Those should be paid workers, though. Impartial adjudicators with no connection to the given forum/site.


I don't want diamond users having access to any of my information that a public user wouldn't. I haven't voted for them and I generally don't trust anyone who wants that kind of power online for no compensation.


> I haven't voted for them

Other users did vote for them. There are actual elections for diamond mods. The fact that you didn't vote for them doesn't mean they don't have legitimacy.

> I generally don't trust anyone who wants that kind of power online for no compensation.

As a community moderator I have a lot of power over certain things (I can unilaterally close Java questions as duplicate, I can edit questions, vote to close, vote to delete...) and I do it because I like the website to stay clean. Why would you doubt their motives just because they can do a bit more than what I can do? Do you distrust forum/subreddit/discord moderators as well?


These are good thoughts to chew on.

> Other users did vote for them. There are actual elections for diamond mods.

I don't like the idea that I have to be on board with a website's unvetted volunteer moderators in order to use it.

I agree with SO but I don't agree with its power mods. The power mods are constantly at odds with SO's policies. Therefore it's a power mod issue and not mine.

> Do you distrust forum/subreddit/discord moderators as well?

Absolutely! Why should I trust these people? Some subreddit moderators for specific smaller niche subs can be ok, but a lot of questions should be asked of large subreddit moderators.

Who are these people who spend hours a day working for free for a billion dollar company? Why do they do it? Why are they moderating 100+ subreddits? Why do all of their posts automatically go to the top of the Reddit front page even if they get relatively few comments?

Reddit seems extremely easy to astroturf and it's very clear to see during US election periods like we're in at the moment.


just yesterday i wanted to ask a question about average data usage of macbooks on askdifferent (SO sibling in the stackexchange family for mac topics) ... of course the question was removed within half an hour for being too fuzzy. tried it on the macos subreddit ... couldn't even post it there for too low karma ... posted it on r/apple ... still waiting for moderator approval. it's not the first time that it feels like it's becoming more and more difficult to ask a simple question on the internet. and i have 20k points on SO - was using it a lot many years ago - i know the drill.


> becoming more and more difficult to ask a simple question on the internet

i know people here like to hate on discord servers, but this is one thing they shine at, it's easy to drop in and just ask a damn simple question to people that are online, in real time


The drawback is that it generally only helps the one question asker, and that answers only reflect who happened to be present synchronously and what they thought at that moment. Discord content is ephemeral and not discoverable, and tends to consist of reflexive rather than well-considered and thought-through answers.

The value of public forums is that their content appears in public searches, can be publicly linked to, and that they facilitate asynchronous, longer-form and longer-term discourse.


Well one thing to hate about discord is you should use "chat server" instead. Discord is trying to become a monopoly on that (bar the corporate oriented offerings) but it's not the only option.

And yes, the usual thing: since it's not a forum it's impossible to search the history (yes they have a search button which is useless for howto type questions). It's also impossible to browse it like a forum to see what problems people have encountered before you have them and possibly avoid them, or get better insight in the stuff you're using.


The same can be said about Discourse, and at least then the information is also publicly searchable.

Not realtime, sure, but for me most of that time that's perfectly alright.


Yes my algorithm is, for basic & general question: Stack Overflow.

For specific questions related to a particular technology: look for the specific Discourse (or forum equivalent) site.

Otherwise, discord as last resort.


> average data usage of macbooks

With all sincerity, I honestly don’t know what this is supposed to mean.


well, i didn't post the full question - right? b/c i'm not expecting an answer here ... but to be a little more clear: data usage refers to up- and download.


> but to be a little more clear: data usage refers to up- and download.

Right, that was one possibility… my initial thought was that you meant HDD capacity.

But even with that clarification, how is an answerable question? Are you asking people to guess (Feynman Approximation?) how much internet traffic up+down that the average MacBook user has per-day compared to Windows or Linux users? Or did you mean something else?

My left eyebrow raised itself uncontrollably as I typed that out, in fact.


alrighty ^


> well, i didn't post the full question - right?

Exactly, you did not. How I see it:

The problem with reading such complaints is that we always only hear one side. That's why posting what you actually asked is valuable information to be able to say whether your complaint is justified or not.

By default, a lot of people immediately side with and upvote the person writing the complaint, but that's actually bad - as I said, we only hear one side of the story that way, and in cases such as this one what was actually said/asked matters and without that piece of information any opinion one forms and comment votes one gives do not have a good basis to stand on.

Furthermore, when people write such complaints but don't see how from the reader's PoV is only biased half-information I wonder if their question showed a similar lack of how it looks like from the PoV of its readers.

You want me to side with you, but you withhold information that would let me evaluate if you are actually in the right.


i'm just stating an observation and connect it to a recent experience - that's all - i'm not asking you to be the judge in a court case. if you can't relate to the issue i describe, then just down vote and move on with your life.


> if you can't relate to the issue i describe, then just down vote and move on with your life.

I don’t do that (downvoting, that is).

No-one I know does that.

It sounds like you had a bad day.


that was a reply to someone else ...


Any reply here, and on similar forums, is essentially a reply to the whole thread so far. DaiPlusPlus was part of that sequence, and may have been about to post the same sort of response that nosianu did (no point in posting entirely duplicate comments) and you replied to, in which case it was essentially a reply to him by proxy.

Comment chains on HN and elsewhere are not private one-on-one conversations.


well, i beg to differ


And I beg to not :)

Not accepting that things work the way they do, does not stop things working the way they do.


The asymmetry between questioners and answerers might be increasing.

I get quality answers on IRC. Most other places seem flooded.


Only old farts are on irc :)


I know of one channel with at least two people below the age of 20!

(Admittedly, 20! is a big number.)


... another factor... don't underestimate the power of Google's algorithm to subvert. Don't have to look far for examples. What's the source of most of their traffic?

SO is still the best evergreen forum for a bunch of things. Not to mention, how much dumber would today's almost-not-dumb AI's be without its data?! Not everyone should measure their "health" in terms of foot traffic. "The best things on the internet can't be measured?" ... a modern counterpart to "can't buy me love?"


That graph shows a negative value for number of views this August (-1751)


A great example of where rules took over usage.


> 2. Heavy moderation discouraged people from asking questions.

... or answering questions.

If you answer with anything but something ready to copy/paste the moderators will frown upon it at best. No "teach the man how to fish" answers.

To rephrase in 2024 terms:

Before LLMs SO's moderation discouraged questions that a modern LLM couldn't answer (anything going into more than syntax) and also discouraged answers that are beyond what a modern LLM can generate (i.e. code ready to copy/paste, possibly wrong because neither the LLM nor the reputation chaser bothered to at least try to compile it).

But let's not blame just the moderation. Karma whores that answer every new question with a mildly related copy/paste within seconds have been a thing ever since SO grew up.


yeah but hang on. Why are these charts going down? Is it because questions and answers are actively being _removed_?

Or is this a first-derivative of [answer/question] count ie the rate of change? In which case a) this should be clearly stated ("questions added per period x"), and also, it wouldn't be surprising that the charts go down because the knowledge is already there and so fewer questions/answers are needed, even without AI.

While there is indeed a big decline post-GPT et al, the decline started a lot earlier than general availability of AI.


Yeah, that site where is difficult to place an answer and you get criticized often by derranged people. Never participated there again.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: