Live data from Hacker News

Audible feedback on just how much your browsing feeds into Google

github.com

1–10 of 210 posts

Re: Audible feedback on just how much your browsing feeds into Google

#2
Or alternatively, you can send all the traffic destined to google, into dev-null instead:

  U=https://raw.githubusercontent.com/berthubert\
  /googerteller/main/goog-prefixes.txt
  for i in $(wget -qO - $U); do
    ip route add unreach $i
  done
...but you'd be surprised how many of seemingly unrelated places on the Internet would break without google.

Re: Audible feedback on just how much your browsing feeds into Google

#5

Or alternatively, you can send all the traffic destined to google, into dev-null instead: U=https://raw.githubusercontent.com/berthubert\ /googerteller/main/goog-prefixes.txt for i in $(wget -qO - $U); do ip route add unreach $i done ...but you'd be surprised how many of seemingly unrelated places on the Internet would break without google.

Yeah, their captcha is everywhere for starters. Obviously a lot of other deps too.

Re: Audible feedback on just how much your browsing feeds into Google

#6
I got it running now and it's incredible how much of my interaction is being immediately reported. Having taken some steps before to block analytics, it's still going off like Geiger counter in the Zone.

I always find it amazing when speaker is utilized to 'visualize' occasional events.

Re: Audible feedback on just how much your browsing feeds into Google

#8

Would've probably piqued more interest if it were a browser plug-in.

It would probably burst your eardrums also!

I prefer it how it is, very simple and effective, also I can actually gauge how much brave vs chrome etc. Obviously browser in my case will be heavier on google calls. But interesting to remember I have google drive floating around which I havent used in years.

Re: Audible feedback on just how much your browsing feeds into Google

#9
Not to make excuses for Google, but is this an entirely accurate portrayal?

Like, I've been working on a web project that doesn't contain any analytics, but which stores and retrieves JSON data in Google Firebase. I imagine if I opened my website with this tool, I would hear lots of noise.

But, I just can't imagine how Google could do anything useful (to them) with my random JSON blobs.

Re: Audible feedback on just how much your browsing feeds into Google

#10
A common explanation I get from people with poor digital hygiene is that they do not see how it is affecting them. Making the imperceptible perceptible is a great concept for more innovations.

I have sent the kids in my house logs for their devices from the DNS blocker I have running on our network, but it was too much for them to digest. Perhaps I should work on a visualization tool of all the data that shows impacts of their data leakage and puts it in a video format they can consume. It sounds like a lot of work to build.

Post reply on HN