Live data from Hacker News

Microsoft Is Said to Have Agreed to Acquire GitHub

bloomberg.com

751–760 of 1001 posts

Re: Microsoft Is Said to Have Agreed to Acquire GitHub

#753
If it's true, I'm cancelling my paid account immediately. A monopolist tried and found guilty of monopolization shouldn't own the company where many of their future competitors have their private repositories, it's frankly rather disturbing they think it's a good idea.

Re: Microsoft Is Said to Have Agreed to Acquire GitHub

#754
post #731

GitHub is a venture backed company with some $350M raised according to Crunchbase[1]. As such, your options are pretty much limited to IPO, being acquired, generating crazy profits and buying out investors to stay private, or go bankrupt. Since it appears they had hard time turning profitable[2], I’m hardly surprised that GH May be ending the way of Microsoft. I think it’s worthwile question to everyone who is lament…

> I urge all the ‘let’s move to GItLab or other’ people give that a hard thought and how that will eventually expire. Either they eventually fail/become evil, or they don't. If they do, just move somewhere else. If they don't, good. (Benefits of non-proprietary software and standards like git.)

And therefore I will vote with my $$$ and stay on GitHub until there is a real reason to do otherwise (and at that point enjoy the benefits of standards like git).

Alas, like several others have pointed out, this doesn’t scale to GitHubs other services like GH Pages, or their Wiki, issue tracker, etc.

Re: Microsoft Is Said to Have Agreed to Acquire GitHub

#755
post #703

Earlier quoted context omitted.

I completely agree with your comment. As much as I love Microsoft, this is a weird development. It’s like if Google bought Mozilla and Firefox became just another Google browser.

Is it? I imagine VSS and their cloud source control offering (don’t remember the name) probably aren’t doing all that well in the face of GitHub. They want to be a player in that game, so they’ll transition off they are old product which isn’t that popular onto a new one they purchased that has all the mind share. As long as they don’t screw it up, and recent Microsoft seems to me like a company that won’t, it will b…

Microsoft adopt git as their main source control, even in internal projects.

Makes sense they try to control the future of the tool they use in so meny projects.

Re: Microsoft Is Said to Have Agreed to Acquire GitHub

#756

Ask yourself and ask your dev friends, who is paying for Github? I personally don't know a single person that is subscribed to it even after spending 5 years in academia and several others in the job pool. And yet every single person that I know && that can code is more than acquainted with github! Now this could be the result of a lack of business acumen on github's part or stubborness from the users. In any case, i…

Another sample of one: I pay for a personal account, although I don’t really have any projects that couldn’t be public, and my company pays for company account.

Re: Microsoft Is Said to Have Agreed to Acquire GitHub

#757

This is sad news. Partially because I don't care for Microsoft, but mostly because Github was a neutral third-party without any priorities. I hope they don't discontinue Atom or apply their UX styling to the site/desktop app. Like Spotify, I felt safer that a company was just doing hosting in their domain (of music or code projects) and wouldn't try to shovel some other tech into it like Apple making Apple Music terr…

I'm sure they'll try to 'Microsoft' it. They could never keep their hands off any UI in any product, no matter if it works or not, and especially lately, leaving a rather spectacular trail of destruction in their wake.

Re: Microsoft Is Said to Have Agreed to Acquire GitHub

#758
Guys. Enough with the FUD please. I myself don’t even believe I’m saying this but clearly Satya Nadella != Steve Ballmer. Dude has seen the light and is trying to put the company on the right path.

Every time they do something good all the tinfoil hats come out. Give them a chance. They’ve turned over a new leaf. And until and unless we see otherwise we should be giving them the benefit of the doubt.

This is not our childhood Microsoft.

Re: Microsoft Is Said to Have Agreed to Acquire GitHub

#759
post #550

There probably won't be (m)any noticeable changes for the open source and devs running personal private repos and possibly the same for GitHub team plans. However, I'd bet Microsoft will plan on a sunset timetable for TFS and push their licensing and sales machine toward GitHub for Enterprise. I'm glad my group isn't on GitHub for Enterprise because after seeing this news I'd be looking to migrate away ASAP. I can en…

Why would they sunset TFS (Or VSTS)? I use both and there is barely any overlap in features. GitHub is only code storage + a rudimentary issue manager. There is very little release management, test management, CI/CD etc. If anything I’d expect them to integrate better and of course integrate more with Azure (e.g one-click setup of build/test on azure from any Github project)

> Why would they sunset TFS (Or VSTS)?

Admittedly I've been away from TFS for a number of years, however, it seems that GitHub Enterprise is a natural fit product wise for revenue stream via licensing thru MSDN to get organizations onboard with GitHub that weren't before. If they were to sunset TFS and provide a migration path, it would end up giving them significant licensing dollars.

The more important point I was trying to make is that orgs that are now on GitHub Enterprise would need to subscribe to MSDN enterprise licenses for a bunch of things that aren't relevant and get locked into TOS that they hadn't been previously.

Regardless of sunsetting TFS/VSTS, I think that Github Enterprise will be only available through a MSDN enterprise/premium license or whatever that is now in 2018.

Re: Microsoft Is Said to Have Agreed to Acquire GitHub

#760
post #197

It's interesting that the HN community continues to make reference to the prospect of a decentralized internet when Git was built to be decentralized in the first place. In spite of this, we all have congregated around GitHub for the community and are shocked when the centralized source we've been using gets acquired by a company we don't trust. That's sort of the whole point of centralization, you can't trust it. Ma…

You can easily migrate your repo to a different service, so having lots of developers rely on GitHub isn't really a big deal. Many large projects have GitHub mirrors. I'd say the biggest issue is that Git doesn't include better built-in support for issues, wikis, PRs / code reviews, and releases. Compare that to Fossil [0], which lets you bundle up everything into a single file. If there was better built-in support y…

I wouldn’t want git to have built in wiki’s, bug trackers etc. I think it’s better to have separate tools.
Post reply on HN