TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is developers hating on Stack Overflow?

3 点作者 null4bl3将近 2 年前
Hi HN.<p>A few days ago I was reading through a thread on the &#x2F;webdev subreddit about how ChatGPT apparently scraped SO content and SO traffic was now in decline. What surprised my a great deal was that the vast majority of comments was glad to see SO suffer, as they seem to hate the site with a passion.<p>Are developers here abandoning SO?<p>The reddit thread: https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;webdev&#x2F;comments&#x2F;15ai8ah&#x2F;chatgpt_was_trained_on_stackoverflow_data_and_is&#x2F;

1 comment

PaulHoule将近 2 年前
I never liked it.<p>Think about it objectively for a minute as opposed to being a victim trapped in that system.<p>A stack overflow page starts with <i>a code example that doesn’t work</i> which has nothing to do with your code example that doesn’t work. It’s something you have to waste your cognitive capacity ignoring, There is frequently a large amount of confused rambling that could get you really confused if you take it too seriously.<p>You need one answer, a correct answer. There might be zero or there might be 100. If you are lucky one of the answers is right. If you are lucky you can find which one. If you are lucky a correct answer got voted to the top.<p>Then there are the silly little things like all the Python 2 code examples that would work in Python 3 if you put parenthesis after the print but nobody has done that.<p>SO is almost OK when it comes to questions like “How do I look up the length of a string in Java?” but you are much better off learning how to look up answers in the real manual because <i>those are always right!</i><p>Then there is the meta-problem that you have a Spring configuration file that was written by coders (maybe even you) who got it where it is by cutting and pasting snippets of code from Stack Overflow. You need to deeply understand how Spring works to get out of this mess and you won’t get that from discussions on Stack Overflow!<p>Many of the problems where I want insight from other programmers is in the area of software selection such as “what static site generator should I use for my blog?” where a little bit of other people’s experience could save me months of suffering but you aren’t allowed that have those kind of high-leverage discussions on SO.<p>Keep the title, delete the question, delete all but the best correct answer, and then you have a good training set for an A.I. If you don’t do this you are training the A.I. to give wrong answers.