mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-01 14:47:04 +02:00
stop recommending serde
Fixes: https://codeberg.org/gen-ai-transparency/open-slopware/issues/21
This commit is contained in:
parent
24679f5c9e
commit
58c5455c73
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ Any project here may be removed as long as the following become true, even if pr
|
|||
|
||||
| Name | Alternative(s) | Evidence | Notes |
|
||||
|---|---|---|---|
|
||||
| [`facet`](https://github.com/facet-rs/facet) | Plain ol' [`serde`](https://serde.rs) | [@fasterthanlime is a pretty open and prominent LLM user and booster](https://hachyderm.io/@fasterthanlime/115572703914237879) | It's pretty safe to assume any other software/libraries by @fasterthanlime are similarly tainted. |
|
||||
| [`facet`](https://github.com/facet-rs/facet) | Use more specific deserialization libraries and avoid macros that slow things down anyway. [`serde`](https://serde.rs) itself is [tainted by its Palantir-defending author](https://archive.ph/fe9g5) | [@fasterthanlime is a pretty open and prominent LLM user and booster](https://hachyderm.io/@fasterthanlime/115572703914237879) | It's pretty safe to assume any other software/libraries by @fasterthanlime are similarly tainted. |
|
||||
|
||||
### Game Engines
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue