Poll: Do you read Hacker News and not have any programming ability?
I'm re-posting this thread (http://news.ycombinator.com/item?id=2056020) as a poll because some people might prefer to click an arrow than write a response. As noted: This includes being able to make pretty much any sort of computer or internet program or app, basic html not included.
20 comments
[ 4.1 ms ] story [ 56.8 ms ] threadEDIT: It's now been added!
Building seemingly simple common things like flashy sites, wordpress plugins, themes with some show/hide effects, sidescrolling 2D games, image pans, charts can turn into a nightmare when you have no foundation. Simple bugs can take weeks of work to fix.
These are the kinds of projects n00bs want to do, but it can take a lot more code or effort to do these common things than most can handle. With 2D sidescrollers you can run into localToGlobal problems and if you suck at math, have no clue that you should write a separate coordinate engine instead of using the API for screen positioning, nightmare ensues.
When I strayed from the tutorials I was lost. When I saw example code, I was usually lost. There were very few examples that would give the right foundation in the context of building a thumbnail site or 2D scroller. A lot of the code was horrible and I didn't know it. I've seen people here starting with Ruby that have better luck. I've seen people starting in JS that have it worse.
Figuring out this kind of crap took months. Yes I still think it's all crap. Learning resources are usually made by people with years of experience, who have long forgotten what it's like to be clueless. Programming languages, APIs, frameworks, engines, are geared for those with years of experience. By programmers, for programmers, or at least for people with a science/math slant.
It can be fixed with effort on the scale of jQuery for every single domain. Meanwhile many people who try will lose motivation because they'll fail to accomplish anything presentable after weeks of effort.
not only is hacker news my primary news source (among a field of many), it is the only news blog i comment on. in fact, besides facebook it is the only place that i leave comments or write on the Internet.
it is a great resource with an even better community. and while i dont program, everyday i find something or learn about something that i implement in the business i help run.
Can we add this as an option?