TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I'm an Idiot

49 pointsby davidfekkealmost 8 years ago

5 comments

d--balmost 8 years ago
Starting reading this I thought that I wasn&#x27;t an idiot, and then I realized that I internalized most of what&#x27;s there.<p>For instance, I&#x27;ve given up trying to avoid off-by-one issues in complex loops, I&#x27;m just writing the loop, testing it, and then see if it&#x27;s off-by-one or not.<p>Another example is that I know that I get really confused by not-even-complex logic expressions. It takes me ages to get what !(a || !b) means, and then I am not sure at all I&#x27;m right.<p>I totally relate to the author&#x27;s problem with max(0,min(1,x)), I&#x27;ve screwed that one so many times.
Mzalmost 8 years ago
Seems to basically be about overcoming perfectionism and getting over your big ego, both of which are common problems. It is better than I expected it to be:<p><i>Yes, you can do things like this. You can use custom operators, you can wrap things in things that process things and give you a thing all in one line of code. But are you actually helping anyone, or are you just masturbating in public about how clever you are?</i>
whipoodlealmost 8 years ago
Well. It&#x27;s one thing when we think that about ourselves, another thing when we think or say that about others.
JohnStrangealmost 8 years ago
I think he&#x27;s wrong with Step 2, but the beginning of the talk is fine.
评论 #14992668 未加载
jjthebluntalmost 8 years ago
AN not A
评论 #14992216 未加载
评论 #14992422 未加载