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

Programming

16971 readers
83 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?

(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (6 children)

We run our own SourceHut instance because I hate all the social dopamine crap built into GH. I hate you need an account just to participate in a repo. I hate the heavy UI (sometimes it's better than others).

Also, srht supports hg as well as git.

load more comments (6 replies)
[–] [email protected] 3 points 1 year ago

My own Git server.

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

If the social features become too egregious. It's already turning into borderline LinkedIn with their new feed updates

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

Have you seen all the people just stuffing their profile README full of random graphics and stats and badges

load more comments (1 replies)
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

it's free and convenient? if there was another reliable, free git host with a polished web interface and decent cli for features like issues, sure, I'd consider moving to it. I'm not in the market though, I have other work to do

also the github actions workflows are brilliant.

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

People didn't move when it became a social network, when Microsoft bought it, or when their IA scanned the whole code to make money from open-source projects. Only Musk buying it would change that a bit, but it still wouldn't not destroy it.

As for me, I don't have an account. My personal projects stay private, and for work I have pro accounts at GitLab or Azure DevOps.

load more comments (2 replies)
[–] [email protected] 3 points 1 year ago

I made a similar post a while ago if you want to see some more answers - https://lemmy.ml/post/1990593

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

I want to have separated accounts for different sets of project...
Signed up a second account... it got suspended instantly (after I log in with my main). According to ToS, I can't have more than one account.

Nuh uh, You aren't the only provider. Headed to Gitlab, no more bs.

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

Was this with the same email address? I have multiple accounts for personal and work. I sometimes log out of one account and into another in the same browser, and have never had a problem. Honestly never thought it'd be a big deal.

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

No. Maybe it flagged dynamic IP as spam or whatever. At this point I don't really care. Got what I want.

load more comments (1 replies)
[–] [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 (8 children)

Self-host your git repo.

git is already decentralized.

load more comments (8 replies)
[–] [email protected] 2 points 1 year ago (1 children)

It would take a lot to get me to start using it. Git is great, and GitHub is a mess.

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

What are you on now? Codeberg?

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

What do you use for CICD? And AFAIK federation hasn't been implemented yet, right?

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

I know this will come as a shock to a lot of people, but a lot of software doesn't do CI/CD. Especially CD. Basically only webapps can do CD, although Dropbox is close with weekly releases. A lot of enterprise and industry software still does quarterly or even semiannual releases. Hospitals, banks, and government agencies in particular have stringent vetting procedures that mean they can spend months verifying and approving a new major version before upgrading, so there's no point throwing one at them every couple weeks.

load more comments (1 replies)
[–] [email protected] 2 points 1 year ago

I use it for work so to entirely leave it they'd have to move away. That seems unlikely.

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

I mirror all my stuff on Gitlab just in case GitHub goes away, it probably won't happen but I like having backups! :)

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

As someone who has to use Azure DevOps for work, I can safely say GitHub is safe. Microsoft put so much effort into while Azure DevOps seems like an after thought to them now.

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

Already moved in the sense that I am not creating any new projects on GH. I am rehosting old projects opportunistically. No plans to get rid of the account unless GH does something really messed up.

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

Simple. I would switch if there was something better available. Nothing else I've tried is even close to as good.

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

Don't know if anyone remembers but private repo's used to be restricted on GitHub, so I actually use BitBucket for most of my private stuff.

Feels like it wouldn't take much change for me to leave with my own stuff although some presence would always be necessary due to contributions. I don't use any of the "features" of GH though, except for pages and that's for work.

load more comments
view more: ‹ prev next ›