TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Non-Eu Developers how do you plan to handle users from GDPR countries?

14 pointsby rotruxover 7 years ago
&quot;The EU&#x27;s General Data Protection Regulation is going to be implemented in May next year.&quot;*<p>Multinationals operating in GDPR-compliant countries will face MASSIVE fines if a request to delete PII isn&#x27;t fulfilled within some time-frame. In addition, proof needs to be provided.<p>Given that data-sprawl is an insufficient term to describe the organizational-complexity of consumer-data within large firms, what&#x27;s the plan???<p>* - Inspired-by&#x2F;stolen-from: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15932232

7 comments

jgimenezover 7 years ago
Companies under 250 employees can avoid most of the impact of the law. I think it&#x27;s kind-of well designed, because it affects the companies who can afford the compliance work.
danieltillettover 7 years ago
By doing nothing. Either it will be found to be totally unworkable or they will fine me and I will wait for the EU to come and collect their fine with their army. EUFU.
jasonkesterover 7 years ago
Same way I deal with their silly cookie laws: don&#x27;t sabotage my site&#x27;s user experience for somebody else&#x27;s poorly thought out laws.<p>I still get the occasional angry user complaining that my website deleted something of his after he clicked the delete button and the confirm button. So I make his day by flipping .IsActive back to 1.<p>If you really don&#x27;t want something to be on the internet, don&#x27;t upload it to the internet.
Seviiover 7 years ago
My plan is to ban EU residents in my TOS and not bother enforcing it.
评论 #15986109 未加载
jonathan-kosgeiover 7 years ago
If you need a way to identify EU users then you can do so via our IP Geolocation API (ipdata.co) that returns an `is_eu` flag. Then do whatever you like.
zerrover 7 years ago
Why not just fulfill the request?
评论 #15986132 未加载
marenkayover 7 years ago
If data sprawl is your issue, fix your company processes and the problem will be solved.<p>GDPR mainly resolves flaws in how companies relying on IT use their customers data. Blocking EU customers is just delaying the inevitable since GDPR equivalents will be established in US or whatever too.