Live data from Hacker News

Announcing unlimited free private repos

blog.github.com

711–716 of 716 posts

Re: Announcing unlimited free private repos

#711

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…

A large majority of "professional" software engineers use google email on their phones. And I've used gdocs etc at times on my phone continuously over the past 20 years, and many of them i was working at microsoft. Apples sales increased for a long time, even though google's sales increased faster apple was, i repeat was capturing most of the profit. We'll see if that happens. I expect several companies out of china to take the android market from samsung (still using android though).

Re: Announcing unlimited free private repos

#712

This 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"

So maybe we should create a bunch of private Github repos and fill them with spurious 'good code' and spurious 'bad code'?

Re: Announcing unlimited free private repos

#714

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…

[deleted]

Re: Announcing unlimited free private repos

#715
post #572

Earlier 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.

co-founder here, a bit late. Yes everything gets cloned. Databases, search-engines, message-queues, static files... you get precisely the same cluster in the same state.

Re: Announcing unlimited free private repos

#716
post #232

While 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…

I'm late to this but Azure DevOps has plenty of free build time and resources and they are linkable to your GitHub repo. I imagine it'll get even easier and more integrated in few updates.
Post reply on HN