mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-02 23:27:03 +02:00
move social media under services and utilities
also changes Services/Utilities section to Services and Utilities so it works better in linking
This commit is contained in:
parent
6e902964f1
commit
cb8cd1d470
1 changed files with 10 additions and 8 deletions
22
README.md
22
README.md
|
|
@ -29,11 +29,11 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
|
|||
* [Rust](#rust)
|
||||
* [CSS](#css)
|
||||
* [Game Engines](#game-engines)
|
||||
* [Services/Utilities](#servicesutilities)
|
||||
* [Services and Utilities](#services-and-utilities)
|
||||
* [File Storage](#file-storage)
|
||||
* [Password Management](#password-management)
|
||||
* [Social Media](#social-media)
|
||||
* [Operating Systems](#operating-systems)
|
||||
* [Social Media](#social-media)
|
||||
* [Why not LLMs?](#why-not-llms)
|
||||
* [Legal Ramifications](#legal-ramifications)
|
||||
* [Environmental Impact](#environmental-impact)
|
||||
|
|
@ -150,11 +150,10 @@ Depending on your needs and technical concerns, you may find any number of diffe
|
|||
|---|---|---|
|
||||
| [UPBGE 0.5](https://upbge.org) | UPBGE 0.36.1 seems to be slop-free | [0.5 release notes state the use of AI in plain language](https://github.com/UPBGE/upbge/wiki/Release-notes-version-0.50#b-implementation-technique-and-limitations) |
|
||||
|
||||
### Services/Utilities
|
||||
### Services and Utilities
|
||||
|
||||
| Name | Alternative(s) | Evidence |
|
||||
|---|---|---|
|
||||
| [Bluesky](https://bsky.app) | [Mastodon](https://joinmastodon.org/), [GoToSocial](https://codeberg.org/superseriousbusiness/gotosocial) | [CTO discusses using Claude in development](https://bsky.app/profile/pfrazee.com/post/3luyb3jcbv52d) |
|
||||
| [Calibre 8.16.2](https://calibre-ebook.com) | [BookLore](https://booklore.org/)<br /> [Clbre](https://github.com/grimthorpe/clbre), a Calibre fork without AI<br /> [Arcalibre](https://codeberg.org/rereading/arcalibre), a Calibre hard-fork from before AI features | [Added "Discuss selected book(s) with AI" feature](https://github.com/kovidgoyal/calibre/blob/master/Changelog.txt)
|
||||
| [Ghost](https://ghost.org/) | [WriteFreely][wfree] | Include configurations for [Claude](https://github.com/TryGhost/Ghost/tree/main/.claude) and [cursor](https://github.com/TryGhost/Ghost/blob/main/.cursor/rules/yarn.mdc); images on website seem generated |
|
||||
| [Wagtail CMS](https://wagtail.org/) | [WriteFreely][wfree] | Include [AGENTS.md](https://github.com/wagtail/wagtail/blob/main/AGENTS.md); [Wagtail AI](https://wagtail.org/wagtail-ai/) |
|
||||
|
|
@ -175,6 +174,15 @@ Depending on your needs and technical concerns, you may find any number of diffe
|
|||
| [Bitwarden](https://bitwarden.com/) | | Include [CLAUDE.md](https://github.com/bitwarden/server/blob/main/.claude/CLAUDE.md) |
|
||||
| [KeepassXC](https://keepassxc.org/) | | Use Copilot to generate PRs: [Example 1](https://github.com/keepassxreboot/keepassxc/pull/12588), [Example 2](https://github.com/keepassxreboot/keepassxc/pull/12314), [Example 3](https://github.com/keepassxreboot/keepassxc/pull/12199)|
|
||||
|
||||
#### Social Media
|
||||
|
||||
This is for both social media websites and apps.
|
||||
|
||||
| Name | Alternative(s) | Evidence |
|
||||
|---|---|---|
|
||||
| [Bluesky](https://bsky.app) | [Mastodon](https://joinmastodon.org/), [GoToSocial](https://codeberg.org/superseriousbusiness/gotosocial) | [CTO discusses using Claude in development](https://bsky.app/profile/pfrazee.com/post/3luyb3jcbv52d) |
|
||||
| [IceCubesApp for iOS](https://github.com/Dimillian/IceCubesApp) | [Feditext](https://github.com/feditext/feditext), an iOS fediverse app in beta | Project uses [Claude](https://github.com/Dimillian/IceCubesApp/blob/main/CLAUDE.md)
|
||||
|
||||
|
||||
### Operating Systems
|
||||
|
||||
|
|
@ -182,12 +190,6 @@ Depending on your needs and technical concerns, you may find any number of diffe
|
|||
|---|---|---|
|
||||
| [Linux Kernel](https://kernel.org/) | BSD? Honestly this one's tough | [Maintainers are explicitly trying out the technology and considering LLM-based reviews](https://lwn.net/Articles/1041694/)
|
||||
|
||||
### Social Media
|
||||
|
||||
| Name | Alternative(s) | Evidence |
|
||||
|---|---|---|
|
||||
| [IceCubesApp for iOS](https://github.com/Dimillian/IceCubesApp) | [Feditext](https://github.com/feditext/feditext), an iOS fediverse app in beta | Project uses [Claude](https://github.com/Dimillian/IceCubesApp/blob/main/CLAUDE.md)
|
||||
|
||||
## Why not LLMs?
|
||||
|
||||
Could use some help writing this with concrete receipts on environmental, social, political, and economic/labor harms.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue