… what you said is correct, but that’s superposition, not entanglement. Entanglement is when you create a product state of several qubits that cannot be decomposed into a tensor product of basic states (a single proton/photon/whatever).
… what you said is correct, but that’s superposition, not entanglement. Entanglement is when you create a product state of several qubits that cannot be decomposed into a tensor product of basic states (a single proton/photon/whatever).
Oh yeah, that. My bad, mixed 'em up.
The original algorithm doesn’t use entanglement, though! Just the fact that measurements can change the state. You can pick an axis to measure a quantum state in. If you pick two axes that are diagonal to each other, measuring a state in the “wrong” axis can give a random result (the first time), whereas the “right” one always gives the original data.
So the trick is to have the sender encode their bits into a randomly-picked axis per bit (the quantum states), send the states over, and then the receiver decodes them along a random axis as well. On average, half the axes will match up and those bits will correspond. The other bits are junk (random). They then tell each other the random axes they picked, which identifies the right bits!
They can compare a certain amount of their “correct” bits: if there’s an eavesdropper, they must have measured in the wrong state half the time (on average). Measurement changes the state into its own axis, so the receiver gets a random bit instead of the right one half the time. 25% of the time, the bits mismatch, when they should always correspond.
You can have post-quantum cryptography using classical computation, though
(“Simply” pick a problem with no quantum acceleration. I think Elliptic Curves Cryptography works, but I’m not an expert)
“The transgender topic” is already weird as a statement (kinda like “the gay agenda”, it comes off as only considering it as a political statement?), and “clearly promoted by the bourgeoisie” implies it’s bad.
“As far as […] lgbt flags on government buildings”: it’s… not far at all? Again, weird statement.
“Biological male” is both wrong for the boxer (she’s cis) and generally used for transphobia (trans women on HRT aren’t biological males by any reasonable definition). It’s also generally conspiratorial.
Overall it’s not explicitly transphobic or bad to me, but it shows at minimum a very misinformed perspective.
Yeah that’s fair. I don’t quite know why I read that the way I did, but I read the “choosing” as “lives there and isn’t actively attempting to move”.
… do you just expect everybody who lives there to pack up and leave? Even though their entire lives might be there and moving costs a ton?
Yeah fair enough, I didn’t mean to contradict you, more add on to your comment
No, but since Canada can regulate/limit the oil and gas it exports, this is still a useful number.
Imports also need to be counted.
Unfortunately climate change is every country’s responsibility to fix, since every bit helps.
“Well and truly over two decades” is definitely true…
Exxon had a report in the 80s talking about a 1°C rise in “40 years” ie literally right now
Ahh, that makes sense. Powers of two are real convenient. Your math is a little wrong though: X != (X & 0xFF) + (X >> 8), but X = (X & 0xFF) + (X >> 8) << 8
The right half can be removed entirely if you’re doing modulo 16, since the first 4 bits will always be 0. So it simply becomes X & 15
! Much cleaner for sure.
Would you happen to remember what the optimization was, mathematically?
https://stackoverflow.com/questions/20036698/subdivide-a-modulo-function-16-bit-but-can-only-do-8-bits-at-a-time#20036828 seems to say that it’s “impossible afaik”, and I can’t seem to optimize it myself (though this kind of math isn’t my forte)
I’m not an OS dev, I have no idea how stuff this low-level works.
I’d suggest some kind of “press this key to view debug information” text (or make it documented but not visible, to avoid people just pressing whatever button is written on the screen)
It completely breaks them, currently: https://github.com/TeamNewPipe/NewPipe/issues/11139
This applies to at least NewPipe and yt-dlp, probably basically every such tool. Also, if you use logged-in cookies and download, they sometimes ban your account! Fun!
… which is why youtube has recently started blocking non-logged in users
Just to offer some support, you’re right and those are good questions
Also, the reason this is a CVE is because Rust itself guarantees that calling commands doesn’t evaluate shell stuff (but this breaks that guarantee). As far as I know C/C++ makes no such guarantee whatsoever.
Having read a significant portion of the base WASM spec, it’s really quite a beautiful format. It’s well designed, clear, and very agnostic.
I particularly like how sectioned it is, which allows different functions to be preloaded/parsed/whatever independently.
It’s not perfect by any means; I personally find it has too many instructions, and the block-based control flow is… strange. But it fills a great niche as a standard low-level isolated programming layer.
I don’t think Windows’ Copilot is locally processed? Could very well be wrong but I thought it was GPT-4 which is absurd to run locally.
Ah, my bad then.