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.

6 points

Thank you for this. Finally a good reason to learn more rust 👍

permalink
report
reply
7 points

I’m hoping to contribute to jerboa. That’s more my wheel house than rust

permalink
report
reply
3 points

Thank you! Every contribution to the ecosystem is valuable :).

permalink
report
parent
reply
7 points
*

I’m not a dev, but I do have SOME coding experience and have been wanting to help with some open source projects, if nothing else but for the experience. Rust has been on my “to learn” list for like a year now. I def have a lot to learn, but the best way to learn is to get your hands dirty. I’ll take a look at the Github page and see if there’s any low-hanging fruit I can try to tackle lol

EDIT: I’m pretty sure I can help with some of these. My coding skills are out of practice, and idk any Rust yet, but I’m a fast learner. Currently learning how to use git to fork a repo, add code, and create a PR, then I’ll go learn some Rust syntax and get to work! I’m actually really excited! I’ve been wanting to figure out how to contribute to FOSS projects since I started daily driving Arch Linux like a year ago, and this is a great opporunity for me to learn!

If anyone has any development tips for a noob like me, let me know! I’m going in pretty blind here, so any advice is appreciated!

permalink
report
reply
3 points

Just a general tip: don’t use your distro version of rust (Lemmy) and nodejs (lemmy-UI). Instead, install them using a version manager, which allows you to switch to different versions of rust or nodejs without being tied to whatever version your distro have in their repository. This is very useful during development when you often need to try different versions to debug an issue (e.g. is this bug only happen on certain compiler version?), testing an upcoming beta features, etc. This apply to most programming languages as well, such as Python, PHP, Go, etc.

For rust, rustup seems to be a popular choice. For nodejs, nvm and asdf is quite popular. asdf even support both rust and nodejs.

permalink
report
parent
reply
1 point

rustup seems to be a popular choice

Not just that, it’s the official way of installing and updating your Rust toolchain, maintained by the Rust project themselves.

permalink
report
parent
reply
1 point

Thank you! Ill keep that in mind!

permalink
report
parent
reply
2 points

My only coding experience was way back in Sixth Form in the early 2000s. I love the enthusiasm that comes across from your post.

Do it for Lemmy! For the Fediverse!

permalink
report
parent
reply
1 point

And my keyboard!

permalink
report
parent
reply
33 points

I’m a professional dev who’s been doing Rust for a few years, and I just looked into their repo for the core project this morning. They’ve tagged some issues as being good for newcomers, which is helpful. I already reviewed someone’s code there to try to help.

I intend to try to pick off some issues. I like to write code, and I’d like to see this project improve.

permalink
report
reply
8 points

i am a noob, but i’ll try just help me when i make mistake.

permalink
report
reply

Programming

!programming@beehaw.org

Create post

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.

Community stats

  • 73

    Monthly active users

  • 320

    Posts

  • 3.3K

    Comments