Live data from Hacker News

Announcing unlimited free private repos

blog.github.com

51–60 of 716 posts

Re: Announcing unlimited free private repos

#52
post #2

Does anyone have a source for this news beyond the TNW article that's being shared everywhere? I couldn't find any official announcement from GitHub.

I'm the author of this post. The article has been updated to clarify that I accidentally published it one day before the embargo lifted. GitHub will formally announce the news tomorrow.

I would've deleted it as soon as you noticed. Might not have stopped people from noticing (nothing on the internet is ever deleted blah blah), but might have improved the optics a bit.

Re: Announcing unlimited free private repos

#54

Well, if true -- I'll be canceling my subscription :D Thank you Github / Microsoft! > Due to a scheduling error, we published this story one day before the embargo lifted. This feature isn’t live yet, but Github will formally unveil it tomorrow. When that happens, we’ll update this post with a link to the official announcement. Also... kinda unfair to others.

> Well, if true -- I'll be canceling my subscription :D > Thank you Github / Microsoft! What a weird way to thank a company. I get it, but still.

Microsoft doesn’t need thanking. It’s not a mom and pop shop.

GitHub also doesn’t live in a vacuum and this is likely not puuuurely done out of the goodness of MS’s heart. There may have been some strategy wrt gitlab and bitbucket taken into consideration. Dare I say... competition?

I don’t doubt their goodwill, but let’s not pretend the market is about that for MS.

Edit—ah I now see the “thank you” in parent’s post. Ok disregard this, then. Totally fair. I’m dumb. :)

Re: Announcing unlimited free private repos

#55
post #26

One thing I like about bitbucket/atlassian over github is bitbucket's pipelines[1] and the bitbucket-pipelines.yml file. I really wish github had something like that. [1] https://bitbucket.org/product/features/pipelines

I wish they'd port this over to Bitbucket Server sometime soon. Bamboo is a massive pile of garbage compared to most other CI offerings these days.

It’s unlikely due to how it works internally. They’d basically have to rewrite most of it from scratch. Not to mention “Bitbucket Server” is a completely different codebase (used to be called stash)

Source: used to work at atlassian ;P

Re: Announcing unlimited free private repos

#56

This is a smart move. Gives developers who have small indy projects a reason to use Github rather than a competitor (I know I use gitlab precisely because it's free for my private one-off repos).

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 exactly the same manner. I just wish I had those couple of days back that I spent migrating and editing my deploy scripts.

Re: Announcing unlimited free private repos

#57

Earlier quoted context omitted.

"Oops" we got a big industry exclusive. Our bad guys!

Are there usually ramifications for leaking stories early like this? Would GitHub be peeved if another source published this before their official PR statement?

"embargo" means Github gave this news to this outlet (and others) early, to be able to work on quotes and stuff. By breaking the embargo, accidentally or not, a possible ramification is getting fewer embargos in the future, if an outlet proves they can't be trusted.

Re: Announcing unlimited free private repos

#60
One of the best uses of GitHub is being able to search for some obscure framework method name or enum constant, and find examples of working code that uses it. This has saved my life many times when trying to figure out how to configure Java frameworks to interact with each other.

When searching for this kind of code, you have to wade through an awful lot of repos containing half-baked personal projects, experiments, unmodified clones of upstream frameworks, and barely-modified boilerplate examples. It would be nice if there was less of this detritus clogging up the search results.

However, sometimes the code you actually want is embedded in some otherwise useless, half-baked personal project, or barely-modified boilerplate example. So if all these projects disappear behind a veil of privacy, maybe it won't be a net win.

Post reply on HN