Earlier quoted context omitted.
If the message is to be believed (and the source code does agree: https://github.com/microsoft/vscode/blob/d32b92bd7a49ce8667b... ), the old settings still apply, the new one may default to 'all' but the old settings will override it, so they've avoided turning telemetry back on for those who had disabled it (in fact if you didn't update the settings and for some reason had only turned off one of the telemetry option…
> @returns OFF, ERROR, ON > ... > return TelemetryLevel.NONE; You gotta love how the documented function return value (TelemetryConfiguration.OFF) doesn't match the actual return value (TelemetryConfiguration.NONE).
VS Code – What's the deal with the telemetry?
181–190 of 199 posts
Re: VS Code – What's the deal with the telemetry?
#182What we need, and this may already exist, is away to sanbox apps with the ability to firewall of incoming and outgoing http request. Does this exist? What would be even better was a solution that had profiles for common usages and apps, and the profiles could be created by all and shared via a community or repo and could be extended and tweaked. Does this exist, is it feasible, or does anyone have a better simpler id…
Re: VS Code – What's the deal with the telemetry?
#183Is there any AppArmor profile for VSCodium that denies it all internet access on Linux? I'm too afraid to run it.
Re: VS Code – What's the deal with the telemetry?
#184alternatively, go climb the ladder at any company that collects this terrible scourge of invaluable personal explosive data and get them to stop.
I'm ok with this. and just like you didn’t like me belittling your position, as i did above, i’ll kindly ask that you understand my reaction here to being told (without asking, by the way) that telemetry is an unparalleled bad thing.
i wish people who are convinced that some illuminati-like cadre is behind all of these things were employed at large companies which could collect this info. there is nowhere nearly enough cohesion between employees to make anything useful out of all the data collected, much less to act upon it, outside of the developers trying to chase the bug that has haunted them for 36 months, and the UX team trying desperately to reduce the amount of choices in menus. i mean, manage a few projects with people who are all on board with the effort - even those groups are hard to keep focused, most of the time.
these companies use this data for the stated purposes; to help make their products better. if i could explain some of the technical considerations behind the apparently odd choice of data to collect, it would make a lot more sense, but i’m pretty awful at communicating, and even if i weren’t, and i were able to succinctly convey that info, i feel like most of you would just argue with me anyway.
Re: VS Code – What's the deal with the telemetry?
#185Re: VS Code – What's the deal with the telemetry?
#186Earlier quoted context omitted.
"trap". If feature A has 100% of users using it and feature B has 0%, what should I, as the app developer spend my time working on?
If your application keeps opening popups all the time, I will use the close popup button very often. Doesn't mean I enjoy closing your popups or want to have to close them. The only reason I'm using the feature is to get around an annoyance in your hypothetical application. Frequent use of a feature is just as much a signal that the feature is an obstacle as it is a signal that the feature is beneficial.
Re: VS Code – What's the deal with the telemetry?
#187Earlier quoted context omitted.
This is not a nuanced argument or compex issue. Include an OFF switch. It's that simple. Personally I refuse to work with or consult for companies that don't get this. It's a matter of professional pride. If I wouldn't use it myself, I'm not going to foist it on my users.
One of the challenges is defining what counts as telemetry. So they include an OFF switch. Does it also switch off checking for new versions of VSCode? Does it turn off consulting online sources for dictionary updates? Does it turn off viewing the extension library? Those requests are technically also telemetry but if you disable them they look like broken features. The license agreement is written with open language…
Re: VS Code – What's the deal with the telemetry?
#188Earlier quoted context omitted.
Given the frequency of updates, maintaining a privacy fork with anything but minor changes would be a Sisyphean task.
ungoogled-chromium and Bromite do it for Chromium, so it should theoretically be possible for VSCode.
Re: VS Code – What's the deal with the telemetry?
#189Re: VS Code – What's the deal with the telemetry?
#190Earlier quoted context omitted.
Okay but companies don’t just add telemetry because it’s a fun and exciting engineering challenge. They do so for legitimate engineering and business reasons. These solutions have privacy nuance they are not black and white/evil v good
Enabled by default -> Bad Give user option to enable to improve product -> Good
Our goal should be to adapt and ensure privacy via regulations and standards. Wishing, or enforcing, that every application not have telemetry by default is both unrealistic and unwanted.