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

Technology

34125 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
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 138 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.

[–] [email protected] 43 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.

[–] [email protected] 8 points 1 year ago

Yes, you have it right.

[–] [email protected] 12 points 1 year ago* (last edited 1 year ago) (2 children)

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

[–] [email protected] 5 points 1 year ago

Ah, that explains their logo. Always just looked at it and thought it was a bit weird.

load more comments (1 replies)
[–] [email protected] 8 points 1 year ago (9 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.

[–] [email protected] 8 points 1 year ago* (last edited 1 year ago) (4 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

load more comments (4 replies)
[–] [email protected] 7 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.

load more comments (1 replies)
[–] [email protected] 4 points 1 year ago (1 children)

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

load more comments (1 replies)
load more comments (6 replies)
[–] [email protected] 91 points 1 year ago* (last edited 1 year ago) (8 children)

Alternatively you can deactivate all tracking in VSCode and therefore make it exactly the same as VSCodium afaik. Only takes a few seconds.

https://code.visualstudio.com/docs/getstarted/telemetry#:~:text=Disable%20telemetry%20reporting,-With%20the%20telemetry&text=From%20File%20%3E%20Preferences%20%3E%20Settings%2C,when%20you%20disable%20the%20setting.

VSCodium uses another marketplace. A lot of addons are either on an older version or not even available. Tried it once but moved back to VSCode after a few minutes. I prefer my addons.

Well not exactly the same. I’m not sure anymore but I think it misses the possibility to sync settings via Microsoft account and possibly via GitHub account as well since it belongs to MS but I’m not sure.

[–] spez 57 points 1 year ago* (last edited 1 year ago) (2 children)

As far as I know the telemetry code isn't open-source and so is not vscode. The version installed from https://code.visualstudio.com/ is actually under a non-FOSS license and might have spooky microsoft stuff but vscodium is built directly from the source of vscode without any of that.

[–] [email protected] 84 points 1 year ago (1 children)

looks at username suspiciously

[–] [email protected] 15 points 1 year ago

Everyone_disliked _that.jpg

[–] [email protected] 11 points 1 year ago

Sure. But functionally wise it’s the exact same software after you toggle said setting. I like FOSS but in this case it has zero benefit.

[–] [email protected] 11 points 1 year ago* (last edited 1 year ago)
[–] [email protected] 7 points 1 year ago* (last edited 1 year ago)

I find most FOSS addons to be avaliable on OpenVSX. Unfortunately, most proprietary microsoft addon only have limited functionality.

load more comments (5 replies)
[–] [email protected] 41 points 1 year ago (6 children)

Alternatively you can use and support a true community-driven editing environment dedicated to preserving your freedom, like vim/neovim or emacs.

[–] [email protected] 59 points 1 year ago (8 children)

But that's something new to learn and configure. I just want to code why should I spend my time learning another text editor when vscodium is fine

[–] [email protected] 57 points 1 year ago (3 children)

Careful. You're in a linux-heavy audience. They're the kinda people who would spend a few weeks setting up systems to use it for a few minutes.

[–] [email protected] 7 points 1 year ago (1 children)

Who uses a system for only few minutes?

[–] [email protected] 9 points 1 year ago* (last edited 1 year ago)

Well, it's because after using the system for only a few minutes, I realise it's not quite right, and I'll have to spend a few weeks to set it up again!

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago)

That's simply outrageous!!! As soon as I finish tinkering with my system, I'll prepare a proper reply...

On a more serious note though. Don't overlook the role of procrastination in the endless tinkering many put on their boxes. I'm speaking from experience.

[–] [email protected] 5 points 1 year ago

I'm a full-time Vim and Linux user when writing code. I agree with the statement that "simply switching" editors is very naive. I'm my personal opinion, you should decide on an editor that makes sense to you and learn to be very good at it. If VS Code is that answer, then great. Not everything points to Vim or Emacs.

[–] [email protected] 15 points 1 year ago (1 children)

Who doesn't want to go through learning of text editor and pain of configuring instead of actually coding?

load more comments (1 replies)
[–] [email protected] 6 points 1 year ago

That's fine too. Use whatever does the job for you, but give alternatives a try if you ever have the time.

[–] [email protected] 4 points 1 year ago

Well, if you learned emacs, you could do everything in it and won't have to change ever again! /s kinda

load more comments (3 replies)
[–] [email protected] 15 points 1 year ago* (last edited 1 year ago) (11 children)

I would love to use emacs, unfortunately coding in TypeScript is much more pleasant to me than coding in elisp or lua.

Not to say Typescript is a good experience either, I always feel like fighting the language than actually coding. Just saying they are better than elisp or lua.

Also I find vscode has better mouse interaction, but maybe emacs got better with time.

load more comments (11 replies)
[–] [email protected] 7 points 1 year ago

Emacs isn't super great for C#. The language server is a bit hit and miss.

[–] [email protected] 5 points 1 year ago (4 children)

Am I going to be judged for admitting I use KDE Kate on here?

load more comments (4 replies)
load more comments (2 replies)
[–] [email protected] 23 points 1 year ago (2 children)

Am I correct that you also don't get access to the extensions marketplace, though?

[–] [email protected] 41 points 1 year ago (1 children)
[–] [email protected] 4 points 1 year ago

Good to know! Thanks!

[–] [email protected] 4 points 1 year ago (1 children)

hit or miss but many of the popular ones work

[–] [email protected] 13 points 1 year ago* (last edited 1 year ago) (1 children)

I tried it a few months back, and unfortunately the free marketplace didn't have a number of extensions that make or break VS Code for me.

I settled on relying on my pihole to block as much M$ telemetry as I could.

[–] [email protected] 4 points 1 year ago

Just toggle the telemetry setting. That’s all

[–] CaptDust 18 points 1 year ago (3 children)

Note that Codium is a no go if you want to debug .NET projects, really annoying limitation MS put in place...

[–] [email protected] 17 points 1 year ago (1 children)

It's shit like this that keeps me from building any kind of trust in MS-owned open source projects.

[–] whats_a_refoogee 11 points 1 year ago

Anyone thinking that Microsoft's recently found appreciation for open source isn't a Trojan Horse is a fool.

load more comments (2 replies)
[–] [email protected] 7 points 1 year ago (1 children)

Sadly with much less extensions, i use it just to compile and flash my marlin 3D printer and every extension needed has to be set up manually, for some reason even then i can't get it to work.

[–] [email protected] 5 points 1 year ago

You can change your product.json to gain access to the Microsoft extension repositories. I still don't do it because fuck ms, for the few extensions that I do need I download them as .vsix on the web frontend.

[–] [email protected] 5 points 1 year ago (1 children)

Is there firefox based vscode? (JOKE)

load more comments (1 replies)
load more comments
view more: next ›