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.

How to quickly become effective when joining a new company

94 pointsby DRMacIveralmost 12 years ago

7 comments

dpatrualmost 12 years ago
My summary: To become productive, get in the habit of doing things. More specifically, get in the habit of immediately doing what needs doing. Don&#x27;t spend a lot of time learning in preparation for some future grand work when there is useful work that you could be doing right away. When faced with a new situation, quickly learn enough so that you can start doing useful work. Avoid the temptation to spend a lot of time learning before contributing. Hence the advice: &quot;Acquire as little information as possible.&quot;<p>This meshes well with Sam Altman&#x27;s advice to: &quot;Have a good operational cadence where projects are short and you’re releasing something new on a regular basis.&quot; (<a href="http://blog.samaltman.com/startup-advice" rel="nofollow">http:&#x2F;&#x2F;blog.samaltman.com&#x2F;startup-advice</a>)
molbioguyalmost 12 years ago
<i>Acquire as little information as possible</i><p>This is an often overlooked opportunity. Learn as little as you absolutely need so you don&#x27;t get mired in the dogma. Some of the best solutions for problems come from people who have not yet become indoctrinated in the &quot;standard&quot; methodology. They approach problems with a fresh perspective and can come up with new solutions that everyone else who&#x27;s been there a while missed. This opportunity is short lived, since everyone inevitably learns all the standard ways, so it is very apt for when you join a new company.
评论 #6237580 未加载
评论 #6236965 未加载
nraynaudalmost 12 years ago
In my last job, I hired a guy who was pretty impressive, in the morning he got the code on his machine with the help of a co-worker next to him and got accounts in the dev tools, after lunch he sat alone, he put on his headphones and started killing bugs moving his head to the music. He corrected maybe 3 or 4 bugs on his first day. His code respected all the conventions we had set (it&#x27;s consistent so he gathered them from the existing code).
评论 #6236923 未加载
评论 #6237132 未加载
tmortonalmost 12 years ago
Cache link: <a href="http://webcache.googleusercontent.com/search?q=cache:pONjMF-sswIJ:www.drmaciver.com/2013/08/how-did-you-get-started-so-quickly/+&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us" rel="nofollow">http:&#x2F;&#x2F;webcache.googleusercontent.com&#x2F;search?q=cache:pONjMF-...</a>
评论 #6237397 未加载
gvbalmost 12 years ago
I&#x27;m not wild about the labels &quot;implicit&quot; and &quot;explicit&quot; for mental models. &quot;Explicit&quot; is not bad, but &quot;implicit&quot; is less intuitive. IMHO, &quot;behavioral model&quot; is a better label.<p>With simulations (e.g. CPUs), what the OP referred to as an &quot;implicit model&quot; is a &quot;behavioral model&quot; (the results are right, but the simulation takes shortcuts). An &quot;explicit model&quot; is a &quot;cycle accurate model&quot; because the simulation goes through all the actual motions that the real target (CPU) would do.<p>Behavioral models are much faster but less detailed and sometimes less accurate. For instance, in a CPU simulator, you get estimated execution times for the code whereas for a cycle accurate model you will get actual (simulated) clock cycles that the instructions took to execute the code.
评论 #6236682 未加载
splatcollisionalmost 12 years ago
Thanks for the detailed explanation of how your brain works - I found it a fascinating read and insightful for my own thought processes as well, also having one of those brains that &quot;won&#x27;t shut up&quot; as you so aptly put it.
a3voicesalmost 12 years ago
What is the advantage of quickly becoming effective? You&#x27;ll probably only get promoted marginally faster, at best.
评论 #6237679 未加载
评论 #6239413 未加载
评论 #6238816 未加载