this post was submitted on 29 Apr 2024
150 points (95.2% liked)

Linux

47369 readers
877 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] matcha_addict@lemy.lol 29 points 4 months ago (4 children)

Not very clear to me that this is any more valuable than OG NixOS.

This sounds a lot like the forgejo vs gitea fork. I love the forgejo people but I am yet to see a sufficient differentiator.

[–] moonpiedumplings@programming.dev 35 points 4 months ago (1 children)

https://forgejo.org/compare-to-gitea/

I dunno, some of these are a pretty big deal, in particular:

Gitea repeatedly makes choices that leave Gitea admins exposed to known vulnerabilities during extended periods of time. For instance Gitea spent resources to undergo a SOC2 security audit for its SaaS offering while critical vulnerabilities demanded a new release. Advance notice of security releases is for customers only.

Gitea is developed on github, whereas forgejo is developed on and by codeberg, who use it as their main forge (also mentioned on that page). Someone dogfooding gives me more confidence in the software.

[–] GammaGames@beehaw.org 6 points 4 months ago* (last edited 4 months ago)

Tbf most of gitea is hosted on gitea: https://github.com/go-gitea/gitea/issues/1029

Just not the main repo because of a blocking issue (which makes the above link pretty annoying)

[–] MrPhibb@reddthat.com 18 points 4 months ago (2 children)

I think the reason is because apparently a lot of people are unhappy with a deal Nix inked apparently with a company that does business with the US' Immigrations and Customs

[–] cybersandwich@lemmy.world -5 points 4 months ago (1 children)

Wait so people got butthurt that a company made a deal with nix. That company also does business with ICE. And people are mad at Nix?

What am I missing?

Also companies and open source entities do business with all manner of government(s) all the time.

[–] MrPhibb@reddthat.com 4 points 4 months ago

Don't really know, hit something about it elsewhere, but it didn't say anything more than that, but yeah, that seems to be the gist of things.

[–] ZWQbpkzl@hexbear.net 12 points 4 months ago

I like #Nix, I do not like what has happened to it.

With no explanation of what happened, the conclusion is almost certainly Internal politics.

It seems like forgejo split from gitea because it looked like gitea was going the route of gitlab. Idk if NixOS is going to commercialize though. Based on recent gossip it sounds like they're overly adverse to commercialization. IE banning people for having DoD connections. Aux's talk about special interest groups makes it sound like they're going embrace that like redhat.

[–] micka190@lemmy.world 5 points 4 months ago (1 children)

They were still pulling in mainline Gitea changes while introducing their own stuff last I checked.

[–] matcha_addict@lemy.lol 2 points 4 months ago (4 children)

Pulling in mainline gitea changes, I did see. But I didn't see any notable differences from gitea. Do you know of any?

[–] jollyrogue@lemmy.ml 6 points 4 months ago (1 children)

Forgejo is working on federation. That is the big item.

[–] matcha_addict@lemy.lol 1 points 4 months ago

Gitea claims to be working on federation too, which puzzles me that forgejo presents it as a differentiator.

[–] micka190@lemmy.world 5 points 4 months ago* (last edited 4 months ago)

Nothing concrete from what I can tell. Becoming a hard fork is relatively recent though (mid-November of last year, roughly).

As a side note, I understand why Gitea and Forgejo went for a "copy GitHub Actions" approach to their CI, but man do I wish more self-hosted repo software tried to copy Drone/Woodpecker instead. Iterative containers in the pipeline is such a smoother build experience, and it kind of sucks that Gitness is the only one doing it (that I know of).

[–] algernon@lemmy.ml 3 points 4 months ago

There's plenty, but I do not wish to hijack this thread, so... have a look at the Forgejo 7.0 release notes, the PRs it links to along notable features (and a boatload of bugfixes, many of which aren't in Gitea). Then compare when (and if) similar features or fixes were implemented in Gitea.

The major difference (apart from governance, and on a technical level) between Gitea and Forgejo is that Forgejo cherry picks from Gitea weekly (being a hard fork doesn't mean all ties are severed, it means that development happens independently). Gitea does not cherry pick from Forgejo. They could, the license permits it, and it even permits sublicensing, so it's not an obstacle for Gitea Cloud or Gitea EE, either. They just don't.

[–] SuperFola@programming.dev 2 points 4 months ago

Last time I checked they were working on forgejo runners / actions!