logoalt Hacker News

duchennetoday at 2:02 PM3 repliesview on HN

I am a long-time user of stackoverflow with 16k points, and even I got all my questions of the last five years downvoted into oblivion.


Replies

AStrangeMorrowtoday at 3:59 PM

I know, I am in the same range of points and still asking questions has always been a bit scary.

I remember spending 2h writing a question for what I thought was a complex c++/compiler issue. 10s of thousands of lines proprietary codebase, so I couldn’t include everything obviously, but also couldn’t create a “minimal working example” to reproduce the issue. So I included as many things is I could to try to get pointer on how to track that behavior I was seeing. Of course the second I post it I got a -1 plus “can’t reproduce”/“please add minimal example”.

An other time, I had a question that was very similar to an existing one, but different setup and the answer did not solve my problem at all. Mentioned all that, linked the other question and specifically wrote that it was NOT addressing my problem. Posted it, soon after tagged as duplicate with that one answer that did NOT solve the problem.

After that I rarely asked questions again.

Also the points system made it frustrating as a new user: someone 2 years ago asks a basic language question “+50 upvotes”. You asked a similar question, asking extra clarification on an aspect “-2, already answered, read the doc” and so on. And with such a big deal made about reputation it felt like just being born early and being able to be an early adopter meant you got east points. For new users, though luck.

show 1 reply
DrSiemertoday at 5:06 PM

The one advantage of actually trying to use SO was that the fear of asking a question usually made me do so much research that I'd solve my issue in the process of fully describing it.

That did also make the community lose out on the answer though.

show 1 reply