TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

My first six months of programming: from man-rodent to partyman

179 点作者 nitefly大约 14 年前

18 条评论

bgraves大约 14 年前
This is a great write up on the experience! Truly inspirational.<p>I especially like the following quote:<p><i>It truly is amazing how much practice helps. Every time I write a new program, I run into a ton of unforeseen problems and bugs. While frustrating at the time, I usually plan around them the next time I program. This makes me feel like I’m in my very own while loop:</i><p><pre><code> while (stillPrettyBadAtProgramming) { programmingPracticeTime++; Program *newProgram = [Program programWithType:ProgramTypeGame]; if ( newProgram.isReallyGood == YES &#38;&#38; programmingPracticeTime &#62;= A_HUGE_AMOUNT ){ stillPrettyBadAtProgramming = NO; } }</code></pre>
评论 #2443597 未加载
评论 #2443268 未加载
rkarthik大约 14 年前
I'm a mechanical engineer and don't know anything about coding except basics of C. This has inspired me to learn programming. I just downloaded Python and that free ebook mentioned in the post. I've finished the 'guess the number' program and 'dragon realm' program. Interesting stuff.
Jun8大约 14 年前
Fantastic! Shows you that good motivation is the key, in his case game programming. Also, encountering good books and some expert early on is a big boost. This is what a lot of professors lack: a sense of direction where you're headed so you get motivated.
aaronmarks大约 14 年前
This is a great article to show business cofounders who might be reluctant to learn how to code. Wonderful evidence that even folks with 0 experience can increase their coding knowledge (and thus ability to work effectively w/ hackers) by great strides in a short 6 months.
jwomers大约 14 年前
You've had some amazing progress, and really impressive for a beginner after only 6 months. Wow, keep it up!
评论 #2442744 未加载
wyclif大约 14 年前
Best submission title I've seen on HN in a long time. The actual article isn't bad, either. I salute you.
评论 #2442746 未加载
timepilot大约 14 年前
Fantastic progress - keep it up and thanks for sharing! I'm looking forward to buying one of your future games on the app store.
Entaroadun大约 14 年前
How did you decide what type of projects to work on (ie how did you come up with your man-rodent game / what was the inspiration)? How much time did you spend every day programming?
评论 #2443912 未加载
eru大约 14 年前
The games are still quite rudimentary, but it's nice to see him coming along. I wonder how far he will have come another six months down the line.
评论 #2442745 未加载
dy大约 14 年前
Yes, this is truly inspirational (and a kick in the pants for me as well). Would love to see your progress in another six months.
mayukh大约 14 年前
Congratulations. You've certainly accomplished a lot in 6 months. Can you tell us how much effort this took? hrs/day days/week.
评论 #2443913 未加载
usedtolurk大约 14 年前
After 15 years in the corporate world I've almost forgotten those exciting early days of programming. This article brought back the joy I felt when I figured out how to make the bad guy "home in" on the good guy - that was a turning point for me!<p>I need to do some true recreational programming again - just for the pure joy of it.
sledmonkey大约 14 年前
This is great. I'm working on learning objective-c in pursuit of making ios stuff as well and i can relate to many of the hurdles you've faced since I'm going through them now. It's frustrating but it's good to see someone come out the other side.
prpon大约 14 年前
Welcome wblackall to HN. Inspiring journey. I hope you keep up with it and go far with your efforts. Inspires me to look at all the things that we coders are not familiar with and approach it with the same enthusiasm as you do.
artmageddon大约 14 年前
I had a lot of fun reading through and seeing the progression of the games. I hope to start something like this someday. Keep it up!!
ojbyrne大约 14 年前
I took a course on iOS dev with Ray Wenderlich (mentioned there for his Cocos2d tutorials), and highly recommend his work.
评论 #2445330 未加载
tudorizer大约 14 年前
Seems like you had a lot of fun and good progress. Keep it up!<p>Did you submit any game to the app store, yet?
nhangen大约 14 年前
So you can program, but you should hire a designer.<p>Edit: this is not a barb at the OP, just a recommendation. I think his drive is in building, so why not make it easier on yourself by getting some help?