You’re telling me that a Shrimp fried this rice?
You’re telling me that a Shrimp fried this rice?
From Wikipedia:
In November 2022, Gearbox Entertainment acquired the Risk of Rain IP. Hopoo Games remains an independent studio. Hopoo now states that they are working on other games and projects.
The Steam page for the DLC also lists Gearbox Software as the developer and Gearbox Publishing as the publisher so yeah. Seems accurate.
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.
Ah, I couldn’t tell on my phone what specifically you were going for lol. It looked like you were trying to do the strike through text joke and the formatting didn’t work. Either way I’m glad it helped. I love using formatting tricks to play around with words in comment sections like this. Have a good one!
You can type 2 ~ on both sides for strike through text. So ~~brownshirts~~ becomes brownshirts
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.
ROCK AND STONE TO THE BONE!
#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?
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.
So what you’re saying is that Waffle House needs to be a Super Smash Bros stage?
MANKIND IS DEAD.
BLOOD IS FUEL.
HELL IS FULL.
One of my old housemates went to crazy lengths to avoid child support payments. Signed away parental rights, worked just enough at this cash in hand day labor place to cover rent and eat off of food stamps, kept trying unsuccessfully to get on disability under the misguided belief that would stop the government trying to collect child support. Bragged to me directly about doing all of it. Like it was some genius plan to thwart the government.
Last I heard that housemate had come out as a trans woman and was trying to move into this commune out in like Colorado or Arizona something like that.
My own dad hid his income for years working under the table and arguing to bring his child support payments down until my mom was getting like $100 a month total for me and my brother. Claimed he was living almost entirely off his new girlfriend’s income and the child support payments were too burdensome. That all came back to bite him in the ass though when he tried to apply for disability and got denied because he hadn’t banked enough work credits in the last 10 years.
Some people will do nearly anything to avoid paying child support. It’s crazy.
Depends on the cat. Sometimes it genuinely is gifting but sometimes they bring you stuff like this because they think you’re a dumb hairless cat that doesn’t know how to hunt properly.
We had mice in my old apartment after bringing me like 4 dead ones my oldest cat that I got as a kitten from my cousins barn cats pointed me to a live one it had cornered. Lil fucker sits up next to it, looks down at it and meows repeatedly. Doesn’t stop until I kill the mouse myself. After that he never brought me another mouse.
Depending on where you are though there are Anti-BDS laws in some places that might give you trouble on that front I’m not sure though. Because we know that any and all criticism of or calling for consequences for Israel is anti-Semitic and Bad™
Almond milk itself is basically just a slurry of ground almonds and water.
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.
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 forget what it was but something I had an account on for a time forced you to change your password every 6 months and prevented you from reusing any from the last 5 years. It was ridiculous.
Diversity only makes the Dad Force stronger.