HN user

doron2402

2 karma
Posts2
Comments8
View on HN

Curious how folks here think about personal data exposure.

After doing some digging, I realized a pretty uncomfortable amount of my data is publicly accessible via data brokers (addresses, phone numbers, family links). Not scraped from breaches — just legally aggregated and sold.

I found this tool that tries to automate removal requests: https://datawipenow.com/

Do people here actively try to clean this up, or is the consensus that it’s basically a losing battle?

That's a known issue; there are a number of companies in YC that have had to pay thousands of dollars to Twilio.

The way I've worked around this issue is by:

- Verifying the phone number before sending SMS. - Using a whitelist of supported countries. - Limit the amount Twilio can charge us

Hope that helps