this post was submitted on 07 Nov 2023
159 points (95.4% liked)

Programming

21067 readers
159 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] robinm@programming.dev 75 points 2 years ago (4 children)

Moving to git is nice but I don't understand why they don't self-host a gitlab instance.

[–] knopwob@programming.dev 54 points 2 years ago (10 children)

Imho the main argument for github is that it lowers the hurdle for new ane ad-hoc contributions like issues. I'm problably too lazy to registsr a new account for your instance just to open a bug report.

I'd love a federated git/issue/wiki thing

[–] SomeRandomWords@lemmy.blahaj.zone 7 points 2 years ago (1 children)

Are they moving issues or just code storage to GitHub?

[–] allywilson@sopuli.xyz 11 points 2 years ago (1 children)

Code storage. They're keeping bugzilla.

[–] onlinepersona@programming.dev 2 points 2 years ago

It wouldn't make it more difficult than with mercurial, which isn't supported by github either.

[–] ericjmorey@programming.dev 2 points 2 years ago

They're going to continue using Bugzilla for bug reports.

[–] lemmyvore@feddit.nl 1 points 2 years ago

GitHub will just serve as code mirror. Patches and bugs will still go through Mozilla's usually channels.

load more comments (6 replies)
[–] lysdexic@programming.dev 30 points 2 years ago* (last edited 2 years ago) (2 children)

but I don’t understand why they don’t self-host

Why would anyone self-host a FLOSS project? Trade secrets is not a concern, nor is it barring access to the source code repository. Why would anyone waste their resources managing a service that adds no value beyond a third-party service like GitHub?

[–] lowleveldata@programming.dev 17 points 2 years ago (1 children)

Because Microsoft will eat your ass in your sleep

[–] lysdexic@programming.dev 15 points 2 years ago (4 children)

Because Microsoft will eat your ass in your sleep

So Microsoft has access to Firefox's source code. So what? Isn't the point of a FLOSS project that your source code should be made available to everyone?

[–] TCB13@lemmy.world 3 points 2 years ago (1 children)

Mozilla allegedly stands for a bunch of stuff that is be definition incompatible with hosting code on GitHub as it is. I bet a lot of people were expecting a lot more from them and instead got this move. Well... I guess this is like unique browser ID that each installation has or the fact that it contacts a 3rd party analytics company no matter your settings - people start by complaining and eventually even say it is right. lol so much for privacy and whatnot.

[–] lysdexic@programming.dev 1 points 2 years ago (2 children)

Mozilla allegedly stands for a bunch of stuff that is be definition incompatible with hosting code on GitHub as it is.

Your statement is fundamentally wrong on many levels, including the fact that it goes against the fundamental premise of FLOSS which is that "the users have the freedom to run, copy, distribute, study, change and improve the software."

I bet a lot of people were expecting a lot more from them (...)

You only speak for yourself. You do not have a mandate to speak on behalf of anyone, including Firefox users such as myself. Keep your personal opinions as personal. You have the right to have a personal opinion, but you do not have the right to pass them off as anyone else's.

load more comments (2 replies)
load more comments (3 replies)
[–] amju_wolf@pawb.social 12 points 2 years ago* (last edited 2 years ago) (2 children)

Because while you do have control (and "copies") of the source code repository, that's not really true for the ecosystem around it - tickets, pull requests, ...

If Microsoft decided to fuck you over you'd have a hard time migrating the "community" around that source code somewhere else.

Obviously depends on what features you are using, but for example losing all tickets would be problematic for any projects.

Apparently Mozilla won't be even accepting PRs there so it doesn't matter much.

[–] Aux@lemmy.world 6 points 2 years ago (6 children)

What if you self host in AWS and Amazon decides to fuck you over? What if you decide to self from home and your ISP decides fuck you over? What if? So many what ifs... How do you even live in this world?

load more comments (6 replies)
[–] lysdexic@programming.dev 4 points 2 years ago

Because while you do have control (and “copies”) of the source code repository, that’s not really true for the ecosystem around it - tickets, pull requests, …

The announcement to drop Mercurial quite clearly states that their workflow won't change and that GitHub pull requests are not considered a part of their workflow.

Also, that's entirely irrelevant to start with. Either you care about software freedom and software quality, or you don't. If you care about software freedom you care about having free and unrestricted access to FLOSS projects such as Firefox, which GitHub clearly provides. If you care about software quality you'd care about the Firefox team picking the absolute best tools for the job that they themselves picked.

[–] amju_wolf@pawb.social 5 points 2 years ago (1 children)

Or, you know, Gitea or such.

I keep hearing people only on Lemmy bring up Gitea but I haven't really heard of it otherwise. What's the appeal and what's keeping it locked away with the Lemmy community?

[–] Lmaydev@programming.dev 3 points 2 years ago (1 children)
[–] ck_@discuss.tchncs.de 4 points 2 years ago (1 children)

I would doubt that. Github for organizations becomes rather expensive rather quickly if you want to retain some level of control, so I doubt Mozilla will opt for the minimum "free for open source" offering.

[–] lysdexic@programming.dev 8 points 2 years ago

Github for organizations becomes rather expensive rather quickly (...)

I'm not sure if that's relevant. GitHub's free plan also supports GitHub organizations, and GitHub's Team plan costs only around $4/(developer*month). You can do the math to check how many developers you'd have to register in a GitHub Team plan to match the operational expense of hiring a person to manage a self-hosted instance from 9-to-5.

[–] idunnololz@lemmy.world 41 points 2 years ago (2 children)

Slightly confusing title here. A less confusing title would be "Mozilla drops support for Mercurial, moves Firefox repository to GitHub".

[–] lysdexic@programming.dev 20 points 2 years ago (1 children)

A less confusing title would be “Mozilla drops support for Mercurial (...)

It's not even about GitHub at all. Taken straight out of the announcement:

“For a long time Firefox Desktop development has supported both Mercurial and Git users. This dual SCM requirement places a significant burden on teams which are already stretched thin in parts. We have made the decision to move Firefox development to Git.”

[–] ilinamorato@lemmy.world 12 points 2 years ago (2 children)

But a few lines later:

Although we'll be hosting the repository on GitHub, our contribution workflow will remain unchanged and we will not be accepting Pull Requests at this time

So I don't know if you meant that the focus of the change wasn't GH or that they weren't using GH at all, but it seems like the latter is untrue.

[–] lysdexic@programming.dev 8 points 2 years ago* (last edited 2 years ago)

you meant that the focus of the change wasn’t GH

They are dropping Mercurial and focusing on Git. Incidentally, they happen to host the Git project on GitHub. GitHub is used for hosting, and they don't even use basic features such as pull requests.

Again, this is really not about GitHub at all.

[–] sim642@lemm.ee 4 points 2 years ago

This is the crucial detail that everyone is missing.

It's the same as with the Linux kernel GitHub mirror.

[–] onlinepersona@programming.dev 16 points 2 years ago (2 children)

The repository will be hosted on GitHub, though the move is expected to take “at least six months before the migration begins.”

Another major opensource project that chooses a proprietary hosting platform 🤷

[–] Sigmatics@lemmy.ca 25 points 2 years ago (1 children)

Let's be honest here, at least like 98% of the popular OSS is on GitHub at this point. You don't have to like it, but it's how things are

[–] onlinepersona@programming.dev 7 points 2 years ago (2 children)

Doesn't mean that they have to continue putting stuff there. But oh well, maybe once ForgeFed becomes a real thing, things might change a little.

[–] philm@programming.dev 5 points 2 years ago

People use the most convenient way to collaborate, and that's for me currently Github. Really hope, some day a better alternative with ForgeFed becomes reality.

[–] Sigmatics@lemmy.ca 4 points 2 years ago* (last edited 2 years ago)

It does. OSS needs visibility, it needs contributions

GitHub's community and discoverability features really help with that, as much as it sucks that they got acquired by Microsoft

load more comments (1 replies)
[–] ericjmorey@programming.dev 11 points 2 years ago* (last edited 2 years ago)

Using and financially contributing to Codberg seems like a good next step to take. Doubt they will though.

[–] fzz@programming.dev 4 points 2 years ago (1 children)

Ah! 😣 Why not nest or self-hosted pijul!?

[–] technom@programming.dev 2 points 2 years ago

Neither has reached 1.0. They're perpetually unstable.

[–] mr_satan@monyet.cc 2 points 2 years ago

Chromium has a mirror on GitHub and it's fine. While it feels a little strange to have just one mirror (on GitHub), after moving to git entirely, nobody is stopping to them from hosting a GitLab mirror.

load more comments
view more: next ›