That's two different components, so they're made by two separate cottage industries in two different states to make sure you have leverage on more politicians. Connecting the two would increase the BOM by $0.1, which means a $1000 increase in retail price, and customers don't want to pay that, so clearly everything is the customers' fault.
Yes, same for QA sometimes.. dev sets bar lower as the QA can test it. Just makes a bunch of back and forth. And when stuff breaks nobody feels responsible.
Sure, but on a global scale the rich are a small percentage of the world population.
Some countries are very restrictive on prescribing antibiotics (almost too strict) and it feels like it falls flat as you can get it over the counter in a lot of places.
In Switzerland it's tough to get antibiotics unless you absolutely need them. Even when I had a lung issue for 2 weeks I had to beg to get antibiotics. Weird. And they are not available over the counter.
In Hungary, on the other hand, they hand them out like candies.
So yes, the solution was to import them from Hungary. :-)
they didn't give in, but I actually checked hospital internal guidelines for doctors, and it states 3 weeks.
They could have done some more tests or whatever, as it was maybe the worst lung issue I've had and I was really miserable. I knew that antibiotics would help, and they did. I sourced them myself.
You could say lucky guess, but after I complained to my health insurer about the bad doctor's visit, they covered the cost fully without any dispute, so they must have agreed with me with at least about maybe running some more tests...
If it was "only" [1] a viral disease, it should dissapear even without antibiotics after a week or two. So perhaps your body solved the problem alone, while you took antibiotics that had no effect.
This is a real posibility and is a real problem to test how useful the medicines are. So all serious studies use a control group [2] to compare the rate of spontanous healing with the rate of healing with the antibiotic.
[1] Some virus are very nasty and can kill you. People confuse the common cold andd the flu, but usualy the flu is much worse.
[2] Preferabely a preregistered double blind randomized control group, becuse there are a lot of other problem that can cause a false result.
What kind of evidence are you expecting? Many diseases are treated with antibiotics without definitive evidence via some kind of test. Often, evaluating symptoms is deemed sufficient. For example, in the case of Erysipelas, an infection of the skin
The commenter did not expound on any specific evidence that would suggest a bacterial lung infection. 2 weeks of malaise and non specific upper respiratory symptoms is not strong evidence of a bacterial pneumonia, sorry.
For external infections, observation by visible inspection is still evidence, a sign, not a symptom. So, not sure what your point is. Erysipelas is invariably diagnosed by signs, not symptoms. Very rarely are bacterial infections diagnosed by symptoms alone.
It is but that doesn't help us here in Sweden, we pay the highest bid price for the electricity generated here but being exported.
The last government at least put in place windfall taxes to pay us back during the massive cost increase in the first winter after Russia invaded Ukraine. We got compensated a few months later the prices went insane. The current government already said they won't do that, which is rather absurd since a lot of our electricity is generated by Vatenfall, a state company.
I’ve not used Svelte since it first came out, but what annoys me a bit is that all these frameworks whose USP is that they are simple, then time goes by and they all seem to add more complex stuff that I’m not sure it’s needed?
Vue was the same, vue 1 was simple and you could get going within minutes, svelte had the same feeling first time I used it, but now looking at version 5, it still looks simple, but seems to start leaning towards the same route vue took..
I'm not very qualified to speak on the subject, but Svelte had (last I checked) the feature of not having a VDOM, meaning I was able to use generic JS libraries with it that did not require a implementation that was Svelte-only, as is the case with many such React and Vue libraries.
Personally, I like to stay as close to web standards as possible, instead of tying myself to specific implementations of specific addons for specific frameworks.
I was referring to how React and Vue have a whole internal virtual implementation of the DOM which prevents many vanilla JS libraries from working with them.
Svelte is built to not require this abstraction (VDOM), which increases the likelihood that it will work with other JS libraries out of the box.
The charitable explanation is that a lot of it is needed; that there is an inherent complexity to this domain, and the relative simplicity they tout at launch is possible because they haven’t yet contended with real-world use.
I used Vue 2 for a number of years and see what you mean about Vue 3.
I don't think this is what happened with Svelte though. I never used v1 but v5 simplified and distilled a lot of things vs v3 (and v4 which was almost identical).
Surely you wouldn't give a third party analytics app write access to your prod DB? It would be a nice UX improvement if the app checked the permissions and gave you instructions on how to set the permissions properly, but this seems to be entirely at the level of setting it up correctly.
I think I would be okay with not having the ability to generate queries from natural language if it came with the possibility of my data randomly getting clobbered!