Earlier quoted context omitted.
They are selling everyone's code through copilot
If the code is publicly available on Codeberg, won't GitHub just go take it from there and then sell it through copilot?
Codeberg – Fast open source alternative to GitHub
191–200 of 225 posts
Re: Codeberg – Fast open source alternative to GitHub
#192I’m trying to migrate my personal repos from GitHub to Codeberg. The biggest challenge is to find a replacement for GitHub Actions (the free offering is so generous), and my current solution for that is to self-host an instance of Woodpecker CI [1]. I’d like to see even more diversity in Git hosting beyond “let’s all migrate from X to Y”, and for that to happen, Forgejo (the soft fork of Gitea that Codeberg runs) has…
[2] https://man.sr.ht/tutorials/getting-started-with-builds.md
Re: Codeberg – Fast open source alternative to GitHub
#193Earlier quoted context omitted.
"Publicly available" is different from "licensed under a FOSS license". Anyone other than the original author doesn't have the right to distribute, modify or even execute the code. Even if the code is licensed under an open source license, in most cases it requires users to attribute the original author, while in some cases derivative work must be licensed under the same license too. GitHub Copilot use the code witho…
> distribute Does moving code between a company's data centres count as distribution? Heck doesn't merely hosting the files count as distribution?
Re: Codeberg – Fast open source alternative to GitHub
#194Re: Codeberg – Fast open source alternative to GitHub
#195Earlier quoted context omitted.
> Github can implement code search Sounds great! When are they going to do it?
Are you being sarcastic? If not, GitHub recently updated their search feature and it's pretty good. https://github.com/search/advanced https://docs.github.com/en/search-github/github-code-search/...
Re: Codeberg – Fast open source alternative to GitHub
#196Earlier quoted context omitted.
[flagged]
Why is his point juvenile? I enjoyed the comparison. Going FOSS only/going vegan can be challenging and limiting, but is arguably the most ethical choice. In the abstract, I see many similarities between the FSF/Codeberg philosophy and vegan philosophy.
Re: Codeberg – Fast open source alternative to GitHub
#197Earlier quoted context omitted.
> Github can implement code search Sounds great! When are they going to do it?
Are you being sarcastic? If not, GitHub recently updated their search feature and it's pretty good. https://github.com/search/advanced https://docs.github.com/en/search-github/github-code-search/...
Re: Codeberg – Fast open source alternative to GitHub
#198Earlier quoted context omitted.
> Yes, use-restricted licenses aren’t Free Software people always like to come out of the woodwork in these discussion throwing around scary terms. non-commercial licenses are exactly like any other open source license, with that one restriction that it cant be used for commercial purpose. people do this for good reason, to stop companies from making huge profits off the back of free work. so use whatever fancy term…
> people always like to come out of the woodwork in these discussion throwing around scary terms. There’s no scary terms involved here. Codeberg is a nonprofit foundation with Free software as part of its mission. > non-commercial licenses are exactly like any other open source license, non-commercial and other use-restricted licenses are not Open Source (OSI) or Free Software (FSF) licenses. > people do this for goo…
non-commercial licenses protect free software, just not in the pedantic meaning you are peddling.
> non-commercial and other use-restricted licenses are not Open Source (OSI) or Free Software (FSF) licenses.
looks like you cropped the rest of that sentence, so here it is again: with that one restriction that it cant be used for commercial purpose. Also if being OSI or FSF compliant, means that businesses can use my work for free, then no thank you.
> People oppose use-restricted licenses for good reason, too.
yeah, because they want software without paying for it, which they can then use to turn a profit.
Re: Codeberg – Fast open source alternative to GitHub
#199Earlier quoted context omitted.
Is this a joke? OSI essentially means only "corporate friendly" licenses are allowed. If someone wants to protect their work under a non-commercial license, they can do that on GitHub but not CodeBerg.
Note that Codeberg supports both FSF and OSI licenses. I listed just the OSI ones in response to the OP's claim that their stance somehow prohibits commercial access to source code listed on their site. FSF licenses are listed here [2]. Goodness, FOSS seems to stir some strong emotions on HN. [2] https://www.gnu.org/licenses/license-list.en.html
those all allow commercial use. so programmers who want to prevent commercial use cannot use CodeBerg.
Re: Codeberg – Fast open source alternative to GitHub
#200Earlier quoted context omitted.
Those both allow commercial use, so you just proved my point.
Considering how corporations are often allergic to the GPL variants, you can consider them non-commercial for most practical purposes.
https://choosealicense.com/appendix
so I will defer to that over your opinion.