Comment on Ask HN: Are there any useful GDPR references?Comments−thexa48yI used https://en.wikipedia.org/wiki/General_Data_Protection_Regula... and https://iapp.org/news/a/top-10-operational-impacts-of-the-gd...Easiest way to comply is not storing any identifiable data unless absolutely necessary for your service.You can still collect anonymous statistics if you apply techniques like k-anonymity to make sure you can't deanonymize it. (https://iapp.org/news/a/top-10-operational-impacts-of-the-gd...)
Comments
I used https://en.wikipedia.org/wiki/General_Data_Protection_Regula... and https://iapp.org/news/a/top-10-operational-impacts-of-the-gd...
Easiest way to comply is not storing any identifiable data unless absolutely necessary for your service.
You can still collect anonymous statistics if you apply techniques like k-anonymity to make sure you can't deanonymize it. (https://iapp.org/news/a/top-10-operational-impacts-of-the-gd...)