this post was submitted on 19 Jun 2026
160 points (98.8% liked)

Linux

65872 readers
577 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

Sure, I know a lot of projects have been on GH since before MS bought it, but they've owned it for quite a while now, so we really should be seeing better migration out by now, no?

Codeberg is nonprofit which seems more in the spirit of the Linux ecosystem overall. GH is for-profit...

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 40 points 8 hours ago (1 children)

Open Source projects get lots of free features for being on GitHub. Nobody else is beating that offering at current.

[–] highbank@lemmy.zip 4 points 6 hours ago (3 children)

What are those free features? Why doesn't Codeberg have it?

[–] BartyDeCanter@piefed.social 8 points 2 hours ago
  1. CI runners - GH offers free CI runners for a variety of OSs. I can automatically test my code on Linux/Mac/Windows for free on GH. No one else offers that because it is very expensive. You need windows licenses and Apple hardware. And Codeberg only offers it on Linux after a back and forth discussion. Plus, while simple GH CI Actions move to Forgejo Actions pretty easily, more complex ones require a complete rewrite.
  2. Better issue tracking - FJ's issue tracking is pretty good, and perfetcly fine for small projects, but GH's is better.
  3. Better CLI - fj is decent and improving, but gh is better
  4. Better project pages - Codeberg Pages is decent and improving, but GH Pages are better.
  5. Lots of other small things - Codeberg is decent and improving, GH is better.

For most people, myself included, the only thing that really matters are the CI runners. But that is also the one thing that costs the most to support.

[–] stsquad@lemmy.ml 20 points 5 hours ago

Because running servers costs money. The project I work on gets donations towards it's CI costs and it's not insignificant.

[–] lemongarlic@lemmy.world 12 points 5 hours ago

Free github actions