this post was submitted on 24 Aug 2023
196 points (100.0% liked)

Open Source

823 readers
8 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 
  1. Be a huge company
  2. Buy one of the biggest FOSS hosting websites
  3. Train AI model on code from your purchase
  4. Paywall and restrict access to the model for everyone except you
  5. Laught at Stallman and his lifework
  6. Profit
top 25 comments
sorted by: hot top controversial new old
[–] jmcs@discuss.tchncs.de 63 points 1 year ago* (last edited 1 year ago)

7 - AI generate code has no copyright

8 - Windows is now public domain

9 - Insert despicable me meme

[–] lemmur@szmer.info 52 points 1 year ago (2 children)

Well, time to migrate to codeberg

[–] squaresinger@feddit.de 12 points 1 year ago (2 children)
[–] Durotar@lemmy.ml 25 points 1 year ago* (last edited 1 year ago) (3 children)

Codeberg is a collaboration platform providing Git hosting and services for free and open source software, content and projects. Codeberg is maintained by the non-profit organization Codeberg e.V., based in Berlin, Germany. For them, supporting the commons comes first. They are more than just Git hosting: their community is comprised of like-minded developers, artists, academics, hobbyists and professionals. No tracking. No third-party cookies. No profiteering. Everything runs on servers that they control. Your data is not for sale.

[–] squaresinger@feddit.de 2 points 1 year ago

Sounds pretty good.

[–] andruid@lemmy.ml 1 points 1 year ago

They also are working towards creating federated instances, by extending ActivityPub!

[–] ReversalHatchery 8 points 1 year ago (1 children)

Codeberg is an organization that provides a Gitea instance for public use. I think their ToS only allows using their service for free software projects, but you should check that before doing anything with this info.

Gitea is an open source code forge. It is very similar to Github, both by the looks, and because it uses a build automation system (almost?) totally compatible with Github actions. It also has a quite unique feature, repo migrations, that can periodically "import" the git repo, and platform specific things like issues, MRs, releases and such too but only on the initial migration currently. Some use the periodic part for archiving git repos from elsewhere that they have found useful.

[–] raubarno@lemmy.ml 14 points 1 year ago (1 children)

Note: Gitea owners decided to give a f..k about free software, so the community-based fork is now Forgejo.

[–] fmstrat@lemmy.nowsci.com 7 points 1 year ago (1 children)

While I've been considering the switch, for anyone newly reading this, there is bias. Gitea claims the company they formed will not build enterprise-only features, and exist solely to charge for support contracts. In nearly a year since, this has been true, and Forgeja appears to be a soft fork unless that changes. Plenty of open source companies exist, you may even be posting from one.

[–] raubarno@lemmy.ml 1 points 1 year ago (3 children)

Oh fine then. So, just like Micro$oft VSCode and Codium.

I am posting from open-source software built by nonprofit organizations, like Mozilla Firefox. The Linux Kernel seems also to be developed by a legal entity. So, maybe it also counts?

P. S. And yeah, I'm using a distro made by a for-profit company (that one with an X logo but not that one)

load more comments (3 replies)
load more comments (1 replies)
[–] RacoonVegetable@reddthat.com 22 points 1 year ago
[–] lily33@lemm.ee 16 points 1 year ago (1 children)

That doesn't bypass anything. Though it runs the risk of putting AGPL code in your proprietary app if copilot decides to copy it verbatim - thereby making the whole thing AGPL'd.

[–] NightAuthor 5 points 1 year ago

Ok, now enforce it. There’s plenty of examples of corps violating software licenses and nothing happens bc a open source project doesn’t have the resources to fight a mega-corp.

[–] schmorpel@slrpnk.net 16 points 1 year ago (1 children)

Wait is Github enshittifying already? I thought that was on next year's schedule?

[–] raubarno@lemmy.ml 17 points 1 year ago

GitHub has began enshittifying since the launch of GitHub Copilot.

[–] Zatujit@reddthat.com 14 points 1 year ago

No. To bypass GPL you have to be a big company, not respect the GPL (not respecting the law is called risk management) and gain more than what you would owe if someone sues you

[–] finickydesert@lemmy.ml 7 points 1 year ago (1 children)
[–] pimeys@lemmy.nauk.io 16 points 1 year ago (1 children)

Not until somebody challenges it in court and wins...

[–] raubarno@lemmy.ml 15 points 1 year ago (1 children)

Actually, Github Copilot litigation trial has done good work so far: https://githubcopilotlitigation.com/case-updates.html

[–] AnarchistArtificer@slrpnk.net 2 points 1 year ago

I hadn't seen this before, thanks for sharing. Following legal battles is an odd experience, because even when they're exciting, they run slowly. It'll be interesting to continue to follow this case

[–] HamalaKarris@feddit.de 4 points 1 year ago (1 children)

A bit out of the loop here, anyone mind giving me a tl;dr ?

[–] chuso@kbin.social 13 points 1 year ago (1 children)
[–] 520@kbin.social 13 points 1 year ago

Context:

GitHub CoPilot is a code-writing AI that had been trained on the projects hosted on GitHub.

The code CoPilot has written is derived from open source projects including GPL ones, however it does not require users to abide by these licenses, thus opening up potential for litigation as it technically infringes on GPL license of the code CoPilot was trained on.