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.
Java
So a splash screen every time a link is clicked?
Why in java loooooool the fuck?
That’s not applicable. Sublinks is using the same standard as Lemmy/kbin/mbin, i.e. ActivityPub. In a decentralized system based on an open standard, plurality of implementations is a good thing. We shouldn’t want lemmy to be the only one.
Let them fight, I’ll gladly move to a superior version
I’ll soon memorize this code like dQw4w9WgXcQ
This sentiment is so overplayed and seems especially out of place in the context of the fediverse.
I honestly hate that xkcd now because people overuse it to shutdown any new development
Love it, saving that one for later
It’s kind of ironic taking a project that’s already written in Rust and writing a replacement for it in Java.
Usually things get ported to Rust, not the other way around.
Yeah I don’t think I want anything Java running on my systems…
Same. Let’s slow things down! IDK what they were thinking?
I mean, Java has faster developer speed since it’s much less complicated than Rust. But it will also use a lot more memory. That being said, I guess most of what happens in Lemmy is database queries anyway and that will go equally fast in Java.
Rust is a very fast language but for a web app like Lemmy it’s probably not that important that it’s rust underneath.
But I really dislike Java. Lots of issues with code only working on a specific JDK, and code being very ugly due to all classes and shit.