It looks like Stackoverflow was already in a decline even before Covid. I wonder what developers started using during that time.
Stack Overflow is almost dead
11–20 of 285 posts
Re: Stack Overflow is almost dead
#12Re: Stack Overflow is almost dead
#13Earlier quoted context omitted.
AI just stole all its content, I wonder if they will choose to sue.
Stack overflow never owned the content, it is and was Creative Commons: https://stackoverflow.com/help/licensing
Re: Stack Overflow is almost dead
#14I find it interesting that the current StackOverflow moderators tend to say "in the past we used to accept too many questions but it was never the goal, so now we are doing it as it was meant to be". Sure, but in the past, StackOverflow was growing, and now it's dying. Maybe something was better before, when "it was not done correctly"?
Re: Stack Overflow is almost dead
#15It looks like Stackoverflow was already in a decline even before Covid. I wonder what developers started using during that time.
They still used it, they just didn't contribute. It's not that StackOverflow is useless, but rather that it already answers most questions.
Re: Stack Overflow is almost dead
#16Doesn't feel like the AI is the main driver. Many things changed over time - dev tools got better, editors got smarter, compilers got better error messages, various primary resources improved, tutorial websites, courses and youtube boomed. Another point of course is that each new question is more and more likely to be already answered. At some point the site pretty much covers most of what is to be answered.
AI has the ability combine answers from multiple sources and tailor-make to your exact prompt details. Now that is something we call glove fits the hand. Plus it can explain its answers.
Re: Stack Overflow is almost dead
#17The timing on the sale was genius. Similar to Mark Cuban with Broadcast.com. I guess it's best to sell something before the value plummets to 0. As far as its demise? AI ate its lunch. I use to use Stack Overflow all the time and haven't even gone to the site for a couple of years now.
Re: Stack Overflow is almost dead
#18Re: Stack Overflow is almost dead
#19My heart goes to the stack overflow community which has always been very kind and helpful, essentially working for free. As a self-taught developer since the age of 8, I literally grew up learning how to code through SO, asking hundreds of questions and answering many more. So many bugs that would take 2-3 days to fix would eventually find their answer through it. But now ChatGPT does that in minutes… so it’s for the…
Re: Stack Overflow is almost dead
#20Doesn't feel like the AI is the main driver. Many things changed over time - dev tools got better, editors got smarter, compilers got better error messages, various primary resources improved, tutorial websites, courses and youtube boomed. Another point of course is that each new question is more and more likely to be already answered. At some point the site pretty much covers most of what is to be answered.
These days you can go to the repo and there’s usually already an issue open with the problem and a workaround. Or if someone has a question on how to use the tool/software they ask there.
Before GH boomed it was often SO doing this job.