Hacker News new | ask | show | jobs
by strogonoff 2062 days ago
Linux kernel is developed[0] nicely without GitHub. All that’s really needed is a mailing list and someone (who doesn’t fear Google or RIAA suing them personally) willing to host the DVCS server.

[0] https://en.wikipedia.org/wiki/Linux_kernel#Source_code_manag...

1 comments

I wonder if sr.ht is down to do it? That’s kind of the anti big tech hosting service.
Git ships with a server daemon so no third-party hosting is strictly required. In addition, Git has tools for creating and incorporating patches that can be sent by plain email. I believe that’s how Linux development works.