This commit is contained in:
Miloslav Ciz 2024-01-11 23:31:02 +01:00
parent 742b95ff39
commit 0156564564
7 changed files with 173 additions and 12 deletions

View file

@ -114,6 +114,7 @@ Small/medium bloat includes for example:
- [GNU](gnu.md) Unix utils (things like [busybox](busybox.md) or [sbase](sbase.md) are probably better)
- [data types](data_type.md) (untyped or single type is better, everything can be just a [number](number.md))
- [package managers](package_manager.md) (just don't use them, install just a few programs manually, or at least make package managers as simple as possible)
- [electricity](electricity.md) ([mechanical](mechanical.md) computers may be just fine)
- [computers](computer.md) (pen and paper or counting with [rocks](rock.md) is better)
- anything [wireless](wireless.md) ([wifi](wifi.md), mice, ...)
- ...
@ -127,7 +128,7 @@ The concept of bloat can be applied even outside the computing world, e.g. to no
- [cars](car.md)
- using languages other than [English](english.md) or [Esperanto](esperanto.md)
- luxury (big house, yacht with a swimming pool, ...)
- [electricity](electricity.md)
- having electricity at home
- ...
## See Also