Hacker News new | ask | show | jobs
by eesmith 653 days ago
You must surely know that people use Microsoft GitHub for far more than source control, right?, with issue tracking, email notification, CI, and GitHub Actions.

I recently tried to get a small FOSS project to switch to Codeburg. The answer was "no" because the free CI for them let them catch some MacOS on Apple Silicon bugs (the devs don't have that hardware locally), and because they are already used to GitHub, making it easier to onboard people and review PRs.

1 comments

So what's the problem? GitHub gives you a bunch of free stuff that would be pretty annoying/expensive to self host. Seems like a good deal.

If they remove some of that stuff, that would be worth complaining about. Until then, seems smart to take advantage of what GitHub is offering. Their CI isn't even super proprietary, you can basically just write bash scripts.

I pointed out that any "Resilience/ monopoly concerns" must consider more than source hosting.

The phrase "pretty annoying/expensive to self host" highlights the source of those concerns.

How could one "just write bash scripts" to support macOS if you don't have Apple hardware, as in my example?

> If they remove some of that stuff, that would be worth complaining about.

By then it’s too late, because there’s no alternative.