

Queue the Curb Your Enthusiasm music.
Queue the Curb Your Enthusiasm music.
I went to Mo’orea in 2023. It was the best place I’ve ever been. Highly recommend.
Okay, Hitler.
Most of us can, yea.
They just checked voter registration. Easy pickins from there.
Two sides to every coin.
As a whole it sounds like a, “you’re wrong, educate yourself, there’s only one way out of this”. I did intentionally say “kinda like a dick”, because it wasn’t super harsh, just enough off putting.
The edits were the icing that put everyone else off.
Apologies, I didn’t realize that you weren’t the person that I originally responded to.
I’m not trying to convince them. I don’t give a fuck if they change their tone. I was only telling them why the post wasn’t well received.
Edit: didn’t realize the response was a different user.
I’m not trying to convince anyone of something. I’m just telling why you’re they are being downvoted, and it’s not because of the content of your their post. I’d post differently if I were trying to make a sincere point.
It’s not that we don’t agree with you, it’s that your kinda acting like a dick. Change your tone and you might get a better reception.
ACAB.
With that out of the way, I’m ok having a specially trained and competent department or whatever to handle high pressure dangerous situations that they are equipped for literally and mentally (deescalation, negotiating, etc). Really, I think that could probably be a job for the national guard. It’s unfortunate that the world has bad enough people that sometimes armed personnel are required, but it should be under trained, power hungry gangsters cops.
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.
Cool, but that doesn’t happen in the general election. The seems aren’t good, but had 3rd party and non voters voted for Harris, then yes, the Democratic party would have saved us from Trump. Realistically, it’s the people saving us from Trump via the Democratic party, but at the end of the day, we got Trump because those same individuals decided a Trump presidency was the better outcome. Full stop.
I agree with you on everything you wrote.
I’m not trying to say that Harris would have been good for Palestine, or even a good POTUS. I’m saying she was the less bad option overall in the election. I don’t know that anything would be different with Israel had she won, but I think there was a better chance that she would have done something good over Trump doing something good. That could still be a negligible chance, but it was the better of two chances.
Like you said, local elections and primaries (when they’re held, but that’s separate from this overall conversation) are when to vote for different parties and more fringe candidates. One of two people is already the winner in the election by the time November rolls around, so it comes down to least bad.
You’re right, it would have, but the reality was Trump or Harris. It was still an extremely easy decision, but it would have been better if the less shitty candidate was even less shitty.
It was, because that’s reality. It does disregard a lot of criticism, because again, at the end of the day, there were two candidates, and one was going to win. Harris wasn’t, imo, a good candidate, but Trump was a far worse.
In the US, it’s been that way for the better part of the past century, because FPtP always devolves to a two party system. This past election was no different.
I’m specifically arguing with/against non voters, 3rd party voters, and Trump voters. I also pinched my nose and voted for Harris in November. I’m not going to argue for the democratic party, because it’s the second worst major party in the US, and they suck. Unfortunately, we are a FPtP nation, so in the general we get two options and get to pick who’s less bad. Lot’s of people that voted for Harris did so with that in mind.
All, unfortunately, true.
Edit: Unfortunate for us in the US, not necessarily unfortunate for the rest of the world in some aspects. I still think as a whole his influence and other actions probably still make him worse for the world, but there is a valid argument about nations growing less dependent on the US.
Hopefully in 3.5 years (or please God, less), the US will be knocked down a peg on the world stage, other nations have a more diverse and stable trade relationships, and maybe Trump’s actions will help spark other countries into action against hard right politics to prevent the same thing from happening to them. Ideally, this could be a catalyst for positive change, but I’m not holding my breath.
The argument has always been, of the two candidates, one of which will win, which is less bad? People that voted third party or didn’t vote decided that Trump is less bad.
It sounds like those doctors’s opinions may not be enough to overturn to conviction. I thought it also said that their assessment was pretty much over one specific area regarding where air was injected and it’s not encompassing all of the evidence presented in the case. Too me it sounds like a weak argument, but that’s based solely on this article with minimal background information.