this post was submitted on 23 Feb 2024
152 points (99.4% liked)

Announcements

23490 readers
1 users here now

Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.

You can also find major news on join-lemmy.org

founded 5 years ago
MODERATORS
 

Here is our regular update that explains what we have been working on for the past two weeks. This should allow average users to keep up with development, without reading Github comments or knowing how to program.

The last two weeks had these changes merged:

@Sleepless added a field so that users can see if they've been banned from a community. Has been refactoring Lemmy's exports to make them more easily used by 3rd party libraries, such as their lemmy-client-rs , and lemmy-ui-leptos. Added an animated avatar setting for users.

Has also been making improvements to lemmy-ui such as fixing a scroll bug, and hiding WYSIWYG buttons on preview. Has also been working a lot on lemmy-ui-leptos.

@Nutomic created an rfc for private communities, fixed an issue with the database logging connection URLs on an error. Added an optional site content warning and post-listing-mode. Also did a lot of code reviews.

@dullbananas fixed an issue with Comment Report reads, added better query plans, and is working on many DB improvements.

@dessalines added an instance-level default post sort. Added a maintenance task to clean up old denied users from the DB.. Made sure that blocking an instance also hides private messages from their users, to prevent harassment. He also added the ability to specify custom thumbnails for posts. Fixed an issue with auto-resolving reports when removing a post or comment.

Has also been making a lot of additions to Jerboa, such as admin registration applications, report queues, comment distinguishing, banning users from their profile page, privacy policies, and muted / smaller federated names.

@sunaurus created an rfc for separate report inboxes for mods and admins.

Support development

@dessalines and @nutomic are working full-time on Lemmy to integrate community contributions, fix bugs, optimize performance and much more. This work is funded exclusively through donations.

If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider donating to support its development. Recurring donations are ideal because they allow for long-term planning. But also one-time donations of any amount help us.

top 19 comments
sorted by: hot top controversial new old
[–] haui_lemmy@lemmy.giftedmc.com 39 points 11 months ago* (last edited 11 months ago) (1 children)

The fact that a bunch of folks just went and built this, still work on it regularly and fund themselves through donations is mind blowing to me. Absolute heroes.

Edit: went ahead and donated. Not much but something.

[–] ech@lemm.ee 9 points 11 months ago* (last edited 11 months ago) (1 children)

Not to say it's not still impressive, but Dessalines and Nutomic also get grant money from NLNet, or they at least did for a while. Not entirely sure what the status of that is lately. I'd guess donations make up the bulk at this point either way, following the surge in users from last year.

[–] haui_lemmy@lemmy.giftedmc.com 10 points 11 months ago* (last edited 11 months ago) (1 children)

From liberapay you can see that they get like 400 bucks a week. Thats not much for two people who work full time on this. Suspecting they get the same from one or two other platforms still barely makes them a living.

Edit: corrected something

[–] silas@programming.dev 7 points 11 months ago (2 children)

I think you can see total donations at the bottom of join-lemmy.org

[–] haui_lemmy@lemmy.giftedmc.com 2 points 11 months ago

Thanks for mentioning this! :)

[–] seang96@spgrn.com 1 points 11 months ago

Oh that's nice! Funding 90% of a person sounds kinda funny though. When I started donating it was half what they are getting now so that's cool it's going up.

[–] ZeroCool@slrpnk.net 21 points 11 months ago (1 children)

Made sure that blocking an instance also hides private messages from their users, to prevent harassment.

How about the ability to disable PMs entirely? (With exceptions for local instance admins)

I can assure you, there will never be a scenario where I welcome an unsolicited PM from another user.

[–] dessalines@lemmy.ml 19 points 11 months ago (1 children)

I have an open PR for that that I'll finish up eventually.

[–] ZeroCool@slrpnk.net 5 points 11 months ago

Oh awesome, glad to hear it’s already in the works! I do hope it gets prioritized though. User privacy and security is important.

[–] poVoq@slrpnk.net 18 points 11 months ago (1 children)

This mentions a new grant for ”Lemmy scale": https://nlnet.nl/news/2024/20240212-announcing-projects.html

Any details you can share about the plans for that?

[–] dessalines@lemmy.ml 27 points 11 months ago

The grant did go through 🎉 , but we're still finalizing the things we'll be working on. Once that gets done, we'll have that in either another post, or the next dev update.

[–] THE_MASTERMIND@feddit.ch 16 points 11 months ago (1 children)

All i can say is good job really great .

[–] dessalines@lemmy.ml 13 points 11 months ago (1 children)
[–] THE_MASTERMIND@feddit.ch 6 points 11 months ago

No thank you guys

[–] Devdogg@lemmy.ml 9 points 11 months ago

Good job guys and gals!

[–] Blaze@reddthat.com 7 points 11 months ago

Thank you for the update!

[–] zkrzsz@hexbear.net 6 points 11 months ago

Thanks for the works!

rat-salute-2

[–] ElectroVagrant@lemmy.world 4 points 11 months ago (1 children)

Thanks for the update! The discussion on private communities is definitely an interesting one. Lots of small details to work out, but I think they'd be a great addition. Sort of surprised there wasn't already an instance-level default sort setting, but that should be interesting to see if instances experiment with it more.

Also linking that post reminded me, hopefully somehow a smoother way to link posts across instances can be worked out (albeit that's a general federation quirk from what I've seen, Mastodon runs into similar stuff sometimes).

[–] Die4Ever@programming.dev 4 points 11 months ago

Also linking that post reminded me, hopefully somehow a smoother way to link posts across instances can be worked out (albeit that's a general federation quirk from what I've seen, Mastodon runs into similar stuff sometimes).

https://github.com/LemmyNet/lemmy/issues/2987