Stack Overflow

You can talk about almost anything that you want to on this board.

Moderator: Moderators

tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Stack Overflow

Post by tepples »

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?
User avatar
thefox
Posts: 3139
Joined: Mon Jan 03, 2005 10:36 am
Location: Tampere, Finland
Contact:

Re: Stack Overflow

Post by thefox »

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
User avatar
Bregalad
Posts: 8036
Joined: Fri Nov 12, 2004 2:49 pm
Location: Caen, France

Re: Stack Overflow

Post by Bregalad »

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 ^^
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Stack Overflow

Post by tepples »

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.
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.
mic_
Posts: 922
Joined: Thu Oct 05, 2006 6:29 am

Re: Stack Overflow

Post by mic_ »

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).
Imperial
Posts: 45
Joined: Sun Sep 08, 2013 7:03 pm

Re: Stack Overflow

Post by Imperial »

I read it, I don't post. It's a great repository of problems and solutions.
User avatar
cpow
NESICIDE developer
Posts: 1097
Joined: Mon Oct 13, 2008 7:55 pm
Location: Minneapolis, MN
Contact:

Re: Stack Overflow

Post by cpow »

Imperial wrote:I read it, I don't post. It's a great repository of problems and solutions.
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. :evil:
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Stack Overflow

Post by tepples »

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.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Stack Overflow

Post by tokumaru »

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.
Is that the one that still had the answers in the HTML, which could be seen with a little bit of DOM tinkering?
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Stack Overflow

Post by tepples »

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.
User avatar
dougeff
Posts: 2875
Joined: Fri May 08, 2015 7:17 pm
Location: DIGDUG
Contact:

Re: Stack Overflow

Post by dougeff »

If only there was a 65816 tag.

By the way, I found a debugger in a Super NES game.
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
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Stack Overflow

Post by tepples »

Drag
Posts: 1350
Joined: Mon Sep 27, 2004 2:57 pm
Contact:

Re: Stack Overflow

Post by Drag »

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.
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Stack Overflow

Post by tepples »

Excuse me if it sounds like I have drunk Stack Overflow's Flavor Aid, but:
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.
Correct. Its culture considers the question to be signal and such pleasantries to be noise.
That and questions being closed for shortsighted reasons (some actually unrelated question was deemed to be "the same" as yours)
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.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Stack Overflow

Post by tokumaru »

tepples wrote:Its culture considers the question to be signal and such pleasantries to be noise.
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.
Post Reply