Stack Overflow is useful at times, and frustrating at others. If you have basically no idea what you're doing, or just want an example for something, it can be great. On the other hand, if you try to find an answer about something you're really knowledgeable about, the result is often unsatisfactory: Like trying to find the reference documentation to answer some specific question, and the documentation is buried unde…
Yes, once you start asking _really_ difficult questions that require in-depth knowledge of a niche topic to answer SO becomes less useful, since the pool of people who know enough to actually answer your question is too small. In cases like that I usually just end up answering my own question later, after I've figured it out by other means.
The Stack Overflow Age
81–90 of 137 posts
Re: The Stack Overflow Age
#82I think Stack Overflow is great and it's helped me a lot in the past, but I'm not sure how useful it'll be in the future. I've been learning Elm the past few weeks and have noticed a lack of good SO questions and answers on it. It's a smaller community, but I also think many people go to the Elm Slack channel to ask their questions, which they get in realtime. Not sure if that's just an Elm thing. A language specific…
Re: The Stack Overflow Age
#83Earlier quoted context omitted.
I cannot help but read "beginners" in a derogatory tone. Or at the very least a way to hand-wave away the unhealthy atmosphere that has formed at SO. It is definitely a problem for people with low SO Reputation since others can come along and edit their posts completely changing the context and meaning, and seem more brave to bully low rep users (e.g. delete/dup their posts). I have fairly high SO Rep from way-back-w…
For my last two jobs, I've created a new SO account for that job. I'm a pretty experienced user with decent reputation on my main account. I think I'm a pretty good question writer. I do my research beforehand, pay attention to niceties like formatting and grammar, and try to provide the right amount of context. My first couple questions almost immediately get downvoted without explanation. Comparable questions from…
Re: The Stack Overflow Age
#84Earlier quoted context omitted.
The perception of a culture problem on SO seems quite strong with a few people here. I'm sure bad things happen but it always seemed a) fairly rare and b) a price worth paying.... Without it, it would be like the Qlikview forums in no time! ;-)
I always wonder if people that complain about SO being nasty missed out on the shitshow that was programming forums before the current era. I recall some monumental flamewars back in the day on various sites I used to frequent.
Re: The Stack Overflow Age
#85Ah that explains firing up the old blog editor again content marketing ftw!
Re: The Stack Overflow Age
#86Earlier quoted context omitted.
[2] isn't an example of "subjective editorial decisions"; your question was off-topic because 'recommendation' questions are prohibited. For that tho, there's a Stack Exchange sister site: - [Software Recommendations Stack Exchange]( https://softwarerecs.stackexchange.com/ ) I don't like that 'decision', i.e. to not allow recommendations, but I understand the reasoning behind it, that recommendation questions are bas…
I never understood it, either. By that reasoning, almost any technical question is an "opinion" question asking for a "recommendation". For example, pretty much any question about C string handling has many possible answers, e.g., [1] admits that comparing two strings is "rather broad" and the various answers there recommend looping over each index and comparing chars with ==, sscanf, strncmp, regexes, and PEGs. Opin…
Q: How do I do X extremely specific thing that I need because I have an unusual case that needs this specific thing.
A (top voted): Why would you want to do X? You shouldn't do that. I clearly know more about your problem than you do because I assume everyone on here is a college student and not a developer working with a large mostly static codebase. You should do Y instead. It is much better.
Re: The Stack Overflow Age
#87Stack Overflow is useful at times, and frustrating at others. If you have basically no idea what you're doing, or just want an example for something, it can be great. On the other hand, if you try to find an answer about something you're really knowledgeable about, the result is often unsatisfactory: Like trying to find the reference documentation to answer some specific question, and the documentation is buried unde…
> Or you find someone who asked exactly the question you're looking for an answer to, but it either: has no answer, despite being very old “Who were you, DenverCoder9? What did you see?!” https://imgs.xkcd.com/comics/wisdom_of_the_ancients.png
Re: The Stack Overflow Age
#88> In the early days of the Internet, before the Web, there was a system called Usenet which created primitive online discussion forums. I wouldn't call Usenet groups 'primitive online discussion forums'; indeed, I rather strongly believe that in most respects Usenet was better & more advanced than current technologies. It was fast . How fast? Really, really fast: every article was already sitting on your local system…
> It was fast [...] easy [...] you were in control [etc.]
Not that I recall. It was slow, and could take from hours (local organisation or same city) to days (rest of the world) for an article to be propagated on Usenet. Yes, it was all cached locally, but often systems would download new articles only once a day, often at night when bandwidth (scarce and expensive, costing 'hundreds, if not thousands of dollars' as the rn warning went) was available. Conversations didn't take place in anything near real-time, but over days.
It didn't have history, or archives, either. Binary newsgroups would be kept for days only (due to their size) while the 'alt' hierarchy was kept for longer and the 'big 7' longest (eventually multiple years, but originally only months, causing the loss of many early Usenet postings that were never archived.)
As for moderation and accountability, moderated newsgroups were controlled by people who could choose whether or not to accept articles, and the creation of a new group, even in the 'alt' hierarchy was at the whim of some news administrator, while the 'big 7' required the 'Usenet Cabal' to agree, after a voting process that while democratic was complex and confusing.
Actually getting access to a group required your local news administrator to decide whether it was worth the disk space and bandwidth, so there was no guarantee that you would see every group or message.
As for full-text search over the entire newsfeed, Kibo was famous for this because it was rare. Searching news was difficult and time and compute resource hungry; most people did not have the resources to accomplish this.
The Web is a "version of Usenet, with encryption, authentication & Unicode, and capable of scaling up to 7 billion people" plus interactivity, colour, images, video, hypertext, programmable extensibility, you name it...
Re: The Stack Overflow Age
#89Earlier quoted context omitted.
> discussing SO is not for discussion!
If SO not for discussion is there a forum where you can discuss broad software architecture? Something with a spirit like HN where not everything is on topic but usually discussions are respectful and interesting.
Re: The Stack Overflow Age
#90It's interesting to see all the negative comments about the SO culture here. I just hadn't really noticed it but maybe it is a problem for beginners. I generally find what I'm looking for and when I post a question I try to research first to avoid spam. Isn't that how it's supposed to work?