|
|
|
|
|
by olliej
2959 days ago
|
|
Exactly how hard is it to do select * from x where user == “whoever”; Or whatever the syntax is. Alternatively: why are your personal projects storing that data in the first place? If you’re unwilling/unable to put the time into something as trivial as making an archive I’m assuming you also aren’t putting the time into making your data storage secure. Arguably securely storing data is harder than producing an archive. Or are you saying that gdpr sucks because it actually requires you to care about user data? Seriously if you think gdpr is “too hard” just. Do. Not. Store. User. Data. This is not hard. Arguably it is easier and cheaper than any option, including filtering users. |
|
Also, I fail to see how not having time to build an archive system equates to the developer not storing their data securely? That's just an accusation you decided to make which is irrelevant and accusatory.
The point of this post was to show an easy way to ensure you're compliant in 15 lines of code. Building the archive system and associated subsystems will be more than that, without question. Just because you don't like this solution doesn't mean it isn't a solution.