Even the Discord and Buymeacoffee page got taken down. This is larger than any other DMCA I know of

Edit: even the Telegram has been nuked. Yup, Telegram

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

    What is git repo federation? Why will this help?

    I thought git is a very decentralized technology?

      • Petter1@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Like Git x activityPub 🤔 seems doable, or where would be problems? Just something like pipeline, which creates an activity post including the commits🤔🤔

      • Fedora@lemmy.haigner.me
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        I believe that Git is decentralized. Because people choose to use Git hosting services doesn’t make Git itself centralized. Git doesn’t force you to sign up on GitHub, GitLab or Bitbucket. You can use git-appraise to get decentralized code reviews. You can use git-bug to get decentralized issue tracking. You can always send maintainers patches with the built-in send-email command as GitHub/GitLab/… require an email address either way. You can always clone and push the repository somewhere else. Most (self-hosted) Git hosting services provide an automated migration procedure for issues, discussions, etc.