Live data from Hacker News

Why developers are ditching GitHub for Codeberg and self-hosting alternatives

howtogeek.com

51–60 of 289 posts

Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives

#51
We've been self-hosting GitLab for about a year now, and I don't remember it ever going down or being unavailable. We self-host almost everything else too (except for online meetings), and it's all been pretty stable as well. Some of the tools we self-host do go down occasionally, but it's usually just a matter of restarting the VM or adding more storage.

Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives

#52

It's been 9 months since I ditched Github. Currently I self-host Gitea [0], use its registry for Docker, NPM etc and act runners [1] for github actions alternative, everything secured under tailnet. I'm extremely satisfied with that setup. It is batteries included & fire and forget. Now I use Github only as backup by mirroring my self hosted repos. [0] https://gitea.com [1] https://docs.gitea.com/usage/actions/act-ru…

Similar with forgejo. I mirrored all gh then flipped the ones I was using the most. The biggest win was on running apple runners in my mac, so the free gh actions can do other stuff.

Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives

#53
The appeal of GitHub for me is not only in the git hosting, but also in codespaces. It gives me:

    1: An easy way to start a VM
    2: A one-click solution to access it via private https access
So for development, I dont need to dabble with spawning my own Hetzner VM or something. And I also do not have to dabble with getting a temporary domain and DNS so I can set up my own letsencrypt certs and point the domain to that VM.

I can just write an index.html, execute "sudo python -m http.server 80", click the link that then opens to something.app.github.dev and test my new web application.

This is why codespaces make starting a new product idea a thing of like 1 minute instead of 1 hour for me.

Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives

#54
post #18

Earlier quoted context omitted.

I object! The dashboard clearly says 89.15% uptime! Who says nines need to be leading?

With enough precision in the time metric there are infinitely many nines!

Somewhere in 3.14159...% uptime there are as many nines as you like!

Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives

#55
I think and hope we see a lot more of this before the adversarial imperative returns from the company side.

People using Claude Fable to just make replacements for disgustingly enshittified software. We desperately need browser extensions to help make websites less scummy across the board as well.

Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives

#56
Genuinely curious here for someone who has tried self hosting git and has found it a pita to maintain...i want to know what is it that devs are flocking to other platforms and how are we sure that they won't pull all the red card signals that github is said to pull off.

Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives

#57
post #13

People are going to copy GitHub the way people copied Facebook… how is "Threads" doing again?

Not good but that’s unsurprising since Thread’s value proposition is indistinguishable from twitter’s. Mastadon and bluesky seem to have healthy userbases though

[dead]

Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives

#60
post #15

Sentiment for/against GitHub aside... "Why X are doing Y" articles like these pretend that the premise of "X are doing Y" is true, conveniently skipping to the "Why" before proving that the premise is even accurate in any meaningful way. This is why I never buy headlines that start out with "Why". > developers are ditching Proceeds to list but a handful of remotely meaningful repos against the hundreds of thousands o…

I’ve seen titles like “Why top scientists are leaving the United States” where the article itself talked about A SINGLE RESEARCHER relocating to France.
Post reply on HN