this post was submitted on 28 Sep 2025
483 points (89.9% liked)

Programmer Humor

26646 readers
1538 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] bss03@infosec.pub 15 points 1 day ago (1 children)

That's not quite true. If you can't complete a build without a proprietary dependency, it's not really foss even if all the source code is freely available, because you can't exercise the freedom 1 (or 3). Similarly, if there's not a FOSS RTS, you can't exercise freedom 0.

"The Java Trap" from RMS was about this, IIRC.

[–] 3abas@lemmy.world 5 points 1 day ago (1 children)

.NET CLI and msbuild are open source, and C# is awesome. And VS Code is open source.

[–] JamonBear@sh.itjust.works 4 points 1 day ago (1 children)

VS Code binaries are not open source, so M$ can add telemetry, star rating popup and other shit.

[–] 3abas@lemmy.world 4 points 1 day ago (1 children)

Yes, but there are a ton of awesome IDEs built on top of the base Visual Studio Code Open Source project, you don't have to use the Microsoft one.

[–] JamonBear@sh.itjust.works 1 points 10 hours ago

Indeed but saying VS Code is open source is quite misleading.