This commit is contained in:
Miloslav Ciz 2023-11-03 17:46:23 +01:00
parent 77b18c33d8
commit ca6a66554f
25 changed files with 100 additions and 21 deletions

View file

@ -2,7 +2,7 @@
*No gain, no pain.*
Technological minimalism is a philosophy of designing [technology](technology.md) to be as simple as possible while still achieving given goal, possibly even a little bit simpler. Minimalism is one of the most (if not the most) important concepts in [programming](programming.md) and technology in general. Remember, minimalism is firstly about **internal simplicity**, i.e. the simplicity of design/repairing/[hacking](hacking.md), and only secondly about the simplicity from the user's point of view (otherwise we are only dealing with [pseudominimalism](pseudominimalism.md)).
Technological minimalism is a philosophy of designing [technology](technology.md) to be as simple as possible while still achieving given goal, possibly even a little bit simpler. Minimalism is one of the most (if not the most) important concepts in [programming](programming.md) and technology in general. Remember, minimalism is firstly about **internal simplicity**, i.e. the simplicity of design/repairing/[hacking](hacking.md), and only secondly about the simplicity from the user's point of view (otherwise we are only dealing with [pseudominimalism](pseudominimalism.md)). See also [minimal viable program](minimal_viable_program.md).
Antoine de Saint-Exupéry sums it up with a quote: *we achieve perfection not when there is nothing more to add, but when there is nothing left to take away.*
@ -15,6 +15,7 @@ Up until recently in history every engineer would tell you that *the better mach
- [KISS](kiss.md)
- [countercomplex](countercomplex.md)
- [less retarded software](lrs.md)
- [Bitreich](bitreich.md)
- [less is more](less_is_more.md)/[worse is better](worse_is_better.md)
- [appropriate technology](appropriate_tech.md)
- [reactionary software](reactionary_software.md)