Update
This commit is contained in:
parent
8e0b684280
commit
44809dc4bb
1 changed files with 12 additions and 2 deletions
12
lrs.md
12
lrs.md
|
@ -1,6 +1,6 @@
|
||||||
# Less Retarded Software
|
# Less Retarded Software
|
||||||
|
|
||||||
Less retarded software (LRS) is a specific kind of [software](software.md) aiming to be a truly good technology maximally benefiting and respecting its users, following the philosophy of extreme [minimalism](minimalism.md) ([Unix philosophy](unix_philosophy.md), [suckless](suckless.md), [KISS](kiss.md)). It was invented by [drummyfish](drummyfish.md).
|
Less retarded software (LRS) is a specific kind of [software](software.md) aiming to be a truly good technology maximally benefiting and respecting its users, following the philosophy of extreme [minimalism](minimalism.md) ([Unix philosophy](unix_philosophy.md), [suckless](suckless.md), [KISS](kiss.md)). The term was invented by [drummyfish](drummyfish.md).
|
||||||
|
|
||||||
## Definition
|
## Definition
|
||||||
|
|
||||||
|
@ -35,11 +35,21 @@ The "official" LRS programs and libraries have so far been solely developed by [
|
||||||
|
|
||||||
Apart from this software a lot of other software developed by other people and groups can be considered LRS, at least to a high degree (there is usually some minor inferiority e.g. in licensing). Especially [suckless](suckless.md) software mostly fits the LRS criteria. The following programs and libraries can be considered LRS at least to some degree:
|
Apart from this software a lot of other software developed by other people and groups can be considered LRS, at least to a high degree (there is usually some minor inferiority e.g. in licensing). Especially [suckless](suckless.md) software mostly fits the LRS criteria. The following programs and libraries can be considered LRS at least to some degree:
|
||||||
|
|
||||||
|
- [brainfuck](brainfuck.md)
|
||||||
- [dwm](dwm.md)
|
- [dwm](dwm.md)
|
||||||
- [OpenBSD](openbsd.md)
|
- [OpenBSD](openbsd.md)
|
||||||
- [LIL](lil.md)
|
- [LIL](lil.md)
|
||||||
|
- [lisp](lisp.md)
|
||||||
- [st](st.md)
|
- [st](st.md)
|
||||||
- [badwolf](badwolf.md)
|
- [badwolf](badwolf.md)
|
||||||
- [surf](surf.md)
|
- [surf](surf.md)
|
||||||
- [tcc](tcc.md)
|
- [tcc](tcc.md)
|
||||||
- [vim](vim.md)
|
- [vim](vim.md)
|
||||||
|
|
||||||
|
It is also possible to talk about LRS data formats, standards etc. These might include:
|
||||||
|
|
||||||
|
- [ASCII](ascii.md)
|
||||||
|
- [farbfeld](farbfeld.md)
|
||||||
|
- [json](json.md)
|
||||||
|
- [markdown](markdown.md)
|
||||||
|
- [ppm](ppm.md)
|
Loading…
Reference in a new issue