A lot of people have talked about the possibility of forking Mastodon to get the many improvements their communities need. Making such an effort successful is another discussion entirely.

  • mark@programming.dev
    link
    fedilink
    English
    arrow-up
    32
    ·
    edit-2
    2 months ago

    As an engineer who’s worked on very large codebases over two decades, I’ve realized that this is so much easier said then done.

    If people want to fork Mastodon, great. But they’ll quickly realize that what they may think are straight-forward “improvements” will lead to them having to address bigger architectural issues.

    Many design decisions that were made when building Mastodon may not be perfect, but they address a lot of very complex decentralization and federation issues.

    There’s no such thing as perfect software. What some may think is an improvement, others will think is a terrible choice. Each decision is a trade-off and will have downsides. We just have to decide which of them we’re comfortable with living with.

    • grrgyle@slrpnk.net
      link
      fedilink
      English
      arrow-up
      10
      ·
      2 months ago

      There’s no such thing as perfect software.

      This was a huge learning in my journey. Realising that every technical decision is a matter of tradeoffs - that there is no perfect pattern/framework/library/implementation/architecture/whatever.

      Once the obviously bad choices have been eliminated.

    • Sean Tilley@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      8
      ·
      2 months ago

      Thank you for these insights!

      Yeah, aside from developer muscle, an effort like this requires deep knowledge of the existing system. Or, failing that, a commitment to learning it.

      It’s also not something that can be done as a side project, if it hopes to compete with the main project to the point of replacing it. Something like that requires an ungodly amount of effort and dedication. Someone would have to commit years of their life to solely working on that.

  • Blaze@reddthat.com
    link
    fedilink
    English
    arrow-up
    9
    ·
    2 months ago

    It’s interesting to see how challenging it is to fork Mastodon while Misskey must have 10 active forks at the moment

    • Sean Tilley@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 months ago

      Misskey is a little bit odd, in the sense that there’s constantly new forks in various stages of development. New forks emerge just as quickly as old ones die off.

      It may be that the frontend and backend both being written in one language helps make the system easier to hack on. I can’t say for sure. What’s weird is that some of these forks go in really odd directions, like rewriting the whole backend in a different programming language.

      The other thing is that, despite their proliferation, the effort is somewhat fragmented into all of these little projects. I’m not sure how viable any of these forks are in the long term.