Sublinks Aims to Be a Drop-In Replacement for Lemmy (wedistribute.org)
from deadsuperhero@lemmy.ml to fediverse@lemmy.ml on 23 Jan 2024 01:13
https://lemmy.ml/post/10913039

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.

#fediverse

threaded - newest

scottmeme@sh.itjust.works on 23 Jan 2024 02:39 next collapse

xkcd.com/927/

spaduf@slrpnk.net on 23 Jan 2024 02:55 next collapse

This sentiment is so overplayed and seems especially out of place in the context of the fediverse.

morrowind@lemmy.ml on 23 Jan 2024 06:51 collapse

I honestly hate that xkcd now because people overuse it to shutdown any new development

mactan@lemmy.ml on 23 Jan 2024 15:59 collapse

<img alt="mashup of the “we should improve society somewhat” and “xkcd standards” memes" src="https://lemmy.ml/pictrs/image/55f7f96d-7baf-4b9b-810a-4df01b101a79.jpeg">

morrowind@lemmy.ml on 23 Jan 2024 21:36 collapse

Love it, saving that one for later

NightAuthor@lemmy.world on 23 Jan 2024 03:01 next collapse

They’re sticking to the existing standard tho

uuhhhhmmmm@sh.itjust.works on 23 Jan 2024 08:06 next collapse

I’ll soon memorize this code like dQw4w9WgXcQ

Zoboomafoo@slrpnk.net on 23 Jan 2024 11:45 next collapse

Let them fight, I’ll gladly move to a superior version

capital@lemmy.world on 23 Jan 2024 11:48 next collapse

Not applicable.

0x1C3B00DA@kbin.social on 23 Jan 2024 14:04 collapse

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.

melmi@lemmy.blahaj.zone on 23 Jan 2024 05:42 next collapse

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.

1984@lemmy.today on 23 Jan 2024 06:05 next collapse

Yeah I don’t think I want anything Java running on my systems…

StopSpazzing@lemmy.world on 23 Jan 2024 07:14 collapse

Same. Let’s slow things down! IDK what they were thinking?

1984@lemmy.today on 23 Jan 2024 11:29 collapse

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.

SorteKanin@feddit.dk on 23 Jan 2024 15:51 collapse

Java has faster developer speed since it’s much less complicated than Rust

[citation needed]

To give some context: Exception-based error handling is insanely complex. The error handling of Rust is much simpler to reason about. Finding out where errors happen is a lot simpler.

The only Java dev I know is an older guy who started university with me at the same time - I was 20, he was 45. He knew Java, I didn’t. Java is not the future if you ask me.

1984@lemmy.today on 23 Jan 2024 18:59 collapse

No of course not. But it’s faster to code in since you don’t have to worry about the borrow checker.

SorteKanin@feddit.dk on 23 Jan 2024 19:25 collapse

“faster to code in”… I would not say so. In my personal experience, Rust can be very fast to code in once you get comfortable with it, since you barely even need to run your code to know that it works. You also save a lot of time via less debugging.

somethingp@lemmy.world on 23 Jan 2024 07:27 collapse

Yeah this sounds like someone doesn’t know rust and instead of learning it they’re porting to Java? It might also be a way to capture an existing userbase as it’s still compatible with lemmy, but also adds features that might cause more people to use it. But being written in Java is an excuse to make it more difficult to migrate the additions back upstream to lemmy. Maybe they hope that this will eventually allow them to build out a private platform?

belated_frog_pants@beehaw.org on 23 Jan 2024 17:26 next collapse

Why in java loooooool the fuck?

PanArab@lemmy.ml on 23 Jan 2024 19:09 collapse

Java

So a splash screen every time a link is clicked?