Bei anderen Themen stört es die Legislative doch auch nicht, bereits als verfassungswidrig erklärte Gesetze nochmal zu verabschieden, hier wär das endlich mal was positives
Bei anderen Themen stört es die Legislative doch auch nicht, bereits als verfassungswidrig erklärte Gesetze nochmal zu verabschieden, hier wär das endlich mal was positives
Ja, ich versuche mich zurzeit auch an jedem kleinsten bisschen Hoffnung festzuhalten. Wenigstens etwas, wo es gerade nicht maximal schlimm läuft…
because the earth is big and you don’t have a hard drive big enough to store it locally?
Well yes, I was simplifying because I wanted to address the main (incorrect) criticism by @[email protected]. I agree with your comment
Yeah, in Java calling first()
on a stream is the same as an early return in a for-loop, where for each element all of the previous stream operations are applied first.
So the stream operation
cars.stream()
.filter(c -> c.year() < 1977)
.first()
is equivalent to doing the following imperatively
for (var car : cars) {
if (car.year() < 1977) return car;
}
Not to mention Kotlin actually supports non-local returns in lambdas under specific circumstances, which allows for even more circumstances to be expressed with functional chaining.
…what? At least with Java Streams or Kotlin Sequences, they absolutely abort early with something like .filter().first()
.
In solchen Momenten bin ich wieder mal furchtbar dankbar für die DSGVO, die – wenn auch gerne mal absichtlich missverstanden – ein verhältnismäßig sehr solides Grundwerk zum Schutz unserer Daten vor genau solcher unternehmerischer Schikane geschaffen hat.
I mean, in 2012 they didn’t even have 2FA yet. Also IIRC they haven’t started really leaning into the privacy angle until maybe around 2019-20 publicly, and from there it probably wasn’t the highest priority item for the security team. Not excusing how long it took, but they are a business after all and with how scary the warnings around ADP are I doubt it’s a very marketable feature with a lot of reach.
This article is very outdated and nowadays you can actually encrypt your entire iCloud and be the only key holder. You will get multiple strong warnings in the UI about the possibility of losing access to your account.
If you enable “Advanced Data Protection” (E2EE for your entire iCloud) Apple tells you they will not have the keys and you’re on your own if you lose access to all devices that hold them (or forget their passwords, respectively). This feature was introduced last year.
Actually, the GDPR applies to EU citizens no matter where they are so you shouldn’t have to make your request from the EU for them to have to believe it
I’m 6’5 but I’m also German. Is that ok?
Ahhhhh ok ich dachte das könnte der Service irgendwie sicherstellen. Ja ok dann verstehe ich warum der 2FA nich da ist.
Ich wünschte trotzdem dass man einstellen könnte 2FA für den Passkey zu deaktivieren – wenn man ihn hinter weiterer auth gespeichert hat – aber für die normale Passwortanmeldung beizubehalten. GitHub macht das glaube ich so.
Der zweite Faktor ergibt sich dann doch aber aus der biometrischen (bzw. Passwort als Fallback) Authentifizierung des Nutzers oder nicht?
Aber Passkeys entsprechen doch – zumindest nach meinem Kenntnisstand – bereits zwei Faktoren, weswegen man bei Nutzung eines Passkey keinen 2FA-Code mehr braucht
Du verpasst nicht viel. Ich werde trotz Passkey von PayPal immer noch jedes mal nach 2FA gefragt …
… sie wird sich doch sicher davon distanzieren, oder?
… oder?