this post was submitted on 03 Jul 2025
143 points (99.3% liked)

Fediverse

35273 readers
1001 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

After 5 years of foot-dragging they finally close the ticket to community protest:

This feature request is being closed as our current focus isn't in this area.

We appreciate your input and contribution to improving our product. While this feature may have merit, we need to prioritize our efforts elsewhere at this time.

If you'd like to provide additional context about why this feature is important, please feel free to leave a comment on this issue. This will help us better evaluate the feature if we revisit this area in the future.

Thank you for your understanding and continued support in helping us build a better product.

you are viewing a single comment's thread
view the rest of the comments
[–] rglullis@communick.news 35 points 6 days ago

What advantage does a “fediverse” frontend have?

Github's dominance comes from the network effects. Everyone's on github, so if you have your project on a different repo, you won't get as many visibility. If your project is on gitlab only and someone wants to report a bug, they need to:

  • Find your instance.
  • Create an account.
  • Deal with an unfamiliar interface
  • Create the ticket
  • Hope it gets seen.
  • Potentially forget about it, unless they set up notifications.

A Federated forge solves all of that.

  • You follow remote projects without having to create an account in the remote instance.
  • You open an issue on the remote forge without having to open in an account in the remote instance, and you do it from your local server.
  • If you have a PR ready, the remote instance gets notified.
  • It makes a lot easier to separate CI/CD from source management.
  • It makes a lot easier to separate source management from issue tracking.
  • etc
  • etc
  • etc