Earlier quoted context omitted.
....why?
Most comments should end up as an edit to the question or answer, clarifying some point, at which point they can be removed. The Question and Answer are the important things on Stack Overflow, not the communication that went into creating and tuning them. The remaining comments are just fluff, such as "thanks", which can more appropriately (for the site) be expressed as an upvote or accept. Or they're asking a new qu…
Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
181–190 of 227 posts
Re: Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
#182I often ask a question on Google, get taken to a Stack Exchange site, and find that yes, they have my question, but some moderator closed it before it got answered. SE got my traffic, but I didn't get my answer. Isn't that broken?
Re: Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
#183Earlier quoted context omitted.
I hope that at some point Google starts pruning away closed SO questions from its index. That will give the user a better search experience.
I hope that they don't. In fact, that's the worst thing they could do. I have gotten a _lot_ of value from closed SO questions that were high ranked in my Google search results. I don't know what that says about SO's flagging system, but it is what it is, I guess.
Too bad for you, it just takes an overzealous moderator to remove a closed question that many people find valuable.
Your best bet is to bookmark the question and trigger archive.org's crawler via the "Save Page Now" form: https://archive.org/web/
Re: Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
#184I often ask a question on Google, get taken to a Stack Exchange site, and find that yes, they have my question, but some moderator closed it before it got answered. SE got my traffic, but I didn't get my answer. Isn't that broken?
Yeah I feel that they are overzealous in closing useful (to me) questions, but its hard to know what the site would be like if they let discussions go--perhaps it would make it a lot more difficult to find the answer you're looking for.
But now, I feel like my question is probably going to be flagged, so why bother.
Re: Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
#185Earlier quoted context omitted.
It matters because people respond to incentives. If what you want to see encouraged is good answers to novel questions, you need a system that rewards that over copy-pasting from documentation. What do you think happens when the two are rewarded equally, but the latter can be done much more frequently per unit of time?
Isn't the incentive to answer those kinds of questions mostly intrinsic? I mean, the interesting questions and answers are more likely to be given exactly because they are so. The extrinsic reward is then complementarily useful for the opposite questions: the ones that are not very interesting but important nonetheless, such as the case of a reference to a cryptic documentation.
Re: Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
#186I often ask a question on Google, get taken to a Stack Exchange site, and find that yes, they have my question, but some moderator closed it before it got answered. SE got my traffic, but I didn't get my answer. Isn't that broken?
There is an ongoing religious war among avid SO users (don't know about the rest of SE) about what kinds of questions should be allowed. Roughly, there are two camps. Those who say that any well-formed, non-dup question of interest should be let in and those who think it's a stop of last-resort after checking all conceivable documentation and scouring the internet. I believe the latter viewpoint is pretty run-of-the-…
how to push an item into an array in Java?
The obvious response is "lol don't you know how to read the doc"?
Yet the view count is over 100,000 and counting, with people commenting how much they appreciate finding the answer immediately.
Re: Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
#187I often ask a question on Google, get taken to a Stack Exchange site, and find that yes, they have my question, but some moderator closed it before it got answered. SE got my traffic, but I didn't get my answer. Isn't that broken?
Having read over 5000( yes really ) questions and searched over 100 with Google, that didn't happen once. Just to clarify, SE doesn't always have the question, but it always has the answer. It must be related to the specific field you are searching for; older ones are usually complete. I wouldn't be surprised if a more casual programming field has a larger ratio of closed answers.
Re: Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
#188Earlier quoted context omitted.
Can you provide examples of some of those questions? Usually when I encounter that, it's been closed as a duplicate with a link to the original.
Post a technical question about how to make your single page application crawlable, if it includes the word "SEO", there are great chances it will be closed. Some examples: http://stackoverflow.com/questions/21044302/make-ajax-loaded... http://stackoverflow.com/questions/26298780/how-to-make-ajax... http://stackoverflow.com/questions/14887710/ajax-deep-linkin... http://stackoverflow.com/questions/21785074/seo-with-si…
The knowledge would certainly be useful to many people, but it is outside of SO's scope as it is defined.
Re: Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
#189Earlier quoted context omitted.
Isn't the incentive to answer those kinds of questions mostly intrinsic? I mean, the interesting questions and answers are more likely to be given exactly because they are so. The extrinsic reward is then complementarily useful for the opposite questions: the ones that are not very interesting but important nonetheless, such as the case of a reference to a cryptic documentation.
Extrinsic motivations displace intrinsic ones. Once you have the magical internet points, the intrinsic motivations fade.
Re: Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums
#190Earlier quoted context omitted.
It seems like the solution is to instead of close non-novel questions, just make them not award points.
I think this would be an excellent solution. Combine it with some semantic similarity analysis, and the vast majority of newbie questions could be replaced with "Here's a link to a pre-written answer that almost certainly addresses what you want".