this post was submitted on 06 Aug 2023
1191 points (98.9% liked)

Announcements

23319 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
 

This is an opportunity for any users, server admins, or interested third parties to ask anything they'd like to @nutomic@lemmy.ml and I about Lemmy. This includes its development and future, as well as wider issues relevant to the social media landscape today.

Note: This will be the thread tmrw, so you can use this thread to ask and vote on questions beforehand.

Original Announcement thread

(page 6) 50 comments
sorted by: hot top controversial new old
[–] Gxost@lemmy.world 12 points 1 year ago (4 children)

When the possibility to block instances will be implemented?

load more comments (4 replies)
[–] billbasher@lemmy.world 11 points 1 year ago (1 children)

If an individual wants to help develop this, how would they go about doing so?

[–] nutomic@lemmy.ml 10 points 1 year ago

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.

[–] owiseedoubleyou@lemmy.ml 11 points 1 year ago (1 children)

What inspired you to create Lemmy?

load more comments (1 replies)
[–] julianwgs@discuss.tchncs.de 11 points 1 year ago (2 children)

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.

load more comments (2 replies)
[–] h3ndrik@feddit.de 11 points 1 year ago (1 children)

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...

[–] dessalines@lemmy.ml 11 points 1 year ago

It was definitely a difficult struggle. I've elaborated below on how wrecked I was for ~ 2 months.

[–] linucs@lemmy.ml 10 points 1 year ago (1 children)

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

load more comments (1 replies)
[–] AlbigensianGhoul@lemmygrad.ml 10 points 1 year ago

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.

[–] starman@programming.dev 10 points 1 year ago (1 children)

A bit technical question: how do you manage to build performant comment trees on frontend?

[–] dessalines@lemmy.ml 12 points 1 year ago (1 children)

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.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›