this post was submitted on 23 Sep 2024
150 points (98.7% liked)

Opensource

1348 readers
335 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CameronDev@programming.dev 19 points 1 month ago (6 children)

In my (very limited) experience, even getting contributions is near impossible. Lots of people like to open issues, far fewer like to work on solving them.

Add in xz, and my package will likely die with me (which is fine, its not critical, and I have a few decades left)

[–] BellyPurpledGerbil@sh.itjust.works 35 points 1 month ago (1 children)

I've attempted to submit PRs to open source projects for most of my career and it's such a fuckin nightmare. 99% of the time I'm just trying to patch a bug. I get:

  • Ignored for months and eventually rejected without reason
  • Repeated pushback on whether the fix is necessary
  • Snarky feedback
  • I have had multiple occasions where one of the regular maintainers copied my code to a new branch and PR, then merged my changes under only their name, instead of sending me review comments or collaborating on edits

Open source is often not open contribution. The reason why open source projects die isn't because nobody is contributing. It's because project owners usually kinda suck. It's like contributing to StackExchange. IDK if it's just that programmers tend to be contentious assholes or what.

[–] CameronDev@programming.dev 12 points 1 month ago* (last edited 1 month ago)

You're not wrong. Ive had all those experiences as well :(

load more comments (4 replies)