Update
This commit is contained in:
parent
b538617e35
commit
fe2440c704
10 changed files with 1809 additions and 1799 deletions
|
@ -6,7 +6,9 @@
|
|||
|
||||
Here is a list of some projects and project ideas which we, [LRS](lrs.md), need to make in order to pursue our goals. The projects here are mostly basic things and tools that already exist in some form, but that have to be made from scratch according to [LRS](lrs.md) philosophy, i.e. in a KISS/suckless way, under public domain, in a good language (C, comun, ...) etc. This is kind of a dirty list serving some rough organization. If you have the skills and will (or know someone who does), you may take inspiration here, pick one up and make it, or contribute to some of the projects listed here. Also note that it's still possible to make multiple projects of the same type, e.g. you may still create another chess engine even though we already have one, just watch out that this is justified (it should offer something worth the extra effort).
|
||||
|
||||
NOTE: **We also desperately need [suckless](suckless.md) rewrites of "FOSS" software**, i.e. of [shitware](shitware.md) that perhaps has "open soars" written on it but is generally unusable: this includes for example anything that uses [Docker](docker.md), [Rust](rust.md), [CMake](cmake.md), encryption libraries, anything that needs "up-to-date" packages, Internet connection and so on -- this software is equivalent to [proprietary](proprietary.md) software in that it cannot be used. Rewrite it in plain old C.
|
||||
NOTE: **We also desperately need [suckless](suckless.md) rewrites of "FOSS" software**, i.e. of [shitware](shitware.md) that perhaps has "open soars" written on it but is generally unusable: this includes for example anything that uses [Docker](docker.md), [Rust](rust.md), [CMake](cmake.md), encryption libraries, anything that needs "up-to-date" packages, Internet connection and so on -- this software is equivalent to [proprietary](proprietary.md) software in that it cannot be used. Rewrite it in plain old C (or Forth or something sane).
|
||||
|
||||
NOTE 2: See **[how to do projects well](project.md)**.
|
||||
|
||||
| what | difficulty | implementation | by | status | comment | similar/for now use |
|
||||
| -------------------------------------- | ---------- | ------------------------------- | ------------ | ------------------- | --------------------------------------------------------------- | ------------------------- |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue