this post was submitted on 30 Jan 2024
1915 points (99.2% liked)

Programmer Humor

32174 readers
106 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 59 points 8 months ago (5 children)
[–] [email protected] 18 points 8 months ago

Yeah Fogejo is amazing. Moved all my personal projects from GitLab to Codeberg recently. Wish I knew about it sooner

[–] jerrythegenius 13 points 8 months ago (1 children)
[–] Deckweiss 17 points 8 months ago (3 children)

afaik it got bought by some company and people fear that there will be anti-user changes like with all the other open source projects that were bought by a company in recent years.

[–] lastweakness 11 points 8 months ago (1 children)

No company has bought gitea. They just made a commercial entity which can accept contracts for enterprise installations and make some hyper specific customisations not needed for normal users (like some specific mode of internal authentication) in those installations. So far Gitea has been great still.

[–] [email protected] 2 points 8 months ago

They did start a cloud service for hosting Gitea which introduces a direct incentive for them to make Gitea less hosting friendly by, for example, making newly added configuration options less comfortable to set up. And more recently some changes to code contributions that are not exactly community friendly (as a result forgejo will be unable to upstream some of their changes)

What lead to Forgejo, as far as I am aware, was less a problem that is already there and more the set of problems that have a very high chance of eventually manifesting, at which point forking the project would be too late.

[–] jerrythegenius 2 points 8 months ago
[–] [email protected] 2 points 8 months ago

The security implications on this page concern me: https://forgejo.org/compare/#better-security

[–] Pyroglyph 13 points 8 months ago (2 children)

I want to like Forgejo but the name is really terrible.

Is it "forj-joe"? Nah, that double-J sound is way too awkward.
Do you then merge the J sounds to make "forjo"? If so, why not just call it that?
Is it maybe "for-geh-joe"? That seems the most likely to me, but then that ignores the "build < forge" marketing on their website.

I know it's pretty inconsequential, but it feels weird using a tool that you don't even know how to pronounce the name of.

[–] [email protected] 19 points 8 months ago (2 children)

There is an official pronounce on the site. It comes from Esperanto anyway.

[–] jaybone 7 points 8 months ago (1 children)

Of course, the international non-ambiguous language.

[–] Deckweiss 7 points 8 months ago

You mean lojban or toki-pona?

[–] [email protected] 2 points 8 months ago (1 children)

Bonvolu alsendi la pordiston? Lausajne estas rano en mia bideo!

[–] [email protected] 2 points 8 months ago

Love me some Red Dwarf!

[–] [email protected] 14 points 8 months ago* (last edited 8 months ago) (1 children)

Yeah, like the other person mentioned, the origins of the word and its pronunciation are the very first thing in the FAQ on their website. It's pronounced more like for-jey-oh.

[–] [email protected] 2 points 8 months ago

Thanks! That’s how I read it as a joke, but why not?

For yay ho would be too much though.

[–] [email protected] 7 points 8 months ago

Gitea is still maintained though?

[–] [email protected] 6 points 8 months ago (1 children)

Is that really the case? I selfhost gitea and am pretty happy with it.

[–] [email protected] 14 points 8 months ago (1 children)

They’re both pretty on par for the most part. If it’s too much of a hassle, there’s no real need to switch.

Now that Gitea is owned by a for-profit company, people are afraid that they’ll be making anti-user changes. This, Forgejo was born. It pulls from Gitea weekly, so it’s not missing anything. It’s also got some of its own features on top, but they’re currently pretty minor. Also, most of the features end up getting backported back to Gitea, so they’re mostly on par with each other. However, many features find themselves in Forgejo first, as they don’t have the copyright assignment for code that Gitea does. Additionally, security vulnerabilities tend to get fixed faster on Forgejo. They are working on federation plans, however, so we’ll see how that pans out.

Overall, there’s no downside of switching to Forgejo, and you’ll probably be protected if Gitea Ltd. makes some stupid decisions in the future. However, at the moment, there’s no immediate advantage to switching, so you can stick with Gitea if you’d like.

[–] [email protected] 1 points 8 months ago (1 children)

I thought gitea was doing federation too? Im pretty excited about that part, as I've wanted to move away from GitHub but the visibility it gives is just on another level. Users can't register on my instance, therefore they also can't open issues and PRs.

Is switching to forgejo more work than just changing my compose file a little? I hope my database can get transferred.

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago)

The developer working on federation plans to merge the changes into forgejo first and then from there into gitea but I'm not sure in how far the recent changes to gitea's CLA have affected those plans.

Forgejo is a drop in replacement (they are committed to keeping it that way for as long as possible) so, as far as I know, simply changing the gitea image to the forgejo image is all you would need to do.