this post was submitted on 08 May 2024
57 points (95.2% liked)
Fediverse
17710 readers
6 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't really see the point in forking a project like Mastodon unless you are already deeply involved with its development. It doesn't do enough that you couldn't rewrite it better (as in in a way you understand better and with lessons from the original taken into account) in the time it would take you to fully understand all the details of the existing code base.
Yea agreed. It’s not the forking that matters though IMO, it’s the commitment to a true and stable alternative, whatever the best way to that is.
Mastodon lacks a lot of basic features, like full text search.
It actually does have that nowadays, it's just that the feature requires Elasticsearch to work, which is one extra piece of infra for admins to worry about.
It is about as common as using a database server for content though to use something like ES, Solr or similar software for search.
It absolutely is. Yet, as Sean said, it's also yet another bit of software to run and maintain, and ES is known to be a bit of an effort to keep going well.
Admins having only finite amounts of time and/or resources, might make the very understandable decision to leave it out.