First, they restricted code search without logging in so I’m using sourcegraph But now, I cant even view discussions or wiki without logging in.

It was a nice run

  • e$tGyr#J2pqM8v
    link
    fedilink
    13
    edit-2
    5 months ago

    I’m not a developer so I’m not very familiar with this world. But it kind of amazes me that the code for so many open source projects are hosted by Microsoft. Isn’t there a FOSS alternative? edit: seems Gitlab is an alternative. Then the question is, why are people using microsoft products?

    • @[email protected]OP
      link
      fedilink
      195 months ago

      Github started independently and was amazing service(and still is except now its going downhill) but Microsoft acquired it it 2018

    • DacoTaco
      link
      fedilink
      10
      edit-2
      5 months ago

      The power of git ( the backbone of github ) comes in that you can easily take a repository and move it to a different server. Its like, 3 commands? ( git vlone, git add remote, git push ). So if people would leave github, nothing is lost :)

      • @[email protected]
        link
        fedilink
        English
        4
        edit-2
        5 months ago

        Github is designed to centralize git (as the word “hub” suggests). You can still migrate away code, issues and wikis, but contributors, followers, wiki editors, issue subscribers, visibility in general and github stars are locked in. Discoverability matters to projects trying to attract contributors.

        • DacoTaco
          link
          fedilink
          1
          edit-2
          5 months ago

          Agreed there, but its still a source control platform. Its still git. I’d argue the code is the most important part and followers, subscribers and stars (whatever those may do) are a secundairy functionality that a developer doesnt necesarily care about. The most important part is the git repo and everything linked with it imo