Earlier quoted context omitted.
Control of android or being the alternative safe choice that everyone builds apps for is worth a lot of money, but you can also use it to reinforce use of your core apps, like google's gmail and search. microsoft instead lost people from using office apps on android, as they market decayed. sure, they are huge and rich and can afford it, and eventually got to office 360 and android versions of office apps. But it wou…
I doubt that there are too many professionals using GSuite on phones in the place of Office and the high end and midrange Android tablet market is non existent. I also doubt that too many people who are spending less than $300 on phones (the average selling price of Android phones) are the target market for Microsoft. Statistically, Google has captured market share of people with less disposable income than Apple has…
Announcing unlimited free private repos
711–716 of 716 posts
Re: Announcing unlimited free private repos
#712This makes me uncomfortable. Private subscriptions were a direct revenue stream for Github, and explained directly how they can afford the infrastructure that provides the service. Generally when previously paid stuff becomes free, it's because the paid service is no longer a product - it's now a tool to attract users. How will users be monetised now?
Random, entirely baseless speculation: they want all to put all your code to do machine learning on. Seems like ML based code checking and refactoring tools are slowly becoming a thing. Imagine an assistant that tells you something like "what you are writing right now might be bad code because 80% of similar instances were later modified based on bug reports and this is how that would look like for your code"
Re: Announcing unlimited free private repos
#713Re: Announcing unlimited free private repos
#714A 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
#715Earlier quoted context omitted.
Thanks, the instant environment cloning looks nice. Does that also clone the database and redis?
My understanding is that everything is cloned – included Redis and any search indexes. I've only tried with a database though, so that's the only thing I'm certain that works.
Re: Announcing unlimited free private repos
#716While I think this is a great move, don't forget that private repos also means no more free Travis CI. Gitlab CI however offers 2,000 build minutes a month with their integrated CI service. Even if your whole set up takes 10 minutes to build on CI, that's 200 builds a month which is plenty for an individual project that's on a private repo. In other words, I think Gitlab's free private repos + CI is still a better ch…