Not a piss take. But yes part of the show. It’s entirely owned and operated by the chuds at the Daily Wire and their entire purpose is right wing culture war. It’s just classic conservative grifting
Not a piss take. But yes part of the show. It’s entirely owned and operated by the chuds at the Daily Wire and their entire purpose is right wing culture war. It’s just classic conservative grifting
They don’t. If you look into them it’s entirely a company owned by the same guy that owns The Daily Wire. It’s literally only there to grift from their audience and further their culture war.
Of course. It’s not political if it’s just The Way Things Should Be™
Their views are never “political” because theirs is the “natural state” of things. They’re on top because they deserve to be, and they deserve to be on top because they are. It’s anything that deviates from that so-called natural state that’s being political.
Generally yes vasectomy is safer. But if they’re planning to give birth via c-section for whatever reason for example, then in practical terms there’s basically no additional risk. Plus neither method is totally effective. So if you can both get fixed you have much better chances of not getting pregnant accidentally.
We moved hospitals for the birth of our twins to find one that was willing to tie her tubes when they took the twins out. She ended up having to have a hysterectomy for other reasons later but them being willing to tie her tubes during the c-section was a big part of our decision on doctors to see.
My mom had a hell of a time getting her tubes tied after my brother was born. She had to argue with the doctor for a while to eventually get it done. Gave her the old “What if you change your mind later?” line in like 5 different variations. The one that really angered me though when she told me the story was “What if something happens to one of your children?” Like you were just replacing a busted TV or something.
Last I knew, yeah. Google bought them years ago. Moreover, I don’t remember that “feature” being in Waze before Google acquired them. Those ads were the biggest reason I dropped Waze a while back.
“No, you don’t understand… They’re made of meat.”
#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?
Shit, I knew I was doing something wrong all those years ago.
That’s basically been my experience as a “guy” too. I’ve given tons of compliments to random passing women and never once had it received poorly. The problem a lot of guys have is that their idea of a compliment is telling a woman she’s got nice tits as a pretense to engage in conversation. Usually with the end goal of getting a date.
Kind of? It’s more like if all of YouTube functioned like the subscriptions tab. You still have a trending page but it seems to be just the raw “this has gotten X views in Y time” kind of trending. Not the “this is what our Ineffable Algorithm God™©® thinks will maximize the amount of time you spend on our platform” kind. Then you’ve got the subscriptions page which is just chronologically all the videos from the channels you’re subscribed to. But then there’s also the stuff like sponsor block, dearrow, and such.
It’s pretty good what little I’ve used it. It was just a bit of a pain to bring over your my subscriptions at least when I did it on mobile with the NewPipe app. I had to like download my data from Google, find the archive with my subscriptions data and give that to the app so it could find the channels I was subscribed to.
He/They and I also dual boot. But I have reproduced so I must have broken something. Just like my Linux bootloader T~T
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.
I believe they’re referring to the upcoming Manifest V3 changes. My understanding is that currently uBlock uses the old Manifest V2 that they’re ending support for once V3 gets pushed. I believe there is a V3 version of uBlock but because of the limitations in V3 it’s not as effective at blocking ads.
One time I was dealing with a really bad migraine while I was running register at Walmart. I was barely functioning and could barely stand up straight. This lady comes through my line starting out all compassionate until she suggests that she lead me in a prayer that Jesus might heal me. I try to politely decline because I’d rather not hold up the line forming behind her. Well, also because I’m atheist but I had been in customer service for years at that point and knew better than to bring that tidbit up.
This lady starts into the most hate fueled tirade I’ve ever heard. Talking about how I’m a heathen, my migraine was a punishment directly from God, I deserve every second of my suffering, and calling me everything but a child of God. All because I tried to politely decline a performative prayer from her because there were now 3 people in line behind her. Like 20 minutes later I got taken out in an ambulance because I fainted from the pain trying to stand up after using the bathroom on my break.
Another guy tried to get me to discount his entire order because he supposedly knew the guy that owned the contacting company that built the store. Try to tell him that I don’t have the ability to do that and he’d have to talk to a manager. He gets right up in my face and starts yelling about how no one else ever had a problem with it and how with one phone call he could make it so I would never be able to work at Walmart again. Along with several threats to my person. If I never set foot behind a cash register again it’ll be too soon.
I’ve got some furry friends and there’s a whole spectrum. You can run into everything from the mostly human with some animal features like the kemonomimi trope to full anthropomorphic animals. Depends on the person really.
I think they mean that if it were actually true and Republicans could prove it the Clintons would be dead? Not sure it’s a little hard to parse.
Because they’re not in it for profit. It’s a project of the chuds at the Daily Wire. Any profit is a side effect of their true goal, right wing culture war. It exists to take money from their fans and use their “successful business” to prove that they’re correct. They’d still do it even if it wasn’t profitable just to push their preferred narrative.