mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 07:57:57 +00:00
a506b6696f
With updates on how it relates on note-taking (among other things). Since I have note-taking notes, that's the only thing to relate to right now but there is a lot of untouched thoughts on other things such as programming and illustration generally how inspirations and innovations came from already existing things. That's how successors are generally made but that goes for another writing session.
1.9 KiB
1.9 KiB
Unnecessary optimizations cripple progress
- unnecessary optimizations are unnecessary wasting of time that could've been used for something else more worthy; the problem, however, is it can be addicting
- this is affecting people of all walks of life that it has various names: productivity porn, yak shaving, and pre-optimizing software; in other words, the perfectionist stereotype
- a lot of the improvements we do often comes from new ideas; thus, there is an incentive to present it as a new and shiny thing that you should try it out that easily reaches Professional narcissism
-
most of the time, this can be harmful:
- this can be seen with self-help and productivity culture with gurus presenting themselves as someone who finally figured it out how to get into a constant productive state — e.g., a new method of note-taking, habit management methods, productivity applications showcase
- part of the Linux ricing desktop community where software are fetishized to make their computing experience to be more productive — e.g., text editors galore, tiling window managers versus traditional desktops, command line versus graphical tools, quests for mouseless computing, learning new keyboard layouts
- the gaming community has much emphasis on how to game more effectively with specialized mice and keyboards, wide monitors, and software setups
- on programming, there is a tendency for making the optimized program at early stages or unnecessary optimizations on non-critical code
- the simplest solution is to get into the mindset of "good enough" and reflecting if it is really worth it at the end; remember that Most of the work is done from smaller amount of effort