this post was submitted on 07 Nov 2023
157 points (94.9% liked)

Programming

16943 readers
725 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 [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 76 points 10 months ago (38 children)

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

[–] [email protected] 33 points 10 months ago* (last edited 10 months 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?

[–] [email protected] 18 points 10 months ago (2 children)

Because Microsoft will eat your ass in your sleep

[–] [email protected] 17 points 10 months ago (2 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?

[–] [email protected] 4 points 10 months 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.

[–] [email protected] 1 points 10 months ago

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.

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

I think they were making a joke

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

I think they were making a joke

The missing /s, coupled with some absurd comments on this thread, make it hard to tell apart the jokes from the activists.

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

That's fair, but with that said, I'm gonna eat your ass

[–] gravitas_deficiency 7 points 10 months ago

Don’t threaten me with a good time

[–] Kecessa 7 points 10 months ago
[–] [email protected] 11 points 10 months ago* (last edited 10 months 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.

[–] [email protected] 7 points 10 months ago (2 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?

[–] nitefox 2 points 10 months ago

Yeah like, wtf

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

When you use a cloud solution (and especially one with a vendor lock in like Amazon) then yeah, you are fucked there too and I'd question why you did it in the first place.

If you have your own infrastructure - be it a server at home or whatever - then you can always just move it elsewhere, get some other ISP, whatever. There is no lock-in. Inconvenience, sure, but you can migrate elsewhere. That's just not true about all the other things mentioned, or the friction would be much higher.

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

Have you actually used anything cloud? Because there's literally no friction to move things around. Unless you decide to use proprietary features.

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

With AWS especially there is a shitton of proprietary stuff. Most of the friction is in knowledge however; the cloud environments differ, are configured differently, have different limitations and caveats, etc. Someone who has only ever worked with AWS will have to learn a lot of things anew if they switch. Hell there's a reason why "AWS engineer" is a dedicated role in some companies.

Now, if you only manually set up some VMs and configure them like you would a regular server then sure, it's easy to migrate. But when you are missing 99% of the features of the cloud environment are you actually using it?

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

For me the purpose of the cloud is the ability to deploy my projects on rented infrastructure independently of the provider. Tools like Terraform and Kubernetes help with the abstraction of providers.

As for proprietary features I prefer to use open source alternatives like Supabase, which I then can deploy to any cloud and migrate between clouds if needed.

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

Well then you aren't probably taking advantage of most of the stuff AWS offers and is actually really good for. Which isn't really criticism, but then I wouldn't really call it cloud? It's more like just infrastructure as a service.

[–] [email protected] 1 points 9 months ago

Infrastructure as a service is literally the definition of a cloud. Everything is just bells and whistles.

[–] [email protected] 3 points 10 months 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.

load more comments (35 replies)