I voted to close a similarly "basic" question yesterday. The original text of that question was:
Can Objective C Property contains Parameter?
For example, I've seen self.someProperty
I have never seen self.SomeProperty(SomeParameter)
I am just trying to make sure
There was an objection raised to its closing, and I gave reasons for my vote:
I really think that, for this question to be useful and more than idle wondering, it needs some expansion. What prompted the idea of arguments on property accesses? Did you see something similar in another language? Is there an expected/desired purpose or effect? What did you read while trying to figure this out yourself? Did you try it, and what happened? Given more than "I had this thought and posted it", I'd be willing to vote to re-open.
The question was subsequently revised by its poster, and even though I still wasn't quite satisfied, I voted to reopen based partly on good-faith effort.
This, to me, is the key. Naïve questions are absolutely fine, even welcome. Questions which show no effort, especially questions like the one you, Charlie, linked to, and this one I've quoted, are wastes of everyone's time, including the asker's.
Posters of questions need to do a modicum of research on their own, and then, when they still can't figure the thing out, post a question, presenting the things they tried. The person who asked about tabs in Ruby could have run a couple of test scripts, one with hard tabs and one with soft, and used a freaking stopwatch. At least that would've been something.*
There just needs to be something more than, "This thing occurred to me. Give me the answer." That kind of question doesn't help anyone.**
Addendum: I just ran across a question (which has one NARQ close vote at the time of posting) which I think is an example of "basic/simple/naïve but shows effort" and should not be closed: Delegate notation in Obj-C.
The asker found some sample code and had trouble understanding it. This person gives their interpretation of the code in the question, and asks for confirmation and further clarification. (It could be generalized a little more, maybe, but) I think it's a solid SO question, for that reason.
*Let me add that I think it's perfectly okay when a person can't even figure out the right place to start to research the problem. Answerers can give possible directions to look into, but even then there needs to be some effort shown: "I tried to see if the scripts took more or less time than boiling an egg, but they both took way less. What else can I try?"
**To the response, "Well the OP got some help", I say: the "give a fish"/"teach fishing" aphorism applies here. Also, questions on SO are supposed be useful for more than just the poster's immediate needs.