Meanwhile Republicans are going on every news channel to declare that this administration's policies are guaranteed to make China the dominant world power.
The reality is, China is not really that concerned with what the US does beyond whether those actions benefit China. They'll complain publicly any time they aren't being treated "fairly" -- which in their doublespeak means favorably -- and then turn around and treat everyone else with explicit unfairness in a fairly public and obvious manner. Don't subscribe to their reaction videos.
The only question that matters is whether the policies are effectively delivering on their professed goals.
The IRA mostly such a brilliant piece of legislation that it is hard to even understand that it made it through the legislature nearly unscathed. Ignore the leftists so far up their own assholes that they'll pretend Joe Manchin taking a small shit in the corner means we should permanently condemn the whole pool. The chips bill is pretty reasonable, albeit quite protectionist. The bipartisan infrastructure bill has its priorities all over the place, but still manages a fair amount of impressive progress (though god help me the amount we are STILL spending on highway expansion is simply incomprehensible. We KNOW it doesn't work).
Whether or not China likes or hates these policies... no one should care who isn't Chinese. It's not our problem. They have an authoritarian government and can change their domestic rules to get on friendlier terms with the rest of the world any time they please, and if they aren't doing so that is their choice to make. They have a right to complain to the WTO. They know better than anyone that the WTO has no real power to change domestic policies, though.
They are very useful for outlining and similar "where do I start" writing projects. They help break the dam and just get some damn words on the screen, at which point it's often easy to continue and flesh things out to a complete thought.
They either can become an anti-Trumper or fully insert their tongues into his asshole. If you don't do the latter, Trump will identify you as the former -- and send his brown shirts after you.
The null would be that it is a fair die (average roll 10.5). Your test is whether the true result is significantly less than 10.5 based on a sample of 100 with a mu of 8.8. Let's call it an alpha of 0.05
So we have to run a left tail one-sample t-test.
Unfortunately, this data set doesn't tell me the standard deviation -- but that could be determined in future trials. For now, we'll have to just make an assumption that the D20 is fair. For a fair D20, the standard deviation should be be sqrt( ([20-1+1]^2 -1)/12) or roughly sqrt(33.25)
We can run that t-test in a simply python script:
import numpy as np
from scipy import stats as st
h0 = 10.5
sample = np.random.normal(loc=8.88, scale=(np.sqrt(33.25)), size=100)
t_stat, p_val = st.ttest_1samp(sample, h0)
print(f"T-statistic: {t_stat:.4f}")
print(f"P-value: {p_val:.4f}")
Of course, I had to randomize this a bit since I don't have access to the full data from the true sample. That would make for a better bit of analysis. But at least assuming I didn't make a serious dumb here, 100 rolls averaging 8.88 would seem to suggest that the you can reject your null hypothesis of this being a fair die at a typical alpha of 0.05.
Then again, the way I wrote this script is GUARANTEED to be an unfavorable result since the way I randomized it REQUIRES the average end up 8.88, which is, of course, less than 10.5. Your real world testing would not have this constraint.
Apple innovates in new and exciting ways to not support devices. They invent new antirepair technologies and have pioneered locked-in walled-garden app stores that prohibit users from doing what they want or need to keep their devices working.
They don't get to wear the white hat just because they do some shit well. They are the bad guy. And they could change posture pretty much immediately if they were at ALL serious about their devices having long-term support. They control basically their whole tech stack and could make it so their devices can continue to be maintained indefinitely even if they aren't doing it. But control matters more to them than support.
I really don't think anyone should be giving them credit here, not even as a backhanded compliment.
Tons of old hardware continues to be useful to its owners just by virtue of being on open and maintainable platforms.
But Apple continues to push harder and harder for planned obsolescence while claiming they support their devices better than the competition.
Apple earns unique hate in this category because of how strenuously they fight against things like right to repair. Failing to support old products isn't the end of the world but intentionally making it so that old products aren't supportable is very bad and the Apple App Store is a major instrument for making sure old Apple devices stop being useful.
The entire reason notepad still exists is that it edits and saves to plain text files. I do not see how an opt-in spellcheck or autocorrect interferes with that -- though honestly, I don't see who the possible customer is for those features either. It's a waste of time, but it doesn't undermine the application.
What reason, honestly, did Wordpad have to exist? Who was clamoring for an RTF editor but thought any of the free the full-featured ODF editors or online service a la Google docs were not up to the task? Seems a lot of people are salty that Wordpad was dropped, but I just don't get who was using it. This from someone so frustrated and annoyed by pretty much all WYSIWYG doc editors that I've lately been doing more stuff in latex despite how irrational I know I am being.
Starting with only autopaid non-flexible spending is a good bet, and there are credit cars that will de facto get you an 3% discount on those categories just for using them.
Remember, all cash rewards / points systems exist to make you spend more money, though. Like the cards, they're designed to increase your spending. So it's the same advice -- only think hard about it for fixed costs.
Two different employers that really deserve to be absolutely thrashed but as soon as I got to the point where it was asking me my true identity I realized there was no hope it wouldn't come back to bite me in the long run.
I understand why in their business model they want to be able to verify employment. I'd even say it's reasonable. But the Privacy implications of it are just too tremendous and they I've never been practically or systemically trustworthy.
And knowing this about them means they aren't a reliable place to be warned off of a bad employer either. The primary purpose of their site is completely undermined by this bad policy.
There are no US roads I am aware of where the speed limit is over 80mph.
Why can a stock US car go faster than 80mph, then? Why does NHSTA approve of cars that can go double, triple that speed? Makes no sense to me, for sure. Especially when similar agencies are doing idiotic and pointless shit like banning Kei Trucks for "safety" reasons when these vehicles are objectively safer and better for the public than any current-model "light truck" 120mph+ road yacht.
Europe approached this same question with a pretty straightforward answer: Intelligent Speed Assistance. It'll be mandatory relatively soon for all new cars, as far as I am aware. It's already mandatory for new cars in the EU. There's some nasty privacy implications of it, obviously. Very possibly nasty enough to bring me to a "no" overall on the idea. But the safety considerations are without doubt correct.
Assuming the label isn't inaccurate, there is at minimum equal parts of the honey and corn syrup. The list must be in descending order by weight. I'm not sure what the rule is for equal quantities; I'd assume alphabetical, but there may be no such requirement.
Meanwhile Republicans are going on every news channel to declare that this administration's policies are guaranteed to make China the dominant world power.
The reality is, China is not really that concerned with what the US does beyond whether those actions benefit China. They'll complain publicly any time they aren't being treated "fairly" -- which in their doublespeak means favorably -- and then turn around and treat everyone else with explicit unfairness in a fairly public and obvious manner. Don't subscribe to their reaction videos.
The only question that matters is whether the policies are effectively delivering on their professed goals.
The IRA mostly such a brilliant piece of legislation that it is hard to even understand that it made it through the legislature nearly unscathed. Ignore the leftists so far up their own assholes that they'll pretend Joe Manchin taking a small shit in the corner means we should permanently condemn the whole pool. The chips bill is pretty reasonable, albeit quite protectionist. The bipartisan infrastructure bill has its priorities all over the place, but still manages a fair amount of impressive progress (though god help me the amount we are STILL spending on highway expansion is simply incomprehensible. We KNOW it doesn't work).
Whether or not China likes or hates these policies... no one should care who isn't Chinese. It's not our problem. They have an authoritarian government and can change their domestic rules to get on friendlier terms with the rest of the world any time they please, and if they aren't doing so that is their choice to make. They have a right to complain to the WTO. They know better than anyone that the WTO has no real power to change domestic policies, though.