In this scenario, the US parent company does not have physical access to the data, so it needs to request it from the EU subsidiary. The subsidiary then refuses the transfer to comply with German law.
The goal is to design the services and corporate structure in such a way that, if the parent company was forced by US law to try to get ESC data, the operator would be forced by EU law to not comply. In extremis, the partition would be shut down, rather than release the data.
I think we're moving past this fear, thankfully. When you look at newer Java features (records, destructuring, value types) you see that even in the most stereotypical OOP language we are developing a language to describe both behavior (what we always had, with SOLID and domain classes and so on), but also a lightweight language to operate on pure data.
I agree with the article for the most part (except the last snippet where the author reverted to bare, mutable fields), but the point was very badly argued.
I think we really need to consider that sometimes you want a place to hold together data, and some other times you are encoding some behavioral trait, and prior to records Java did not have a way of distinguishing between them.
My rule of thumb is to avoid exposing data in behavioral classes, and prefer immutable patterns for data holders. But sometimes it's not possible to not have setters (e.g. for builders and for JPA entities).
I’m a young Portuguese that left the country for better opportunities, part of the demographic this “author” claims to care for, and it’s hard to not feel disgust at the cynicism and extreme liberal bias.
Apparently everything is the socialists’ fault and the center right parties just didn’t kowtow to fascists hard enough.
Is Velodrom the big sports complex by the Landsberger Allee station? If so, it makes sense. Afaik it is the biggest pool complex in the city, supporting olympic swimming and diving.
Desktop apps scale their layout based on the number of pixels, not on text size. So (with the notable exception of browser apps and by consequence Electron apps) you will just end up having bigger text in a badly laid out window if you just increase text size.
The amount of physical adjustments and maintenance needed to operate mirrors in the 15m+ diameter range, for visible and near IR/UV, are very hard in outer space. For now it seems that earth-bound optical telescopes are still needed, even with all the orbital debree and atmospheric interference.
I think you’re right in the aggregate and the abstract.
But it’s also funny that two of the situations you mentioned (Johnny Depp “victim” and Bud Light) are fake stories based on conservative media astroturfing where any judge would be hard pressed to find that there was unreasonable behaviour on the corporate end.
And of course, being a white knight only works if you’re privileged enough to be able to jump ship or fight your social wars and still have something to fall back on. Not everyone here is a US citizen with US resident parents and US college education, earns 6 figures, or has had decades of working experience to accumulate savings and make a CV.
The link on the page https://airportpianos.org/pianos, section "About the List" that points to the JSON file is actually pointing to a localhost address, not your public host name.
The post you're responding to probably meant in the event of alternative HTML+text emails. Obviously if the email is plain text-only it won't invent HTML to show the user...