> Maybe the original asker and I should have done ctrl + f for r% — but that didn’t occur to me, so I assume it didn’t occur to them either. Great, so you've learnt something for next time. > Beginners need guidance. They’re dumb and they flail around and they get stuck on “easy” problems. That’s why resources like Learn Python the Hard Way and Stack Overflow exist in the first place. Sorry, but no. "Stack Overflow i…
Stack Overflow and Discouraging Beginners
101–110 of 123 posts
Re: Stack Overflow and Discouraging Beginners
#102There is a vast number of legitimate, interesting questions that get answered all the time. But this leads the rest of the herd to believe SO is a free homework completion service, then take to their blogs when they get told to fuck off.
Re: Stack Overflow and Discouraging Beginners
#103> Maybe the original asker and I should have done ctrl + f for r% — but that didn’t occur to me, so I assume it didn’t occur to them either. Great, so you've learnt something for next time. > Beginners need guidance. They’re dumb and they flail around and they get stuck on “easy” problems. That’s why resources like Learn Python the Hard Way and Stack Overflow exist in the first place. Sorry, but no. "Stack Overflow i…
Re: Stack Overflow and Discouraging Beginners
#104Earlier quoted context omitted.
The problem of writing documentation is that it's not possible to write it to suite every person. While most documentation certainly can be improved upon it's always the matter of where to best spend my time. Developing a feature or document an old feature in yet another way to serve people with a different mindset than my own. With the risk of sounding a bit of "it's programming it's meant to be hard", I feel the au…
I agree with your take on documentation, and I agree that there are some difficult concepts even in basic programming that you just have to work hard to learn. Reading dense documentation is a programming skill, so it doesn't seem ridiculously out of bounds to be still in the process of learning it when on a programming education site. What I'm trying to say is more along the lines of "if you don't have anything nice…
100% — this is the point I was trying to make
Re: Stack Overflow and Discouraging Beginners
#105But hey, if you don’t want a friendly community or you don’t want more people to ~learn how to code~, then you’re doing it right. I have all the community I want, thanks. If you think I'm being self centered, you have it backwards. I don't care what you do, but you think a community you aren't part of should cater to you.
Problem is a number of us were parts of the community and now treat it mostly as read only.
Re: Stack Overflow and Discouraging Beginners
#106This is really a complaint about the Python docs. The poster is using a book that makes you look for info that ought to be in the book in a convenient table. If you search for "Python formatting", you get to [1] which doesn't list the "%r" format effector. Neither does [2], which is the same document for Python 3.6. See, on that page, "Form specification mini-language": format_spec ::= [[fill]align][sign][#][0][width…
Re: Stack Overflow and Discouraging Beginners
#107SO for true beginners is like asking questions about 16th century French literature when the only french you know is "Je m'appelle Lloyd. Ou est la bibliotheque?". The problem is that beginners don't have the ability to actually know what they are searching for. Trying to ask "how do I do string interpolation in javascript?" means you have to know what string interpolation is in the first place. You're much more like…
Re: Stack Overflow and Discouraging Beginners
#108Earlier quoted context omitted.
Comparing Stack Overflow to the textbook is not very relevant: manuals etc are textbooks. Stackoverflow is a forum with very customized rules. Or if I'm generous: a reference.
Stack overflow is not a "forum". It was born as a mix of forums, blogs, wikipedia and reddit. See our original about page here: https://web.archive.org/web/20120131154217/http://stackoverf...
So, honestly, thanks for the hard work you put in. And: hopefully we/you can do even better in the future?
Re: Stack Overflow and Discouraging Beginners
#109Another example of SO managing to alienate a user (in this case, me): Posting my very first answer to a question, finding a very similar post and adding my solution there as well, then getting an email that I had posted the same thing and that the second post would be removed. This was unfortunate because the second question had a more lively discussion and seemed like a better place for the answer. I deleted the fir…
Sorry you had a bad experience with the site. I hope you try contributing again in the future if you get a chance.
Re: Stack Overflow and Discouraging Beginners
#110I do generally agree that Stack Overflow as a community is too enthusiastic about closing down some questions. It's always particularly frustrating to Google for some weird error message and find a Stack Overflow discussion which has been killed off because the question was inappropriate :) But, that said… I'm not sure this is a particularly convincing example of this phenomenon. This is an example of something which…
I think the point the author is making is that what can be easily found in a language's docs is subject to the same learning curve as what can be easily done with the language. Skill in docs reading comes with skill in the practice and understanding the concepts of a technology. Someone can make an honest and unsuccessful search for something that is blindingly obvious to another. If new users have difficulty using t…
What better answer is there than a link to the documentation that has that list? In this case, I don't really care if the person posting the question put any research on their own. They specifically asked for a dump of everything, and got what they asked for. If that wasn't helpful, perhaps they need to ask a different question.