this post was submitted on 23 Jul 2026
324 points (98.5% liked)

Selfhosted

60951 readers
590 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Codeberg seems to ban vibecoded Projects; reason might be german copyright law

>It looks like Codeberg want only copyrighted material in their service, so it is reliable in the future that e.g. licenses must be followed (e.g. GPL), and copyright doesn't suddenly get declared as being of the model owner, and it isn't a copy of something else.
That is a cautious reasonable position - in early days of LLM coding (3 years ago!) indemnity from model companies was a major issue globally because of the lack of clarity of the law around this. The US specifically has settled on it being (effectively?) public domain. But I don't think that is fully settled, and it certainly isn't settled in international copyright law.
The goal of the vague "mostly" in the Codeberg change is to ensure there is enough human input to the code they host, to be reasonably sure under German copyright law it is copyright of the person sharing it.

edit: link to poll that caused it (might be down due to high traffic) https://codeberg.org/Codeberg/org/pulls/1253#issuecomment-19820434

edit 1: i dont defend/oppose this move, i just find it interesting

you are viewing a single comment's thread
view the rest of the comments
[–] rtxn@lemmy.world 39 points 3 days ago* (last edited 3 days ago) (3 children)

The US specifically has settled on it being (effectively?) public domain.

The US Copyright Office has declared that it would not grant copyright protection to AI-generated material due to a lack of human authorship, but it is very far from being codified by law, nor does it say anything about the ownership of the material.

[–] eleijeep@piefed.social 18 points 3 days ago

This is still a problem for OSS licensing, since in order to license a work you need to be the copyright holder.

This might mean that OSS projects find it even more difficult to assert their licenses against violators in court, since they would need to prove that the part of the code that was copied was not AI output.

Banning the output of AI tools in OSS codebases is a sensible move for any project that actually cares about enforcing the license that their code is released under.

[–] atzanteol@sh.itjust.works 9 points 3 days ago

At the very least it's a mistake to say the law is "settled" at all. It's barely been tested.

[–] poVoq@slrpnk.net 4 points 3 days ago (1 children)

Indeed, this ruling says nothing about something being a derivative work, all it says is that AI generated works can not create new copyright claims, which is totally sensible and non-controversial.

[–] JensSpahnpasta@feddit.org 4 points 3 days ago (1 children)

The bigger problem is that AI tools have ingested a lot of copyrighted and FOSS code and totally will use that code in your projects. So even if AI output can't be copyrighted, you are still on the hook if your AI copies copyrighted code into your own project. People will notice if your project just changed the variable names

[–] poVoq@slrpnk.net 2 points 3 days ago

Yes, that is what the term "derivative work" referrs to.