|
|
|
|
|
by feross
2491 days ago
|
|
> devs I know are very sensitive to ads/privacy, much more so than to paying money In case it's not clear to other readers: `funding` had no tracking, no data collection, and no code from untrusted third parties. It was a `console.log` with some fancy formatting. > Despite your good intentions, your ads will involve analytics/tracking, which you ultimately can't control They certainly would not. I was very clear to the sponsors that there would be no analytics. I even took pains to ensure only plain ASCII (excluding control characters) could be printed out. https://github.com/feross/funding/blob/58b090c51ce94de32107d... |
|
The same was said about the early banner ads, early popup ads, early..... Well I think you get the point.
> They certainly would not. I was very clear to the sponsors that there would be no analytics.
The real danger is not that you are untrustworthy to uphold this on your packages. The real danger here is the normalisation of this behaviour. You might not add tracking. But once the big advertisers jump, they will want analytics. How much time would it take for a fork with tracking to appear? And thanks to the incentives and pressures, this will overtake and become the standard, as it happened across the web.
You might not do it, but there is no guarantee others will not. It's best to not keep the temptation there.