No, none of them.
- Yes, our best data suggest masks probably reduce the spread covid. But even then it's not protection. Depends on your definition of "work".
- There's much clearer evidence of vaccine efficacy, but still, "work"?
- The Belarus 2020 election was stolen.
"Masks work" is one of those polarizing political statements made to shut down legitimate debate. I'm never going to agree to that sort of nonsense. It's by questioning and debating such things that we acquire knowledge.
Now, the claim that the 2020 US presidential election indeed is an illegitimate conspiracy theory, but that's because we can easily debunk the claims. Yes, questioning the election is legitimate, refusal to hear the answers is when you become illegitimate.
For example, people legitimately questioned why Maricopa County recommended Sharpies after years of discouraging them. But the answer is because they changed the ballot so that bleed through is no longer a problem, and fast drying inks are better.
In other words, you don't need to believe "because experts told you so", you can instead look at the ballots and how they offset bleedthrough to confirm for yourself how they fixed the bleedthrough problem.
Question -- put pay attention to the answers.
Thus, we know Trump's and Guiliani's claims were false because they kept pointing to Sharpygate as one of the many pieces of evidence supporting their cause.
But the reason I bring the Belarus election into it is that sometimes elections are indeed stolen. In that case, fomenting civil unrest is a totally legitimate response, when the evidence is on your side.
Trump's fomenting civil unrest would've been totally legitimate had he been right. Thus, I don't agree that this was illegitimate. I claim instead that his lack of evidence that survives reasonable scrutiny is what's ultimately illegitimate.
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Germany, France, and Italy paused use of the vaccine over concerns over bloodclots -- even though by every rational measure this will costs thousands of lives.
There were 15 deaths due to bloodclots out of 17 million doses.
(a) this is no higher than the normal deaths due to bloodclots
(b) is an entirely acceptable number of deaths due to bloodclots compared to the risk of the disease.
While a JSON parser parses the input, it puts things into a hash table, which is very efficient ON AVERAGE. But if a hacker constructs the input in a special way, it becomes very inefficient -- essentially, it'll crash/hang.
Thus, you need to randomize where things get placed in a hash table such that a hacker can't possibly guess the order. This means grabbing a TRUELY random number from the operating system or hardware.
Time for another lesson in dictionaries. Yes, dictionaries are supposed to reflect how people DO use words, not how they SHOULD use words. But this includes documenting the fact people will look down on you for using it.
1/ BTW, the criticisms we techies have of Perloth's zero-day book isn't with Perlroth but with the NYTimes-style reporting. NYTimes reporters don't understand the subject but nonetheless attempt to explain it, leading to mangled information and outright lies.
2/ For example, Dave Sanger has a book on nation state hacking "A Perfect Weapon". In a chapter titled "Man In The Middle", he describes the Snowden "MUSCULAR" revelation as:
3/ Um, no. This contradicts everyone else's reporting on MUSCULAR. This contradicts how Wikipedia describes the program. It contradicts how I, a techy, read the diagram. Nobody (of note) but Sanger thinks that arrow points to where the NSA is tapping things.
1/ So here's the deal: it's not always clear that our perspective is necessarily the "right" one and the NYT's is the "wrong" one. There's good reason why the NYT might reasonably disagree. But...
2/ ...but it is still a clear difference between how the NYT reports things and how the either the tech press (Wired, Ars Technica, etc.) or the rest of the mainstream press (e.g. Associated Press) reports things.
3/ The NYT prides itself on not simply giving the "facts" but telling "narratives". In other words, as the paper of record, they don't simply want others to repeat their facts, but repeat the spin they've put on stories.
okay ipv6 people -- am I right that SLAAC only happens when the Router Advertisement advertises a prefix of /64 (not /63, not /65) and the "autonomous address-configuration" flag is set?
I ask because I can't figure out how to get my Ubuiti EdgeRouter from getting a prefix delegation of /56 from my ISP, and then giving /64s to internal interfaces to get SLAAC working.
the "prefix ::/64" command for radvd doesn't give a /64, that string means to query the local interface, which is /56, and use that instead.