Is anyone talking about the harmful effects on startup companies that may want to create new social platforms to compete against the incumbent players? All the talk about regulating facebook, twitter, etc are actually great for those companies because they can afford compliance. But it raises the bar of entry so high that new companies wouldn't be able to compete since with limited resources they wouldn't be able to…
I think a few blogs have touched on this: * https://www.linkedin.com/pulse/nightmare-letter-subject-acce... * https://www.smashingmagazine.com/2018/02/gdpr-for-web-develo... * https://wtfuh.com/2018-04-09/gdpr-has-a-few-problems/ * https://pagefair.com/blog/2018/granular-gdpr-consent/
Facebook urged to make GDPR its “baseline standard” globally
91–100 of 236 posts
Re: Facebook urged to make GDPR its “baseline standard” globally
#92Earlier quoted context omitted.
I think a few blogs have touched on this: * https://www.linkedin.com/pulse/nightmare-letter-subject-acce... * https://www.smashingmagazine.com/2018/02/gdpr-for-web-develo... * https://wtfuh.com/2018-04-09/gdpr-has-a-few-problems/ * https://pagefair.com/blog/2018/granular-gdpr-consent/
thanks, wow responding to a letter like your first link could significantly bog down resources for a young company... you can imagine if you launched and even received moderate user growth early on, but then started receiving such letters, your productivity could go down the tubes.
People keep sharing that “nightmare letter” link but won’t point out which question gives them nightmares and why.
Re: Facebook urged to make GDPR its “baseline standard” globally
#93I think in the opposit we should urge US companies to fight against GDPR. Local foreign laws shouldn’t dictate how our companies should behave. Why not respecting speech laws in China or in Russia if we follow this precedent?
"our companies"? Facebook isn't only a US company. Facebook Ltd is a UK company and they have many more companies around the world. If you want to operate in UK and generate revenues there then Facebook Ltd must follow UK laws.
Re: Facebook urged to make GDPR its “baseline standard” globally
#94Earlier quoted context omitted.
A lot of people don’t care about fire safety either (until their house is burning down) which is why we have regulations, building codes, mandatory sprinklers in offices, etc. I am starting to look at privacy like it should be treated as a public safety concern, since it’s invisible to people until it’s not.
can social media kill you though? I mean all this talk of regulating social networks is under the assumption that it's something you need to have. I would argue that safe shelter is a true human need, but posting cat gifs or pictures of drunken escapades or political musings does not seem equally comparable and thus I do not see how regulation does anything other than hamper competition.
I assume you're aware of this: https://techcrunch.com/2018/03/13/un-says-facebook-is-accele...
Re: Facebook urged to make GDPR its “baseline standard” globally
#95Earlier quoted context omitted.
> EU residents, not citizens. It's an important distinction. Sorry if this is obvious. I haven't been following the details of this. Does that mean there is no protection for EU citizens while they are outside the EU?
Roughly: def GDPR_applies(company, person): if in_EU(person): return True if in_EU(company): return True return False There are various conditions, limitations, and exceptions that make the above not fully accurate, but its a good first approximation. You can read the actual text of the territorial scope rule here [1]. Edit: slightly less rough, but still quite rough: def GDPR_applies(company, person): if in_EU(compa…
Re: Facebook urged to make GDPR its “baseline standard” globally
#96Is anyone talking about the harmful effects on startup companies that may want to create new social platforms to compete against the incumbent players? All the talk about regulating facebook, twitter, etc are actually great for those companies because they can afford compliance. But it raises the bar of entry so high that new companies wouldn't be able to compete since with limited resources they wouldn't be able to…
If you cannot comply with privacy rules you should not do social media, whatever you growth phase
Re: Facebook urged to make GDPR its “baseline standard” globally
#97Earlier quoted context omitted.
I think a few blogs have touched on this: * https://www.linkedin.com/pulse/nightmare-letter-subject-acce... * https://www.smashingmagazine.com/2018/02/gdpr-for-web-develo... * https://wtfuh.com/2018-04-09/gdpr-has-a-few-problems/ * https://pagefair.com/blog/2018/granular-gdpr-consent/
thanks, wow responding to a letter like your first link could significantly bog down resources for a young company... you can imagine if you launched and even received moderate user growth early on, but then started receiving such letters, your productivity could go down the tubes.
Re: Facebook urged to make GDPR its “baseline standard” globally
#98Earlier quoted context omitted.
It's as absurd as Google/Facebook/et al. adopting US cultural norms as global standard of banning ads, YouTube content, social media content and everything else for the whole world. Meaning: not absurd at all.
While I don't agree with some of Google/Facebook/et al. standards, I think that's not a fair comparison, since they are US based companies following US cultural norms, not EU based companies following US cultural norms.
Re: Facebook urged to make GDPR its “baseline standard” globally
#99Is anyone talking about the harmful effects on startup companies that may want to create new social platforms to compete against the incumbent players? All the talk about regulating facebook, twitter, etc are actually great for those companies because they can afford compliance. But it raises the bar of entry so high that new companies wouldn't be able to compete since with limited resources they wouldn't be able to…
>> with limited resources they wouldn't be able to focus on the critical period of acquiring users and instead would be forced into building compliance features If you cannot comply with privacy rules you should not do social media, whatever you growth phase
Re: Facebook urged to make GDPR its “baseline standard” globally
#100"[any big US tech companies] Urged to Adopt GDPR Globally as a Standard" As an European living abroad, I still have no idea if I will be protected by the GDPR. I read at least 2 opposite answers on HN on the last days: "yes because you are a EU citizen", "no because it's where you are when the data are collected that matters".