Live data from Hacker News

GitHub is now free for teams

github.blog

221–230 of 664 posts

Re: GitHub is now free for teams

#221

So it will be free until the competition dies, and then it will be expensive? Like... everything MSFT and GOOG have ever done? Great.

When has GOOG made something expensive once the competition died? I guess for that matter... also when has MSFT? I buy they have, but not aware of any examples of the top of my head.

have you used youtube lately? i would say the explosion in ads per video lately certainly qualifies as becoming more expensive.

Re: GitHub is now free for teams

#222

Earlier quoted context omitted.

> Content moderation at GitHub scale is hard and sometimes mistakes are made. This is completely fair, but lack of transparency makes it significantly more frustrating.

Agree strongly with this. If a repo is public and gets banned, I think it's reasonable to expect that the community can know why , regardless of the rights or wrongs of the decision.

[deleted]

Re: GitHub is now free for teams

#223
post #160

I think GitHub are doing well, but one cannot deny that GitLab has carved out a fantastic niche (on-prem, private instances, OSS, etc) that GitHub doesn't compete in. So while I agree GitHub are "the" company to beat, I think GitLab is doing a good job of contrasting. PS - No affiliation with anyone.

GitHub absolutely does compete for on-prem installation. Source: we use an on-prem installation at Vimeo

Not at the $0 price point they don't.

Re: GitHub is now free for teams

#224

Earlier quoted context omitted.

I might buy the conspiracy theory except for the fact that Azure DevOps exists and provides all the features of GitHub already with none of the restrictions you've mentioned except that you pay for the service.

Can it really be called a conspiracy theory when there is proof that MS has done this same sort of thing in the past? Past behavior is a good predictor of future behavior. Saying that someone has been shown to do something in the past, therefore it is likely that they will do the same thing in the future doesn't seem to qualify as a conspiracy theory.

> Past behavior is a good predictor of future behavior.

Is it? Past behavior on the scale of decades, with leadership and org changes, market changes, culture changes in between?

I don't think that my behavior 10 or 20 years ago is a very good predictor for my behavior today.

Re: GitHub is now free for teams

#225
post #202

Earlier quoted context omitted.

Github pages are free for public repos, aren't they? Perhaps switching to a public repo is an option.

Yes, I considered it, but that's how unfinished draft blog posts end up on HN ;). We'll probably just stop using Pages and deploy to S3 instead - it's a fairly minimal change.

Or you can use Netlify connected to a private GitHub repo. I use it for my personal website (hugo blog) and it works flawlessly. CI/CD integrated, so it's just push to deploy.

Re: GitHub is now free for teams

#226
post #161

I think GitHub are doing well, but one cannot deny that GitLab has carved out a fantastic niche (on-prem, private instances, OSS, etc) that GitHub doesn't compete in. So while I agree GitHub are "the" company to beat, I think GitLab is doing a good job of contrasting. PS - No affiliation with anyone.

Github Enterprise is on-premises: https://github.com/enterprise That only really leaves the fact that its OSS that differentiates Gitlab in your list. Not comparing the two, just making sure you're aware.

But you can also run Gitlab on prem for free.

Re: GitHub is now free for teams

#227

Earlier quoted context omitted.

I'd like to share feedback on GitHub Actions. Tried it out, and the learning curve was too much. I want to use stuff I already know -- e.g., write a Dockerfile, and then GH could run it on PR builds. The "workflow" concept didn't land for me, and I hope you consider a more generalized, open-source approach to running arbitrary scripts in response to PRs being opened, merges to master, etc.

Have you tried other CI/CD platforms? Different providers use different language but the workflow concept underpins all CI/CD pipelines.

My team stuck with Jenkins, Docker, and custom shell scripts to get the job done.

Re: GitHub is now free for teams

#228
post #184

Earlier quoted context omitted.

Continuous integration (CI) and continuous deployment (CD) services. Essentially when you merge a changeset you can configure a specific branch to automatically test, package, deploy, and integration test that branch with no additional human intervention.

AWS has that.

that's just a subset of the features you can develop with actions

Re: GitHub is now free for teams

#229

Hi HN, I'm the CEO of GitHub. Everyone at GitHub is really excited about this announcement, and I'm happy to answer any questions. We've wanted to make this change for the last 18 months, but needed our Enterprise business to be big enough to enable the free use of GitHub by the rest of the world. I'm happy to say that it's grown dramatically in the last year, and so we're able to make GitHub free for teams that don'…

Are you still providing services to people who put children in cages?

Re: GitHub is now free for teams

#230
post #81

Earlier quoted context omitted.

I feel like anyone who lived through the 90s could have expected "these kinds of results". Git is open source and widely supported, which doesn't benefit Microsoft. By causing GitHub-specific features to be an essential part of a "modern" or "industry standard" git workflow, they can capture more marketshare/attention, and cause alternatives to be sidelined. This requires removing all friction to entering the proprie…

Speaking as someone who worked at Netscape during the 90s, your comparison is missing on a lot of fronts. First, Microsoft was evil back then because they didn't just rely on excellent pricing and features (both of which they had) - but also because they leveraged their monopoly in one market (desktop operating systems) to prevent competition in adjacent markets (browsers). I think it's difficult for people to believ…

> First, Microsoft was evil back then because they didn't just rely on excellent pricing and features (both of which they had) - but also because they leveraged their monopoly in one market (desktop operating systems) to prevent competition in adjacent markets (browsers).

Isn't that exactly what's happening here?

Gitlab competes with Github, but doesn't have the equivalent of Azure to subsidize it with.

Azure competes with AWS and GCP, but Amazon or Google don't really have a Github competitor. (Maybe Google has a small one (?), but I've never heard of anyone using outside their cloud product.)

Bringing Github and Azure closer together is an obvious move.

Github might not be a monopoly in the legal sense, but it's a solid #1 in the space, with strong network effects. On the other hand, Azure is far behind the near-monopoly AWS.

Post reply on HN