This commit is contained in:
Miloslav Ciz 2025-01-21 21:53:21 +01:00
parent 1f6026b2ee
commit 61bb2ebca8
23 changed files with 2038 additions and 1922 deletions

View file

@ -151,8 +151,10 @@ Small/medium bloat includes for example:
- [X11](x11.md) (just pure screen drawing is better)
- [database](database.md) software (plain files are better, see [flatfile](flatfile.md))
- [C](c.md) (something in between C and [brainfuck](brainfuck.md) would is likely ideal, e.g. [comun](comun.md) or [Forth](forth.md))
- static website generators (not needed, generate your pages with shell script, see also [how to](how_to.md))
- [glibc](glibc.md), [gcc](gcc.md), [clang](clang.md) etc. (better alternatives are [tcc](tcc.md), [musl](musl.md), [uclibc](uclibc.md) etc.)
- letter accents/diacritics (can normally be ignored in most languages that use them)
- password managers (not needed, security and therefore passwords themselves are bloat, but even when using passwords a manager is unnecessary, just remember the fucking password)
- [jpg](jpg.md), [png](png.md), [svg](svg.md) and similar formats (e.g. [ppm](ppm.md) or [farbfeld](farbfeld.md) is better)
- [syntax highlight](syntax_highlight.md), text formatting, [rich text](rich_text.md) and just [colors](color.md) anywhere they aren't absolutely necessary
- [html](html.md), [markdown](md.md) ([plain text](plaintext.md) is better)