Sublinks Aims to Be a Drop-In Replacement for Lemmy

Sean Tilley@lemmy.world to Fediverse@lemmy.world – 358 points –
Sublinks Aims to Be a Drop-In Replacement for Lemmy
wedistribute.org

Seems like an interesting effort. A developer is building an alternative Java-based backend to Lemmy's Rust-based one, with the goal of building in a handful of different features. The dev is looking at using this compatibility to migrate their instance over to the new platform, while allowing the community to use their apps of choice.

305

You are viewing a single comment

I think how quickly this project has gotten to near feature parity is a testament to how slow Lemmy development has been. Think about scaled sort (a feature that has been hotly requested since the migration) and how long that took to get merged in. A sort should not by any means be slow to implement.

A sort should not by any means be slow to implement.

Sure, if the sort key is something readily available. But for scaled sort they have to compute relative size/activity of the communities the specific user is in. The cost isn't the sort, it's computing the metric.

I'm not talking about the literal sorting algorithm. Pretty sure scaled sort is exactly one more operation than hot.

4 more...