325
submitted 1 year ago by [email protected] to c/[email protected]

After the (temporary) defederation announcement of earlier i checked the Lemmy repo to see if there was already a ticket on the federation limiting option like Mastodon's that people mentioned Lemmy doesn't yet have. Not only i didn't find it, i also saw that there's about 200+ open tickets of variable importance. Also saw that it's maintained mostly by the two main devs, the difference in commits between them and even the next contributors is vast. This is normal and in other circumstances it'd grow organically, but considering the huge influx of users lately, which will likely take months to slow down, they just don't have the same time to invest on this, and many things risk being neglected. I'm a sysadmin, haven't coded anything big in at least a decade and a half beyond small helper scripts in Bash or Python, and haven't ever touched Rust, so can't help there, but maybe some of you Rust aficionados can give some time to help essentially all of Lemmy. The same can be said of Kbin of course, although that's PHP, and there is exacerbated by it being just the single dev.

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 11 points 1 year ago

One of the first things I did when I learned about Lemmy and joined an instance is see if I could contribute in some way, shape or form.

But unfortunately it's written in Rust, a language in which I have 0 experience and 0 knowledge. :(

[-] [email protected] 24 points 1 year ago

Maybe you know more about web or android development, then you could look into contributing to the lemmy-ui or jerboa.

Yesterday I was annoyed at wide code blocks being wrapped, instead of having a horizontal scrollbar, so I took 20 minutes of googling and hacking around with my minimal css skills and wrote a PR, it's already merged and will probably show up on instances soon.

[-] [email protected] 6 points 1 year ago

Yesterday I was annoyed at wide code blocks being wrapped, instead of having a horizontal scrollbar, so I took 20 minutes of googling and hacking around with my minimal css skills and wrote a PR, it’s already merged and will probably show up on instances soon.

Very nice!! Congratulations!

Maybe you know more about web or android development, then you could look into contributing to the lemmy-ui or jerboa.

Yes that's definitely one the things I am leaning towards. On my main "gripes" with Lemmy right now, is the lack of keyboard shortcuts (think of stuff like, CRTL+enter to send a reply for example). So I wanna see if I can add that in the frontend repository.

[-] [email protected] 3 points 1 year ago

Sounds like a cool project!

Make sure to check the issues/PRs, it looks like people already worked on CTRL+Enter.

[-] [email protected] 5 points 1 year ago

Make sure to check the issues/PRs, it looks like people already worked on CTRL+Enter.

Oh damn! That's nice! But that means I have to find another thing to do :P

[-] [email protected] 4 points 1 year ago

I just though of one, you know how you can insert images with the "upload image" button, drag and drop doesn't seem to be supported yet.

Idk how hard that is to implement cross platform, but many sites support it.

[-] [email protected] 2 points 1 year ago

Usually it isn't hard to implement..but that largely depends on the backend.

Might take a crack at this, this weekend.

[-] [email protected] 16 points 1 year ago

0 experience and 0 knowledge so far, right? :)

[-] [email protected] 5 points 1 year ago

That's the point where you can make more and faster progress than any other!

[-] [email protected] 3 points 1 year ago

Hahah.... Shit, now you got me intrigued... xD

[-] [email protected] 12 points 1 year ago* (last edited 1 year ago)

If you are familiar with programming in general, you should be able to use those skills in Rust. Also, there is front end developing to do. I haven't looked into what tool kits they use for the front end, but I imagine CSS, HTML, and JavaScript/TypeScript knowledge would be useful.

[-] [email protected] 8 points 1 year ago

Yeah, of course you can learn a new language. But it's only moderately helpful for a FOSS project for random people who don't really know the language and really don't know the project to just dip their toes in and commit something.

Often this causes more work that it helps.

[-] [email protected] 5 points 1 year ago

I agree with you on driveby PRs don't help much at all. And I'm not going to pretend I'm going to sink the time required to understand how lemmy works and give quality PRs, and I don't expect you to either. I just wanted to say, don't let the language be what stops you.

[-] [email protected] 3 points 1 year ago

True that. I just meant, if you are really good in that language, a driveby PR might at least be mildly useful, while if I as a Java dev start messing with a project in a language I don't know, chances are pretty low that I'll be able to produce something worthwhile.

[-] [email protected] 4 points 1 year ago

On the frontend, it's primarily React and Bootstrap. I do have some experience with React (with TypeScript), so that's good! And Bootstrap, that has been a few years....

[-] [email protected] 9 points 1 year ago

It's really the best language right now for a lot of things. It's not easy to learn but once you start to get parts of it, it's a great feeling.

It's sadly complicated and that's the only problem with it. If it was less complex it would take over everything because it's just so much better.

[-] [email protected] 6 points 1 year ago

Unfortunately the complexity is what makes it so good. I don't know how you could make it simpler but remain just as powerful

[-] [email protected] 8 points 1 year ago* (last edited 1 year ago)

Even as someone with Rust experience, I found the experience of attempting to add a change to be frustrating. Aside from the fact that there's quite a bit of unidiomatic Rust (which I can't be too mad about, but does mean there are a lot of function signatures that just aren't what I'd expect and caused me some pain), the compile times for even small changes are long. After just changing a struct initializer, running cargo check took nearly a full minute, due to all the dependencies between the crates.

[-] [email protected] 7 points 1 year ago

Always a good opportunity to learn something new.

this post was submitted on 15 Jun 2023
325 points (100.0% liked)

Programming

13346 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS