al4s

joined 2 years ago
[–] [email protected] 13 points 2 years ago (2 children)

So dumm ist das Gesetz nicht geschrieben. Lies die Artikel aus dem Kommentar von OP.

Mein Verständnis war:

  1. Implizierte Zustimmung reicht aus (kein Vertrag nötig, lol)
  2. "Im Zweifel für den Angeklagten" bleibt erhalten, das Gericht muss es als erwiesen ansehen, dass auch kein implizites Ja vorlag
[–] [email protected] 14 points 2 years ago (13 children)

Leicht irreführende Überschrift: Die EU Richtlinie ist, laut dem Artikel selbst, eine "Nur Ja heißt Ja" Policy.

Ich denke ein massiver Großteil der Menschen wäre für eine "Nein heißt Nein" Policy, bei "Nur Ja heißt Ja" kann ich verstehen wenn Leute Vorbehalte haben.

[–] [email protected] 33 points 2 years ago (10 children)

I'd like you all to consider that places where you'd use starlink are also significantly more than 30x farther away from civilization than the average land-based internet user.

[–] [email protected] 23 points 2 years ago (1 children)

If your local branch and the branch on GitHub diverge, they need to be merged. If you pull using the console it will tell you that, apparently VScode does this automatically?

Anyways, nothing to be concerned about. If you're annoyed by the merge commits, you can configure git to "rebase on pull", google it, you'll find instructions pretty quickly.

[–] [email protected] 14 points 2 years ago* (last edited 2 years ago) (1 children)

Here are some corrections:

  • Blockchain has nothing to do with P2P. Blockchains are federated ledgers that can't be changed later, unless the majority of federated servers decides to. P2P means that two devices communicate without a server in the middle. Maybe you meant federated?

  • Blockchains can absolutely be hacked. You can gain majority control over the servers, in which case you can rewrite the blockchain as you want. Alternatively you can gain access to accounts/wallets by hacking the software that users store them in or by social-engineering people to give you their keys.

  • If proper end-to-end encryption is used, there is little security difference between server-based and P2P communication, but it's much more inconvenient: You cannot save sent messages on the server for later retrieval, so if you're trying to reach someone who's currently offline, your device has to wait until they're back before sending the message. Also if you use multiple devices, keeping them in sync is very complicated, because they have to be online at the same time.

Edit: formatting

view more: ‹ prev next ›