Fucking arrogance to imply that the US won either of those wars. The alliances won, not a single country.
But it you want to rally push for an answer, in WWI, the UK nearly bankrupted themselves paying for the war. France and the UK fielded much larger armies than the US by double. And Canada, one of the smaller players in the war, during the hundred day offensive, was responsible for killing a quarter of the German soldiers, while only making up 3% of the fighting force.
In WWII, the Soviets killed more Germans than everyone else put together by 4 times. Americans also conveniently forget that the rest of us were fighting 3 years before they joined. I’m not diminishing the US and their role, but to imply the US won, like they did it alone is just fucking insulting.
As a note, on D-Day, Canadians troops pushed further and deeper into France than either the US or UK on the initial landing. I could also point out that had Canadians not won the Battle of the Scheldt, the war could have gone a very different way. Antwerp was essential to get supplies to the fighting forces. I don’t care how important the US thinks they were, they wouldn’t have done much winning without food, bullets or bandages.
Because I was bored
GIDAS data
www.ircobi.org/wordpress/downloads/…/2_3.pdf
It concludes that even if you increased grip, which includes tire pressure variance, by 15%, it would only represent a reduction of 2% of road related fatalities, which is actually within the margin of error.
While 2% sounds like a lot, GIDAS also shows that tire failures account for less than 1% of road accidents causing death.
So you’re spending $300 to $500 on a new car for a TPMS which reduces the probability of accidental death by 0.02%.
And fun fact, most tire related accidents are actually from tread depth, not low pressure, and TPMS will do fuck all to tell you your tread depth is low.
I used an AI to analyze a piece of writing I did years ago, long before AI was a thing. It determined that there was some huge margin of my work was likely written by AI, and when I asked why, it stated by use of sentence structure, words spelt using British spellings, oxford commas, and emdashes indicated I was AI — which I am not.
So many things wrong with this.
I am not a programmer by trade, and even though I learned programming in school, it’s not a thing I want to spend a lot of time doing, so I do use AI when I need to generate code.
But I have a few HARD rules.
I execute all code and commands. Nothing gets to run on my system without me.
Anything which can be even remotely destructive, must be flagged and not even shown to me, until I agree to the risk.
All information and commands must be verifiable by sourcing documentary links, or providing context links that I can peruse. If documentary evidence is not available, it must provide a rationale why I should execute what it generates.
Every command must be accompanied by a description of what the command will do, what each flag means, and what the expected outcome is.
I am the final authority on all matters. It is allowed to make suggestions, but never changes without my approval.
Without these constraints, I won’t trust it. Even then, I read all of the code it generates and verify it myself, so in the end, if it blows something up, I bear sole responsibility.
That is entirely a shit at managing memory problem.
If you have 1 MB of RAM left, firstly, your OS has not properly managed it’s resources. It should have reserved system RAM. Secondly, a good memory manager will have swapped out unused, or low priority pages.
And that’s not just a system issue. A well developed piece of software will unload (or never load) parts of the software that are not needed at runtime.
I’m going to give you a great example I just read about today, about bad programming practices. The install of Helldivers 2 has been reduced from 154GB to 23 GB. That’s a reduction of 85%. This was driven by de-duplication of code. So, while this is a storay about storage space, ask how many modules and functions were duplicated, and how many of those were loaded independently into RAM.
Bad programming in one area, means bad programming in all areas.
With your 1 MB example, I would ask if all of the devs who created all of the other programs on the system had written better and more efficient code, would you still need more RAM? The answer is no.
Right, but that’s not a high memory problem, that’s a Windows is shit at managing memory problem.
If MS fixed that, you could easily run memory hot at >90% without issue.
It’s also a software developers are making poor products problem. Even back when I was on Windows, I swapped out MS Office for Libre Office and then OnlyOffice. In both cases, my system performed better just by not running MS Office. That’s not a memory usage problem.
On my work laptop. which runs Windows, I removed the entire Adobe suite, which I don’t use for anything, and my overall system responsiveness increased. Again, not a memory issue, an poor programming issue.
Devs (the companies, not the individual programmers) know that users will throw more RAM at a problem, so it absolves them of the need to write better code. If Windows had a better memory manager, and Office and Adobe were more efficient, you wouldn’t need more RAM.
Also, just to clarify a point. Right now, web browsers, the worst abuser of memory, are taking up 24GB of ram on my system.
Because I have no memory swapping issues, I keep many open web browsers, which most people can’t if they are on Windows because it’s crap at memory management.
So our list grows to, crappy memory management on Windows, crappy development of web browsers, crappy development of applications, and crappy web pages (as you say).
None of that is a low memory problem, it’s all poor software development. When RAM was super expensive, developers (again companies, not individuals) got lazy and stopped caring about efficiency.
We don’t need more RAM, we need better code. There is no reason anyone running normal usage should need that much RAM.
To make my point, I just SSHed into my wife’s Linux PC, which she never closes anything, and this is her memory usage with a bunch of browsers doing all the normal things she does, and multiple spreadsheets open in OnlyOffice.
Memory: Total: 16278284 Used: 6254884 Available 10023400