• ActionHank@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Cool now I can actually check it out. Tried to previously but my connection failed about an hour into the clone. --depth=1 --shallow-submodules --recurse-submodules should really be given its own command in git. Not really sure why’d they choose MS as their host though.

    • knopwob@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      Imho the main argument for github is that it lowers the hurdle for new ane ad-hoc contributions like issues. I’m problably too lazy to registsr a new account for your instance just to open a bug report.

      I’d love a federated git/issue/wiki thing

    • lysdexic@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 year ago

      but I don’t understand why they don’t self-host

      Why would anyone self-host a FLOSS project? Trade secrets is not a concern, nor is it barring access to the source code repository. Why would anyone waste their resources managing a service that adds no value beyond a third-party service like GitHub?

      • Amju Wolf@pawb.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Because while you do have control (and “copies”) of the source code repository, that’s not really true for the ecosystem around it - tickets, pull requests, …

        If Microsoft decided to fuck you over you’d have a hard time migrating the “community” around that source code somewhere else.

        Obviously depends on what features you are using, but for example losing all tickets would be problematic for any projects.

        Apparently Mozilla won’t be even accepting PRs there so it doesn’t matter much.

        • lysdexic@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Because while you do have control (and “copies”) of the source code repository, that’s not really true for the ecosystem around it - tickets, pull requests, …

          The announcement to drop Mercurial quite clearly states that their workflow won’t change and that GitHub pull requests are not considered a part of their workflow.

          Also, that’s entirely irrelevant to start with. Either you care about software freedom and software quality, or you don’t. If you care about software freedom you care about having free and unrestricted access to FLOSS projects such as Firefox, which GitHub clearly provides. If you care about software quality you’d care about the Firefox team picking the absolute best tools for the job that they themselves picked.

  • Mr. Satan@monyet.cc
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Chromium has a mirror on GitHub and it’s fine. While it feels a little strange to have just one mirror (on GitHub), after moving to git entirely, nobody is stopping to them from hosting a GitLab mirror.

  • onlinepersona@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 year ago

    The repository will be hosted on GitHub, though the move is expected to take “at least six months before the migration begins.”

    Another major opensource project that chooses a proprietary hosting platform 🤷

    • Sigmatics@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Let’s be honest here, at least like 98% of the popular OSS is on GitHub at this point. You don’t have to like it, but it’s how things are

      • onlinepersona@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 year ago

        Doesn’t mean that they have to continue putting stuff there. But oh well, maybe once ForgeFed becomes a real thing, things might change a little.

        • Sigmatics@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 year ago

          It does. OSS needs visibility, it needs contributions

          GitHub’s community and discoverability features really help with that, as much as it sucks that they got acquired by Microsoft

      • PeeOnYou [he/him]@lemmygrad.ml
        link
        fedilink
        arrow-up
        0
        arrow-down
        4
        ·
        1 year ago

        Open source was M$’ archenemy that they knew they couldn’t compete against. So they slithered in and co-opted it and everyone just ignores the perils and carries on.

        • TechNom (nobody)@programming.dev
          link
          fedilink
          English
          arrow-up
          0
          arrow-down
          1
          ·
          1 year ago

          Not to mention the fact that they trained copilot using code on it, without informing or taking permission from the authors and they justify it citing fair use policy.

    • lemmyvore@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      GitHub is just serving as public code mirror, it’s not going to be their hosting platform.

    • IAm_A_Complete_Idiot@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      It’s not battle tested on massive projects nor does it have the prior mindshare git has. It doesn’t have a lot of tooling either. (Does any CI/CD system support pijul?) It has nice properties, but ultimately git with all it’s terrible warts is well understood.

      • Alex@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        CI/CD

        Pijul as git or hg or any other is a VCS, so what are you talking about? If you mean web-service like GitHub with social things and CI/CD services, so yes, nest have CI/CD with nix. But mostly you shouldn’t host your huge project on the Nest because, as I’m absolutely sure, you as anyone other should create your own host (public or private) to support decentralization to prevent github-like centralization situation. Pijul was created with decentralization in first place in mind.

        Not tested with big projects in production

        Not publicly. Many private projects, personal and in-company, that uses pijul are existing. Personally I have one HUGE personal. Also I worked for two companies where pijul is used.