this post was submitted on 04 Apr 2024
475 points (86.3% liked)

Lemmy.World Announcements

28910 readers
5 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news 🐘

Outages πŸ”₯

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to [email protected] e-mail.

Report contact

Donations πŸ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 1 year ago
MODERATORS
475
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

Hello world!

We would like to start by saying thank you ❀, no really πŸ™ THANK YOU to ALL the moderators out there!

Without you folks, we would have no one to help keep our community safe and help build the communities both here on Lemmy.World and on other fine instances. To this end, we want to make sure your voices are heard πŸ“£ loud and clearπŸ“£.

So, in the spirit of transparency, we would like everyone to know that we are looking to help out the folks working on Sublinks. Over the last several months we have grown to be more than just Lemmy.World. We've added platforms such as Pixelfed and Sharkey to help offer our users more diverse options for expressing themselves online. We still are very committed to Mastodon as well.

We DO NOT plan on moving away from Lemmy as a software platform at this time. Any changes in our core services would need to be discussed extensively internally AND externally with our community members. We firmly believe in the growth of the Fediverse and without the users, there would only be software, and that's no fun!

Sooo...

The Sublinks team has written up a little survey, which we feel is both thorough and inclusive. It covers a wide range of topics, such as user privacy, and community engagement, along with trying to gauge things that are difficult when moderating.

Also please be aware the information collected by this survey is completely anonymous. As many of us in the social sciences background know, if you want the REAL feelings of individuals, they need to feel safe to express themselves.

πŸ‘‰Moderation Survey HEREπŸ‘ˆ

Please feel free to comment in this thread, we will do our best to respond to any genuine questions.

We look forward to hearing from each and every one of you!

=Sincerely,
Fedihosting Foundation

PS ... also if this sounds like a corporate press release to you folks, we still punk 🀘😜🀘

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 54 points 5 months ago (1 children)

I don’t see why the moderation tools couldn’t just be improved on Lemmy.

There is no reason it couldn't. The main problem seems to be that the Sublinks devs don't like the Lemmy devs and they don't want to bother learning Rust either and would rather rewrite the whole thing in Java.

They are of course totally free to do that, but it does seem easier to just improve Lemmy instead of building a whole new Fediverse service just to improve mod tools.

[–] [email protected] 21 points 5 months ago (3 children)

Honestly though if they need to learn Rust to do that, it might not be a good idea. I'd rather have a very good implementation in Java than a very amateur one in Rust. Depending on the implementing dev, of course.

[–] [email protected] 27 points 5 months ago* (last edited 5 months ago)

Usually that kind of thing depends more on the dev and less on the language. Junior devs will write bad code in any language. An experienced dev can pick up a language and write good code quickly.

Also, if you want to consider the effects of junior devs on a project, the Rust compiler is much more likely to ensure that junior devs don't do something stupid, since the compiler makes it harder to make mistakes.

[–] [email protected] 20 points 5 months ago

Its not necessary to learn Rust to improve mod tools in Lemmy. There can be external mod tools implemented as api clients using any language, such as LemmyAutomod. Its also possible to add plugin support for Lemmy, which again can be implemented in various languages thanks to webassembly

[–] [email protected] 2 points 5 months ago

At this point they just might contribute to kbin then. If they know Java, they probably know PHP too, or at least it'd be easier to pick up.