this post was submitted on 17 Sep 2025
196 points (99.0% liked)

Programming

22734 readers
233 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
you are viewing a single comment's thread
view the rest of the comments
[–] Doradocs@programming.dev 7 points 1 day ago (1 children)

Github will never be the only options there's always alternatives.

[–] Mgineer@lemmy.ml 7 points 1 day ago (3 children)

But none that compete properly with it. I'm not a good programmer but nearly every open sourced project I've used/accessed was on Guthub

[–] FizzyOrange@programming.dev 1 points 13 hours ago* (last edited 13 hours ago)

Yeah but that's mostly network effects and free CI, which must cost them a ton of money. I'd be surprised if they're even profitable just because of that. I mean it's worth it for Microsoft clearly, but if they ever decide it isn't and turn the screws, there are at least two good alternatives - Gitlab and Codeberg.

I would also jump ship immediately if there was a platform that properly handled stacked PRs. I literally just want to be able to say "this PR includes this other PR - don't show that one". Is that too much to ask?

[–] cyclohexane@lemmy.ml 7 points 1 day ago

This is mostly due to inertia and, to an extent, SEO.

Most people use github because it's all they know and its name is almost synonymous with git hosting. Publishing elsewhere leads to people asking you why you're not on github, how else can we contribute, etc. Moreover, github seems to score better on Google SEO than other platforms.

[–] bytesonbike@discuss.online 3 points 1 day ago* (last edited 1 day ago) (2 children)

It was a shit show before GitHub. I used to email code. I used to have to find random IRC rooms, follow random contributor guides, or beg for access. I remember one project required me to download some torrent bullshit just so I can submit my patch.

As a contributor, I can't go back to creating multiple accounts and trying to figure out how the hell I give you code.

I don't care if GitHub is the defacto for open-source projects, as long as there are competitors and mirrors.

[–] tetrislife@leminal.space 1 points 19 hours ago (1 children)

I believe relying on Github for an account, rather than on a not-yet-existing code commons organization, is the trouble. E-mail accounts are used left and right, and Sourcehut apparently makes it easy to collaborate on code via e-mail. Delta Chat even makes chat and webapps work over e-mail!

[–] XM34@feddit.org 1 points 19 hours ago (1 children)

E-Mail is an outdated and terrible way of communication. Sure, it's still present in a lot of places, but no future proof technology should rely on E-Mail!

[–] tetrislife@leminal.space 1 points 19 hours ago

Do try Delta Chat, and Sourcehut if you have more time. They use e-mail as a transport very well.

[–] Mgineer@lemmy.ml 3 points 1 day ago

I understand and agree. My concern is just the gap between it and the competitors.