Earlier quoted context omitted.
It's reassuring to hear that the GDPR is not meant to target little startups and projects but I would like it a lot better if it said that in the actual law, rather than just trusting all current and future regulators to treat me kindly. If it's only meant to be used against big companies or extreme offenders, why doesn't it say so? It seems like the spirit of the law and the language of the law are not aligned and i…
> If it's only meant to be used against big companies or extreme offenders, why doesn't it say so? Because, and this has been repeated millions of times on HN, Europe and the US follow different systems in writing laws
GDPR for lazy people: Block all European users with Cloudflare Workers
931–940 of 1001 posts
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#932I’ve been reading hacker news for about a decade, and it’s getting to the point where I don’t think there are many entrepreneurs and/or technical people on here anymore. The number of people who are saying it’s no big deal to comply with this huge law, especially for very small startups, is mind boggling. Let’s just take one feature: the requirement that you can permanently delete all of your information. Most early-…
The worst thing is those who can afford the $300k lawyers to get away with doing whatever to my privacy.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#933Earlier quoted context omitted.
> If it's only meant to be used against big companies or extreme offenders, why doesn't it say so? Because, and this has been repeated millions of times on HN, Europe and the US follow different systems in writing laws
Perhaps we should then take some lessons from how they in USA write laws.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#934Earlier quoted context omitted.
This culture has driven innovation of the last 2 decades. You can't point me to one other industry which enjoyed as much success. Of course, Europe couldn't care less - they never had a real startup industry in the first place.
driving innovation while having the biggest number of homeless people in the streets and no health care.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#935Earlier quoted context omitted.
It isn’t just to limit page size, it also works as a damper on heated discussions, as most people won’t read more than the first page, but comparatively few people stop reading in the middle of a page, regardless of length.
I figured that, but I didn't want to make such an embarrassing assumption about what purports to be a reliable tech discussion site. Especially when I noticed new comments automatically went to page >1. Sad, but hey, it's HN's property.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#936Earlier quoted context omitted.
It's reassuring to hear that the GDPR is not meant to target little startups and projects but I would like it a lot better if it said that in the actual law, rather than just trusting all current and future regulators to treat me kindly. If it's only meant to be used against big companies or extreme offenders, why doesn't it say so? It seems like the spirit of the law and the language of the law are not aligned and i…
Because if your business model is based on selling user data, it doesn't matter if you're a small startup, it absolutely is meant to target you. If you aren't competent at responsibly handling personal data and you want to build a project or startup, pick one that doesn't handle personal data, or put in the effort to learn how to do things properly.
Or, alternatively, just don't do business where it would put you under the jurisdiction of the GDPR. That's what a lot of companies are doing, and there seems to be a lot of resentment over it.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#937Earlier quoted context omitted.
I figured that, but I didn't want to make such an embarrassing assumption about what purports to be a reliable tech discussion site. Especially when I noticed new comments automatically went to page >1. Sad, but hey, it's HN's property.
The position of new comment apparently depends on the commenter’s “karma”.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#938Earlier quoted context omitted.
This culture has driven innovation of the last 2 decades. You can't point me to one other industry which enjoyed as much success. Of course, Europe couldn't care less - they never had a real startup industry in the first place.
driving innovation while having the biggest number of homeless people in the streets and no health care.
There is healthcare in America[1]
[0] https://en.wikipedia.org/wiki/List_of_countries_by_homeless_...
[1] Doesn't actually need a source
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#939I’ve been reading hacker news for about a decade, and it’s getting to the point where I don’t think there are many entrepreneurs and/or technical people on here anymore. The number of people who are saying it’s no big deal to comply with this huge law, especially for very small startups, is mind boggling. Let’s just take one feature: the requirement that you can permanently delete all of your information. Most early-…
Startups that specialize in easing the pain of compliance do help. I recently had to implement tax collection in an app and a third-party API saved me a lot of work. However, it was still a drain on resources and took over a month to implement and test.
I don't know a lot about GDPR, but the requirement to permanently delete all your information is absurd, especially if you need that information for a legal context. What if a customer sues you years later and you've deleted all their information? I don't get it.
Re: GDPR for lazy people: Block all European users with Cloudflare Workers
#940Earlier quoted context omitted.
The problem isn’t so much as there’s a cost to implementing GDPR, but that the tech community has been “move fast and break things” and refused to handle things properly before. If all you do about my PII is “set delete = 1” (which one could argue isn’t even the best practice in every scenario), then I probably don’t want you to handle my PII at all. To your example, you could easily not switch to a CASCADE, but inst…
> If all you do about my PII is “set delete = 1” (which one could argue isn’t even the best practice in every scenario), then I probably don’t want you to handle my PII at all. Are you aware that setting “delete=1” is essentially what file systems do when deleting a file? What file system do you suggest companies to use when they want to comply with GDPR?
A filesystem will remove the entry pointing to the data on disk, and mark that region as free and ready to be reused - and it will get overwritten.