Stack Overflow
Moderator: Moderators
Stack Overflow
I started posting answers today, mostly on the Python tag. I still have a long way to go before my account makes 50.
But on a whim, I looked for a 6502 assembly tag, and it turned out there was one. Then I noticed noticed someone took my init code from the wiki and asked a question about it. I wonder how many other 6502 related questions we could answer. I imagine that the 6502 tag moves slower than the Python tag or especially the Java tag, so there's less of a race to get your answer in first.
So who here posts on Stack Overflow or any of the other Stack Exchange sites?
But on a whim, I looked for a 6502 assembly tag, and it turned out there was one. Then I noticed noticed someone took my init code from the wiki and asked a question about it. I wonder how many other 6502 related questions we could answer. I imagine that the 6502 tag moves slower than the Python tag or especially the Java tag, so there's less of a race to get your answer in first.
So who here posts on Stack Overflow or any of the other Stack Exchange sites?
Re: Stack Overflow
Personally I don't post on Stack Exchange, but I read it a lot. I think it would be more interesting to have a NES (software) specific board, not just 6502.
Download STREEMERZ for NES from fauxgame.com! — Some other stuff I've done: fo.aspekt.fi
Re: Stack Overflow
Same here. I read a lot, I only asked a question once because I really couldn't find the problem by myself, and they weren't of much help. In the end I found the problem on my own, but it was a really hard problem ^^
Re: Stack Overflow
There's a C64 tag. Apparently creating a new tag needs 1500 rep, though you can ask in a tag related to the problem rather than the platform until there's a tag for your platform.thefox wrote:Personally I don't post on Stack Exchange, but I read it a lot. I think it would be more interesting to have a NES (software) specific board, not just 6502.
Re: Stack Overflow
I post regularly at StackOverflow, mainly answering Assembly and Android questions, but also reviewing other people's questions (editing them, or voting to close them if they're of really poor quality). Occasionally there are people asking 6502 assembly questions there, but it's mostly x86/ARM/MIPS stuff.
IIRC, creating new tags is discouraged unless there's a good reason for doing so (i.e. there's reason to suspect that it will be used by a significant number of people).
IIRC, creating new tags is discouraged unless there's a good reason for doing so (i.e. there's reason to suspect that it will be used by a significant number of people).
Re: Stack Overflow
I read it, I don't post. It's a great repository of problems and solutions.
- cpow
- NESICIDE developer
- Posts: 1097
- Joined: Mon Oct 13, 2008 7:55 pm
- Location: Minneapolis, MN
- Contact:
Re: Stack Overflow
Yep. If I see a Stack Overflow response in the top ten when googling some problem I always go to that page first. I get *really* annoyed when all that's there is the question and nobody's responded.Imperial wrote:I read it, I don't post. It's a great repository of problems and solutions.
Re: Stack Overflow
I used to get annoyed when That Hyphen Site (the one that wants people to subscribe to read accepted answers) was on top due to its cloaking practice. That appears to have ended with the rise of SO along with Google's deranking of sites that practice deceptive cloaking.
Re: Stack Overflow
Is that the one that still had the answers in the HTML, which could be seen with a little bit of DOM tinkering?tepples wrote:I used to get annoyed when That Hyphen Site (the one that wants people to subscribe to read accepted answers) was on top due to its cloaking practice.
Re: Stack Overflow
For a while, ExpertS-exChange had the answers at the bottom. Then it started limiting non-subscribers to five page views per month with answers at the bottom and removing said answers thereafter, much as NYT and several other newspapers have started putting up a metered paywall in order to qualify for first click free status.
I think it's since gone full paywall.
I think it's since gone full paywall.
Re: Stack Overflow
Last edited by dougeff on Mon Mar 07, 2016 10:24 am, edited 1 time in total.
nesdoug.com -- blog/tutorial on programming for the NES
Re: Stack Overflow
A buddy of mine pointed out that there's a lot of annoying meta stuff that goes on at stack overflow. For instance, people who get unreasonably upset when the question asker inserts politeness into their post. "Thanks in advance", "Any help would be appreciated", etc.
That and questions being closed for shortsighted reasons (some actually unrelated question was deemed to be "the same" as yours), high-rep people cluttering responses up by arguing with each other over something unrelated to the question, and really unhelpful answers such as in this satire.
So I use it when I come across a problem in C++ and am googling and it comes up, but I don't actually post on there. YMMV.
That and questions being closed for shortsighted reasons (some actually unrelated question was deemed to be "the same" as yours), high-rep people cluttering responses up by arguing with each other over something unrelated to the question, and really unhelpful answers such as in this satire.
So I use it when I come across a problem in C++ and am googling and it comes up, but I don't actually post on there. YMMV.
Re: Stack Overflow
Excuse me if it sounds like I have drunk Stack Overflow's Flavor Aid, but:
Correct. Its culture considers the question to be signal and such pleasantries to be noise.Drag wrote:[On the Stack Exchange network,] people who get unreasonably upset when the question asker inserts politeness into their post. "Thanks in advance", "Any help would be appreciated", etc.
If your question is duplicated to another question, but its answers do not answer your question, you can edit your question to list other related questions and how your question differs from each. Doing so puts it in a review queue where high-rep users can decide whether it is really a duplicate.That and questions being closed for shortsighted reasons (some actually unrelated question was deemed to be "the same" as yours)
Re: Stack Overflow
I guess I can understand the reasoning behind that. People don't answer questions because they want to help one particular individual, but because they want to build a database of answers to common issues that everyone can look up later.tepples wrote:Its culture considers the question to be signal and such pleasantries to be noise.