From the comments, I think readers are generally failing to take an opportunistic attitude toward this article. Dig out useful ideas and ignore what doesn't help. Yes, there are situations where working too quickly will bite you, so you can't always do it. But the key idea here is that by working quickly you reduce your expectations of how costly a new effort is. Then you'll actually start it. Inertia is a powerful a…
"Opportunistic attitude" looks too much like "confirmation bias" to me to be comfortable with it.
Speed matters: Why working quickly is more important than it seems
101–110 of 144 posts
Re: Speed matters: Why working quickly is more important than it seems
#102Earlier quoted context omitted.
The advantage of touch typing is on a good keyboard/desk/etc you can do it 10 hours a day for 30 years without wrecking your hands. That said, most programmers don't actually type that much so it's not nearly as important.
I bemoan the death (or near-extinction) of text-input games. I learned entirely on my own how to touch type by playing classic Sierra adventure games and spending a ton of time in DOS. I never would have done that if I had gotten into computing a few years later with the transition to mouse-based UIs.
Re: Speed matters: Why working quickly is more important than it seems
#103Earlier quoted context omitted.
To be honest, if packing a parachute takes an hour longer and increases the chance of living by 100* I'd say that's worthwhile. But then, I also wouldn't call 1/10000 an especially high risk. We face those sorts of odds just driving a car and they don't put many of us off[1]. If the probability of death from packing a parachute quickly were 1/100 then I think your argument would break down somewhat. Like I said, you…
Here are some stats measured in micromorts[1]: Skydiving (US): 9 out of a million chance of death per jump Skydiving (UK): 8 out of a million chance of death per jump ... where 1 micromort = 1 in a million probability of dying [1] https://en.wikipedia.org/wiki/Micromort#Leisure_and_sport
Re: Speed matters: Why working quickly is more important than it seems
#104Earlier quoted context omitted.
The advantage of touch typing is on a good keyboard/desk/etc you can do it 10 hours a day for 30 years without wrecking your hands. That said, most programmers don't actually type that much so it's not nearly as important.
I bemoan the death (or near-extinction) of text-input games. I learned entirely on my own how to touch type by playing classic Sierra adventure games and spending a ton of time in DOS. I never would have done that if I had gotten into computing a few years later with the transition to mouse-based UIs.
Re: Speed matters: Why working quickly is more important than it seems
#105Earlier quoted context omitted.
Sounds like you're advocating a return to strict behaviorism.
Strict behaviorism? I'm advocating for the experimental analysis of behavior (sometimes referred to as radical behaviorism). When applied to practical human problems, it is referred to as applied behavior analysis. The study I cited provides support for the authors conclusion. However, his description is flawed because it doesn't provide means for prediction and control of behavior.
Do you go around criticizing all opinions that refer to people's thought processes as 'flawed because it doesn't provide means for prediction and control of behavior'?
Re: Speed matters: Why working quickly is more important than it seems
#106Earlier quoted context omitted.
Strict behaviorism? I'm advocating for the experimental analysis of behavior (sometimes referred to as radical behaviorism). When applied to practical human problems, it is referred to as applied behavior analysis. The study I cited provides support for the authors conclusion. However, his description is flawed because it doesn't provide means for prediction and control of behavior.
It's a blog post - an opinion piece - not a scientific paper. Do you go around criticizing all opinions that refer to people's thought processes as 'flawed because it doesn't provide means for prediction and control of behavior'?
Re: Speed matters: Why working quickly is more important than it seems
#107Re: Speed matters: Why working quickly is more important than it seems
#108Re: Speed matters: Why working quickly is more important than it seems
#109Re: Speed matters: Why working quickly is more important than it seems
#110Speaking as one who is laid back in a personality sense, I could imagine nothing worse than a life lived non-stop frenetically under the imagined need to speed up all activity in the name of productivity. Take time to pause, reflect, think , and enjoy your life experiences. Even when it comes to work-related activity, there are times and places to do things quickly and there are times and places to do them deliberate…
One of the tenets of Extreme Programming is, "Quit when you're tired." Why? Because it's faster. It's not faster today - if you kept working, you'd presumably get more than zero done. But you'd also create more bugs, and you'd come back more tired tomorrow. Coding is not an assembly line; your brain needs to be fresh. Taking time to pause, reflect,and think is the same. It's slower in the next minute, maybe in the ne…