Oddly specific, butt who am I to kink shame? You do you, or… Rosie do you?
What about her right fist, is that a deal breaker?
Ugh… Same. Legally, I couldn’t have agreed, but that didn’t matter. Not my proudest moment.
There is a lot of creativity in the manufacturing world. I’m think more where someone repurposes the engine of their weed whacker to build some contraception that can split a piece of wood into 10 pieces in one go. It’s not safe, by it works.
I agree that the traditional arts are more left leaning. Music could be one of those where it’s more balanced. Country music is full of fake cowboy conservatives, and rock isn’t without it’s shit heads either.
Day to day, I’d take a dry 100 degrees. My problem is a like to do cardio exercise outside, like run and bike. 100 degrees makes that significantly more difficult and dangerous. We’ve had upper 90s and high humidity the last couple of weeks and it’s been tough to do anything more than about 20 minutes at a time.
On the other hand, I love to snowboard, which can’t happen in triple digits. Snow and ice depending, biking and running are doable at single digit temps. I hate walking outside and feeling pain from the cold temps.
I’d probably take the triple digits and travel for cold vacations.
Imagine not understanding that single digits == cold and triple digits== hot. It’s funny how everyone else seemed to figure it out.
Let’s use our child brain for a minute so hopefully I can help you understand this. Let’s assume that the initial post was in celcius. Single digits is cool and livable. What about triple digits? Do you think that living at triple digits celcius is even a viable option? Did you really need someone to identify the unit of measure for you to understand the question?
Your pedantry makes you look like an idiot that has no critical thinking ability.
I watched a Primeagen reaction video to a recent video of Pewds, and that was the first I’ve seen a PewDiePie video. I’ve probably caught a couple of shorts over the years, but this was the first video, and it might have been last week.
VHS, Care Bears rainy day off, and TV recordings of various other cartoons. I grew up on network television with a heavy focus on The Simpsons.
I went to Mo’orea in 2023. It was the best place I’ve ever been. Highly recommend.
Firefly == lightning bug
Used to catch them growing up. There would be thousands of them periodically blinking in the yard and across the field every night. It was pretty and serene.
I saw one just the other night when I let my dogs out before going to bed. It was so surprising that I had to wait a minute and verify I wasn’t just seeing things. It was a real life lightning bug. It was a happy sad moment.
Chase powder and try to snowboard year round until I physically can’t. I’d love to have a highlight video of riding spines in Alaska. Really, if I could have the skills and the means to be able to compete on the natural selection tour, even if I didn’t compete, just be good enough to do so, that would be heaven.
I’ve been gaming with a 2080ti in Wayland for about a year now. I can’t say I’ve had any issues related to my graphics card at all. The only hiccups I’ve had are with a couple of games, maybe two, that I had to tweak to run. They were known issues with public fixes. It’s been a great experience.
There was an issue a few months back with multi monitor setups. Anytime I changed a monitor input, it would hard lock. It’s fixed now.
It does look like 3 of those pictures may be the same golden, so it may not be just sleeping on all random dogs. Could just be a case of cuddling with one or two that it likes. That’s also a really young puppy by the looks, and getting tuckered out isn’t abnormal.
Still good advice to keep eyes and watch for the things you mentioned.
I agree with your sentiment, but even a well trained pitbull can be dangerous, just like any dog. Train and raise them right, and the dangers are mitigated, but not completely gone. Pedantic, I know, but you can’t say they aren’t dangerous at all.
A whole bunch of ignorance in the comment. Rottweilers were bread as working dogs and are some of the smartest and best tempered dogs out there.
Further reinforcement.
ACAB. Huge emphasis on the first “A”.
Edit… I reread your comment and realized that python does it differently and that everything I typed was irrelevant… I’m still gonna leave it if anyone is interested in ternary expressions, but I suppose the answer to your question is, that’s just how python does it.
That’s how ternary operators are designed to work. In essence, if you’re looking to do a single line if/then, you can directly assign a variable from the result of a ternary expression.
As an example, I was scripting something earlier where there may or may not be a value returned from a function, but I still had to do something with that return value later. For this thing, I was using JavaScript.
I ended up with:
return platform == "name" ? "Option 1" : "Option 2"
If I were to write that out in a typical if/then it would be:
if (platform == "name") {
return "option 1"
} else {
return "option 2"
}
A ternary starts with a boolean expression, then the if true value, else the false value. That’s returned to either a variable or if in a function like my example, to the object calling the function. It’s just a way to write less code that in many cases is easier to read.
The best half cocked reason I’ve heard from my own employer, is optics when clients are visiting and tours and shit. It’s not a good reason, but it was the only reason I’ve heard with any explanation.
There are plenty of people that I know that like going to the office and others that like hybrid. I am hybrid 3 days at home, and I’m okay with that, and if I want to, I’ll just say I’m not coming in, and nobody asks questions. The point is, if you need asses in seats, find the people in the company that want to, and work within those bounds, or incentives fringe people if you need more. If my company required RTO, I’d immediately update my resume and start shopping around.
It’s always fun when your beliefs are confirmed. If I were to guess the top 10, it would have probably been those listed maybe a dabble of Wisconsin given their lack alcohol laws and enforcement compared to other places.