|
|
|
|
|
by kortilla
2078 days ago
|
|
> Lazyness is a big driver for invention What? I can’t see it being a good invention driver for anything other than the category of “tools for lazy people”. How was the invention of the OLED driven by laziness? How about the high bypass turbofan? |
|
It's proven that "doing nothing" helps with creative thinking. The inventions you are talking about are a product of both hard work and laziness.
You can't solve a problem by staring at your screen and thinking really, really hard for 10 hours. The solution will come to you a few hours later during a shower or a walk.
> "tools for lazy people"
1) From the biological standpoint all tools are for lazy people. Lazy animals spend less resources, which in turn could be used for creating more lazy animals.
2) Our brain is wired to be lazy. This impacts both how we approach problems (form stronger neural pathways or move between system I and system II to use D. Kahneman's example) and how we avoid them (e.g. cognitive biases)
3) The distinguishing feature of humans as animals is that we create tools and become dependent on them.
On a less serious note, I'd say that 90% of my programming work is driven by laziness.
For instance, I test things in advance or design them in a certain way so I don't need to worry about them in the future.
This allows me for focus on more challenging problems. These at some point become boring chores. So "I test things in advance or design them in a certain way so I don't need to worry about them in the future." Rinse and repeat.