Perhaps the "DO NOT TRACK" name is somewhat of an established term, though.
Do_not_track
101–110 of 179 posts
Re: Do_not_track
#102Was wondering if there was a list of known opt outs as we are looking at a default opt out in Renovate[0] - we'll also look to set `DO_NOT_TRACK` [0]: https://github.com/renovatebot/renovate/discussions/42932
Here is a non comprehensive list of mine: https://makandracards.com/makandra/624560-disable-telemetry-...
Re: Do_not_track
#103Re: Do_not_track
#104Honest question, what's the problem with crash dumps that include no personal info? They just help make the software less buggy. I also don't see an issue with anonymized usage patterns (this feature was used X times this month, this one Y times, etc). Can someone expound on what they see as a problem?
Your IP during connection exposes your rough location.
Crash logs rarely are completely anonymized so both together can additionally serve as a way to re-identify the user.
The only way to properly transmit telemetry data would be Tor. And no, even then I don’t want my tools to report back my use. It’s simply not required, and data minimization is part of my set of ethics, and I’m happy that EU/GDPR sees it the same way. Not all data that you think is worth something to you is morally right to collect. You send data somewhere, even just to check for updates - ask me first. I do not want my hammer to report back how many nails I hammered in. I don’t want my software to reach out to the world without my consent.
Re: Do_not_track
#105Re: Do_not_track
#106Re: Do_not_track
#107Re: Do_not_track
#108I always choose to go with positive terms with variables etc, so this would then be ALLOW_TRACKING=0 . It brings in some consistence and makes it easier to reason, as you get to avoid double negation. Perhaps the "DO NOT TRACK" name is somewhat of an established term, though.
Re: Do_not_track
#109Earlier quoted context omitted.
There's an inherent conflict. No one _wants_ to be tracked, there is no direct benefit to being tracked and only downsides. And advertisers want to track you. So there was no way to respect the flag other than making it obscure so only a few dedicated people turned it on.
> No one _wants_ to be tracked Plenty of people seem to genuinely believe that “personalized ads” are good for them.