this post was submitted on 14 Sep 2023
104 points (94.8% liked)

Programming

17010 readers
283 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
 

Let's be honest, the majority here probably has a github account. Some of us are happy as a clam and wouldn't switch no matter what happened, but there are some who would and haven't yet. Why?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

Someone creates an alternative that is federated by default, like Lemmy. But additionally it is fault tolerant, i.e. if one instance goes down, my account will still live on on another, and so will the repositories and all their associated data.

This is the world I want to live in.

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

Self-host your git repo.

git is already decentralized.

[–] [email protected] 4 points 1 year ago (1 children)

Try actually working on 5 different Gitlab instances and you will soon notice that there is in fact a really big difference between federation and decentralization.

You need a new account for every single server. And if you don't want email notifications you'd have to manually check all of them to see if there are issues relevant for you.

Though for what it's worth Gitlab is actually looking into potentially supporting ActivityPub in the future!

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

Try actually working on 5 different Gitlab instances and you will soon notice that there is in fact a really big difference between federation and decentralization.

This is my biggest problem with Gitlab and github alternatives. Multiple accounts on every single instance you want to contribute to. It's a pain

Though for what it’s worth Gitlab is actually looking into potentially supporting ActivityPub in the future!

Gitlab could've worked on federation years ago, but they sat on their hands for at least 7 years until an external contributor decided he would implement it. Good on the dude, but fuck gitlab for being so passive about it for all these years.

[–] [email protected] 1 points 1 year ago (1 children)

This is my biggest problem with Gitlab and github alternatives. Multiple accounts on every single instance you want to contribute to. It’s a pain

Wah really? I contribute to, like countless projects on github. Sometimes just a comment in a discussion or a single line pull request and then never again... gitlab sounds horrible.

[–] [email protected] 1 points 1 year ago

Yep, they completely ignored that aspect for maybe a decade. One poor, unaffiliated dude is finally taking it upon himself to implement it while Gitlab engineers cheer him on. IMO it's their biggest oversight and misprioritisation.

[–] [email protected] 4 points 1 year ago (1 children)

I'd have to assume they mean the features of Github like pull requests, issue tracking, wikis, etc that aren't part of the git

[–] [email protected] 1 points 1 year ago (1 children)

All of those features are very poorly implemented by GitHub. There are many other platforms which do a better job and can integrate with git.

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

And can integrate with git? Examples?

I haven't found a platform that handles issues integrated with git (as a technology) except, maybe, git-bug.

The wiki concept is simple; an external repo that's a static site generator. All GitHub's wiki happens to be is a fancy UI around Gollum wiki.

The protected branches and other git hooks are definitely part of the git-hooks feature that ship with the software.

Honestly, the full integration and friendliness to self-hosting had me seriously looking at Fossil, until I saw some opinions I couldn't get on board with (e.g., automatically pushing to/pulling from remote on every commit)

[–] [email protected] 1 points 1 year ago

Gitea, loads of Atlassian products like Jira and Confluence, Reviewable, Gerrit, Jenkins - and that's just off the top of my head while I type.