Hacker News new | ask | show | jobs
by staticelf 3247 days ago
No but it's big differences in the projects. If Powershell would have gotten telemetry I would understand the objections.
1 comments

There is an earthshattering difference between a website, a place I go to let someone else run code, and a build tool I use to run code I write.
What? You run the code in the browser when it comes to javascript just as you run the .NET SDK. The difference is that the .NET SDK tell you that they send telemetry, how to disable it and what they store are not really any sensitive information. Most websites run code with the sole purpose of identifying you.
JS engines are supposed to be sandboxed, and have limited APIs to draw from. Unless you use a jail, a local application can do just about anything.

The difference is expectation. I expect websites to run things I don't control. I expect a local application to behave in a certain way.

Well yes, and it behaves as expected, don't it? They are very open with what they are doing and you can build from the sources if you do not trust the binaries.

The point is, I understand why people dont want telemetry. I don't. I think they should ask before they do it, a lot of people are probably willing to share the data. BUT I also understand why they are doing it and I think they've done it in a good manner still.

You should also think about your expectations, one shouldn't have to expect that every site is trying to track you.

My point is:

> and basically any site today does more intrusive telemetry

has absolutely nothing to do with a local application.