So if I’m an American company and have no offices in Europe and ignore GDPR for my free customers, what happens? Will I get arrested by the Polizei when I land in Berlin? Will the US force me to pay these fines?
Yes, the European Commission will collaborate with international governments to impose fines.
Discord fined €800k for failing to comply with several obligations of the GDPR
271–280 of 306 posts
Re: Discord fined €800k for failing to comply with several obligations of the GDPR
#272Re: Discord fined €800k for failing to comply with several obligations of the GDPR
#273Earlier quoted context omitted.
> does Alt-F4 not do the right thing on Windows Alt-F4 closes the _window_, not the application. If the application can 'survive' without a window, not exiting the application is the correct behaviour.
Except for Discord, which actually closes the entire application on Alt-F4 instead of just the window.
Re: Discord fined €800k for failing to comply with several obligations of the GDPR
#274Earlier quoted context omitted.
I agree with you in principle and I think that the EU is basically extorting American companies, but in your example all that information is stored in your phone, while in this case the information is stored in Discord's servers.
American companies are free to not do business within the EU. If they do, they must comply with the law. Same with USA, China, Russia, etc.
Re: Discord fined €800k for failing to comply with several obligations of the GDPR
#275Earlier quoted context omitted.
> against its own culture Could you elaborate what that culture is supposed to be exactly, and why it should require us to side with Discord here?
Probably means moralless pursuit of the almighty dollar. There seems to be a sizable chunk of hustlers on HN, who have some tiny dropshipping, newsletter or spam business that depends on invasive tracking, dark patterns and other amoral behavior, and they get scared and feel existentially threatened every time GDPR is brought up. It seems to be the same group of people who believe that the Internet would die without…
Stay delusional.
Re: Discord fined €800k for failing to comply with several obligations of the GDPR
#276Earlier quoted context omitted.
[flagged]
So you're saying that the more people disagree with you, the more entrenched you become in your position? That doesn't sound like a healthy way to form opinions.
It's not like I like red color and you like blue and we disagree. We're talking about a fundamental regulation hurting innovation here. Sure, big tech shouldn't track our every move and they should reasonably protect our data, yet we're the ones giving our data (which we don't have to) in the first place and the way GDPR is currently implemented like fining ridiculous amounts for ridiculous made up reasons, or forcing a ridiculous amount of cookie accept boxes virtually on every website on Earth is not the way to go.
Re: Discord fined €800k for failing to comply with several obligations of the GDPR
#277Sorry but the points are totally valid. If you delete your account your messages are still available with a userid that if someone has it can be traced back to you. They also don't delete files or pictures you uploaded alone for this they should get fined.
Re: Discord fined €800k for failing to comply with several obligations of the GDPR
#278Earlier quoted context omitted.
>Interesting this is considered [Microsoft] Discord's fault and not Microsoft Windows. Probably because Discord implements the button, no? They configure what happens when you press "X", so their configuration is in violation, not the platform.
This whole thing is making my head ache. Pressing X or Alt-F4 sends WM_CLOSE to the window. By default this is converted to WM_DESTROY and closes the window. By default, an application with no more windows open will exit. It's quite normal for applications to intercept WM_CLOSE, for example with a modal dialog of "Do you want to save your files?". Over the past few years it has also become common for applications, in…
More like the past few decades. Seriously, this has been a thing (usually configurable in app settings, and common in many long-running applications like messengers and music players) for as long as I can remember.
Re: Discord fined €800k for failing to comply with several obligations of the GDPR
#279Earlier quoted context omitted.
> does Alt-F4 not do the right thing on Windows Alt-F4 closes the _window_, not the application. If the application can 'survive' without a window, not exiting the application is the correct behaviour.
Alt+F4 kills the process.
Re: Discord fined €800k for failing to comply with several obligations of the GDPR
#280Earlier quoted context omitted.
Closing the window frees up some video RAM, as you are no longer processing and displaying video streams from the voice/video chat. Minimizing the window keeps that RAM in active use.
Then that's also an issue that Discord should work on.