Tagging would make sense to categorize posts within a single community. But you seem to suggest tags which are shared across communities. I dont really see the point of this, as communities themselves are already used for a global "tagging" of posts. So it would only duplicate that functionality.
nutomic
That sounds great! Be sure to get in contact if you run into any problems or limitations with the API.
The choice of Rust limited the ability for people to contribute. If I had gotten a dollar every time I read “I would like to contribute to Lemmy, but I don’t have time to learn Rust”, I would get a beer to everyone in this thread.
Rust is really not as hard to learn as some people claim. If they dont have time for this, how will they have time to contribute to Lemmy? Besides lemmy-ui is written in Typescript and could also use a lot more contributions.
The problem is that "Threadiverse" is almost never used together with "Fediverse", so anyone unfamiliar with the terms will think that they are totally distinct. I can understand if you want to categorize different platforms within the Fediverse, but then we should also start referring to Mastodon and similar projects as the "Tootiverse".
I wish people would stop using this silly term "Threadiverse". There is no fundamental difference between Lemmy, Mastodon, Peertube, Friendica and so on. They all federate with the same protocol and are all part of the same Fediverse.
The bridge is nothing more than another Activitypub instance. You can block it in the same ways that you can block existing Mastodon or Lemmy instances. If users want to opt in to federate with it, they should also have to opt in manually to federate with every single Lemmy instance.
There’s surprisingly little development power behind Bluesky, though, and its recent surge in popularity will no doubt have slowed down nice-to-haves like federation.
I just looked at their Github, and surprisingly Bluesky seems to have less total commits than Lemmy.
On the other hand, ATProto solves a lot of problems Mastodon has (no two servers showing the same list of replies, for one)
This is absolutely solvable with Activitypub, its just that Mastodon developers dont seem to care about it.
Where exactly does a "platform" end? Is it only lemmy.tf, or all Lemmy instances? Either way Mastodon or Peertube can hardly be considered to be the same platform as Lemmy. Activitypub is a protocol and definitely not a platform. Or would you consider threads.net part of your "platform" once it implements Activitypub?
These people previously asked Dessalines and me to participate in one of their conferences, and expected us to pay the full ticket price. I think its really outrageous to charge so much money for setting up some video calls, considering that most people who run the Fediverse don't get any money at all. There are also no recordings published afterwards, which goes completely against the spirit of openness of the Fediverse.
That's called Piefed. Golang and Ruby are still missing though. Maybe there could even be an implementation in C.
Then hashtags would have the same use as post tags on Reddit. I think thats a cleaner solution and there are plans to implement it.
Lemmy is already a very complicated project, and adding more functionality will only make it harder to maintain. Also there are lots of people who use wikis without Reddit, Wikipedia is one of the biggest websites in the world after all. So a Fediverse alternative is very much needed. Plus Lemmy and Ibis can federate in the future.
Actually scores are regularly calcuated from a scheduled task which runs in Rust. Yes the score caculation is currently implemented in SQL, but it could also be changed to a Rust implementation or a plugin. This would probably need some optimization so that the plugin only calculates scores for recent posts, not every single known post. In any case it would need someone with the time and motivation to implement it.