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.
VSCodium – An Open Source Visual Studio Code Without Trackers
51–60 of 265 posts
Re: VSCodium – An Open Source Visual Studio Code Without Trackers
#52Re: VSCodium – An Open Source Visual Studio Code Without Trackers
#53I 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.
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
#54Re: VSCodium – An Open Source Visual Studio Code Without Trackers
#55Earlier 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
"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
#56Earlier 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.
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
#57Earlier 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.
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
#58Is 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.
Re: VSCodium – An Open Source Visual Studio Code Without Trackers
#59I 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?