docAvid
Funnily enough, he didn't, that was just his propaganda.
Biden is definitely not, eh, good. His support of actions is the Netanyahu government is a very bad point, but he has shifted somewhat on it. He has some good points as well. He's the best and most progressive president of my lifetime, but that's because the office has been dominated by sleazy neoliberals and conservatives for a long time. It almost feels like "good" when we get not-as-bad after all that. We will see what he does in the next term, when he doesn't have reelection to worry about - that will be the true measure, and I'm really hesitant to guess which way he'll go.
I agree with your reasoning, but wouldn't this still allow for faking candidates who are not currently in office? We should, if we don't already, have laws to protect the interest of the public in having reliable information.
Well, we could end capitalism, and demand that AI be applied to the betterment of humanity, rather than to increasing profits, enter a post-scarcity future, and then do whatever we want with our lives, rather than selling our time by the hour.
Even when Emacs had two GUI versions, the default keys were pretty much the same between them, as far as I recall, excepting features missing from one or the other. For a very long time now, it's all been reconciled as GNU Emacs, anyhow, whether CLI or XWin GUI, or even on a Mac or (shudder) MS Windows. I just use my local running Emacs, with my preferred configuration, to edit files anywhere, such as inside a running container on a remote server in AWS, so it's pretty consistent for me.
Ctrl+[ here
Good idea, but it would be much faster if you do the double-check on true instead.
Can I use AwesomeWM, XMonad, or StumpWM on Wayland?
Can I run a GUI program over ssh?
Does it support the X selection and clipboard protocols?
(These are not rhetorical questions, I'm really asking.)
Well, yeah, although that path is really risky. But they also don't need a second Trump term to do that. In fact, the court has clearly gone rogue even from the Republican party, and appears ready to keep throwing out the rule of law as long as they can get away with it, whether the party wants them to or not. Republican leadership absolutely didn't expect their radicalized court would actually, for real, reverse Roe, and the party is paying for it. Now is certainly the time to hit them hard and take full advantage of that, until the Democrats have a filibuster-proof majority and can't make any excuses.
I mean, I'm very concerned that a second Trump term may result in a successful coup and... All that you said. But they're not going to get a filibuster-proof majority, so even in the worst case, they won't do all that. And no, they won't end the filibuster to do it - for that, they would need a simple majority of MAGA Republicans in the Senate, and that's not on the table either. The filibuster is antidemocratic and toxic, but it is a minor comfort at the moment. Of course, it would have never gotten this bad to begin with, without it.
EDIT to add: I think my above message was confusing, as it sounds like I said I'm concerned they would do all those things, and in the next breath contradict that. What I meant to say is that, barring a coup, even if the Republicans capture the House of Reps, Senate, and Whitehouse, it's unrealistic for them to be able to do all of that legislatively. A coup, though, is a very realistic possibility, and as PugJesus pointed out in a reply, the Supreme Court can and may do all of that as well - but that remains true even if the Democrats control the other branches. It's a terrifying time. Vote, please.
I think I misunderstood you, when you said "manually", to mean as a human intervention in the process. What you're showing here is an extra processing step, but I wouldn't call that manual. Just want to clear that up, but I'm still down to play.
Instead of three greps, you could use one sed or awk. I don't think there's anything particularly wizardly about awk, and it would be a lot less cryptic, to me, than this chain of greps.
But a much better idea would be to use sensors -j
to get json output, intended for machine reading, and pass that to jq
. Since I don't have the same sensors output as you, I'm not sure exactly what that would be, but I am guessing probably something like:
sensors -j | jq '."nvme-pci-0200".Composite.composite_input'
I look forward to seeing how you would do this in PS. As I said previously, I don't know it at all, so I'm not sure what you're comparing this to.
first grepping some output to get the line you want and then removing the leading and trailing garbage on that line manually
That's not what we do, though. Give me a more concrete example, and I'll let you know how I would expect to do it in a nix environment. I'd be curious to compare. Since I have zero experience with powershell, I am not really sure what to expect. The couple times I've glanced at a powershell script it looked awful, but I could be falling into Paul Graham's blub paradox there. OK, I don't think so, but maybe.