Live data from Hacker News

Do_not_track

donottrack.sh

131–140 of 179 posts

Re: Do_not_track

#131

It's interesting that we're so used to be tracked at this point that no one balks at being opted-in by default. A flag called DO_NOT_TRACK sounds like a good idea, but also suggests the default is CONSENT_TO_TRACK=1, and I find that creepy.

Nitpicking: There is no being opted-in by default, that‘s opt-out

Re: Do_not_track

#132

It's interesting that we're so used to be tracked at this point that no one balks at being opted-in by default. A flag called DO_NOT_TRACK sounds like a good idea, but also suggests the default is CONSENT_TO_TRACK=1, and I find that creepy.

Do not track WHEN? This flag is sent by my browser when I connect to SOMEONE ELSE’s SERVER. The internet only took off because the primary business model which ran on ads and derivative information that servers do to their users. It’s not fun. It’s not private or secure. It’s not illegal (in most jurisdictions for most industries). The flag exists as a response to the de facto and de jure state of the world, not some…

You can serve ads without tracking

Re: Do_not_track

#133
I was worried about .NET sending telemetry once I found about the existence of the DOTNET_CLI_TELEMETRY_OPTOUT env.

Thankfully, the dotnet package installed by package manager on Arch Linux disables telemetry by default. I left the env set just in case.

But my trust towards "modern" software has lowered. I default to run CLI tools, especially those built in JavaScript or .NET with network disabled:

    firejail --net=none
For ilspycmd, for example, I had to defuse its default "update checking" behavior:

    alias ilspycmd='ilspycmd --disable-updatecheck'
This is what I'd call user-hostile defaults.

Re: Do_not_track

#134
post #84

Earlier 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.

I think getting ads that are relevant to me is better than compete nonsense. BUT, I also don’t want to give advertisers any information to do it. (Maybe A.S.L. is ok to share?)

Yes. I know my two thoughts are in conflict, for the advertisers. Too bad for them. Figure it out.

Re: Do_not_track

#135

It's interesting that we're so used to be tracked at this point that no one balks at being opted-in by default. A flag called DO_NOT_TRACK sounds like a good idea, but also suggests the default is CONSENT_TO_TRACK=1, and I find that creepy.

[deleted]

Re: Do_not_track

#136
My projects could genuinely benefit from telemetry as I have no idea about usage patterns and my community (mainly artists) is not famous for maintaining a close dialogue with software developers.

I haven't bothered because a) opt-out risks a backlash and b) opt-in affects the data so much it becomes useless (much smaller sample and probably self-selecting a certain type of user)

Skimming the comments here, it seems everybody assumes telemetry is always nefarious. I get the distrust of large corporations and other obvious bad actors - but the blanket cynicism for all telemetry here is kinda surprising. Have none of the developers here ever had a need for it themselves?

Re: Do_not_track

#137
The only way to force companies to stop mass tracking without consent is to flood them with fake tracking data. If enough people install noise generators for all opt-out trackers, opt-in becomes the only viable model.

Many of these tools are source available or supposedly open source, so it can't be that hard to take their tracking endpoints and call them in random order.

Re: Do_not_track

#138
The comments were interesting to look at: how a non-zero amount of people didn't click the link yet went on to write stuff about web's DNT. They are just browsing the headlines. Useful to populate own blocklist of people to ignore. At least we know these aren't bots. Or do we?

Re: Do_not_track

#140
This proposal is really harmed by the name.

There is a reason none the existing methods use the word "TRACK". Although connecting home can be used for tracking it doesn't have to be.

If a tool uses connecting home for telemetry, implementing "DO_NOT_TRACK" would suggest it does track its users without the setting, even if it may not.

Rename it this to "DO_NOT_CONNECT_HOME" and it may be a useful standard.

Post reply on HN