Not all highschools have AP classes, so AP tests should not be required to apply, obviously. AP tests provide an objective metric to compare students who go to high schools with AP courses. For students who don't have AP courses, I think using grades is reasonable. All students can still submit additional non-required test scores and other supporting material for their application. At least now we are not wasting students time with this SAT bullshit.
I think the SATs are like Leetcode but even less useful. Obviously Leetcode is some indication that someone can program, but we're all aware that Leetcode is nothing like actual programming in a job. Similarly, the SAT is some indication that someone can do college, but nothing like actual college. I just think the cost of wasting millions of kids' hours studying for the SAT is a tragic waste of time, when they can be studying for their classes or more rigorous tests that test actual subject material like AP tests.
Imo the main advantage APs brings is GPA weighting/more impressive looking transcripts.
I think scores often aren't even considered by admissions -- purely used for college credit.
Edit: two reasons:
1) Because adtech is destroying society. Surveillance is never good. Ads as funding smears absolutely everything with perverse incentives that act consistently against both the explicit wishes and implicit best-interests of the viewers, and (it seems moreso every year) society at large.
2) Google is doing everything it can to protect and defend their control over said adtech, using all mechanisms at its disposal including a monopoly on Search, almost a monopoly (and veto power) on what defines HTML (Blink not Chrome), and like 70% of mobile platform.
In the case of the code you’ve posted, you’re shifting out the LSB before you check the bit, so it’s not quite right, but (in general) popcount is recognized and used when possible.
The two links in the article:
https://lemire.me/blog/2016/05/23/the-surprising-cleverness-...
And the LLVM source indicate to me it only picks up on x&(x-1) pattern, which would miss the popcount optimization on code like mine.
while(x != 0) { c += x&1; x >>= 1; }
Is this something that should be added to LLVM?
Edit: flip the order
My HP 32SII made terrible resistor noises. Bzzzzzzz like some sort of bad tinnitus. I could also hear it on an HP 48G when I placed my ear up to it.
Wouldn't it be possible to use SMT resistors and pot them in silastic to quiet them down?