this post was submitted on 16 May 2024
0 points (NaN% liked)

Open Source

29868 readers
439 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

As you can easily notice, today many open source projects are using some services, that are… sus.

For example, Github is the most popular place to store your project code and we all know, who owns it. And not to forget that sketchy AI training on every line of your code. Don't we have alternatives? Oh, yes we have. Gitlab, Codeberg, Notabug, etc. You can even host your own Gitea or Forgejo instance if you want.

Also, Crowdin is very popular in terms of software (and docs) translation. Even Privacy Guides and The New Oil use Crowdin, even though we have FLOSS Weblate, that you can easily self-host or use public instances.

So, my question is: if you are building a FLOSS / privacy related project, why using proprietary and privacy invasive tools?

top 9 comments
sorted by: hot top controversial new old
[–] h3ndrik@feddit.de 0 points 3 months ago* (last edited 3 months ago) (1 children)

I see Github as a mere tool. As I could use a proprietary operating system like Windows on my development computer, I can use Github to distribute the code. It doesn't have that severe consequence to the open source project itself and works well. And it's relatively transparent. Users can view issues etc without submitting to Microsoft. And it's been the standard for quite some time.

I'm far more concerned with FLOSS projects using platforms like Discord, which forces their users to surrender their privacy and that actively contribute to the enshittification of the internet. I wouldn't want to be part of that.

[–] PropaGandalf@lemmy.world 0 points 3 months ago (1 children)

yuzu? suyu? does that ring a bell?

[–] h3ndrik@feddit.de 0 points 3 months ago

Idk, a plant? a nintendo emulator? enlighten me...

[–] cmnybo@discuss.tchncs.de 0 points 3 months ago (1 children)

A lot of people use Github because it's easy to use and popular. Not everyone wants to self host, although it would be nice if the larger projects did. What I really hate is when open source projects use something like disord for support.

[–] hperrin@lemmy.world 0 points 3 months ago (1 children)

I run a fairly popular open source project called Svelte Material UI, and I can tell you why I use Discord for support. My users want me to use it. GitHub too.

People want to use what they already have, and most people, even developers, don’t care that much about privacy. I would gladly self host a support forum, but tons of people would rather use a different library than sign up for my personal support forum. And the people who really care about privacy wouldn’t trust my self hosted solution either, so there isn’t really a better option than Discord, as much as that sucks.

[–] cmnybo@discuss.tchncs.de 0 points 3 months ago (1 children)

When support is hidden away in discord, web searches can't find it. Nobody can even look through it without having an account.

[–] hperrin@lemmy.world 0 points 3 months ago* (last edited 3 months ago) (1 children)

I agree that it sucks. I would much rather use a more open platform. But my users don’t want that. Discord is convenient, people want convenience, and I want to give my users convenience (even if it means I have to answer the same questions once in a while).

[–] django@discuss.tchncs.de 1 points 3 months ago

Only convenient for those who are on discord. Everyone else is excluded.

[–] mormund@feddit.de 0 points 3 months ago

Maybe an unpopular opinion but why would you care about how privacy invasive GitHub is? Your code is open-source anyways so MSFT can steal it wherever you host it. And if they haven't changed it you're able to sign up with just an email and a pseudonym. It's not a social network where you have to post private information for it to be useful you can and most people do use it pretty anonymously.

So I never understand the outrage about GitHub and MSFT. Git is distributed anyway, the only thing that can be lost are issues and pull request histories. If they fuck up, everyone can just move. Now GitHub Actions, that is a clever thing for binding users...