Stack Overflow has seen a substantial decline in traffic over the last year that appears to be accelerating. https://observablehq.com/@ayhanfuat/the-fall-of-stack-overflow
I think this has as much to do with Google being shit at finding stuff lately as it does llms like chatGPT
You can even see the decline in posts and votes before GPT became mainstream. This definitely look more like search engine failing to get rid of those cheap copycats.
Agreed. For me, making it so that the search engine ignores -string was one of the biggest set backs.
the search engine ignores -string
WHAT? Why would they do that? WTF no wonder…
Hyphen (-) means you don’t want to see this word, while words surrounded by quotes (") means you want these phrases exactly.
Most symbols are also ignored, which is great for an average user but terrible for programmers.
Yeh, suddenly you need to know what the language calls the operator within the context you want to use it.
At which point, you probably don’t need to Google the symbol!
I’m still pissed over removing +words. Like, G+ is gone, guys, so revert that mess.
It was a really dumb move but you can can still get the same effect by putting a word in quotation marks.
UI-wise, though, it’s toxic, and therefore slower and more stressing. It’s something that can be fixed, and ergo essentially a bug. ;-)
Wait, what? On Google??
On Google and on Duck Duck Go too. On DDG you can’t get rid of the over-optimized websites anymore even if you use -“website name”. Luckily -site:address still works.
That’s crazy. Google/DDG bloat from SEO websites had already driven me out a while ago, so I hadn’t noticed. I’ve been using Kagi for a few months now, and I find I can trust my search results again. Being able to permanently downgrade or even block a given website is an awesome feature, I would recommend it just for that.
Wait WHAT? I was just asking on discord the other day if there existed a search engine that allowed you to blacklist websites as a user setting. I need to curate out all AI written garbage from my results.
Hmm, not really used to the idea of paying for search, but I understand.
Is it good at filtering AI generated sites and sites that are clearly copy pasted. Or do you kind of have to identify that yourself and manually block?
There’s no specific AI detection at the moment, as far as I can tell. But it has “listicle” detection. If you ask “best lawn mower”, all these “the 5 best lawn mowers of 2023” websites with affiliated Amazon links get pooled into a compact Listicle section, that you can just scroll past and ignore.
I think it’s worth testing it with the free 100 searches. All you need is an email address (no credit card unless you’re actually subscribing). I’ve only been using it a few days but I don’t think it filters out AI generated sites. But you can set a ranking by site (block, lower, normal, raise, pin) so you can make stack overflow be priorised and block quora.
They have a ranking board of top sites in each category so you can go through it and set the rank of a bunch of sites upfront.
Don’t forget that Duck Duck Go is even worse at it now. It will literally change your results if you go back after clicking a link.
Why is that?
I think they’re trying to implement a sort of “smart prediction” thing, where it assumes that if you go back the link you clicked wasn’t relevant. And so it tries to remove closely related results. Which works the opposite if you get two results from the same page and you click the wrong one. Which makes looking up technical or programming related issues a nightmare.
I used to spend a lot of time on Google and stack, now I ask phind more often than not, which violates information for me.
IDK what shitoverflow gets out of being so fucking toxic. I asked one dumb question and I’m basically banned from posting on the website.
It feels like they’re trying to be a sort of “wikipedia” of every programming problem and solution. The problem is that eventually everything will be posted, and everyone will be banned from the website.
I vaguely recall the first time I ever asked something on SO, around 2013, the first reply was “this has already been asked before”. No link to said previous question. Taught me to lurk and search more before asking anything there.
I sometimes also suffer a case of “explaining until I figure the question myself”, where the more details I punch into my question, the more likely I am to find the answer myself.
You lack vision, but I see a place where people get blocked and their questions opened then immediately closed as duplicates. Opened and closed, opened and closed all day, all night. Soon, where the internet once stood will be a string of condescending experts, admonitions that “you shouldn’t do that, do Y instead”, pleas for information closed as off-topic. Passive aggression, spiteful ego contests and wonderful, wonderful karma meters reaching as far as the eye can see. My God, it’ll be beautiful.
“you shouldn’t do that, do Y instead”
That’s one of my favorites: ignore the problem, only pick on the scope we can’t change.
I asked for advice on how to express something in UML once:
“No one cares whether you follow the UML standard, just make something up”
“But my company uses waterfall and requires UML diagrams to move onto the next phase of development!”
“That’s an issue with your company then. Ask your boss how to do it. Question closed.”
It isnt even my problem and I still despair reading this.
I think it’s a behavior from work got carried over answering questions in StackOverflow. Usually when there’s a request from client/PM/PO, I usually ask them what they want to achieve by requesting said feature, usually after asking that question they will think and find out that making that pet feature is not the best way to achieve that goal.
As a Software Engineer we’re conditioned to respond that way to a question, and when we go to websites that’s specifically to answer questions, we are still answering questions from fellow technical people in that same mindset, which is not helpful.
However, I’ve used the condescending answers from StackOverflow to my advantage. Sometimes in a project we’ll get businesspeople with a technical background, either they used to be an engineer 15 years ago or they studied computer science in university but transitioned to product management after graduation. If they are really insistent on some technical detail, I usually created a StackOverflow question based on their request and show them all the comments telling how stupid that idea is.
deleted by creator
You have to build Rust from source, then install the dependencies with cargo, then update your node.js because it uses npm to manage it’s configurations and if your npm isn’t at least the current unstable version, the configs will be outdated. This worked for me on Arch, which is what I use btw.
You have to build Rust from source
As someone who actually did out of interest at one point, you’d be surprised how easy this is to do.
x.py
is a godsend.For the rest of your comment, it was immediately invalidated when you said you use Arch. The reality is that more people use Ubuntu, so you should be using Ubuntu too. Don’t use
apt
? Figure it out yourself :P
deleted by creator
It feels like they’re trying to be a sort of “wikipedia” of every programming problem and solution.
That is exactly what stackoverflow is supposed to be. It’s not there to answer your question about “why is my IF statement not working”, it’s there to be a resource for all developers. How is a question about your specific problem gonna helps anyone ? If you haven’t, take the time to read the “how to ask” section, it describes what kind of questions are acceptable and what kind are not.
There is, obviously, some proper questions that should not have been deleted, but most of them are not suited for the site, as they don’t bring anything to the rest of the community.
If SO supposed to be wiki, then why there no clear way to update the answer with new information? Why only the person that asked the question can mark answer as correct? Clearly some person with more expirience should have possibility to mark answer as correct.
“You should be making a wiki page instead of a forum.”
- SO user on SO business model, thread closed Aug 2008
Depending on your reputation, you can edit the answer / comments of others. It’s usually not recommended to change the context of the question or the answer but you could. Those update will be reviewed by other if needed. As for the correct answer, you can always upvote the answer you feel is the correct one, which is kind of a community way of selecting the correct answer.
You were able to post on there at all? Don’t they have extremely high barriers to entry for even question comments?
The problem is that eventually everything will be posted, and everyone will be banned from the website.
I don’t think they see that as a problem, that’s the goal
Is there a fediverse alternative yet?
Also, if you are a technical person I urge you to start a blog where you document problems you solve. It’s a great ressource for others and a resumé for you.
deleted by creator
SO is a shithole, just like Reddit. All the work is done by volunteers. When it was time to cash out with the platform, they also did several things to fuck with their community. I’ve contributed quite a bit to the trilogy sites, and served as a moderator. I regret every second of it. But at least a few people got rich in the process.
I don’t get why programmers, especially ones actually working on open source projects, insist on using proprietary services. Stack Overflow is one, also GitHub.
deleted by creator
Because there are no free and quality alternatives.
It’s unfortunate, but the reality is that many of the proprietary services are… free, convenient, and where the people are.
Most projects do not have a lot of funding, so it makes sense to use low cost platforms with the least amount of friction. I think most developers are aware of the risks and trade-offs, but make a pragmatic decision to use these proprietary services b/c the benefits for them outweigh the costs.
Because it’s free and reliable
I used to go to SO and really liked it. I haven’t been in a long time though and didn’t know about this. What are your thoughts about Quora? Seems similar to me.
Quora is pure cancer. SO is still better.
OK, do you have a suggestion?
Don’t use quora
I don’t really have any Insights into Quora. I know StackExchange hardliner always joked about the site and felt like SE is better. I joined that because I thought it was fun to feel superior, but I don’t even have an account on that site
jQuery is also dying. Coincidence?
i use jquery daily… maybe now that it’s dying ill have a real reason to move to something a little more cutting edge. haha
I’m so sorry.
If you don’t mind me asking, why do you still use jquery and what do you use in jquery?
one of the products i work on is enterprise level so its been around more or less in its current iteration for a while. it used jquery as part of its primary stack during its inception and still does bc it would be a metric ton of work to convert everything.
Maybe I would post more if I didn’t get ignored, or my questions immediately get marked to be closed without comment.
I’ve had an account for almost 10 years that I use at least every other day at work, and have seen plenty of questions I CAN answer but apparently don’t have the “reputation” to.
Honestly a really dumb system imo.
Nobody OWES me an answer, but if I tend not to get one, I’m not going to keep bothering with SO.
Now, the anonymous cowards who mark a question to be closed without commenting are a different story.
It might not be much of a loss. The average quality of answers there has been below mediocre for as long as I can remember.
Lots of people eager to earn points by showing off what they think they know, relatively few who truly understand the nontrivial issues, and the former often drowning out the latter. The result is like Reddit for programmers.
The moderation system also seems to optimize for mediocrity, often closing questions as opinion-based if there’s even a hint of nuance.
I used to spend time there every week answering questions on subjects that I understand well, but competing with broken incentives in an ocean of know-it-all personalities was tiring, so I almost never bother any more.
I would like to see something replace it. I don’t know what form that should take. A collective knowledge base with a culture like that on Hacker News would be interesting, though I don’t know if that’s feasible without someone selecting and paying good moderators.
I used to mod on SO and a few SEs, but deleted my accounts a few years back. It’s just a mix of low-quality submissions, over-bearing moderators/admins, and bad culture & etiquette. I still regularly use SO when looking up questions, but I haven’t participated on there in a long while. I’ve mostly gone back to smaller forums and mailing lists.
what other forums do you use ?
Depends. I use vendor forums for vendor-specific Q&A (like the forums for ESP32, Mbed, FreeRTOS, etc). For other project questions, I open a Github issue with the “question” tag. Before, I used Reddit but it was rare that I’d get a “good” answer out of it.
Oh wow, thanks. I didn’t realize that making this an image post got rid of the link
Yeah, I don’t know if it’s a bug or a feature. I got a similar problem before with one of my posts. I think a workaround would be to post it as a link and paste the image in the
Body
.
Is this due to the chatgpt?
Its so exhausting having to train chat gpt to be condescending and to close all my threads as duplicates though
The perversity of SO rewarding people for ensuring that the answers on SO are becoming increasingly outdated absolutely befuddles me.
ChatGPT went public at the start of the last kink downward. It can not be the reason for the big drop untill 2023.
Probably chatgpt getting all the easy high volume questions, yeah.
I am not sure when this started, but google searches now sort by paid content first rather then relevant content first, so Stack Overflow started to drop down into page 2 or more.
I start my search string with
stackoverflow
as a workaround.
Stack Overflow reached its maximum “duplicates”. So new users arent engaged on asking anything because it is of course already a duplicate of xyz.
Tbf it’s a normal problem to have, it wasn’t meant to be a forum. But it looks like they haven’t considered what to do with the moving parts of the community once they reached content saturation. 😄
It’s also a problem for advertisement revenue and therefore funding. If there is an active discouragement of any interaction because questions are simply closed as previously answered, then page views fall dramatically, and revenue with it. You only need to load a page once if the question and answer are already locked.
Isn’t it a good thing if your question is marked as a duplicate? That means you now have lots of answers readily available which already answered the question.
Often the question marked as a duplicate isn’t a duplicate, just the person marking it as such didn’t spend the time to properly understand the question and realise how it differs. I also see lots of answers to questions mis-understanding the question or trying to force the person asking down their own particular preference, and get tons of votes whilst doing it.
Don’t get me wrong, some questions are definitely useful - and some go above-and-beyond - but on average the quality isn’t great these days and hasn’t been for a while.
Not really. A question that’s simply closed as a duplicate isn’t going to get any answers, and the answers to the original question, while they may have once been reasonable enough to be accepted, might be outdated.
Languages move on and add features, and closing any question as a duplicate precludes new, modern features that provides a better way to answer the original question.
A lot of content on SO is dated to say the least, precisely because reputation harvesters with a dated knowledge of the language are overly keen on closing questions.
But then would you be like “Oh boy let me get slapped next time too”
I’d be like “Oh boy let me get redirected to lots of useful answers to my question next time too”.
I don’t understand why you would frame that as being “slapped”. Does having your question marked as a duplicate hurt your feelings?
I really like using code.whatever.social as an alternative frontend to Stack Overflow. It has way less distractions and allows me to only look at the question and the answers and nothing else.
I really like this, never saw it before. Thanks!
No problem. You can use extensions like LibRedirect in order to make it automatically change SO to this one.
Annnnd bookmarked. Thanks, this is really cool!
deleted by creator
Pretty incredible. What happened in early 2022? It was not yet the time of GPTs, so?
Not arguing with the other possible reasons given, but it can be really hard to get started with SO as anything other than a reader. Gaining enough points to comment, answer, or even answer a comment feels really hard now that so many questions are already answered well.