this post was submitted on 05 Aug 2023
602 points (97.0% liked)

Technology

34874 readers
64 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] p1mrx@lemmy.world 114 points 1 year ago (3 children)

chrome : chromium :: vscode : vscodium

That's a good pun. Clearly the authors have mastered the second hardest problem in computer science.

[–] ndguardian@lemmy.studio 36 points 1 year ago (1 children)

What makes that better is that VS Code is running on Electron, meaning it is running Chromium under the hood. Or at least part of it. Been a while since I read up on it so I can’t remember for certain.

[–] Bipta@kbin.social 8 points 1 year ago

Yes, you have it right.

[–] HiddenLayer5@lemmy.ml 10 points 1 year ago (1 children)

Codium is actually a species of algae. They use it on their logo which is really cool!

[–] JackbyDev@programming.dev 7 points 1 year ago (3 children)

It's a bad comparison. Non-Google Chrome browsers (like Chromium) can still connect to Google's extension store to download browser extensions (like uBlock Origin). Only VS Code can connect to the VS Code Marketplace. Codium cannot. It's bullshit.

[–] tired_n_bored@lemmy.world 9 points 1 year ago* (last edited 1 year ago) (1 children)

I am using VsCodium and I can install extensions. It's my default code editor and it has nothing less than my coworkers' MS Visual Studio Code.

Edit: just understood VsCodium uses a non-official marketplace for extensions, but for my needs I've always found everything

[–] JackbyDev@programming.dev 1 points 1 year ago (1 children)

The problems are that VSIX binaries can't legally be redistributed and many of them aren't even open source in the first place. Many won't even work if you manually download them and add them to Codium. VS Code really doesn't deserve to be viewed as open source in any way shape or form and folks need to embrace the Open VSX market place and avoid Microsoft's like the plague.

[–] HiddenLayer5@lemmy.ml 1 points 1 year ago (1 children)

It's like GitHub. A proprietary platform that's really popular for open source development for some reason, when there are actually open source alternatives available.

[–] JackbyDev@programming.dev 2 points 1 year ago (1 children)

Nobody views GitHub as open source. Folks do believe that VS Code is open source but because the extension store can't be accessed by anything else (like an actual open source build of VS Code's codebase) it's an extremely dirty lie.

[–] HiddenLayer5@lemmy.ml 3 points 1 year ago* (last edited 1 year ago)

Also, VSIX extensions are full-on software packages. They contain binary executables that have access to both the inside of the editor and the rest of your system. If they didn't have access to your system there would be no way that they can hook into non-editor applications like your compiler or runtime debugger, or have the ability to pull files from outside the working directory. But they obviously can do all that, either usefully or maliciously.

This is specifically in response to the argument of "so what if VSIX extensions aren't open source? They're just extensions right?" No. They are applications. And they can individually contain just as much spyware and all the trappings of proprietary code as if you had used a fully proprietary editor.

[–] sunspider@lemmy.world 6 points 1 year ago (1 children)

Its not a bad comparison. Sure, some details might differ, but the underlying concept of a build that only uses the open source code is the same.

[–] JackbyDev@programming.dev 1 points 1 year ago

The reason it's a ad comparison is because it gives Microsoft way too much credit. Making an open source editor use a totally proprietary extension market and have proprietary extensions you can't redistribute and even having many of those extensions not work with Codium just because of strings that don't match is fucking bullshit. It's disgusting. It's totally deceitful. Especially because the way these light weight editor IDEs work all of the useful bits come from extensions, not the program itself.

More on the subject: https://www.eclipse.org/community/eclipse_newsletter/2020/march/1.php

[–] waldyrious@lemm.ee 3 points 1 year ago

Damn, that seems to be flagrantly anti-competitive. Has Microsoft attempted to justify why they do that?