this post was submitted on 28 Feb 2026
522 points (95.8% liked)

Privacy

46827 readers
496 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

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

Github has made it impossible to create an account when using a VPN and a privacy browser with fully spoofed hardware identifiers. (Use Firefox or Firefox-based Privacy Browser, VPN, install Canvasblocker to test this.) I create an account with Google or Apple (both requiring hardware identifiers and numbers and birthdates) or I can use an email. When I use an email, it comes back with this horrible test, and even if I do it completely correctly, it tells me after I didn't do the test right, gaslighting me with a picture of what I chose (which I didn't choose) and showing me the correct picture (which I did choose and it claims I didn't select).

It's fucking bullshit and it's more corporate control of open source software. For people who have their discussion or issue tracker, I can't even participate without hardware identifiers likely linked to me some other way and phone numbers. It's fucking bullshit. If anyone from Microsoft is reading this, FUCK YOU!!!!!!!!!!

I am so tired of this bullshit. I just want to post an issue about a piece of software. You don't need my fingerprint, hardware or personal, or biometric shit. This is a slippery slope. Fuck them.

I really hope more developers just get the fuck off Github. Honestly, if you are developing privacy-oriented software and using github, there's a mistmatch and it's bullshit, and I know it's time consuming and annoying to move, but please do. This is fucking bullshit and it's not like it's going to become LESS annoying over time. FUCK THIS.

you are viewing a single comment's thread
view the rest of the comments
[–] GnuLinuxDude@lemmy.ml 8 points 3 days ago (2 children)

What do you mean about VSCodium? Obviously it's just a differently compiled version of Microsoft's text editor, but what does Microsoft have to do with it, otherwise?

[–] umbrella@lemmy.ml 20 points 3 days ago* (last edited 3 days ago) (1 children)

it's effectively the same as chrome vs chromium. google/microsoft invests the resources to develop it, and someone simply comes and forks it without the closed source parts or telemetry.

which is fine, but means they still get to dictate how the software works. the best real world example i have is chrome and adblockers, or google-made web "standards".

[–] davel@lemmy.ml 14 points 3 days ago (2 children)

Yeah. For instance, how many forks of Chome/Chromium have rejected Google’s Manifest v3 changes? Zero, because they’re all soft forks and don’t have the resources to hard fork.

[–] FG_3479@lemmy.world 1 points 2 days ago (1 children)

Both Edge and Brave still support Manifest V2.

[–] davel@lemmy.ml 1 points 2 days ago* (last edited 2 days ago)

That’s good to hear.

Edge is proprietary and Microsoft has deep pockets, which explains how they’re able to do this. I wouldn’t assume they’ll continue to do this, and no one can fork their code should they switch to Manifest v3.

Brave seems to have managed to both remain open source and maintain several revenue streams that add up to quite a lot.


Edit to add: Brave’s Manifest v2 support appears to be limited, and Microsoft has already started their planned retirement of Manifest v2.

Didn't Vivaldi? I don't really use them cause I mostly avoid non-FOSS software, but I seem to remember them announcing they'd be keeping support.

[–] davel@lemmy.ml 5 points 3 days ago (1 children)

“Otherwise” is doing Herculean lifting here when the code is nearly 100% Microsoft. The way they control it is by changing VSCode’s code, which is then dutifully incorporated into VSCodium, with the exception of telemetry code.

[–] GnuLinuxDude@lemmy.ml 4 points 3 days ago

VSCodium has never promoted itself as anything more than a compilation of VSCode's base with telemetry disabled and proprietary components, naturally, not included. It has never promised anything else than that. Of course the changes are "dutifully incorporated" into Codium. It's not a point of that project to be different. Your first remark made it seem like Microsoft has somehow infiltrated the VSCodium project and changed what it does.