The problem is for many years now the smallest phone available has been getting larger and larger. This has lead small phone enthusiasts to cling to their old phones as long as they can stand it until they are forced to step to a larger model.
These days ACH settlement runs multiple times a day. The biggest source of delay for ACH transfers is your bank delaying release of the funds for risk management. ACH transfers can be reversed even after they have "settled" and if the receiving bank has already disbursed the funds then they have to eat the cost of reimbursing the sender. Reversals are more likely to happen soon after the transfer completes, so delaying release of the funds makes it less likely the bank will be left holding the bag.
> Medical insurance companies often already go out of their way to pay early to save in the long run
Literally LOLed when I read this. Health insurance companies might pay lip service to this and make some token gestures like free preventative care, but in my experience health insurance companies frequently shoot themselves in the foot by denying care that later ends up costing them even more when the patient's untreated condition worsens.
Maybe true in US, but here in Europe ie my health insurance gives me rebate on my gym membership (any gym). With some more automated low cost gyms I can get back up to 50% back. This seems like a similar case.
> Because at the time those vulnerabilities could be exploited by executing malicious javascript in a browser to steal passwords
"could be" is doing a lot of work here. AFAIK there has never been a PoC or active exploit which actually exfiltrates sensitive data from a browser using these vulnerabilities. Anyways, browsers have long since implemented software mitigations.
IIRC the real criteria for W11 support has to do with TPMs. Microsoft really wants to have secure boot on all Windows systems.
It's not at all difficult if you are eating junk food. For example a single Medium Pizza alone is enough to fill your entire day's worth of calories.
I know because I've experimented with this when I started measuring my weight, heck sometimes having a single Wendy's Baconator will not only fill your entire calories but even make you gain weight.
Your activity levels of course also matter but I'm assuming sedentary lifestyle.
This is much more different for healthy foods however.
It doesn't need to be a cash cow (and probably shouldn't be), but public transit should be able to break even because that is the only reliable signal that a service is providing enough value to justify its cost.
If they're breaking even then what "cost" is there to justify? That's a really roundabout way of saying that public transit doesn't deserve public financing.
The "you're fucked" was written on the inside of the ejection port dust cover so that it would become visible after the weapon was fired. The implication is that he was eager to shoot someone.
Pretty much any algorithm that involves mul/div/mod operations on array indexes will naturally use 0-based indexes (i.e. if using 1-based indexes they will have to be converted to/from 0-based to make the math work).
To me this is a far more compelling argument for 0-based indexes than anything I've seen in favor of 1-based indexes.