Live data from Hacker News

How to be a -10x Engineer

taylor.town

21–30 of 514 posts

Re: How to be a -10x Engineer

#21
A lot of toxic negativity in that post.

Sure bad engineers exist, but you know what is even worse than the -10x engineer: the contagious jerk.

https://www.inc.com/jessica-stillman/studies-being-a-jerk-is...

Yep being an asshole spreads like a disease within organizations. Avoid these guys like the plague.

Re: How to be a -10x Engineer

#22
> To ensure developers are context-switching, recompilation should take at least 20 seconds.

I'm now wondering what languages and projects the author has worked on if they expect compilation to take less than 20 seconds. Maybe small-ish golang projects? I don't remember the last time I worked on something interesting where recompilation was always under a minute...

Re: How to be a -10x Engineer

#24
I've seen engineers who are good candidates for -10x... The moral of this story is, of course, if people are submitting work that creates more work, you must push back against them.

Part of the issue is that intelligent people can be better at justifying work that wastes everyone's time. So if you're in a leadership position you really need to make sure people have their eyes on the prize and that they aren't padding their resume or needlessly doing tasks that worked at their previous job.

Re: How to be a -10x Engineer

#25

> To ensure developers are context-switching, recompilation should take at least 20 seconds. I'm now wondering what languages and projects the author has worked on if they expect compilation to take less than 20 seconds. Maybe small-ish golang projects? I don't remember the last time I worked on something interesting where recompilation was always under a minute...

Elm has always been very fast in my experience, but I have only worked on small-medium sized projects

Re: How to be a -10x Engineer

#29

> To ensure developers are context-switching, recompilation should take at least 20 seconds. I'm now wondering what languages and projects the author has worked on if they expect compilation to take less than 20 seconds. Maybe small-ish golang projects? I don't remember the last time I worked on something interesting where recompilation was always under a minute...

Anything written in interpreted languages like Javascript/Typescript. UI stuff usually has hot reloading where you get "compilation" times measured in milliseconds, and from experience restarting even a complex typescript server is a few seconds max. This applies to mobile apps as well when using React Native.

Re: How to be a -10x Engineer

#30
post #21

A lot of toxic negativity in that post. Sure bad engineers exist, but you know what is even worse than the -10x engineer: the contagious jerk. https://www.inc.com/jessica-stillman/studies-being-a-jerk-is... Yep being an asshole spreads like a disease within organizations. Avoid these guys like the plague.

I get the sense that this is an investor/bankroller that fancies themselves as an engineer, or a manager that has done a terrible job of hiring so far.
Post reply on HN