zlacker

[return to "GitHub is now free for teams"]
1. natfri+V2[view] [source] 2020-04-14 16:19:39
>>ig0r0+(OP)
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't need Enterprise features.

We also retained our Team pricing plan for people who need email support (and a couple of other features like code owners).

In general we think that every developer on earth should be able to use GitHub for their work, and so it is great to remove price as a barrier.

◧◩
2. JMTQp8+Z6[view] [source] 2020-04-14 16:37:38
>>natfri+V2
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.
◧◩◪
3. tracke+tY[view] [source] 2020-04-14 21:00:10
>>JMTQp8+Z6
I don't think it was particularly difficult to use... the multi-os targets are probably about the most confusing.

I tend to stick with bare scripts and npm scripts as much as possible though, so the environment doesn't matter as much.

◧◩◪◨
4. JMTQp8+f31[view] [source] 2020-04-14 21:26:49
>>tracke+tY
The YAML configuration is something I have to learn that provides no value-add outside of GitHub. If it was at least based on Docker, you could re-use existing technical knowledge or teach people something that's valuable in other contexts.
◧◩◪◨⬒
5. tracke+S91[view] [source] 2020-04-14 22:07:39
>>JMTQp8+f31
A lot of things use YAML for configuration... what would you prefer for configuration? XML?
◧◩◪◨⬒⬓
6. JMTQp8+vi1[view] [source] 2020-04-14 23:16:00
>>tracke+S91
I want to write a Dockerfile. I don't particularly have an issue with YAML.
[go to top]