State of the GitHub: Chris Kelly Does the Numbers
I talked with Chris Kelly of GitHub at last week's LinuxCon about GitHub. He's got interesting things to say about the demographics and language choices on what has become in short order (just six years) one of the largest repositories of code in the world, and one with an increasingly sophisticated front-end, and several million users. Not all of the code on GitHub is open source, but the majority is -- handy, when that means an account is free as in beer, too. (And if you're reading on the beta or otherwise can't view the video below, here's the alternative video link.)
can we get a non video recap?
I'm not using beta, cuz I don't want to see live videos in the news feed, in case anyone @slashdot/@dice even cares...
Except if you were using beta, the video wouldn't show because beta doesn't support videos. Or the transcript for that matter.
I'm not privy to any details of GitHub's finances or business model, but most likely it's a good thing that there are non-open-source projects using GitHub, because that's probably what's paying for the free open source use. I've recommended to several clients developing proprietary software the use of GitHub rather than running their own in-house repositories, because the interface is easier for them to use and they don't need as much in-house expertise to manage things. Because Git is distributed, they could of course do both, or easily transition away from GitHub later, and that's a selling point.
Really? What are the stats on Classic vs. Beta pageview counts?
BlameBillCosby.com
A central "master server" is stilll useful from an organizational point of view.
The point behind git is that it's not special for any reason other than organization. In case of a problem (technical, political, maintainer disappears, whatever), there's no technical factor preventing you from failing over to another one very easily.
In all technical respects, the repository on my laptop is just as good as the central server. I don't have to be on line to examine history or make commits.
This also facilitates forking: I can clone a project and work on my fork with no special permissions.
In fact, a while ago there was a big problem (security breach) at kernel.org and the Linux kernel did do its official distribution from github for a few weeks.