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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Thoughts on being a programmer

235 点作者 earnubs将近 13 年前

13 条评论

tokenizer将近 13 年前
<i>Be yourself. </i>Code for fun. <i>There's hundreds of ways to write the same thing, don't be a dick about your way, but stand up for good practices. </i>Respect those who accomplish great things, because it was a lot of work, even if they say it was a weekend practice, they took a lot of time to get to that point. <i>If you code correctly, one line changes are possible. </i>Learn to desire success more than you fear failure. (I like this one) <i>Don't become the old people you hate, always try to learn new things, no matter how alien. </i>Who cares if you're coding on production live? Right? Right? <i>Comments are for the weak, tracing and prototyping code is not. </i>Mistakes are inevitable *It's hard being the smartest person in the room sometimes, wear it with humility rather than pride.<p>My version of the list. This was fun!
评论 #4381679 未加载
评论 #4385385 未加载
评论 #4383258 未加载
frou_dh将近 13 年前
Something in one of Zed Shaw's old talks stuck with me. Roughly:<p><i>"Don't go with the flow of the industry. Try [unconventional] things because there's something beneath [software] that we haven't figured out yet."</i><p>I suppose there's two personal disclaimers:<p>- I'm not that interested in the business aspect of software.<p>- The answer to what the magic beneath is may elude me due to it simply being "math, stupid".
评论 #4386437 未加载
podperson将近 13 年前
I liked "err vicariously" ;-)<p>It's good to learn from your own mistakes, and even better to learn from someone else's.
评论 #4383000 未加载
评论 #4382425 未加载
jawr将近 13 年前
&#62;Always back up before tidying up. I liked this piece of advice, it's a lesson we all hate to learn.
评论 #4381892 未加载
评论 #4382258 未加载
alanmackenzie将近 13 年前
I would add: Don't release on a Friday.
评论 #4382959 未加载
recycleme将近 13 年前
Communicate often. Have a beer with a fellow programmer. Don't be afraid to break code.
评论 #4382029 未加载
twakefield将近 13 年前
&#62; There's always plenty of room for improvement - in your code, in your abilities, in you.<p>I just saw an amazing movie about a man that embodies this philosophy: "Jiro Dreams of Sushi"[1]. This man's dedication to further mastering his craft is unparalleled. Even though he is widely regarded as the best Sushi chef in the world, he is still singularly focused on becoming better every day.<p>I highly recommend watching - it's very inspiring.<p>[1] <a href="http://en.wikipedia.org/wiki/Jiro_Dreams_of_Sushi" rel="nofollow">http://en.wikipedia.org/wiki/Jiro_Dreams_of_Sushi</a>
norswap将近 13 年前
Work on unimportant problems. <a href="http://www.yosefk.com/blog/work-on-unimportant-problems.html" rel="nofollow">http://www.yosefk.com/blog/work-on-unimportant-problems.html</a>
einhverfr超过 12 年前
The bit about there always being room for growth was driven home for me yesterday as I was looking through how to build an object model in PostgreSQL using object-relational features. I went through the features one by one and discovered that I had only scratched the surface of that aspect of PostgreSQL. I suddenly understood how to rethink what I was doing in terms of design patterns in order to build object interfaces in the db for the relational underpinnings.
3am_hackernews将近 13 年前
It is written so beautifully that the "code" part of these thoughts can be substituted for many other things: design, engineering, life etc.
joe_the_user将近 13 年前
<i>Don't be an asshole</i><p>Agreed but on the page, it looks a bit of out of place with the other points.<p>My mind fills in the details as "don't act like you are the programmer who's a hundred times more productive than the others, even if it seems like you are".<p>But that's a big question. Apple Computer arguably expects its programmers to all be the x100 producers and was managed by someone who it more or less was admitted to be an asshole (a genius, inspiration, unique asshole but still an asshole).<p>So it think the greatness and asshole-dom question is not settled for people even if I would embrace it.
joe_bloggs将近 13 年前
"Err vicariously"<p>Loved that. Subtle, yet deep!
jebblue将近 13 年前
That was a short, concise, pragmatic, wise and rockin article.