Is it gonna reach anywhere or die out like kbin and the way it is going i would say mbin ? They are also trying to dip toe in the microblogging platform as well and trying to use lemmy clients and that confuses me as they are promising some features lemmy doesn’t have so how would that and the microblogging part work out on lemmy clients . Also srry if i am at the wrong /c/ and just point me in the right way .
EDIT: After some researches i don’t think i wanna support sublink as the devs didn’t open any issues or propose any contributions to lemmy which could’ve solved the whole mod tools issue for everyone but they straight up went to forking for who knows why and that is not a good look.
What makes you say that Kbin and Mbin have died out?
Any clarification you can provide on what “this path” means? Edit: Just trying to double check anything would be covered by known issues/roadmap, but it’s fair to say there are a lot of issues.
The killer feature of sublinks is going to the ability to move an existing lemmy instance to it. That is its strength because it means that it’s not only start up instances that can use it.
I will be migrating as soon as I can on here, and am making plans to start the “first” full sublinks instance when it reaches somewhat stability for production (sublinks.art). For transparency though, I am contributing to the project within the capacity that I am able to so I’m probably biased.
They wrote ablog post about it
https://jewy.blog/2024/03/04/my-love-hate-relationship-with-lemmy
I hope that it succeeds. If it does, the whole “Fediverse forums” ecosystem will be better; and perhaps even Lemmy will be better in the process.
Oh yeah but what irks me is how they will integrate lemmy clients into it like will it be compatible as SL also has microblogging ?
I’m not sure but I think that it’ll go both ways, with any potential new SL client being able to use Lemmy too.
My pessimistic side is saying that it’s a lot of effort that could’ve been spent on making Lemmy better instead. If everyone organised around Lemmy, nobody would need to migrate and stuff. If it’s due to the devs, could just fork. It seems like the primary motivation is to switch from Rust to Java and switch out the devs at the same time. I don’t agree with moving away from Rust and I don’t think the devs are as out of touch as some people say (but maybe I just haven’t been informed yet).
My optimistic side is saying that this will be good for both projects, as either can thrive independently and Lemmy and Sublinks servers will obviously continue to function together, just like Lemmy and the other Fediverse servers are currently doing anyway. More choice is never a bad thing and maybe some competition can be good for the whole space.
I think only time will tell what happens with both projects.
If it’s due to the devs, could just fork. It seems like the primary motivation is to switch from Rust to Java and switch out the devs at the same time.
They picked Java specifically because it will make it easier for them to get more contributors.
I’m not convinced that that is actually true (that it will bring more contributors, that is). We’ll see, but we have yet to see it.
Rust is an extremely hyped language online these days (just check the size of !rust@programming.dev and !java@programming.dev for example). If we talk about contributors, I don’t think it’s a bad choice. Yes, more people right now know Java (apparently not on programming.dev though? 😅), but probably a lot more people are interested in learning Rust than learning Java (Stack overflows survey suggests so). In the (not close, to be fair) future, there could easily be more Rust devs than Java devs.
Besides, in my humble opinion as a professional software engineer, Rust is just a better language than Java. It has native speed and much lower memory usage, but more importantly, it’s more reliable and robust than Java (better/more complete error handling essentially). This shouldn’t be surprising - Rust is a much newer language that has been able to take all the good stuff from many different languages from the past.