One more thing: adding hot water, which evaporates faster, will probably increase vapor pressure in the environment, slowing down, or even stopping evaporation.
Poland and probably most of Europe. You don't need a car here for everyday living, so there is no point in giving licenses and care to kids.
Yeah 'make a better tea by making it taste less like a tea'. I have seen a lot of that from people who just don't like tea.
Though, for me that also include Brits, who spoil a good tea by adding milk ;-)
That is not true. Not fully true, and the true part is blown out of proportion by various populists (especially right-wing, who would like to replace what we have with USA model or worse).
Most basic health care is organized by the government and paid through taxes and social insurance (which is obligatory). Unfortunately it is not financed enough and it shows, more in some areas and less in others. GP access is quite good, especially in larger cities, unless someone didn't care to choose his 'first contact clinic' right. Those clinics are mostly private, but working on government contract. One can usually get a GP appointment within a week, often same day. Urgent GP appointments are available 24/7 through special 'holiday and night health care points'.
Things became worse when popular specialist help is needed. One needs a referral from his GP and may need to wait months for appointment. There is the point were people who can afford that, would often go private. That and dentists / orthodontist.
Big problems are in children psychiatry, mostly due to lack of funding.
Medicines are much cheaper that in USA. When prescribed by a doctor they are usually partially or even, in some specific cases, fully paid by government. That is not make it affordable for everyone that needs it, but it is not very bad.
When something very bad happens – serious accident, cancer, etc. then the public health care gives the most. Public hospitals will do what they can (with limited funding and overworked personnel) for free. People are not sent away because they are poor and won't have huge debt to pay just because they got sick.
There are private insurances, or rather subscriptions services. They used to give better access to basic health care that the public services, but recently they don't offer much more. And you must pay for the public service anyway. They usually totally fail in more serious case (chronic illness, cancer, serious accident) – one would get to and be treated by a public hospital too.
In short:
Pros:
- health care is basically free for everybody by principle
- GP access is good, and serious cases are handled quite well
- medicines are available and prices are not horrendous
Cons:
- not all the free health care is practically available, sometimes available appointments are months or years in the future
- dentists, orthodontists – not really available via public health care and private options are expensive
- doctors, nurses are other personnel are underpaid and overworked
- there is a lot of bad PR around health car here – this doesn't help improving things
On EFI systems all bootloaders are supposed to reside on a single partition. EFI does not support multiple 'EFI system partitions', so operating systems have to share a single one. And this is usually not a problem if it is the one Windows choose. The problem most often is broken EFI firmware which fails to correctly handle adding and removing boot entries. Or Windows, which fails to boot if anything changes (disk order and such), even though everything is still available.
But the problem they try to solve is: user's device is not under full control of the service provider. The only solution to that problem is to take away the control from the device owner. You cannot have both.
Browser and website developers see it other way: we can care about optimizations even less now.
Raspberry Pi is based on smart phone chips, very specific chips from one manufacturer. Raspberry Pi Foundation is not the main customer for this manufacturer and chips used for Raspberry Pi are not their only product – and now, during the big 'chip shortages' and supply chain problems other customers and other chips are given priority. There are no (or not enough) new chips for Raspberry Pis so there are no new Raspberries, so availability is dropping and prices are soaring.
I guess the same is true for most other SBCs.
For my hobby projects I switched to Raspberry Pi Pico. It is not a SBC, you won't run Linux on that, but it is a very capable microcontroller board which is enough for my needs. It is way cheaper much more available. And I won't look back – it occurred to me that things are much simpler when there is no whole OS on my devices and everything the device does is in my own code.
There are no problems with Pico availability, as it is based on a simpler, custom chip, designed by Raspberry Pi Foundation and manufactured for Raspberry Pi Foundation – they are no longer dependent on a single supplier.
They probably mean Ukrainian citizens ditching a 'democratically elected' president who they didn't like, because he tried to make Ukraine more Russian than European.
But that is still a democracy in work, when this is what most of citizens want. Especially when later democratic elections prove that (as it happened in Ukraine). Russia should not intervene, but they did and this destabilized the situation.
That works only when people are ready to question their opinions. Many are not. The 'why' question does not seem to make sense to them – why ask for reasoning, when we know 'the fact'?
The only meaningful 'why' in such situation may be: 'why I am still talking to them?'
Google would probably like to take over the user generated content somehow. If people can find it on Google even when it is not available on Reddit then it is pure profit for Google. They already provide a lot of information on their search pages bypassing the sources. Google is not our friend. Not any more.
My experience with C++ was when C++ was a relatively new thing. Practically the only notable feature provided by the standard library, was that unholy abuse of bit shift operators for I/O. No standard collections or any other data types.
And every compiler would consider something else a valid C++ code or interpret the same code differently.
I am little bit prejudiced since then… and that is probably where the author is coming from too.
Then things were just getting more complicated (templates and other new syntax quirks), to fill the holes in attempts to make C a 'high level language'.