Names don't matter much. As long as they still have a community willing to shame users for asking a question vaguely similar to one that was asked a few years earlier, then it's all good with me.
Either make a post on meta about the problem and provide a solution if you have on how to fix it OR make your own SO with your own rules. I'm really tired of seeing these off topic (whining) comments whenever SO comes up. It's useless and doesn't add anything to the discussion here.
Stack Exchange Is Now Stack Overflow
31–40 of 69 posts
Re: Stack Exchange Is Now Stack Overflow
#32Buried in there is an announcement [1] that they're going to start accepting documentation and particularly examples of API usage, not just Q&A. It seems like a good place to put stuff that isn't a question. [1] http://meta.stackoverflow.com/questions/303865/warlords-of-d...
That's smart. Programmers do a lot of searching for examples, there was a recent Google study on the topic. [1] One of my personal favorites lately has been bropages [2] - it's a crowdsourced set of usage examples for Unix command-line tools. Instead of wading through fifty pages of obtuse manpages or googling for usage, you just use "bro [command]" and you get some working examples. [1] https://research.google.com/p…
$ howdoi turn dictionary into json python
>>> json.dumps(your_data, ensure_ascii=False)
Re: Stack Exchange Is Now Stack Overflow
#33Re: Stack Exchange Is Now Stack Overflow
#34Reading between the lines, it seems to confirm a change in business model. To paraphrase: "Turns out software for running Q&A sites isn't that hot a property, but having access to a large part of all the world's programmers is"
Serious question - do many people here actually use anything other than Stack Overflow, Server Fault and Power User? I occasionally get and click on a Google result for the photography stack exchange, but I've rarely clicked on any results for the other Exchange sites for my non-technical searches.
It's a bit sparse for existing Q&A, but so far people have been good about responding to my questions.
Re: Stack Exchange Is Now Stack Overflow
#35Names don't matter much. As long as they still have a community willing to shame users for asking a question vaguely similar to one that was asked a few years earlier, then it's all good with me.
Re: Stack Exchange Is Now Stack Overflow
#36Reading between the lines, it seems to confirm a change in business model. To paraphrase: "Turns out software for running Q&A sites isn't that hot a property, but having access to a large part of all the world's programmers is"
Serious question - do many people here actually use anything other than Stack Overflow, Server Fault and Power User? I occasionally get and click on a Google result for the photography stack exchange, but I've rarely clicked on any results for the other Exchange sites for my non-technical searches.
Re: Stack Exchange Is Now Stack Overflow
#37Reading between the lines, it seems to confirm a change in business model. To paraphrase: "Turns out software for running Q&A sites isn't that hot a property, but having access to a large part of all the world's programmers is"
Serious question - do many people here actually use anything other than Stack Overflow, Server Fault and Power User? I occasionally get and click on a Google result for the photography stack exchange, but I've rarely clicked on any results for the other Exchange sites for my non-technical searches.
Re: Stack Exchange Is Now Stack Overflow
#38Was just thinking what it was like to develop before Stack Overflow... and before github... Yikes! Kudos to the team over at SO to continue to iterate the business. I do wish they'd add an "out of date" button to flag questions/answers that are no longer relevant or just plain wrong. I think the amount of cruft they're going to deal with in the next 10 years is going to be HUGE.
stackoverflow is also part-wiki, so depreciating questions isn't as likely as someone coming around and updating the answers
True, but I think it would be helpful for two reasons:
a. Someone looking for an answer might not realize it is out of date.
b. It would help surface questions that do need updating. You statement presupposes someone actually finds the out of date info. A button would help SO bring all those items to a single location.
Re: Stack Exchange Is Now Stack Overflow
#39Experts Exchange was the SO before SO and it was so bad, so bad that I can imagine it was one of the reasons SO was built in the first place. When the Exchange name appeared I cringed because it always reminded me of the worst QA UX in history, sitting on IRC was better. Glad it went away.
Re: Stack Exchange Is Now Stack Overflow
#40Buried in there is an announcement [1] that they're going to start accepting documentation and particularly examples of API usage, not just Q&A. It seems like a good place to put stuff that isn't a question. [1] http://meta.stackoverflow.com/questions/303865/warlords-of-d...
Just allowing documentation right on SO is way better.