I heard of a place called Coding Simpletons they have a group on arcane chat. They seem to have a foss philosophy you might want to check that out. Most open source groups stay on open source platforms Discord is a cool interface for chat but riddled with spyware & proprietary.
this post was submitted on 31 Aug 2025
15 points (100.0% liked)
CSCareerQuestions
1677 readers
22 users here now
A community to ask questions about the tech industry!
Rules/Guidelines
- Follow the programming.dev site rules
- Please only post questions here, not articles to avoid the discussion being about the article instead of the question
Related Communities
- !programming@programming.dev - a general programming community
- !no_stupid_questions@programming.dev - general question community
- !ask_experienced_devs@programming.dev - for questions targeted towards experienced developers
Credits
Icon base by Skoll under CC BY 3.0 with modifications to add a gradient
founded 2 years ago
MODERATORS
Best way is to use open source software yourself, and then when you encounter a bug, fix it. Looking for open source alternatives to stuff you currently use is easy.
Just found this guide to open source contributions that looks pretty good: https://opensource.guide/how-to-contribute/
Section 4 is on finding projects to contribute to.
Thank you. This seems very helpful.
You can check goodfirstissue for anything that might pique your interest. That's where I started, and it helped a lot to get used to issue tracking systems.
Thanks, it's mentioned in the link that u/Sten gave me as well.