Comment by Scaled

19 hours ago

The biggest problem IMO is discoverability. I need an easy way to find open source projects that are on scattered servers. GitHub project search is limited to GitHub.

The OP says that tangled only supports event federation. How does it help with discoverability?

  • Events in atproto speak are changes to metadata/records, i.e. repo/MST events on a PDS.

    So for tangled that means federation of issues, PRs, comments, follows, stars, and anything defined in an atproto lexicon. i.e. everything except the actual git repo itself. Those repos are singularly hosted on a given knot for the time being.

    Now it's not a huge leap to imagine extending functionality to support cross-knot mirrors but that's not a supported feature yet. And of course you can always just fork a repo instead.