Live data from Hacker News

VSCodium – An Open Source Visual Studio Code Without Trackers

fossmint.com

51–60 of 265 posts

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#51
post #33

Earlier quoted context omitted.

Less effectively and at greater expense (with regards to understanding how large swathes of your userbase use your software in practice)

The lack of detailed usage monitoring resulted in more useful software that didn't cater to the lowest common denominator. Telemetry lets you shed all the baggage of supporting the minority.

That’s a bold claim. If the tool is made more useful for majority of the people using it is necessarily not a bad thing.

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#52
post #22

Earlier quoted context omitted.

Yes it is - tracking that you have to opt-out of is evil (regardless of how well intentioned the tracking is).

But how do the PMs at Microsoft figure out new features without user data?

Surveys.

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#53
post #16

I suspect the tracking in VSCode is mainly used to improve the product. It's probably in my best interest, and the interest of the community as a whole to leave tracking on. I mean, I get it, HN is usually a more skeptical and security-focused crowd. At the same time, it's likely MS will just take that information and tailor their bugfixes and features to the things I need most, so by all means I want them to have it…

It maybe starts with simple statistics. But then you want to know what features the user use, then you want to know what other programs they have installed. Then you want to know what the users search for on the web. etc. It's a slippery slope.

One could be totally uncritical about the current or future intentions of Microsoft and still prefer a version with no telemetry. Data breaches are very common. Employees, hackers, or governments could all gain access to the data.

The data could be accidentally broadcast or left in a vulnerable place. Even the payroll data for the national security establishment was once reported to be compromised. Everything is vulnerable. Computer science is in such an abysmal state.

Even with properly configured servers, OSes, and databases that are up to date, they are still vulnerable to zero-day attacks because they are not formally verified and have enormous and largely unnecessary complexity. Then throw in the crazy complexity of processor instruction sets, creative side-channel attacks, and stuff which exploits the physical properties of the hardware (rowhammer).

It is reasons like these why we should never really trust transmission of sensitive data over the internet. The concept of secure voting systems, for instance, is literally a joke. insert obligatory xkcd here

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#54
I derive immense value from MSFT's VSCode. I don't think the telemetry in VSCode is similar to cookie tracking by Facebook et al. Frankly, I do not understand the fiscal benefit the Microsoft from VSCode, but I'd like to continue supporting Microsoft's version, as the telemetry from an IDE don't seem to be all encompassing privacy wise, like web tracking

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#55
post #26
post #16

Earlier quoted context omitted.

It maybe starts with simple statistics. But then you want to know what features the user use, then you want to know what other programs they have installed. Then you want to know what the users search for on the web. etc. It's a slippery slope.

you should read up on slipper slope fallacy https://en.wikipedia.org/wiki/Slippery_slope

did you read the article you linked?

"Logic and critical thinking textbooks typically discuss slippery slope arguments as a form of fallacy but usually acknowledge that "slippery slope arguments can be good ones if the slope is real—that is, if there is good evidence that the consequences of the initial action are highly likely to occur. The strength of the argument depends on two factors. The first is the strength of each link in the causal chain; the argument cannot be stronger than its weakest link. The second is the number of links; the more links there are, the more likely it is that other factors could alter the consequences.""

https://en.wikipedia.org/wiki/Slippery_slope#Non-fallacious_...

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#56

Earlier quoted context omitted.

You've literally described a slippery slope fallacy

It's not a fallacy. When a printer driver reporting stats back to the manufacturer made national news in the early 2000s and prompted calls for laws regulating privacy, the argument was that it was a slippery slope fallacy to assert that privacy violations would get worse. Look at where we are now.

>>It's not a fallacy.

By itself no, but it is often used fallaciously. Such as in this case, when someone is opposing some good thing on the basis that that good thing might, some day, lead to bad things.

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#57
post #27

Earlier quoted context omitted.

You've literally described a slippery slope fallacy

"Slippery slope" is not a fallacy. Life is full of slippery slopes in terms of behavior.

The fallacy is to assume, without evidence, that the slope is slippery. There are plenty of slopes that aren't. Probably most, just you don't think about those because you know they aren't slippery already.

For example, I slept in 'til 8:30 today. OMG, a slippery slope. Next thing you know, I'll be sleeping until 3PM. Til midnight! I will never wake up again. But as it happens, sleeping in isn't a slippery slope. I don't think there's any solid evidence that telemetry is either.

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#58
post #3

Is this needed? You can disable telemetry from the settings: https://code.visualstudio.com/docs/supporting/FAQ#_how-to-di...

They know it. They just don't trust Microsoft.

That's mighty dissonant and hypocritical of them to use and benefit from Microsoft's work and investment, and claim that their telemetry is the part they don't trust.

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#59

I suspect the tracking in VSCode is mainly used to improve the product. It's probably in my best interest, and the interest of the community as a whole to leave tracking on. I mean, I get it, HN is usually a more skeptical and security-focused crowd. At the same time, it's likely MS will just take that information and tailor their bugfixes and features to the things I need most, so by all means I want them to have it…

So then why keep the telemetry source code secret?

The telemetry source code is not secret. In fact, it is annotated thought the code, in order to comply with certain GDPR requirements. Try searching "GDPR" globally in the vscode source.

Re: VSCodium – An Open Source Visual Studio Code Without Trackers

#60
post #3

Is this needed? You can disable telemetry from the settings: https://code.visualstudio.com/docs/supporting/FAQ#_how-to-di...

They know it. They just don't trust Microsoft.

So they have you install a binary that you can't inspect the source to or build on your own? I'm confused.
Post reply on HN