this post was submitted on 13 Aug 2023
65 points (93.3% liked)

Privacy

29871 readers
1245 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

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

I used to use Atom as my primary code editor, and it was really easy to disable telemetry in it (just two clicks). Now that Atom is no longer supported, I decided on using VSCode or VSCodium. However, I don't really know which one to choose.

  • How much privacy am I losing? I also use Pycharm for Python most of the time, so I am wondering which would be the less privacy invasive one.
  • I also heard that VSCode still sends telemetry, is that true (in the sense that it is sending more than a "no telemetry" flag)?
  • Also, is it possible to make vscode.dev run without telemetry?
  • Will VSCodium support C++ and CMake with compilation, or will I need to use VSCode for that?

(I know there is a "Code - OSS", but I just need to know about VSCode and VSCodium)

all 19 comments
sorted by: hot top controversial new old
[–] thecam 54 points 10 months ago (2 children)

Not much to gain except more privacy and fully open source. A downside is there are less extensions available since it gets extensions from Open VSX Registry. Also there are extensions out there that are not good for privacy.

I still think VSCodium is worth it however.

[–] [email protected] 28 points 10 months ago (1 children)

You can use the official extension repo with vscodium. You just have to edit the editors file accordingly. I dont have the link right now, but it should be easy to find.

[–] [email protected] 27 points 10 months ago

Codium because no telemetry shit

[–] [email protected] 16 points 10 months ago (2 children)

There's a fork of atom called pulsar and its being worked on still.

[–] [email protected] 6 points 10 months ago* (last edited 10 months ago)

That's a terrible name as it's used for other software and totally disconnected from the project it's continuing.

I'd have gone with the name Atomiser.

I know this is a very random comment!

[–] [email protected] 2 points 10 months ago (1 children)

This is what I'm using now that atom is dead and it feels like I'm still using atom. Highly recommend if you're a former atom user.

[–] [email protected] 1 points 10 months ago

Yup, Pulsar feels exactly like Atom, which I've enjoyed for years. Portable mode still works, bonus. My main complaint is the massive file size of install (over 1GB, no lighter option), which seems excessive and unnecessary for my use.

[–] [email protected] 11 points 10 months ago* (last edited 10 months ago) (2 children)

Well, the scale of advantage depends on how much do you value your privacy :)

In other aspects VSCodium and VSCode are pretty much the same (except a couple of niche features). And neither of them is an IDE (not to be confused with M$ Visual Studio, which is a paid IDE with all compilers, debuggers etc. included).

But you can alter both of them to the state of IDE using plugins. VSCodium might require a small extra step that is enabling VSCode Plugin Marketplace, if you need some proprietary extensions, that's all.

[–] [email protected] 6 points 10 months ago

Here is an alternative Piped link(s): https://piped.video/rSPpf1zjHG4?t=206

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source, check me out at GitHub.

[–] [email protected] 3 points 10 months ago

Visual studio is free for indy Devs and small companies.

[–] [email protected] 6 points 10 months ago

That must be lies, Microsoft promised they would continue to support Atom so that must be true!

[–] [email protected] 5 points 10 months ago

vscodium just works for me , its just like vscode removing telemetry

[–] [email protected] 3 points 10 months ago

VSCodium is fully libre unlike regular VSCode.

[–] [email protected] -2 points 10 months ago* (last edited 10 months ago) (1 children)

yes. but vim is even better

[–] Nevoic 3 points 10 months ago (1 children)

For people unfamiliar with the vim ecosystem (I assume that's at least part of the down votes), it's actually much closer than you'd expect. If you're only familiar with vi/vim, nvim customizations are essentially on feature parity with vscode, with the added benefit of the vim-first bindings.

What you have to do is install a customized neovim environment. Lunarvim, astrovim, nvchad, etc. Most of them have single line installation options for Linux, and then it comes with a bunch of plugins that will pretty much match whatever you'd find with vscode extensions.

[–] [email protected] 2 points 10 months ago

true. tho i would highly recommend making your config from scratch, but i know its not for everyone