1193
POV) You use Windows 11 and set up Pihole for the first time.
(sh.itjust.works)
This is a most excellent place for technology news and articles.
As someone who has designed and used telemetry systems, I’ll never quite understand the strong aversion some people have to them. Telemetry is what lets me tell my boss “yes people really do use our software this way and we can’t break it” or “90% of crashes happen right after the player uses a grenade”. And despite what some conspiracy theorists would have you believe, telemetry data for software from reputable companies does not get sold or used for marketing purposes. Our lawyers make sure of it, and also make us go through privacy reviews to make sure that data isn’t leaking PII.
How about shit breaking because everyone at some point is a bad programmer? Even Apple Music doesn’t work when I walk into the elevator until halfway through presumably because hitting play sets of a bunch of useless blocking network calls for music I have saved locally.
What those calls are, I can’t say for sure. Downloading artwork, license checks or telemetry. I’d venture to guess it’s the latter since music will play with placeholder artwork on a slow connection and license checks aren’t required if the subscription was recently validated (works offline for days).
But who really knows. I never bothered to inspect the traffic. The point is, if a company like Apple is creating such a crummy experience for a function so absurdly basic, you can imagine how easy and prevalent telemetry based user degradation is. Go browse the web with a tracker blocker and tell me it isn’t snappier.
PS: I’m also a programmer and collect error reports. So many developers will forego using connection pools, much less collect data with async api’s.
And let’s not even get into how telemetry is a shit tool that is misused 99.99% of the time and only used to surface popular features that aren’t necessarily good features only because we attach causation to every metric (x feature is highly used, therefore it must be good).