

Funny story.
That’s not funny. Not funny at all.
Funny story.
That’s not funny. Not funny at all.
That’s interesting. I’ve often wondered what it must be like programing or using the CLI if you aren’t familiar with the English language, but I hadn’t considered the dyslexia/graphia type issues.
Now that’s a better reason for looking for a GUI solution than the OP had. I hadn’t really considered how dyslexia would affect CLI usage.
I’m going to need you to flesh this out a little bit, then make a web 1.0 style site, complete with scrolling marqe, random fonts and sizes, and a lot of statements along the lines of “if you don’t see the truth of this you are evil and should be thrown off the edge”. Once that’s in place I think we’re good to launch your new conspiracy.
Muscle memory mostly. I miss vim keybinding when I have to type in anything else, including Lemmy.
Well you shouldn’t. Take it off immediately, systemd or the sticker, either will do. She’s stated her position on the matter, and you should respect that!
(/jk I’m not actually having a go at you, stickers are cool, and systemd is pervasive)
But you say extreme action is not the way to fix it. I mean, what other way is there?
I don’t think I’ve said that. What I’ve said is that juries returning “not guilty” verdicts when the facts of the case say otherwise, just because they feel positive about the accused’s actions, would be a problem for the reasons I’ve listed above.
I too hope he is found not guilty, but on the facts of the case. Whether that is because the defense manage to cause doubt as to the identification of the shooter, or they manage to make a case for diminished responsibilty or self defense, it would be ok. Successfully making a self-defense defense would send a very strong message to other CEOs.
Some of these would make great band names.
Ladies and gentlemen, up next, give a big hand for Bosom Peril with their new multi platinum single “Lactose Bigotry”!
The problem is that those issues have, and continue to, cause damage to the Linux project. Good maintainers have been hounded out, or simply given up, and bad blood exists where it absolutely shouldn’t. You’re right that much of it is political, although that usually stems from deep technical differences backed up by corporate encouragement. Political turmoil can be as damaging, if not moreso, than technical differences. At least technical differences can usually be resolved technically, politics is infinitely more nuanced.
From Marcan’s description, the way certain people treated him was absolutely unacceptable, although I’ve no doubt they’d describe things very differently. I hope the whole kernel team, maintainers and contributers, can find a way to work through these differences and work more harmoniously before more members end up burnt out, frustrated and bitter.
I was making a distinction between ‘the people’ in general, and ‘the jury’. The people can, and should, consider the ethics of the law, and act appropriately. In less extreme cases that might involve encouraging your local legislator to push for changes in the law. We’ve seen the results in more extreme cases. Juries on the other hand should judge the case in front of them on its facts, rather than their feelings about the defendant and their actions. We’ve seen the results of juries not doing so, with lynch mobs getting away without consequence, and other defendants being found guilty for the color of their skin.
As to your point regarding the problem of those in power simply ignoring the law, you’re right, that is a problem, and one which I doubt will be solved without extreme action. It is, of course, possible that in four years this gang will peacefully hand over to a less criminal administration, but I’m not confident of that. Even if they do, rebuilding trust in the concept of the law being applied equally and fairly will be a massive, and long term, challenge.
This is supposed to be uplifting news though, so let us hope that his defence can find a compelling argument and the jury can find him not guilty without recourse to tactics that might make the overall situation worse.
The difficulty comes with defining shooting someone, who isn’t an obvious immediate threat, as legitimate. If there’s a plausible way to do that, it should be the core of his defense, if there isn’t you’re asking the jury to let him off just because you don’t like the guy who was killed.
I hope his defense team can find a way to show that he acted in self defense against the harm the company were doing to him. That would be a plausible reason for the jury to find him not guilty, not set a precedent for letting murderers go free, and send a suitable warning to other CEOs.
Yes, pardons get used like that, but are applied but one, theoretically accountable (I know, I know…) office. Having jurys just decide someone is not guilty because the dont like the victim seems far more likely to lead to a complete breakdown of what remains of law and order. Given what’s coming, maybe that’s inevitable, but I don’t think encouraging it is a good idea.
I agree with what you are saying, but this is not a precident you want to set. Jurys are supposed to consider whether the defendant broke the law, not whether they agree with the ethics of the action. Too many miscarriages of justice have occured for ‘vibes’ to be an acceptable way to judge these things.
I would rather see his defence mount a case around self-defence or something of that nature (the CEO was harming Luigi or his family for instance) so that the jury have a reason to say he was within the law.
Because that’s how lynch mobs got off without penalties too. It’s very much a case of being careful what you wish for in this case. If he gets off because the jury says it’s OK to gun someone down without direct provocation, you can bet that others will too. You shot a gay man for no reason? No problem, the jury says that’s fine. You shot someone you suspect of having sympathies for Democrats? Head home, the jury was packed with MAGAs.
I suspect that what’s happened is you installed the apt version, then at some point upgraded it and there was a version in the main repo that had a higher version number and installed the snap version. If two repositories both have a package with the same name, and no other rules in place, the higher version number wins.
If that is the case, you need to pin the firefox package to the mozilla repository. You can find more details here: https://wiki.debian.org/AptConfiguration
Nagios. It does depend on what you mean by monitor though. Nagios is good at telling you that “service A on host B” is down" but less useful for looking at things like performance trends. I particularly like being able to setup dependencies between services, so I get the alert for the root cause, and not all of the services that have gone down because of it.
You dismiss the data you recorded because it doesn’t seem to support your hypothysis tgat there is greater lag in wayland, but that’s not really the right approach, and I think it points to a different conclusion.
You recorded a lag of 5 or 6 frames at 90 frames per second in both Xorg and wayland, which suggests that the lag is the same to within 0.011 seconds, and I don’t think that you can say that’s a huge difference. However, what you didn’t test is the acceleration curve on mouse movement. If that curve is different under wayland it could easily feel infuriatingly laggy without actually showing any extra delay on the movement starting or ending.
I’m not sure how you’d accurately test that, a HID device just sending mouse move events wouldn’t do it as wouldn’t mimic you accelerating the mouse from stationary, so wouldn’t exercise the acceleration curve in wayland. You might need a physical device that moves your actual mouse a fixed dustance and then measure the distance the cursor moves on screen. Repeat for different movement speeds and you might have sone useful data.
Ha! Faking key presses, truly an elegant weapon for a more civilized age. If it works, it works.
I manage all my homelab infra stuff via ansible and run services via kubenetes. All the ansible playbooks are in git, so I can roll back if I screw something up, and I test it on a sacrificial VM first when I can. Running services in kubenetes means I can spin up new instances and test them before putting them live.
Working like that makes it all a lot more relaxing as I can be confident in my changes, and back them out if I still get it wrong.