Why GitHub Can't Host the Linux Kernel Community
241–250 of 251 posts
Re: Why GitHub Can't Host the Linux Kernel Community
#242Re: Why GitHub Can't Host the Linux Kernel Community
#243Earlier quoted context omitted.
There's git-appraise[0] which decentralizes issues and PRs by putting them as objects inside of git. It also features a webui[1] [0] https://github.com/google/git-appraise [1] https://git-appraise-web.appspot.com/static/reviews.html#?re...
This is actually the one good way of handling it IMO. Decentralizing git without losing the UX benefits of using a site like github is done by handling it like torrents and packaging everything into the repo/technology itself. The Linux kernel is already part of the way there, it's just the "local client" aspect that's missing, along with a focus on actually making it intuitive and fully integrated into git itself. T…
Re: Why GitHub Can't Host the Linux Kernel Community
#244Earlier quoted context omitted.
True, but irrelevant for Linus. It's not a good way to get ahead[1], but if you're already far enough ahead... Personally, I think I'm on "your" side -- as it were -- on the side of civility, but sometimes you've just got to get shit done. Properly, which sometimes means shouting the right things at the right people[2]. I do think it's unreasonable of you to say that Linus is not "being reasonable", as you've clearly…
> I do think it's unreasonable of you to say that Linus is not "being reasonable", as you've clearly implied in your comment. I'm literally using the terminology of the person that I'm trying to refute! :P If you want to argue phrasing, take that to jacquesm.
(Which reminds me: There should probably be some sort of mandatory-quoting mechanism on HN. It seems weird that you can snipe comments by editing at just the right time. That's not what happened in this case, I'm just saying that it would probably be a good thing to have measures against it. Sorry, that's my META-rant done.)
Re: Why GitHub Can't Host the Linux Kernel Community
#245Earlier quoted context omitted.
Hm, I don't think so. Linus never had a problem with bitkeeper being proprietary, and he actually was annoyed when Andrew Tridgell tried to reverse-engineer the bitkeeper protocol. Linus seemed very unhappy with Tridgell, not with Larry McVoy for making bitkeeper proprietary. He built git out of necessity, not out of some desire to have free software.
> He built git out of necessity, not out of some desire to have free software. History has proven that necessity is a much better incentive, and produces better products than ideology.
Re: Why GitHub Can't Host the Linux Kernel Community
#246Earlier quoted context omitted.
> He built git out of necessity, not out of some desire to have free software. History has proven that necessity is a much better incentive, and produces better products than ideology.
I don't know about that. Hg was built at the same time for the same reason but seems to have more ideology around it, and I would argue it's a superior product that just was unlucky enough to not have github built for it.
I don't care much about the github website, because 99% of the time I use git from the command line.