this post was submitted on 14 Sep 2023
100 points (95.5% liked)

Programming

22170 readers
197 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
 

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
[–] glad_cat@lemmy.sdf.org 3 points 2 years 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)
[–] Sigmatics@lemmy.ca 3 points 2 years ago (1 children)

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

[–] ishanpage@programming.dev 2 points 2 years 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)
[–] Aux@lemmy.world 3 points 2 years ago (1 children)

I use GitHub as an off-site backup for personal projects for over a decade now. I don't think I'll be moving away for any reason.

load more comments (1 replies)
[–] transigence@kbin.social 3 points 2 years ago

My own Git server.

[–] dbilitated@aussie.zone 3 points 2 years ago* (last edited 2 years 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.

[–] g6d3np81@kbin.social 3 points 2 years 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.

[–] bamboo@lemmy.blahaj.zone 3 points 2 years 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.

[–] g6d3np81@kbin.social 2 points 2 years 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)
[–] donio@lemmy.world 2 points 2 years 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.

[–] pc_admin@aussie.zone 2 points 2 years 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! :)

[–] hactar42@lemmy.world 2 points 2 years 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.

[–] abhibeckert@lemmy.world 2 points 2 years ago

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

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

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

[–] tomjuggler@lemmy.world 2 points 2 years 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.

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

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

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

What are you on now? Codeberg?

[–] SpaceNoodle@lemmy.world 1 points 2 years ago (1 children)
[–] onlinepersona@programming.dev 2 points 2 years ago (1 children)

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

[–] alr@programming.dev 2 points 2 years 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)
[–] Sibbo@sopuli.xyz 2 points 2 years 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.

[–] SpaceNoodle@lemmy.world 2 points 2 years ago (8 children)

Self-host your git repo.

git is already decentralized.

load more comments (8 replies)
[–] wgs@lemmy.sdf.org 1 points 2 years ago

My account has not seen a single commit in years now, and yet I can let it go... I still "need" it for support on an old project of mine that I share with other people, and to submit changes for projects I care about which are only on GitHub.

I also keep my account for name squatting purposes, and so people can find the link to my actual repo.

I don't think I'll go all the way to delete my account, but my projects are definitely not reliant on it anymore.

load more comments
view more: ‹ prev next ›