Hacker News new | ask | show | jobs
by pcranaway 687 days ago
To the people worried about their data being sent to google or whatever (I'm not sure what they're actually worried about) -- the extraction of your eyes is done client side, using a seemingly very well made ML model running on Tensorflow which fits in under 15mb.

The feed of your camera is transmitted "directly" to the person you're looking at (well, no, not really directly, it uses WebRTC, so your data passes through Neal's TURN server, but do you really think Neal wants to take care of properly storing your data and handing it off to advertisers?)

2 comments

So even after this thought process, it comes down to "do you trust the author" (just like before it)... Not unreasonable to answer either way if you ask me.
Yeah, we should probably add a blockchain to the design so that we don't have to trust anyone.
What, how do you know all this?
Your browser has developer tools which provide views into transmitted files, network requests, etc. You poke around and see how it is implemented using the tools.