Earlier quoted context omitted.
Developers use software in weird ways. I've written scripts to hit buttons thousands of times for hours on end. It makes sense that they don't want developers' janky experiments polluting data used to drive design decisions.
Then why the hell do .NET Core dev utilities have opt-out, and sometimes mandatory, telemetry?
Open-Sourcing Windows Calculator
171–180 of 184 posts
Re: Open-Sourcing Windows Calculator
#172Earlier quoted context omitted.
Speaking as the engineering lead owning conhost.exe: I can't find anything in our code that would trace user input, or data effectively derived from user input, to even a local event stream. There are a couple instances where we trace API call timings, but only that of API calls initiated by an attached console application.
Open the code up then..
Re: Open-Sourcing Windows Calculator
#173While I applaud this, and I'm generally positive about Microsoft's new stance regarding open source, I wonder whether they ever have, or ever will, apologise for having made remarks like "Linux is communism". They caused a lot of damage. It feels a bit disingenuous to just pretend now that nothing happened.
>having made remarks like "Linux is communism". what?
Re: Open-Sourcing Windows Calculator
#174Re: Open-Sourcing Windows Calculator
#175https://github.com/Microsoft/calculator#data--telemetry "This project collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. Telemetry is disabled in development builds by default, and can be enabled with the SEND_TELEMETRY build flag." Even on a simple calculator.
> Even on a simple calculator. Why not? If they're paying people to build this software, they presumably want to make it good. With this data, they can learn all kinds of things to help improve future versions: when/why is it crashing, what features are people using most/least, are there patterns of clicks that suggest people are mis-understanding or mis-clicking certain features, etc, etc. edit: Another one that's o…
Even from people who Do Not Want their data collected for this purpose?
Re: Open-Sourcing Windows Calculator
#176Re: Open-Sourcing Windows Calculator
#177Can someone explain why it launches so slowly? It's 2019, I have a multi-gigahertz processor, it's a calculator app, and it takes a few seconds to launch!
Re: Open-Sourcing Windows Calculator
#178The "help wanted" label on some of the GitHub issues[0] is interesting to me. Presumably there are Microsoft employees who are being paid to work on Calculator, are they trying to crowd-source their jobs? I should convince my company to open source the project I am working on so I can offload some of my work too ;) [0]: https://github.com/Microsoft/calculator/issues?q=is%3Aissue+...