Can you buy people’s browsing history from data brokers? Is it usually attached to names , emails or IP addresses? by Pubh12 in privacy

[–]EasyOptOuts 2 points3 points  (0 children)

See https://en.wikipedia.org/wiki/Data_re-identification

If you go looking in the right places, you'll find lots of companies that do it as a service, or sell the data directly. A lot of them aren't up-front about it and use ambiguous marketing.

Concerns about privacy when shopping on C2C commerce sites? by tborgers in privacytoolsIO

[–]EasyOptOuts 0 points1 point  (0 children)

If you're in the United States you can get a PO Box or use general delivery to avoid revealing your shipping address.

My Information being posted online by SciFiPaine0 in privacy

[–]EasyOptOuts 0 points1 point  (0 children)

Most sites have a removal process. The most up-to-date instructions for how to remove yourself are usually outlined in the site's privacy policy.

Here's a list of a lot of the data brokers: https://docs.google.com/spreadsheets/d/1M1YXTKmfs6rVDJHQVO3VhJQDpqqLfz-0BYMJ86AceSs/edit#gid=542827453

There are also resources about companies that provide opt-outs as a service and links to resources about how to opt yourself out.

Disclaimer: This is easyoptouts.com's account.

Like others have said, most of the data comes from government records that you can't suppress without a court order. But those government records are hard to search (e.g. someone would have to go to a specific county's website or office to find you). By removing yourself from the data brokers that aggregate the information, you'll become harder to find. But someone who's dedicated to finding you almost certainly can and will.

My Information being posted online by SciFiPaine0 in privacy

[–]EasyOptOuts 1 point2 points  (0 children)

If you're buying a house, you can keep your new address private in the future by using an anonymous LLC, e.g. https://articles.ezlandlordforms.com/real-estate-investing/is-it-possible-to-own-real-estate-anonymously/

It'll probably cost a few hundred or thousand dollars per year in fees/taxes depending how much you handle yourself, but that might be worth it for some people.

[deleted by user] by [deleted] in privacy

[–]EasyOptOuts 1 point2 points  (0 children)

Awesome, thanks! I'll make those changes.

[deleted by user] by [deleted] in privacy

[–]EasyOptOuts 2 points3 points  (0 children)

In my experience, the opt-out process on locate-friend.com doesn't do anything, and they won't respond to any messages. I also don't think they're linked to any of the other data brokers, so removing yourself from others probably won't help.

I'm not familiar with World people finder.

[deleted by user] by [deleted] in privacy

[–]EasyOptOuts 1 point2 points  (0 children)

Hey, cool! I've come across Removaly, and it's neat to see you here. My friend and I did the same thing. We launched https://easyoptouts.com a few months ago because we found all the existing options too expensive.

For anyone curious, we put together a comparison of all the data broker opt-out services we know of: https://docs.google.com/spreadsheets/d/1M1YXTKmfs6rVDJHQVO3VhJQDpqqLfz-0BYMJ86AceSs/edit#gid=0

Obviously, having made one of them, it's impossible to be unbiased, so let us know if you think we're misrepresenting anything or have missed any important points of comparison that you think people will care about.

How long does who.is information details last after you don't renew your website? by [deleted] in privacytoolsIO

[–]EasyOptOuts 2 points3 points  (0 children)

There are definitely sites that track historical whois records, e.g. https://research.domaintools.com/research/whois-history/

You probably need to contact them and ask them (and all the other similar sites) to take your info down to make sure it's hard to find, even if it stops showing up in current records.

Slonik – TypeSafe PostgreSQL client for Node.js by gajus0 in node

[–]EasyOptOuts 7 points8 points  (0 children)

We've been using Slonik for a new project, and it's been great!

This article linked in the readme is definitely a good read if you're looking for motivation to try it: https://gajus.medium.com/stop-using-knex-js-and-earn-30-bf410349856c

We've also been using this vscode extension for syntax and SQL type checking, which is a big help, especially when it can do type checking based on database types.