7 ms·
Looks like SO was already dying since 2017. I think other helpful places like reddit, discord, web forums etc might be what hit SO 2014-15 onwards. AI seems t
by wtfHN26 2mo ago
Looks like SO was already dying since 2017.
I think other helpful places like reddit, discord, web forums etc might be what hit SO 2014-15 onwards.
AI seems to have given it a blow of mercy to end the misery.
- pydry 2mo agofor a lot of stuff it just made more sense to ask on the github project's issue tracker.
- embedding-shape 2mo ago- Open issue on GitHub issues: Maintainer closes issue citing "Bug reports only" - Open question on SO: Moderators close because it's too specific to a library - Ask on IRC: Get piled on for not using the right vocabulary and your IP isn't masked - Ask the LLM: Get hallucinated answer based on old API docs - Ask technical lead: Get burned for asking basic question and put on PIP - Ask my mom: She doesn't know enough computer to know the answer, but in explaining the problem to her, I finally figured out what I got wrong
- antonvs 2mo agoYou’re using your mom for rubber duck debugging, then. An LLM can work for that as well, usually better because it knows a lot more than your mom.
- embedding-shape 2mo agoIt's fictional, I never actually got burned by a tech lead nor been put on PIP either, nor asked my mom to help me with programming :)
- antonvs 2mo agoThat's not really relevant, the point is LLMs are actually pretty good for the scenario you described.
- embedding-shape 2mo agoSo is IRC, the relevance being that none of what I wrote in my initial comment is actually serious or my actual beliefs.
- deleted 2mo ago[deleted]
- jeanlucas 2mo agoUsually #1 actually works, most cases, and missing discord, several healthy communities on Discord nowadays
- alloyed 2mo agoyep! 90% of the time if i have a question about a project there's a discussions tab that can take my question with a nearly identical interface to stack overflow's, and I can be reasonably sure there will be contributors or maintainers who will see it. Not much point to stack overflow as a second, silo'd site in that world
- deleted 2mo ago[deleted]
- inigyou 2mo agoSO allows questions that are specific to a library.
- embedding-shape 2mo agoI like that out of all of them, that was the most false to you.
- inigyou 2mo agoSO closes your question for being a duplicate of some other random question that has nothing to do with yours. That would be true.
- f311a 2mo agoThe graph shows questions, at some point they saturate, 90% of the stuff is answered. New frameworks contribute to the majority of the new questions.
- MeetingsBrowser 2mo ago> at some point they saturate, 90% of the stuff is answered I don’t buy this. Programming as an industry is famous for constantly evolving and changing.
- f311a 2mo agoYet the most viewed questions are about how to undo git commit, how to sort an array, how to select stuff in jquery, how to group by in SQL and so on. General questions about programming languages, SQL and git don't change that much.
- mort96 2mo agoAnswers from 2013 likely no longer reflect the currently accepted ways to do things, even for technologies which existed in 2013 and earlier. What you describe is a problem they created on their own with their ridiculous duplicates policy which ignored the fact that the world keeps changing.
- rcxdude 2mo agoWell, a combination of that and understanding human psychology. For any of these common issues, SO usually had an answer of what you were supposed to do, but it was usually very counterintuitive.