Google doesn't seem to think it's being searched for less relative to previous times https://trends.google.com/trends/explore?date=all&q=%2Fm%2F0... SimilarWeb shows them as having a very high proportion of incoming traffic coming from search https://www.similarweb.com/website/stackoverflow.com/#traffi...
Ask HN: Is StackOverflow Dying?
71–80 of 196 posts
Re: Ask HN: Is StackOverflow Dying?
#72A lot of answers are now out of date. Some dangerously so. And its not just 'fast moving' languages. Bash, nginx, docker, gcp, bluetooth. Much of the landscape of these tools has changed since say 2015, but that is where most of the 'core' answers are from. Many have notes that they are out of date in sub-comments. But its hard to be noticed against a 700 upvote selected top answer.
Re: Ask HN: Is StackOverflow Dying?
#73Re: Ask HN: Is StackOverflow Dying?
#74I think the experts basically got bored and left. I've asked a couple of questions I'd hope would be fairly simple (like how to run a program in cgroups v2), set a big bounty on them, and never got a single useful answer.
Re: Ask HN: Is StackOverflow Dying?
#75Yes I've switched to chatgpt for all my programming questions nowadays because of many reasons: 1. It understands the versions more clearly, it won't generate the code for Bootstrap 2 when my question is about Bootstrap 5 2. Asking follow up questions is easy. So the code didn't work. I tell it that and instantly it tells me what I need to do to fix it (leave missing config file, etc) or gives me an alternate. 3. Its…
Chat gpt will never get smarter though (learn anything new), unless actual people use stack overflow to provide the training data. The most important comment on SO is the one where the OP says "I did this and that, and can confirm it's working". There is no such data when you only use the chat bot. It's a major problem. Perhaps the solution is a more tailored "stack gpt", where the "conversations" are published along…
Re: Ask HN: Is StackOverflow Dying?
#76Re: Ask HN: Is StackOverflow Dying?
#77Re: Ask HN: Is StackOverflow Dying?
#78Re: Ask HN: Is StackOverflow Dying?
#79A lot of answers are now out of date. Some dangerously so. And its not just 'fast moving' languages. Bash, nginx, docker, gcp, bluetooth. Much of the landscape of these tools has changed since say 2015, but that is where most of the 'core' answers are from. Many have notes that they are out of date in sub-comments. But its hard to be noticed against a 700 upvote selected top answer.
Perhaps SO should include version numbers so that you could search for solutions to problems with specific versions or the latest as the case may be. Out of date answers are useful when you need to fix something based on old / un-updated OS and/or software. Not every installation uses the latest versions of everything.