I feel like I’m out of the loop, or maybe I’m just not a super GitHub power user, but GitHub does pretty much what I expect and I haven’t had issues with it. All my git commands for GitHub just work and PRs and code reviews are the same as it’s always been. Can someone explain what exactly is so bad now that leaving it entirely to use some new platform, even spinning up your own servers, is a reasonable alternative?
HashiCorp co-founder says GitHub 'no longer a place for serious work'
71–80 of 243 posts
Re: HashiCorp co-founder says GitHub 'no longer a place for serious work'
#72Nothing is pissing me off more than GitHub's stability going down the tubes RIGHT as work is migrating everything, and I mean everything, from CircleCI to GH. The wildest thing is that Azure Repos/Pipelines was better than this. Their one caveat is also that they are still migrating it to Azure infra, so it's possible that's still in a one foot in one foot out kinda scenario, from what I've heard. But, this isn't ins…
https://news.ycombinator.com/item?id=47616242 https://isolveproblems.substack.com/p/how-microsoft-vaporize...
Re: HashiCorp co-founder says GitHub 'no longer a place for serious work'
#73Nothing is pissing me off more than GitHub's stability going down the tubes RIGHT as work is migrating everything, and I mean everything, from CircleCI to GH. The wildest thing is that Azure Repos/Pipelines was better than this. Their one caveat is also that they are still migrating it to Azure infra, so it's possible that's still in a one foot in one foot out kinda scenario, from what I've heard. But, this isn't ins…
What made it better than e.g GitLab?
Re: HashiCorp co-founder says GitHub 'no longer a place for serious work'
#74Earlier quoted context omitted.
Serious question, have you been part of an org that had to scale orders of magnitude very quickly? Anyone who has been part of that journey knows how painful it really is. A lot of times the systems to fail at all levels, and you have to redesign it from the first principles.
Is GitHub scaling by orders of magnitude though? That would be an insane increase at this stage of their lifecycle.
Re: HashiCorp co-founder says GitHub 'no longer a place for serious work'
#75Earlier quoted context omitted.
do we have already an HN user creating "who-left-gh.net"? (domain is free)
Created a repository to track all the latest github projects (ironically, my project is on github xD) https://github.com/SerJaimeLannister/who-left-gh/ Currently I know 3 projects, Ghostty, Bookstack-app, Hardenedbsd who have seemed to move away from Github from my understanding.
Re: HashiCorp co-founder says GitHub 'no longer a place for serious work'
#76Earlier quoted context omitted.
Serious question, have you been part of an org that had to scale orders of magnitude very quickly? Anyone who has been part of that journey knows how painful it really is. A lot of times the systems to fail at all levels, and you have to redesign it from the first principles.
Is GitHub scaling by orders of magnitude though? That would be an insane increase at this stage of their lifecycle.
[1] https://github.blog/news-insights/company-news/an-update-on-...
Re: HashiCorp co-founder says GitHub 'no longer a place for serious work'
#77I feel like I’m out of the loop, or maybe I’m just not a super GitHub power user, but GitHub does pretty much what I expect and I haven’t had issues with it. All my git commands for GitHub just work and PRs and code reviews are the same as it’s always been. Can someone explain what exactly is so bad now that leaving it entirely to use some new platform, even spinning up your own servers, is a reasonable alternative?
Re: HashiCorp co-founder says GitHub 'no longer a place for serious work'
#78Earlier quoted context omitted.
do we have already an HN user creating "who-left-gh.net"? (domain is free)
Created a repository to track all the latest github projects (ironically, my project is on github xD) https://github.com/SerJaimeLannister/who-left-gh/ Currently I know 3 projects, Ghostty, Bookstack-app, Hardenedbsd who have seemed to move away from Github from my understanding.
Re: HashiCorp co-founder says GitHub 'no longer a place for serious work'
#79Earlier quoted context omitted.
> Honest question, why are companies interested in hosting on github? Mostly boils down to marketing and easier to establish a community. Almost every developer has an account there, leading to network effects being much larger, so if you're a new FOSS project, finding contributors and getting your project in front of other's eyes is much easier when you're on GitHub compared to your own Forgejo instance. With that s…
Oh FOSS projects I totally understand. It's where I go to too. But closed source companies surly don't need to establish a community?
Re: HashiCorp co-founder says GitHub 'no longer a place for serious work'
#80Earlier quoted context omitted.
I'm on the other side of the fence. We're just about done migrating from GitHub to GitLab (self-hosted) and it's been refreshing to DGAF about any of the GH outages I read about.
Similar boat myself too, finished moving all important stuff from GitHub to self-hosted Forgejo with cross-platform builds. Not only do I avoid all the downtime stuff, but E2E builds also takes ~20% of the completion time it used to take, since now my runners have dedicated hardware hosted at home.