When the possibility to block instances will be implemented?
Announcements
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
If an individual wants to help develop this, how would they go about doing so?
Go to Github, look through open issues and find something you are interested to work on. Basically like any other open source project. Then make a pull request with your changes. You can ask for help from other devs in Matrix or directly on Github.
Thanks for creating Lemmy! I like it a lot :) Do you have any ideas/plans on a privacy and user focused algorithmic view? If Lemmy wants to be big, I think we need something like this.
What's your oppinion on lemmy being used by a few hundreds of people for quite some time and then recently exploding overnight with new instances and tens of thousands of new users. That certeinly changed some things...
It was definitely a difficult struggle. I've elaborated below on how wrecked I was for ~ 2 months.
I know about your decision regarding Threads but what are your thoughts on the blog post from the Mastodon CEO? https://blog.joinmastodon.org/2023/07/what-to-know-about-threads/ especially the address to the EEE concern
First of all, thanks for the great work!
How's the onboarding of the new contributors going? I assume suddenly getting a huge influx of eager contributors might create a lot of fun "problems" that software developers don't usually get in their day jobs.
Related to that, besides the contributor docs on join-lemmy, is there any recommended reading before getting down to work on starting to contribute (already made or in the works)? I've been looking into helping out and getting better at Rust in the process.
A bit technical question: how do you manage to build performant comment trees on frontend?
https://github.com/LemmyNet/lemmy-ui/blob/main/src/shared/utils/app/build-comments-tree.ts
The scaling / actual trees are done using postgres ltree in the back-end, with a path
field representing a list of parent comment ids.