• 1 Post
  • 130 Comments
Joined 6 years ago
cake
Cake day: July 17th, 2018

help-circle

  • @tyler @AustralianSimon

    GDPR applies only to people (even non-EU citizens) who “live” on the territory of EU. EU citizens who leave, don’t have the GDPR protection anymore. There was an affair last year when google started notifying people about transferring their account data to non-EU datacenters after it detected them connecting from a foreign IP when they went for a holiday to Thailand for a month. So clearly you have some misunderstandings of GDPR. Also GDPR prevents selling stuff??







  • @gomp try comparing it with apt install, not with downloading a .deb file from a random website - that is obviously also very insecure. But the main thing curl|sh will never have is verifying the signature of the downloaded file - what if the server got compromised, and someone simply replaced it. You want to make sure that it comes from the actual author (you still need to trust the author, but that’s a given, since you are running their code). Even a signed tarball is better than curl|sh.