this post was submitted on 04 Jun 2023
78 points (94.3% liked)

Lemmy

12508 readers
11 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

We all know about how Reddit closed-sourced back in 2017 and will be killing off third-party apps this July, what will Lemmy.ml do to avoid facing the same fate? Reddit started off like this (open, aiming for freedom) and it all went downhill from there.

you are viewing a single comment's thread
view the rest of the comments
[–] Suppoze@beehaw.org 7 points 1 year ago (1 children)

Thank you, very well said. For me, although I am a programmer, I'm not sure how much I can contribute (I'm just learning Rust now), but I joined the Patreon supporters. I think this is something everyone can consider who'd like to contribute to Lemmy in a meaningful way.

[–] comfy@lemmy.ml 6 points 1 year ago (1 children)

I haven't checked Lemmy, but I've heard some projects intentionally tag a few easy low-priority features that are recommended for beginners to try and tackle. I've made some really minor CSS theming changes and basic frontend layout edits, the kind of thing which is pretty safe and doesn't require expertise. Small things, but with a noticeable effect (especially when we had most of the Lemmy sites all using the same theme, so making slightly custom themes went a long way towards making it clear they are related but distinct)

[–] Suppoze@beehaw.org 9 points 1 year ago* (last edited 1 year ago)

I checked, and yes - there are issues helpfully tagged as "good first issue" in the Lemmy Github repo. So if anybody reading this, that could be a good start.

As nutomic, a maintainer of Lemmy explained in this post, currently the most pressing issue is slow SQL queries which is a performance bottleneck. This might contribute heavily of the overloaded servers, so the project in need of some SQL experts to take a look at optimizing these queries! Link to Github issue