Live data from Hacker News

Speed matters: Why working quickly is more important than it seems (2015)

jsomers.net

11–20 of 177 posts

Re: Speed matters: Why working quickly is more important than it seems (2015)

#11

"when you punch someone you need to pull your arm back, before you launch it forward. If you don’t your hit will be weak." It's a cute way to think in opposites, but unfortunately as punching advice, it's untrue. Punch force comes from body mass x acceleration, not arm mass x acceleration.

[deleted]

Re: Speed matters: Why working quickly is more important than it seems (2015)

#13

Efficiency is also more important than it seems. You can have lots of low quality, half-baked output. How much forethought do we put into what we will work on to begin with? Some projects and ideas are not worth the effort. Or an alternative solution to a problem is preferable over one you’ve been hammering away at for days, and would be easier to implement. And in the realm of programming, it’s often easy to take sh…

Not every product is maintained for years. In many cases it's good to be able to choose between a quick solution and a good solution, as long as these are concious decisions and some record of accrued technical debt is kept.

Rarely if ever in the beginning of the project it's 100% sure or guaranteed how long the project will be maintained. There might be some estimates, but in the long run upper management might change their minds at any time and then you are fucked if you didn't build robust architecture from the start.

At least according to my experience and everyone I know in the industry.

Re: Speed matters: Why working quickly is more important than it seems (2015)

#14
post #5

"when you punch someone you need to pull your arm back, before you launch it forward. If you don’t your hit will be weak." It's a cute way to think in opposites, but unfortunately as punching advice, it's untrue. Punch force comes from body mass x acceleration, not arm mass x acceleration.

Bruce Lee taught a martial arts technique that relied on not pulling back first - https://en.wikipedia.org/wiki/One-inch_punch

It's also the basic premise of punching in Western boxing.

Re: Speed matters: Why working quickly is more important than it seems (2015)

#15
post #5

Earlier quoted context omitted.

Bruce Lee taught a martial arts technique that relied on not pulling back first - https://en.wikipedia.org/wiki/One-inch_punch

It's also the basic premise of punching in Western boxing.

It’s almost as if it were basic lever physics

Re: Speed matters: Why working quickly is more important than it seems (2015)

#16
> I’ve noticed that if I respond to people’s emails quickly, they send me more emails

And I thought they wanted argue for faster replies...

But I think there is some truth to that. If a task seems overwhelming, it can sometimes help to look back at something you already completed.

I don't have that impression for programming at work, since I have a set schedule anyway, but for projects outside of that the kick-off seems to be the hardest part in awe of all the work before you. But then there is all the projects you already completed, which were mostly labor intensive as well.

Re: Speed matters: Why working quickly is more important than it seems (2015)

#17

Efficiency is also more important than it seems. You can have lots of low quality, half-baked output. How much forethought do we put into what we will work on to begin with? Some projects and ideas are not worth the effort. Or an alternative solution to a problem is preferable over one you’ve been hammering away at for days, and would be easier to implement. And in the realm of programming, it’s often easy to take sh…

When I feel progress goes slow, or a task is too hard, I will use test driven development: Just implement the bare minimum in order to make the test pass, basically dividing the task up into many small steps.

Re: Speed matters: Why working quickly is more important than it seems (2015)

#19

"when you punch someone you need to pull your arm back, before you launch it forward. If you don’t your hit will be weak." It's a cute way to think in opposites, but unfortunately as punching advice, it's untrue. Punch force comes from body mass x acceleration, not arm mass x acceleration.

Did you mean to comment on this? https://news.ycombinator.com/item?id=20610839

Re: Speed matters: Why working quickly is more important than it seems (2015)

#20

Oh please. Our whole product is a side effect of "working quickly", and it's anyone's guess how difficult it is to make any change in that now.

I have a different experience. I did lots of well thought work, that after management decision ended in the thrash. I prefer “working quickly” now, if it doesn’t end in the thrash, I can fix it later.
Post reply on HN