I can't help but think that this investment marks the Pets.com point in this investment cycle. GitHub is essentially a web interface to a single open-source DVCS. The switching costs to using another DVCS such as Mercurial (which I personally prefer) or another Git hosting provider are minimal. There are no barriers to entry since Git is and always will be free. There are very few network effect benefits to using Git…
Github Raises $100 Million
211–220 of 230 posts
Re: Github Raises $100 Million
#212Earlier quoted context omitted.
> GitHub is essentially a web interface to a single open-source DVCS. Maybe I'm missing something, but does GitHub support something other than Git? > The switching costs to using another [...] Git hosting provider are minimal. $ git clone git://github.com/jbarham/stathat-line-counter.git $ cd stathat-line-counter/ $ git remote add bitbucket ssh://git@bitbucket.org/jbarham/stathat-line-counter.git $ git push -u bitbu…
> GitHub is essentially a web interface to a single open-source DVCS. Maybe I'm missing something, but does GitHub support something other than Git? The wrong part of that sentence is the word essentially . GitHub is essentially a social/collaboration app for people who spin code. The fact that it uses the git distributed version control system is an implementation detail. The essence of GitHub is in the network of p…
I'll admit that I'm unenthusiastic about social media in general, so this aspect of GitHub is the one I use the least. I've always found their slogan of "Social Coding" to be a bit of an oxymoron as programming for me is primarily a solitary activity.
Generally I find the design of GitHub to be more refined than Bitbucket (e.g., the README's look better) but it's not something I'd pay for.
I'd argue that the real action for "social collaboration" on open source projects is where it's always been: on mailing lists. The project I've followed most actively the past couple of years has been Go, which is hosted on Google Code, but I very rarely need to go there since I'm on the mailing list.
Re: Github Raises $100 Million
#213Re: Github Raises $100 Million
#214I have to imagine that a chunk of that money is to provide liquidity to the founders, which they very much deserve. I don't really see how this is a bad thing. They were very much profitable, and were likely able to dictate the terms of the deal. Also, the money came from one of the most, if not THE most, reputable and respected VC firms.
"I don't really see how this is a bad thing." They were independent and profitable company. Now they are virtally deep in debt. Everything they do now will be focused on one thing only - how to pay back that debt. They have people on board who's only goal is to get that loan back in multiples. Every decision from now on will be waged against the question "will it pay back the loan". Independency is lost, now we have…
Re: Github Raises $100 Million
#215Earlier quoted context omitted.
"I don't really see how this is a bad thing." They were independent and profitable company. Now they are virtally deep in debt. Everything they do now will be focused on one thing only - how to pay back that debt. They have people on board who's only goal is to get that loan back in multiples. Every decision from now on will be waged against the question "will it pay back the loan". Independency is lost, now we have…
I think you're not talking about GitHub. Because I see A company which started from zero, revolutionized SCS, socialized coding. Makes a lot of cash, not from advertisement, but from an actual useful product. A Product that people love to use. I think A16Z is a very clever firm that invested in a very solid product. GitHub has 102 employees. Which means they're already paying around $10M wage in a year and they're pr…
Re: Github Raises $100 Million
#216Earlier quoted context omitted.
"I don't really see how this is a bad thing." They were independent and profitable company. Now they are virtally deep in debt. Everything they do now will be focused on one thing only - how to pay back that debt. They have people on board who's only goal is to get that loan back in multiples. Every decision from now on will be waged against the question "will it pay back the loan". Independency is lost, now we have…
I think you're not talking about GitHub. Because I see A company which started from zero, revolutionized SCS, socialized coding. Makes a lot of cash, not from advertisement, but from an actual useful product. A Product that people love to use. I think A16Z is a very clever firm that invested in a very solid product. GitHub has 102 employees. Which means they're already paying around $10M wage in a year and they're pr…
Re: Github Raises $100 Million
#217Okay, a question: I have a github ( http://github.com/blhack -- nothing too interesting there), but only use it in the "free" way; saving my javascript stuff, and keeping track of some arduino projects. "Github" and "money" in the same thought here triggered me wondering about maybe buying a monthly plan from them, and letting them host all of my code for work, play, etc. (stuff I'm too embarrassed to release, ha) Ma…
Nobody should pay for GitHub just because they need a place to dump their code. If you want free, unlimited, private git repos, just sign up for https://bitbucket.org/ GitHub is what you might choose if you need to work on projects with a team, and want best-of-breed collaboration and code review. I use BitBucket to host all my solo side projects, and Github for all my open source code. I work with a startup, and we…
Exactly. We are forced to split our code base because of the lack of free private repos on GitHub. Free private repos for 1 or 2 users would allow us to post ALL of our code on GitHub and give us the ability to sort it out and clean it up It will then be extremely easy to open-source it from there. Until they offer something free, all of our projects will remain locally stored or split between GitHub and Bitbucket and that code will NEVER get promoted to open source.
Free 'limited collaboration' private repos are the key to GitHub dominating the DVCS world.
Re: Github Raises $100 Million
#218Edit: $800M/yr in 2007 http://www.microsoft.com/en-us/news/press/2007/jul07/07-26SP...
Re: Github Raises $100 Million
#219Earlier quoted context omitted.
I think you're not talking about GitHub. Because I see A company which started from zero, revolutionized SCS, socialized coding. Makes a lot of cash, not from advertisement, but from an actual useful product. A Product that people love to use. I think A16Z is a very clever firm that invested in a very solid product. GitHub has 102 employees. Which means they're already paying around $10M wage in a year and they're pr…
$10M/year in wage? That would imply $100k per employee per annum. I understand that it was just a budgetary figure, and I understand the premium that employer-side payroll taxes and benefits add - it is very non-trivial. Still, do you suppose the median wage at GitHub is that high? For everyone? Salespeople, receptionists, accounts payable clerks? Are you sure? I should hope they are spending a good bit less on payro…
Re: Github Raises $100 Million
#220Earlier quoted context omitted.
Sometimes some cash can help you execute faster on the plan you already have. As illustrated by the scene form "The Social Network" where Zuckerberg says he wants to expand to 100 schools, and Parker says "'I'll put you on two continents."
So, with this $100M, they can really dominate the code hosting market? There's a reasonable case to be made that they're either going to or already dominate the code hosting market anyways, depending on how big you define it. The only way $100M makes sense is if they're expanding into one or multiple other things.