Live data from Hacker News

Announcing unlimited free private repos

blog.github.com

431–440 of 716 posts

Re: Announcing unlimited free private repos

#431

Earlier quoted context omitted.

I actually switched from Github to Gitlab about two months ago just for this reason. I bootstrap my company from my own pocket and wanted to save a few dollars every month. Really wish I knew this was coming before I deleted the repos and migrated everything. edit -- to everyone asking, I have no problems with Gitlab and I also have no strong preference Gitlab vs Github, they both perform the same role for me in exac…

How does this change by Github make you regret migrating to Gitlab? Do you think Gitlab's offering is in some ways inferior? I mirrored everything to Gitlab sometime ago, for public repositories and also use them for private repositories. The only real advantage I could specifically name for Github is the organic contribution factor due to their volume of traffic. However, this doesn't really apply to private reposit…

Also, Github is the defacto standard so most tooling has built-in github integrations.

Re: Announcing unlimited free private repos

#434

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.

Free is pretty cheap though. Is there going to be a size limit? If not I can see people uploading all sorts of "interesting" data to github.

Re: Announcing unlimited free private repos

#435
post #273

For those of you using GitLab, BitBucket, or , does this make you consider switching back at all? If so, why? It may be myopic, but the only major reason I can think of is visibility if you plan on publicizing the repo at some point. But you can achieve this by using GitHub as a mirror for your main repo on another platform (at least for GitLab, I’m not familiar with BitBucket). Edit: Personally, I use GitLab (both .…

>does this make you consider switching back at all? If so, why? Complete opposite. I'm going to stop using it as much as I can. This is quite annoying. I'd much rather they take my pittance than monetize me any other way.

I am confused by this sentiment. Wouldn't moving to another product (like bitbucket or gitlab) put you in the same boat (since they also offer free private repositories)?

Re: Announcing unlimited free private repos

#436
post #340
post #320

Earlier quoted context omitted.

If I’m reading the revenue chart correctly, 12.5 percent of their revenue was approximately 11 million dollars in 2016. At Microsoft, who is even going to notice that... There’s surely a goodwill factor and wider strategic benefits here beyond the relatively small amount of revenue - these individuals enjoying the free private repos will in many cases likely be future candidates for customers for the enterprise offer…

Comparing 12.5% revenues to a pay cut is not misleading at all. Unless there is some reason to believe that making individual accounts free will somehow also reduce costs in a material way. Seems to me it will likely increase costs significantly as many more users will flock to create free private repos. In fact, it's more like giving you a 12% percent pay cut and then asking you to commute further to work.

> Comparing 12.5% revenues to a pay cut is not misleading at all.

It's misleading in the sense that a 12.5% pay cut is not something I can recover in other ways.

Meanwhile, there is a possibility that this 12.5% cut on individual account might be recovered automatically in other ways if it results in increased enterprise account.

My personal private repos have always been on BitBucket. Not because I like BitBucket more, but simply because of the additional cost.

Having unlimited private account on GitHub will encourage me to move my stuff there, and ultimately reduces the friction and increases the chance that at some time in the future I might be a paying enterprise customers.

Re: Announcing unlimited free private repos

#437
post #342

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…

>>GitHub is in the strange position of being both a successful enterprise product AND a social network. That's interesting to think about. Who knows, maybe GitHub will become the next LinkedIn for developers? Or for everyone? LinkedIn is nearly unusable these days, in my opinion.

StackOverflow already offers a higher-quality-than-LinkedIn career platform for developers.

Re: Announcing unlimited free private repos

#438
post #417
post #339

Earlier quoted context omitted.

Azure Pipelines free offering is superior to Travis by every imaginable metric - UI latency, build latency, featureset, sane, carefully thought about YAML syntax, etc.

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.

Re: Announcing unlimited free private repos

#439

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. Free is pretty cheap though. Is there going to be a size limit? If not I can see people uploading all sorts of "interesting" data to github.

There's a 1GB soft repo size limit and 100MB file size limit. I assume they will detect abuse & terminate violating accounts.

Re: Announcing unlimited free private repos

#440

Earlier quoted context omitted.

Hi! I work at GitHub. All the details are listed on the official pricing page in the feature comparison section: https://github.com/pricing and in the docs: https://help.github.com/articles/github-s-billing-plans/#bil...

As far as I can tell, neither of those resources describe "advanced code review tools". What does that mean? What are these code review tools? The help document does talk about Protected Branches and Code Owners but those seem different than code review tools and "code review" is listed in the free plan.

Looks like a bunch of "insights" are disabled - https://i.judge.sh/Flutter/Doom/rNqHUIG3.png
Post reply on HN