Oh yeah you’re right. I just looked it back up and this article says one of the commentators was getting $400k a month, a $100k signing bonus, and additional performance based payment in exchange for I guess 4 videos a week.
Oh yeah you’re right. I just looked it back up and this article says one of the commentators was getting $400k a month, a $100k signing bonus, and additional performance based payment in exchange for I guess 4 videos a week.
I guess according to the allegations only the founders of Tenet Media or whatever it was called knew the money was coming from Russia and they hid it from the talking heads.
But like… How much money do these people have to be getting paid before they have a thought to question where it’s coming from? Dim Tool was apparently getting like $100k a WEEK from them. Like at what point does it start to get suspicious?
Edit: I was misremembering. Apparently it was $100k a week so that’s $400k a month.
I would absolutely kill for a Weird Al parody of “Not Like Us” about how deeply and toxicly creepy and weird these rightoid freaks are.
More than just non-conforming generally too. They super quickly embraced that non-conformist image when it came to the masks.
But it feels like just calling them weird triggers a primal fear within them that they’re not really part of the “in-group” after all. It works where other insults don’t because they can’t easily write it off as their enemies simply being jealous of how cool they are basically.
Most likely you’d have to allow the sitting president to appoint an acting justice to serve out the remainder of that justice’s term. Yeah we’d still have the problem of RBG dying under Trump and giving us a 6-3 conservative majority, but if she only had a few years left on her term when she died the damage would at least be limited.
As for what McConnell did to Garland, having term endings scheduled would make that a lot harder. If their terms are staggered such that they always end 1 year and 3 years into each president’s term it destroys the argument that it’s too close to an election and the people should get to decide who makes the appointment. They’d be forced to outright deny the nominee and let the president try again. That’s much harder to maintain.
The idea would essentially be that they wouldn’t all hear every case. You’d randomly assign a panel of say 5 justices from the pool and each panel would hear their own cases.
That way we stop bullshit like what Thomas did in his Dobbs concurrence where he straight up said he thinks cases like Obergefell (gay marriage), Lawrence (can’t criminalize gay sexual acts), and Griswold (contraception) also need to be reversed and all but instructed conservative legal circles to back challenges to those cases. Since there’d be no guarantee that a baseless partisan legal challenge would end up in front of favorable justices they would be much less likely to succeed.
This does potentially introduce a problem with consistency, but such a problem isn’t unsolvable. You could institute a rule that allows for basically an appeal on a SCOTUS ruling to be heard by either a different panel of justices or the entire body as a whole, for example. It obviously wouldn’t be perfect, but we don’t need perfection. We need SCOTUS to not be some unaccountable council of high priests who can act with blatant partisan interest and we can’t do anything about it.
No shortage of Christian terrorism. Just ask any abortion clinic nurse.
The clinic that did the selective termination that saved my twins’ lives had to be so cloak and dagger about their stuff that we literally had no idea we were showing up to the termination until they’re wheeling my wife back to surgery. It’s one of the only clinics in the state that even does the procedure we needed to my knowledge. That’s how many bomb threats, arson and assassination attempts they deal with.
#include <stdio.h>
int main() {
Long long x = 0x7165498511230;
while (x) putchar(32 + ((0xC894A7875116601 >> ((x >>= 4) & 15) * 7) & 0x7F));
return 0;
}
Might be wrong on a few things here as I haven’t done C++ in a while, but my understanding is this. I’m sure you can guess that this is just a very cheekily written while loop to print the characters of “Hello, World!” but how does it work? So first off, all ASCII characters have an integer value. That 32 there is the value for the space character. So depending on what ((0xC894A7875116601 >> ((x >>= 4) & 15) * 7) & 0x7F)) evaluates down into you’ll get different characters. The value for “H” for example is 72 so that first iteration we know that term somehow evaluated to the number 40 as 72 - 32 = 40.
So how do we get there? That big number, 0xC894A7875116601 is getting shifted right some number of bits. Let’s start evaluating the parenthesis. (X >>= 4) means set x to be itself after bit shifting it right by 4 bits then whatever that number is we bitwise AND it with 15 or 1111 in binary. This essentially just means each iteration we discard the rightmost digit of 0x7165498511230, then pull out the new right most digit. So the first iteration the ((x >>= 4) & 15) term will evaluate to 3, then 2, then 1, then 1, etc until we run out of digits and the loop ends since effectively we’re just looking for x to be 0.
Next we take that number and multiply it by 7. Simple enough, now for that first iteration we have 21. So we shift that 0xC894A7875116601 right 21 bits, then bitwise AND that against 0x7F or 0111 1111 in binary. Just like the last time this means we’re just pulling out the last 7 bits of whatever that ends up being. Meaning our final value for that expression is gonna be some number between 0 and 127 that is finally added to 32 to tell us our character to print.
There are only 10 unique characters in “Hello, World!” So they just assigned each one a digit 0-9, making 0x7165498511230 essentially “0xdlroW ,olleH!” The first assignment happens before the first read, and the loop has a final iteration with x = 0 before it terminates. Which is how the “!” gets from one end to the other. So they took the decimal values for all those ASCII characters, subtracted 32 then smushed them all together in 7 bit chunks to make 0xC894A7875116601 the space is kinda hidden in the encoding since it was assigned 9 putting it right at the end which with the expression being 32 + stuff makes it 0 and there’s an infinitely assumed parade of 0s to the left of the C.
I guess it’s a special kind of character called a ligature. They apparently are characters for combined operators. So in this case it seems to just be >>= all as one character?
Years ago I had really severe anxiety and intrusive thoughts. I noticed though as my anxiety got better through among other things therapy that the intrusive thoughts took on a new form; Unbidden and often times inappropriate shitposting IRL.
Personally, most of the time I don’t really hear my internal monologue. It’s there but it kinda tends to get drowned out by a constant swirl of other random thoughts unless I externalize it and talk to myself, but I do hear the intrusive thoughts loud and clear. Add those things together and I like to joke that I accidentally manifested a shitpost tulpa.
Then because I found this thought amusing I came up with an entire character to put to it.
I too have ADHD
Mozc is available on android? Guess I got some looking to do.
Don’t get your hopes up too much, but potentially yes. Congress is the one that has the power of the purse. They appropriate money to be used for certain purposes and the Executive is responsible for spending that money on the things Congress appropriated it for by a certain date from the bill that did the funding. But usually the form this takes is Congress giving a number and the President deciding exactly what to do to meet that number. Any time before that deadline Congress can decide to reappropriate funds for something else. They usually just opt to change the numbers next time around. Biden tried to get them to do this with some sections of border wall that were funded under Trump. So theoretically yes Congress could cancel this later if they wanted to.
But even if they don’t, if what you quoted is accurate this is probably one of the best case scenarios for us non-Genocide Enjoyers. This means that the Biden admin is eating up $18 billion dollars of the money Congress appropriated for Israel aid to build jets that they won’t get in time to further their genocidal aims. Since that money has to get spent arming Israel regardless since that’s what Congress appropriated it for it’s much better if it goes to expensive shit they won’t get for years than munitions they could use within weeks to bomb more civilians.
My son can be a hell of a smart ass at times as all 12 year old kids can be. He’s autistic, was diagnosed with Oppositional Defiant Disorder, the whole 9. But it’s the damnedest thing, when I talk to him like he’s a person with his own agency, treat him with dignity and respect, and explain to him why I want something from him he happily hops right up and does exactly what I ask. It’s the craziest thing.
Yep, like anything with the goal of changing behaviors it all comes down to what behaviors you’re targeting, why you’re targeting them, and how you’re planning to discourage the targeted behavior and enforce the desired replacement.
It’s great if you’re trying to change behaviors that cause the autistic person distress and interfere with them living a fulfilling and happy life, but horrible if you’re aim is to just enforce blind conformity for the sake of it.
My wife is autistic as are at least 2 of our 3 kids, with the third awaiting his own evaluation. She studied ABA in college because when you tell a woman with autism and severe OCD that actually a lot of human behavior is ordered and explainable if you understand the underlying reasons the behaviors exist she tends to jump on it to explain all of the “stupid social bullshit” she’s had to deal with all her life.
Some people think it’s some kind of autism cure. It’s just understanding the reasons behind behaviors in order to increase behaviors that are desirable and decrease behaviors that are undesirable. Problems could arise from what ends up being defined as undesirable behavior and how that reinforcement is done but that’s true of basically anything with the goal of changing behaviors.
My wife is autistic and studied it herself because it helped her understand all the “social bullshit” as she called it.
Yeah that seems like a bit of a stretch. That meme read to me like “Oh, you’re having problems with the DRM? I don’t have that problem,” not “Hey guys, here’s the GOG installer for X game.”
Otherwise, why would the other people in the group chat not like the vibe?
Nah, for the Kpop group it’s a shortening of the group’s full Korean name Bangtan Sonyeondan which in English translates to “Bulletproof Boy Scouts”. Though in recent years they apparently also added “Beyond the Scene” to try to show how they’ve grown since they first began.
Definitely doesn’t help that most of the damn US has some form of Anti-BDS laws. Because everybody knows Anti-Zionism is Anti-Semitism right guys?
If I had to guess it’s because JD is more of a general physician. Strange was a neurosurgeon before the accident that crippled his hands and led him to study the Mystic Arts. So not only can he not perform surgery anymore without magic but if he was working on you, then you were pretty much in life or death territory anyway.