this post was submitted on 04 Sep 2024
139 points (98.6% liked)

Asklemmy

43364 readers
2103 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

Every now and then I'll get an email from someone higher up in Wikipedia asking for a donation. I don't really mind a tenner but I don't know if it pads the pockets of corporate management or actual contributors. Also, are they really short of money or is this tugging at emotional strings a play at something else? I wish Wikipedia survives but there's a lot of projects I need to donate to and I have a budget.

you are viewing a single comment's thread
view the rest of the comments
[–] Findmysec@infosec.pub 6 points 1 week ago (1 children)

Thanks man. I would much rather give my time than my money for OSS projects, but I have a lot to learn and do not match up the quality of contributions needed in said projects. I'll do what I can.

[–] intensely_human@lemm.ee 4 points 1 week ago

You can contribute by doing code reviews on PRs. Even if your contribution is only to ask “What does this do?” it can help locate places where code isn’t easily readable.

Obviously use your judgment, but code review commenting is a nice way to get up to speed on a project, improve your own coding skills, and is valuable to the project too.

I had an apprenticeship once at a dev shop where everybody was leagues above me. As basically the lowest-level coder both in status and in skill, I was surprised to find out my “curriculum” included doing code reviews on very senior people’s code.

Now I swear by the practice. It’s kinda like anyone can be a therapist if they know how to listen. Anyone can provide value with code review if they keep their eyes open and communicate honestly.