this post was submitted on 15 Nov 2023
428 points (98.4% liked)
Privacy
33166 readers
696 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sourcehut. The answer is sourcehut.
You don’t even need an account to submit patches, just configure
git send-email
.Some people seem to think that setting up send-email and mailing patches has too much of a learning curve and 'barrier to entry'.
@intrepid @Slotos Indeed. I would love to live in a world where code collaboration is fully decentralized (we don't even need SourceHut, btw), by hosting our repos on home servers and collaborating through git and emails (I already have the setup to do just that, with my Pi running lighttpd and postfix, and I would really enjoy it). But from what I've seen during my career, most contributors to FOSS are junior devs out to build up street cred (I would love to see actual stats on that). We need to make contributing the easiest possible to them, because they have a lot to learn at once and if we discouraged them, the world may very well collapse. :) (seriously, it's kind of freaky to imagine what would happen if the stream of FOSS contributions would stop)
(disclaimer: I'm working on ActivityPub implementation for GitLab, as a contributor)
EDIT: note that by "contribution", I mean very specifically developer contributing to the project of someone else. Most maintainers are older.
Forgejo?