A lot of people are concerned about the “what if they make me the product since I’m no longer paying.” A few reasons I don’t think that will happen: - private, single contributor repos tend to be pretty small. it costs Github very little to service a single account. - Github is a growing social network for developers. Getting young engineers on the platform for free will pay off handsomely when they join a team and a…
> private, single contributor repos tend to be pretty small. it costs Github very little to service a single account. Small but important correction, Github is letting up to 3 contributors use these free private repos. "For the first time, developers can use GitHub for their private projects with up to three collaborators per repository for free."
Announcing unlimited free private repos
561–570 of 716 posts
Re: Announcing unlimited free private repos
#562Earlier quoted context omitted.
Revenue != income. It's quite likely the profit margin on developer accounts is lower than the other types, and if this cuts the knees out from under the competition may well be cheaper than, say, paying for advertising.
>if this cuts the knees out from under the competition All of Github's competitors (i.e. gitlab and bitbucket) already offer unlimited private repos. This is Github catching up.
However, I don't think it will be an issue. As hosting costs drop to zero, if someone starts charging, they lose customers to a free competitor. (as is happening here).
Re: Announcing unlimited free private repos
#563Earlier quoted context omitted.
Yes, Microsoft realized that long ago. Gates and Balmer prolonged the inevitable through monopoly power, but Nadella has accepted the future and is "turning the aircraft carrier." It's amazing that Microsoft came back to life from being a zombie company. In hindsight, it was such a large zombie that it had sufficient time to change business models. Somehow Sears wasn't. There's a business school case study and tenure…
If by 'zombie company' you mean raking in massive amounts of money and growing spectacularly every year? [1] MSFT has changed in some positive ways, but since Satya took over, growth has been actually flat-ish to negative overall until 2018 (a good year). Paradoxically, MSFT stock was flat during the Ballmer years when there was rock solid consistent growth. The 'new MSFT' things is quite overrated in terms of what i…
Re: Announcing unlimited free private repos
#564A lot of people are concerned about the “what if they make me the product since I’m no longer paying.” A few reasons I don’t think that will happen: - private, single contributor repos tend to be pretty small. it costs Github very little to service a single account. - Github is a growing social network for developers. Getting young engineers on the platform for free will pay off handsomely when they join a team and a…
Microsoft isn't even trying to directly make money off GitHub Enterprise. What they're doing is plugging GitHub into a giant ecosystem of Azure-related services that they sell to large corporations for millions of dollars per year per customer. They could give away GitHub for free entirely, and might, if there's a one-click "deploy to Azure" and similar functionality that brings people into the Microsoft shop.
Integrations/hooks/CI add some stickyness which is probably why places like Gitlab focus on offering CI to be more than simply “git in the cloud.”
Re: Announcing unlimited free private repos
#565A lot of people are concerned about the “what if they make me the product since I’m no longer paying.” A few reasons I don’t think that will happen: - private, single contributor repos tend to be pretty small. it costs Github very little to service a single account. - Github is a growing social network for developers. Getting young engineers on the platform for free will pay off handsomely when they join a team and a…
Re: Announcing unlimited free private repos
#566While understandable, this is sad to see. The amount of interesting and useful code that is currently available due to GitHub defaulting to public will likely be seriously negatively impacted by this.
I can only speak for myself, but I had simply put all of my private stuff over in GitLab instead. For folks like me, this will result in no external change. Just a question of where I stash stuff.
Re: Announcing unlimited free private repos
#567Re: Announcing unlimited free private repos
#568Re: Announcing unlimited free private repos
#569Earlier quoted context omitted.
Yes, Microsoft realized that long ago. Gates and Balmer prolonged the inevitable through monopoly power, but Nadella has accepted the future and is "turning the aircraft carrier." It's amazing that Microsoft came back to life from being a zombie company. In hindsight, it was such a large zombie that it had sufficient time to change business models. Somehow Sears wasn't. There's a business school case study and tenure…
If by 'zombie company' you mean raking in massive amounts of money and growing spectacularly every year? [1] MSFT has changed in some positive ways, but since Satya took over, growth has been actually flat-ish to negative overall until 2018 (a good year). Paradoxically, MSFT stock was flat during the Ballmer years when there was rock solid consistent growth. The 'new MSFT' things is quite overrated in terms of what i…
Satya nadella made a surprising change for Microsoft. If a company is going to last long term they have to do more than look at their own navels. You can't just focus on squeezing more money out of your existing lemons.
Happening now at Apple?
Re: Announcing unlimited free private repos
#570Earlier quoted context omitted.
Their documentation seemed weird. It seemed like if you wanted to self-host your own CI builder with their agent, it was still limited to 1 parallel build on their free plan? Is that true? With Gitlab, if you bring your own runner, there's no limitation like that AFAIK (I've never done this yet because I never surpassed 2k build minutes a month) but I glanced their docs.
Yeah, that's annoying. However, there's an undocumented loophole: you can have multiple agents on the same machine and they can all run in parallel even if you didn't buy an extra private pipeline. We recently had a build server with four SSDs, one agent on each, and they could all run in parallel. It worked fine.