Earlier quoted context omitted.
That is such an outrageous claim I had to check for myself. From looking at conhost.exe in IDA Pro, there are some references to telemetry in a function HandleKeyEvent: https://i.imgur.com/MwaBLcW.jpg But looking more closely it's just used to increase some counters when Ctrl+C or Ctrl+V are used: https://i.imgur.com/29e2qLD.png There is another one for Ctrl+A elsewhere in the function as well. Seems these are for wh…
But how can that be when "... 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."
Open-Sourcing Windows Calculator
131–140 of 184 posts
Re: Open-Sourcing Windows Calculator
#132Earlier quoted context omitted.
That is such an outrageous claim I had to check for myself. From looking at conhost.exe in IDA Pro, there are some references to telemetry in a function HandleKeyEvent: https://i.imgur.com/MwaBLcW.jpg But looking more closely it's just used to increase some counters when Ctrl+C or Ctrl+V are used: https://i.imgur.com/29e2qLD.png There is another one for Ctrl+A elsewhere in the function as well. Seems these are for wh…
But how can that be when "... 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."
Additional telemetry points include whether the "Find" dialog is being used (explicitly, whether "find next" has been clicked, and how long the search string is -- no other user-generated search content is included in event logs), when a process detaches from the console, and when the window is resized.
Re: Open-Sourcing Windows Calculator
#133MS goes on to open source the famous and non interesting parts of its products. What's next? Notepad, Ms Paint? Shall we see anything bigger than VS Code?
"Microsoft open sources MSPaint.exe" two weeks later "Show HN: I added transparency support to MSPaint" two (more) weeks later "Adobe shares plummet as users cancel their subscriptions to Creative Cloud by the thousands, analysts baffled"
In 7.5MB, it offers most of the features casual users need from a graphics program: layers, transparency, curves, etc. - all in a footprint (and startup time) comparable to that of MSPaint.
Re: Open-Sourcing Windows Calculator
#134It'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
#135Earlier quoted context omitted.
Here's what they are actually collecting: https://github.com/Microsoft/calculator/blob/master/src/Calc...
So nothing really nefarious then.
I don't even want them knowing when I'm using my computer.
“What gets measured gets managed.”
Re: Open-Sourcing Windows Calculator
#136Re: Open-Sourcing Windows Calculator
#137Earlier quoted context omitted.
This is actually pretty relevant because TI has been goofing up the cube root function in its calculators for decades.
I have a hard time believing this and can't find any details online. Source please?
Re: Open-Sourcing Windows Calculator
#138https://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.
I'm just surprised it's opt-in for dev builds.
Re: Open-Sourcing Windows Calculator
#139Earlier quoted context omitted.
You can effectively disable telemetry in Android by getting Blokada from F-droid
Can it run on regular Android?