You know women can be shitty partners too right? Not just men?
If I don’t trust my parents to vet potential partners, no way am I trusting the state for such a life impacting decision.
You know women can be shitty partners too right? Not just men?
If I don’t trust my parents to vet potential partners, no way am I trusting the state for such a life impacting decision.
To recognize people who take that role in your life.
a few dozen fake internet points.
I’m no English major, but I’m pretty sure @SoftestSapphic@lemmy.world calling it weird is a rhetorical device known as sarcasm.
Speed limits are great until some idiot decides to follow it.
So Trump is not acting based on goals he has for the US, he is acting on goals for the global oligarchy, doesn’t matter if you’re a Canadian or US billionaire he wants you to be able to continue exploiting.
If putting Canada under the jurisdiction of a more compliant country like the US makes that easier great, if instead the conservative parties in Canada can be propped up great. You have plenty of MAGAs in Canada, They’re not just in the US, so we all could do some house cleaning. The US is just the cautionary tale.
I don’t think he actually cares about Canada specifically. The point is to alienate the US from its allies and reduce any kind of powerful diplomatic mediators or military deterrents so Russia and similar traditionally colonial powers can just start seizing whatever territory they want.
Avacado prices REALLY depend on where you live and what season. If you’re in most of California, its a lot easier to get cheap avacados that are also high quality.
That’s called politicking, which they absolutely should be doing.
You’re indirectly getting laws through by twisting arms and making deals instead of just having a majority.
Plenty have been directly pressuring Republican congresspeople by rallying in their district like Sanders did this last week.
Direct legislative action is difficult without control, but in terms of effective messaging and pressuring Republicans by threatening the midterms is probably one of the more effective strategies they have.
Its not like they’re terrible and you need to power through, the early chapters go through arcs pretty quickly, and other than syrup village I don’t think any are really bad, just not quite the peak that justifies reading 1000+ chapters, but if you don’t think by the end of the first 50 or so chapters there’s anything to offer, and aren’t loving it by 100 then its probably not for you.
Like Baratie has some pretty epic battles, really great character moments in orange town, and Arlong Park is when it really hits its stride.
I like to say, if you don’t like the East Blue Saga, its probably not for you, but you kind of need to power through some of the earlier arcs as the author establishes the world and tone. If you don’t like it because Syrup Village is kind of a mess, you could easily miss out on a great series.
If watching 100hrs implies you enjoy it, then of course if you watch enough of it you will eventually enjoy it. You’re just not big brained enough to understand media literacy.
Define done? Even if the government gets completely dismantled in the short term, who knows what will happen in 10 years time. It will definitely take longer than that to rebuild our position of authority and influence in the global stage, if we ever achieve that, but it’s definitely doable in our lifetimes.
Be very careful wheb defederating
No, it’s basically filling the role of an auto complete and search function for code based. We’ve had this for a while and it generally works better than a lot of stuff we’ve had in the past, but it’s certainly not replacing anyone any time soon.
If they mean AI upscaling, where you take a low resolution image then generate a higher resolution one then sure.
But it will be a while before they have full AI rendering, if ever. AI generation isn’t super precise when it comes to details and for games precision usually matters a lot unless it’s like a narrative game. You probably can’t use an arbitrary but close color for an enemy for example or have health bars look close enough.
Regardless of your intent, the context in which you make a statement matters. You were wondering why people were down voting you so I’m just letting you know. You don’t have to like it but that’s the way it is.
I get being frustrated at people misunderstanding you, happens to everyone, just don’t stress over the imaginary Internet points.
It’s irrelevant to the overall point and comes across as a defense of Musk by attacking an irrelevant piece of semantics.
For example if people are arguing about pineapple on pizza and you say “pineapple is food so it’s ok on pizza” it’s not addressing the actual arguments being made.
Machine code is less portable, as new CPU optimizations and instructions are released, its easier to update a compiler to integrate those in its optimizations than regenerate and retest all of your code. Also, if you need to target different OSs, like windows vs MacOs vs Linux its easier to make portable code in something higher level like python or java.
Static analysis to check for things like memory leaks or security vulnerabilities like sql injections are likely easier to do on human readable code rather than assembly.
Its easier for a human to go in an tweak code that is written in human readable language rather than assembly.