The problems I’ve noticed with Stack Overflow are a few and hard for me to narrow down but basically: - 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 sh…
The Fall of Stack Overflow
291–300 of 808 posts
Re: The Fall of Stack Overflow
#292Earlier quoted context omitted.
The question was about whether hacker news allows you to remove your content? It does not. You can send an email just to have your content anonymized, but it will remain forever.
That’s appalling. I thought they honored deletion requests. Terrible look on HNs side too. Edit: It seems like there’s a wiggle room, but still terrible. https://news.ycombinator.com/item?id=28293237
Re: The Fall of Stack Overflow
#293The first generation of SO people were folks who cut their teeth pre (or early) internet when it required quite a bit of effort to learn a technology. Mistakes without googlable solutions, patchy documentation, bad or non existent internet forced people to work hard to figure things out that it's in that effort where, in my experience, learning happens.
These people contributed to the early SO and genuinely enriched it. Made it a source of high quality topical information. Over the years though, it's become a source of cut/paste code and then perhaps cut/pasted code (driven by the gamification). Few people go there anymore to contribute well written deeply thought out answers. It's mostly fly bys I imagine.
I used to train freshers and over the years, I can distinctly see the decrease in quality and the increasing tendency to have SO, ChatGPT, whatever just "solve this problem for me" rather than "I want to learn this and get better at my job".
Re: The Fall of Stack Overflow
#294Earlier quoted context omitted.
I always read here ChatGPT is amazing. Can you give a link on how to use it? Every time I tried to google it returns lots of different results and when I tried it it:s not even usable for basic things I want. Is the ChatGPT you:re talking about on their website? Do I have to pay for it?
You're mostly right in your experience. I have spent quite a bit of time trying to get ChatGPT to be a worthwhile piece of my workflow, and I guess sometimes it is, but most of the time the basic code or config or content I try to generate, it gets very fundamental things incorrect. It feels like it's mostly just hype these days.
My experience - the free version made up a lot of things but still felt very useful - enough to want to upgrade to the paid version. With the paid version, I notice very rarely that it hallucinates. It does make errors but it can correct them when I provide feedback. It is possible that I just do not notice the errors you would notice, it is also possible that we use it differently. I would like to know.
Re: The Fall of Stack Overflow
#295The problems I’ve noticed with Stack Overflow are a few and hard for me to narrow down but basically: - 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 sh…
Google keeps returning SO answer threads that are way too old to be relevant. Like a question with a top answer from 2013.
Re: The Fall of Stack Overflow
#296Re: The Fall of Stack Overflow
#297Earlier quoted context omitted.
here’s a classic SO thread: OP: “how can I accomplish X doing Y?” top voted response: “I wouldnt do X by Y. Instead, I’d consider Z. It’ll do everything X by Y would do, plus these other things.” buried sub comment to top voted response: “that’s not what he asked, to do X by Y (exact solution provided)” then 10 comments blasting the guy who actually answered the question for not doing it the way the top voted answer…
The thing is that oftentimes people who want to do 'X by Y' are actually asking how to accomplish Q. They think 'X by Y' is the solution and get hit by a roadblock, not knowing that it will not help them and they are wasting time. This is called the XY problem and is extremely common on tech related forums and mailing lists. * https://xyproblem.info/
The thing people don’t get is: when you answer on SO you’re not answering that poster. You’re answering anyone who will ever have this question. It’s quite arrogant to assume it will be an XY for every single person forever more.
The proper way to answer is to answer the question exactly as ask and then insert your “but you probably should be doing Y instead” at the end.
Re: The Fall of Stack Overflow
#298The problems I’ve noticed with Stack Overflow are a few and hard for me to narrow down but basically: - 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 sh…
Not to mention that you have no rights over the content you create on SO. You can’t take your content off the site if it happens to be an answered question or an accepted answer. Their reasoning is “but the content would be gone and would stop helping people”. The way it completely dismisses your efforts and your emotional connection with your own creation is the greatest indictment of how SO lacks the human perspect…
Re: The Fall of Stack Overflow
#299Earlier quoted context omitted.
And the point of this repository created by users for free is to sell it to a 3rd party I suppose? Why would anyone other than undergraduate students spend their time on such a site
At least in software development, SO is/was very useful, as they provide a curated repository of Q/A where the answers follow the current state of tech. Every time I started out learning a new framework, SO would be tremendously helpful, because in software development, you mostly have questions that have correct and incorrect answers.
Maybe software engineering is all solved and there's no more ambiguity left to be discussed.
Re: The Fall of Stack Overflow
#300Earlier quoted context omitted.
Moderation has ruined the site for me. Stupid people don't realize they are stupid. When they can't understand a question they conclude there's something wrong with the question, not with them. And since they believe the question is silly, they happily close-vote the question. This way they close questions which require specialized knowledge, experience, or deep understanding of the subject. Precisely the kind of que…
The first question for example is what would be a low-quality question in SO, and could easily have been a homework assignment. It doesn't show any effort from your side, you just pose the question and expect other people to answer it fully, without explaining what you attempted, why it worked/didn't work, where you got stuck, etc.
You probably assumed I asked that question? If so, the assumption was incorrect, I answered it.
> without explaining what you attempted, why it worked/didn't work, where you got stuck
I don't think any of that is possible to do. The question, and my answer, are too simple to decompose into smaller parts. Not enough runway to start and get stuck.
> expect other people to answer it fully
My expectation was rather different. I wrote my answer on Jul 16, 2019, and expected it to stay there.
Instead, on the next day some people have decided the question was bad, and closed it. Then on the next month, some other people have deleted it, along with my answer.
To close it, 5 people clicked once/each. To undelete it, I spent quite a few hours. Sadly, that's not a rare exception: moderation on SO is horrible.