

If the GDPR were worth a damn, this leak of over 200M data subjects’ data should be more than enough to completely liquidate this company to pay for damages.


If the GDPR were worth a damn, this leak of over 200M data subjects’ data should be more than enough to completely liquidate this company to pay for damages.


60m records in Germany. That 3/4 of the population. The US has 350m inhabitants. 200m leaked records accounts for more than half!


If you argue like that then neither intelligence nor societies exist. A the fundamental level, every neuron just computes its output from its inputs, quite predictably even. That doesn’t mean emergent behaviours cannot exist.


Boy, I recently had to look into the Java backend to figure out… something. I can’t remember.
It turns out that they needed to inject a bean into their class which was itself calling a factory, which according to documentation, instantiated three other classes just to make a fucking HTTP request! What’s worse, that clusterfuck of a (fairly standard) library required the base URL to be declared separately from the actual paths, and both the base URL needed to end with a slash, and each path must begin with one. Every reasonable programmer would assume that this is a mistake because the final path would end up with two slashes, but the library actually required that.
Meanwhile, frontend: fetch('url').then(r => r.json()).then(beHappy)


One way in which this could have come about is that Math.random wasn’t supported in all relevant browsers when the library author wrote the library. So they had to roll their own randomness with blackjack and hookers. Later the web standards evolved and the author was able to remove the custom code, but now had people relying on his library’s exposing a getRandom function.
What is this magical job where two typos land you a day off, no questions asked?
I beg to differ. An apology means that you feel bad about harm inflicted upon others. To prove the point: You apologize when you’re late due to circumstances that are outside of your control. Or when you accidentally bump into someone on the bus when the driver slams the break.