iMessage is still only available on Apple hardware. Apple’s malicious compliance has made developing apps for third party app stores a no-go. I have AltStore installed but there are no apps worth installing.
This will help people set clear expectations for their apartment search.
The prices match ImmoScout, but are insanely high above the Mietspiegel, and therefore not actually a legal rent.
Imagine telling students in school to not bother learning physics or calculus, as others have already mastered those fields.
In Germany if you’re mid to high earner, a private insurance can cost you less than half than the public healthcare system and you get much better service. Starting with appointments with specialists, who always give preference to privately insured people.
In this day and age public healthcare system are not efficient and bill the wrong people.
They are mostly payed by young population, between 18 and 65 years old. Specially the highest earners.
However most of the usage comes from 65+ citizens, which are starting to become majority. And also tend to be the ones concentrating the wealth of the country.
These public systems work great when most of the population is young and is paying into the system. But modern western societies are not like that anymore. Wealth is not owned mostly by older people while they barely pay into the system.
Private systems work better because each citizen pays into his old age health coverage during his young years.
The solution here is to get rid of private insurance in Germany and only have public. It creates a two class system and private is a terrible choice once you are older, as costs will skyrocket.
That is an extreme claim (in the sense of surprising, remarkable, unusual, and one that needs a lot more support than ordinary claims).
It is inadequately defended here. The argument that it violates fair exchange is tautological.
Why should they get ownership of the business? When you get a mortgage for your house, the bank doesn’t permanently own part of your house after you pay it off.
But there's a lot of hokey, amateurish stuff in there... with more added all the time. Let's start with the arbitrary "structs are passed by value, classes by reference." And along with that: "Prefer structs over classes."
But then: "Have one source of truth." Um... you can't do that when every data structure is COPIED on every function call. So now what? I spent so much time dicking around trying to conform to Swift's contradictory "best practices" that developing became a joyless trudge with glacial progress. I finally realized that a lot of the sources I was reading didn't know WTF they were talking about and shitcanned their edicts.
A lot of the crap in Swift and SwiftUI remind me of object orientation, and how experienced programmers arrived at a distilled version of it that kept the useful parts and rejected dumb or utterly impractical ideas that were preached in the early days.
Swift structs use copy on write, so they aren’t actually copied on every function call.