Earlier quoted context omitted.
Exactly. Opt-out systems are fine for things like organ donation, because a reasonable person could go either way. Building an opt-out system that no one in their right mind would ever opt into just reeks of anti-consumer behavior trying to hide behind a polite face.
> Building an opt-out system that no one in their right mind would ever opt into just reeks of anti-consumer behavior trying to hide behind a polite face. What system are you referring to? If the system is "opt in to being tracked if you want to read this/use this service for free" then plenty of people would opt in. Look at Facebook.
“Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
71–80 of 127 posts
Re: “Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
#72Earlier quoted context omitted.
Whoa, wait a sec there with your example. How would a reasonable person not want to be an organ donor??
Religious reasons, family not wanting that to happen, etc.
Re: “Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
#73Earlier quoted context omitted.
Exactly. Opt-out systems are fine for things like organ donation, because a reasonable person could go either way. Building an opt-out system that no one in their right mind would ever opt into just reeks of anti-consumer behavior trying to hide behind a polite face.
Whoa, wait a sec there with your example. How would a reasonable person not want to be an organ donor??
Because I have fundamental issues with the economics of organ donation. I do not want my organs used in million-dollar surgeries to save elderly rich people. I would much rather that money be spent more efficiently on younger/poorer people where it can save more lives. How many flu shots could be purchased for the cost of one heart transplant? I cannot change the economic realities of modern medicine, but the least I can do is not contribute my own flesh towards the problem.
Re: “Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
#74Re: “Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
#75Earlier quoted context omitted.
Religious reasons, family not wanting that to happen, etc.
If your religion forbids saving or improving the lives of others with organs you're done with, please consider alternatives.
Re: “Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
#76Re: “Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
#77Earlier quoted context omitted.
> If a computer's audio drivers and audio hardware are set up to play back at standard CD/DVD sample rates (44KHz or 48KHz), then ultrasonics are not happening there, period. The same principle applies to inputs. What do you mean? All you need to do is sample the received audio at 44.1 kHz. Android at least has a low-level API which allows you to customize sampling rate.
According to Nyquist's work, you need a sample rate of 2f to represent a frequency f . So with 44.1 kHz you could only represent audio up to 22 kHz. There are kids who can hear at these frequencies.
Re: “Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
#78Earlier quoted context omitted.
Take a look at Chirp: http://www.chirp.io/ Edit: In Firefox it seems this website is constantly playing audio. I think it is using a WebSocket to do this. Since I don't hear a thing I'm not sure what is going on here.
Since I don't hear a thing I'm not sure what is going on here. Click on the gem and the web page will play a "chirp," which is loud and beepy and not ultrasonic or secret at all. It's an analog modem type system, except probably way slower than 300 or even 110 baud. Everything old is new again, I guess. In any case, the point is: the Chirp system is distinct from the supposedly-possible secret systems the Ars story i…
Re: “Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
#79This is reaching the point where the only sensible policy is to flat-out prohibit all forms of adverting on any medium. Paying a company to lie to you is already a pretty bizarre idea but the invasion of privacy - online or offline - makes advertising increasingly intolerable.
A platform that doesn't let me block ads is a platform I won't use.
Re: “Ultrasonic cross-device tracking” embeds inaudible tones in advertisements
#80Earlier quoted context omitted.
Since I don't hear a thing I'm not sure what is going on here. Click on the gem and the web page will play a "chirp," which is loud and beepy and not ultrasonic or secret at all. It's an analog modem type system, except probably way slower than 300 or even 110 baud. Everything old is new again, I guess. In any case, the point is: the Chirp system is distinct from the supposedly-possible secret systems the Ars story i…
I think that most people (not teenagers) cannot hear past 15 kHz, especially with other sounds playing. This is reproducible at standard sampling rates you mention. Harmonics are integer multiples of frequencies. Harmonics of an ultrasonic signal are even more ultrasonic. If there's any aliasing, those harmonics might map back to audible frequencies. However, no matter how cheap a speaker is, no aliasing happens. Per…
So, any output stage after a DAC necessarily incorporates a low-pass filter to eliminate the aliasing artifacts. A cheap low-pass filter will allow these aliasing artifacts through. You can simulate this e.g. by digitally upsampling a, say, 8 kHz sampled signal to 48 kHz without any interpolation.