• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "privacy". Back to normal view
    1. How to scrub your online footprint?

      I don't necessarily want to delete everything there is about me, but I want to significantly clean it. I've been deleting old accounts lately, I've seen some screenshots of my tweets on Reddit and...

      I don't necessarily want to delete everything there is about me, but I want to significantly clean it. I've been deleting old accounts lately, I've seen some screenshots of my tweets on Reddit and I've asked the authors to delete them. They've been kind enough to do it.

      But I feel like there's more that I need to do. I just realized that there are probably a lot of screenshots of YouTube comments and Tweets that I've put out there in the world with my name and face. It wouldn't be so bad if I didn't drastically increase my footprint last year during my time on Twitter.

      I'm not a techy person, I was thinking about asking or hiring some type of hacker or expert to help me. Because they could probably find more information about me than me.

      Can anyone help?

      17 votes
    2. Differential privacy code removed from Chromium

      In a discussion on Hacker News, Jonathan Mayer pointed out that the differential privacy code was removed from Chromium. It looks like they finished doing this in February. I haven't seen any...

      In a discussion on Hacker News, Jonathan Mayer pointed out that the differential privacy code was removed from Chromium. It looks like they finished doing this in February.

      I haven't seen any announcement, discussion, or explanation of this based on a brief web search, so I figured I'd note it here.

      At about the time this process finished, there was a Google blog post about how they're still using it in other products.

      We first deployed our world-class differential privacy anonymization technology in Chrome nearly seven years ago and are continually expanding its use across our products including Google Maps and the Assistant.

      (If you read this quickly, you might think it's still used in Chrome.)

      Reading between the lines, I suspect that some folks at Google are still advocating for more usage of differential privacy, but they lost an important customer. Why that happened is a mystery.

      11 votes
    3. Why does a completely local, self-contained html file need to access gstatic.com?

      So, I'm a privacy advocate (or paranoiac, depending on your perspective). I run both uMatrix and NoScript plug-ins (among others) in my Firefox browser, so I can see when and where websites send...

      So, I'm a privacy advocate (or paranoiac, depending on your perspective). I run both uMatrix and NoScript plug-ins (among others) in my Firefox browser, so I can see when and where websites send calls out to other locations, and block the ones I want ... google analytics, google fonts, google-apis, google tag manager, and gstatic are all ubiquitous out there, probably 99% of websites use at least one of them (PS: Tildes is in the 1%; yeay, Deimos).

      And note ... there may well be nothing at all wrong with any of those sites/services ... but Google has a global all-encompassing Terms and Conditions policy that says, you use anything of Theirs, and They are allowed to harvest your personal data and make money off of it.

      And I do not accept those terms.

      Okay, that's the prologue. The deal is, I have a small piece of documentation, just basic "how to use this" info, for a WordPress plug-in. It is in .html format, with bundled bootstrap and jquery and a few other assets.

      Nothing, anywhere in the entire folder, references gstatic. And yet when I open this local, on-my-computer-only html file ... my browser tells me that it is trying to connect to gstatic.com.

      Anyone happen to know why/how that is happening?

      4 votes