mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-08-18 20:14:04 +02:00
Merge pull request 'add GNU Shepherd AS ALTERNATIVE; add 2 sub-sections to Legal Ramifications; make(1)->table' (#128) from xgqt/small-hack-misc-doc-open-slopware:2026-feat-misc-1 into main
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/128 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
This commit is contained in:
commit
efcb5d4e34
1 changed files with 13 additions and 9 deletions
22
README.md
22
README.md
|
|
@ -176,9 +176,11 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
|
|||
> A lot of Make implementations exist that are very fit to replace other task runners.
|
||||
> In fact so many were produced, that one can just look up "GNU Make alternative" and find >10 results to pick the one they like the best. Also see: [wikipedia/Make](https://en.wikipedia.org/wiki/Make_(software))
|
||||
> Here are some Make implementation suggestions:
|
||||
> * [GNU Make](https://www.gnu.org/software/make/) --- the most complete one, extra extensions, guile scripting, exports, etc.,
|
||||
> * [NetBSD make](https://man.netbsd.org/make.1) --- Make used to build NetBSD ports tree
|
||||
> * [Jam](https://swarm.workshop.perforce.com/projects/perforce_software-jam/) --- OSS rewrite by Perforce.
|
||||
> | name | description |
|
||||
> |------|-------------|
|
||||
> | [GNU Make](https://www.gnu.org/software/make/) | the most complete one, extra extensions, guile scripting, exports, etc.|
|
||||
> | [NetBSD make](https://man.netbsd.org/make.1) | Make used to build NetBSD ports tree|
|
||||
> | [Jam](https://swarm.workshop.perforce.com/projects/perforce_software-jam/) | OSS rewrite by Perforce|
|
||||
|
||||
## Programming Languages
|
||||
|
||||
|
|
@ -370,7 +372,7 @@ list of unified push distributors at: https://unifiedpush.org/users/distributors
|
|||
| [framework-system](https://github.com/FrameworkComputer/framework-system) | BIOS settings, UI widgets, /proc | [CLAUDE file](https://github.com/FrameworkComputer/framework-system/blob/main/CLAUDE.md), [Claude usage by maintainer](https://github.com/FrameworkComputer/framework-system/pull/250) |
|
||||
| [lvm2](https://sourceware.org/lvm2/) | | Many commits authored by Claude and Cursor. Examples: [1](https://gitlab.com/lvmteam/lvm2/-/commit/6207fe707a4ae255ef62a2fa088ec2497ae6c0a8) [2](https://gitlab.com/lvmteam/lvm2/-/commit/ff76548a3da5cee224e4663d81d7041558115b8e) [3](https://gitlab.com/lvmteam/lvm2/-/commit/99b85e7e4acc7fb69460b2bdb94aa8c2ca0f8946) |
|
||||
| [rsyslog](https://www.rsyslog.com/) | [syslog-ng](https://www.syslog-ng.com/products/open-source-log-management/) | Explicitly stated in the [documentation](https://www.rsyslog.com/doc/about/ai_first.html) |
|
||||
| [systemd](https://github.com/systemd/systemd) | dinit, s6, OpenRC | [AGENTS.md](https://github.com/systemd/systemd/blob/main/AGENTS.md), [Claude used for commits](https://github.com/systemd/systemd/commit/744d589632c545e90ae76853abbfbc90cb530e24) |
|
||||
| [systemd](https://github.com/systemd/systemd) | dinit, s6, OpenRC, shepherd | [AGENTS.md](https://github.com/systemd/systemd/blob/main/AGENTS.md), [Claude used for commits](https://github.com/systemd/systemd/commit/744d589632c545e90ae76853abbfbc90cb530e24) |
|
||||
| [wireplumber](https://gitlab.freedesktop.org/pipewire/wireplumber/) | | [AGENTS.md file in code repository](https://gitlab.freedesktop.org/pipewire/wireplumber/-/blob/master/AGENTS.md?ref_type=heads) |
|
||||
|
||||
## Operating Systems
|
||||
|
|
@ -387,6 +389,13 @@ Could use some help writing this with concrete receipts on environmental, social
|
|||
|
||||
LLMs are often trained on, and thus prone to, regurgitate either completely, or in-part, chunks of code that are licensed under terms which have specific legal requirements that a sloperator may not understand or even be aware of when making a contribution. Regardless of this ignorance, it falls to the repo's owner to comply with the terms of any and all licensed code integrated into their project.
|
||||
|
||||
### Legal Cases And Law Problems
|
||||
|
||||
* [copilot litigations](https://githubcopilotlitigation.com/), [IEEE article explaining how we go here](https://spectrum.ieee.org/ai-code-generation-ownership)
|
||||
* [broader lawsuits against AI companies tracker ](https://chatgptiseatingtheworld.com/2025/11/02/tracker-of-tort-lawsuits-v-ai-companies/)
|
||||
|
||||
### License Problems
|
||||
|
||||
Legal, copyright and ethic problems arise especially with copyleft licenses such as (A/L)GPL. With the "help" of AI the copyleft code may be "license-washed" very easily.
|
||||
|
||||
There are ongoing problems with AI "license-washing" in the FOSS world:
|
||||
|
|
@ -396,11 +405,6 @@ There are ongoing problems with AI "license-washing" in the FOSS world:
|
|||
* original author's concerns: <https://github.com/chardet/chardet/issues/327>
|
||||
* "consumer's" concerns: <https://github.com/chardet/chardet/issues/331>
|
||||
|
||||
See also:
|
||||
|
||||
* [copilot litigations](https://githubcopilotlitigation.com/), [IEEE article explaining how we go here](https://spectrum.ieee.org/ai-code-generation-ownership)
|
||||
* [broader lawsuits against AI companies tracker ](https://chatgptiseatingtheworld.com/2025/11/02/tracker-of-tort-lawsuits-v-ai-companies/)
|
||||
|
||||
## Stolen Training Data
|
||||
|
||||
AI companies use data from across the web for training their models, most often without the website owners' and users' consent. Big tech companies like Google and Meta are scraping data from the users of major FOSS projects, such as Mastodon, WordPress, and other AcitivityPub-powered and self-hosted software.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue