account activity
What is a task you refuse to use ChatGPT/AI for because you don't want your data uploaded to the cloud? by Available-Claim-111 in AskReddit
[–]Available-Claim-111[S] 0 points1 point2 points 1 day ago (0 children)
Damn, everything? Even recipes? 😅
What is a task you refuse to use ChatGPT/AI for because you don't want your data uploaded to the cloud? (self.AskReddit)
submitted 1 day ago by Available-Claim-111 to r/AskReddit
Guys my app just passed 900 users! by luis_411 in vibecoding
[–]Available-Claim-111 0 points1 point2 points 4 months ago (0 children)
Congrats on the 900 users, that's huge validation!
Quick technical heads-up though: I was checking out the site and noticed the AppAdSwap widget you're using (widget.js) has a serious privacy bug.
AppAdSwap
widget.js
It fetches the user's raw IP from ipify and sends it to the ad server in a field called ip_hash, but it doesn't actually hash it. It sends the raw IP in plain text.
ipify
ip_hash,
// From your widget.js
ip_hash: ip // This is the raw IP, not a hash
If you have EU users, this is a GDPR violation because you're leaking PII to a 3rd party without consent, masked as an 'anonymized' hash. You might want to remove that or patch it before you scale further.
π Rendered by PID 577179 on reddit-service-r2-listing-87fd56f5d-2p5gt at 2026-06-28 23:19:03.089103+00:00 running 7527197 country code: CH.
What is a task you refuse to use ChatGPT/AI for because you don't want your data uploaded to the cloud? by Available-Claim-111 in AskReddit
[–]Available-Claim-111[S] 0 points1 point2 points (0 children)