points by LeanderK 8 years ago

I am worried that a company as important to the open-source community as github is now owned by one of the major players. I think it really impacts the neutrality of github. If I would compete with microsoft in a certain space, I would really think twice about relying on github.

Also, this monopolization is driving me mad.

Y7ZCQtNo39 8 years ago

I could see developers ditching GitHub with the acquisition for a perceived conflict of interest. It's really easy to change your remote.

I see a potentially big market opportunity for anyone who wants to compete in the space now.

  • monotypical 8 years ago

    Changing the remote doesn't migrate anything in the issue tracker, merge requests, webhooks, pages or wiki

    • Y7ZCQtNo39 8 years ago

      It wouldn't be seamless. But it wouldn't be difficult for a competitor to create a "competitor import" feature that moved over most of it in a few clicks.

      • t_treesap 8 years ago

        It's possible, but I think it's a stretch to say it "wouldn't be difficult."

    • static_noise 8 years ago

      Migrating from GitHub to GitLab

      https://www.youtube.com/watch?v=VYOXuOg9tQI

      this adresses some of the issues.

      • johannes1234321 8 years ago

        It doesn't solve the number one issue: External references to your project will all still point to github.com since that's where the project homepage (aka README.md) is.

        • mort96 8 years ago

          If GitHub does get sold to MS and I end up moving to GitLab, I'll probably push one last commit to the GitHub repo adding a header saying the project has moved, with a link to the GitLab repo. It's not perfect, but it wouldn't be too bad.

          • johannes1234321 8 years ago

            Until MSFT/GitHub does what Sourceforge.net did - taking over project sites from projects which moved away and adding malware (adware/spyware) into those ;)

            (I believe with all critique on Microsoft they aren't as bad, but want to exemplarize the risk)

            • suby 8 years ago

              This would be a great way for them to accelerate migration away from Github.

            • askvictor 8 years ago

              It might just be cleaner to close the github repo and when other projects find a 404 where it used to be, they'll have to use super detective skills (i.e. Google it) to find the project's new home. And if they can't find it that way, then nothing of value was lost. (Yes, yes, I know it's more nuanced than that, but if you wanted permanence, you'd be hosting on your own domain, right?)

        • lemming 8 years ago

          Actually, the #1 issue is that everyone can easily file an issue/contribute in other ways at Github without having to create another account to do so.

          • st1ck 8 years ago

            You can sign in with your Github account to gitlab.com.

        • jacques_chester 8 years ago

          I expect Google could be convinced to accept certain files or metadata in a README as equivalent to a 301 permanent redirect, meaning searches will remain effective. That would account for a lot, especially if Chrome begins to honour it.

    • slaymaker1907 8 years ago

      I seem to remember that under the GDPR, vendors have to make data exportable. I wonder if people could use that for GitHub issues and the Wiki.

      GitHub pages is super easy to move except for getting users to know the new domain.

      • Symbiote 8 years ago

        The GDPR only applies to personal data, which won't be most of the content on GitHub.

        Anyway, there are APIs which one can use to export issues.

        • dannyw 8 years ago

          Personal data is extremely broad and is any data that can be identified to an individual. If my photos are Facebook are personal data, then so is my code on GitHub (even if some people are professional photographers or programmers).

  • greenhatman 8 years ago

    This is also why I put my documentation in markdown files in the repo instead of using the Github wiki. I knew it would save me hassle later.

    • 013a 8 years ago

      Wikis on Github are cloneable as normal repos: just use project.wiki.git instead of project.git in the clone URL.

      • aerique 8 years ago

        Still one step too much making it harder to migrate. Should've been a directory in a repo, default to `wiki` or whatever and configurable to something else.

        • ATsch 8 years ago

          that leads to problems with access control, though.

    • johannes1234321 8 years ago

      This means everybody linking to your docs will link to GitHub, thus you have a hard time moving ;)

      • OJFord 8 years ago

        As opposed to linking to GP's GitHub Wiki?

  • perculis 8 years ago

    Agreed on both points. The shift will bring a lot of opportunity to build a more decentralized repo base. I think something like (Keybase)[http://keybase.io] might be interesting.

merinowool 8 years ago

Only way to disrupt monopoly is to use something else. I am going to migrate all my projects from GitHub. Be an example you want the world to be.

  • crankylinuxuser 8 years ago

    I'd recommend running your own FossilSCM server. It supports full code repo, wiki, bugtracking, and more. And it's free software to boot.

    I'm looking to see if it's feasible to write a github->fossil layer to make it easy for programmers to dump to local. Right now, Git is easy to dump... but those issues and wiki support isnt dumpable yet..

    • jaegerpicker 8 years ago

      if you mean dump from GH the wiki is a separate git repo. just clone <our_project>.wiki.git instead of <our_project>.git

      • crankylinuxuser 8 years ago

        Unfortunately, that misses the bulk of user communications. Those bug reports and issues are also tremendously important. And since they link back to commits, its essential to obtain that history as well and maintain the appropriate link between the 2.

        Else, changes were made for "reasons", and those justifications are effectively lost.

        • yrashk 8 years ago

          This was the main reason I started developing https://sit.fyi. It allows you to carry issues, discussions, patches as files (for example, in a git repo) in a decentralized way and has a tool that allows to import from GitHub

  • bmelton 8 years ago

    If there are other things to use, it isn't much of a monopoly.

unreal37 8 years ago

They weren't profitable. So the problem perhaps is these cool free tools that some people rely on just don't have a clear way to make money.

  • dannyw 8 years ago

    How profitable would they be if they didn’t pursue “growth at all costs” and built GitHub with a small and focused team like Stack Overflow or WhatsApp?

scarface74 8 years ago

As a startup, worrying about competition from Microsoft hasn't been a big deal for almost a decade. I would be more worried about Facebook, Amazon, and Google.

zackya89 8 years ago

the history of Microsoft is the reason why we all reacting this way. But encouraged by the move they made lately coming into Linux, even though other players have forced their hand

  • tradesmanhelix 8 years ago

    Microsoft has slain giants before. They will try to do it again. No one is too big to fail.

  • kakwa_ 8 years ago

    I would be as worried if it was AWS or Google.

    Github should remain a neutral ground in my opinion.

    • beenBoutIT 8 years ago

      It already was Google. Remember Google Code?

      • kakwa_ 8 years ago

        No, Google code was a failed attempt at a code hosting service from Google.

        They failed to make it attractive to other developers.

        I don't remember the name, but MS tried for a year or two to create another competing hosting platform if I recall correctly, and they also failed.

    • s2g 8 years ago

      > I would be as worried if it was AWS or Google.

      Good. Need more people like you.

Yhippa 8 years ago

Why did the F/OSS community put all their eggs in one basket? Hell a lot of big companies did also. I wonder how they're going to react to this?

  • dredds 8 years ago

    Exactly. Code.google.com even provided links for porting repos to GH. Will Google revive it's own code repository in light of this move?

  • ageofwant 8 years ago

    Probably because its fairly low-risk. I have ~270 Github repos. About a year ago I made a ~5 line Python script that added Gitlab as another origin to each repo. I still use (used) Gitlab as my main host, I'm a paying customer - but for me to flick over to Gitlab is a one-liner.

  • dcbadacd 8 years ago

    Simple answer: GitHub is good to use

    I'm all for FOSS (Git webgui) solutions, but they were absolutely not competitive until recently. Even now, with less trust, the social effect and the lack of need of maintenance and setup is attractive.

s2g 8 years ago

> monopolization

Conglomeration, unless you hated github before which I wouldn't object too.

I agree with you anyway.

rvshchwl 8 years ago

Well, Google recently also purchased Kaggle, another major open-source repository for code. It hasn't really changed anything for now, but Microsoft's purchase will be in the same vein. I think that Microsoft's contribution to the open-source community in the last few years kind of makes sense for why they are purchasing it, just like Google purchased Kaggle because of their contribution to ML.

telltruth 8 years ago

Your dream of “neutral” VCS is misfounded. Websites like GitHub are massive bandwidth and storage hogs and needs huge cash burn just for dev ops. Unfortunately they can’t be reasonably profitable as well because revenue sources are rather tiny. This means every vcs company out there offering free for all plan is bound to be sold or go bankrupt.

For GitHub I would have wished Google bought them because there is huge synergy both ways. With Microsoft, eventually some CVP there will realize that there is no profitability and they will leave it to rot.

manigandham 8 years ago

Why is it important? What are you relying on? It's just git. Dozens of other services that do the same thing, many that arent losing money every year.