From 44809dc4bb997b2eb4bba7f0a7d95b45b7e9160c Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Sun, 27 Mar 2022 00:57:37 +0100 Subject: [PATCH] Update --- lrs.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lrs.md b/lrs.md index 16cffb4..cc496ef 100644 --- a/lrs.md +++ b/lrs.md @@ -1,6 +1,6 @@ # 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 @@ -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: +- [brainfuck](brainfuck.md) - [dwm](dwm.md) - [OpenBSD](openbsd.md) - [LIL](lil.md) +- [lisp](lisp.md) - [st](st.md) - [badwolf](badwolf.md) - [surf](surf.md) - [tcc](tcc.md) -- [vim](vim.md) \ No newline at end of file +- [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) \ No newline at end of file