Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re: So adjusting for (Score 0, Offtopic) 120

Despite very credible allegations, Biden was never convicted of raping raping Tara Reade. And his daughter's recollections of him inappropriately showering with her outlasted any statute of limitations. But I see where you're going, there. The rest is a good fit, right down to the weaponized government, for sure. The plot twist is that the real kingpins are behind the scenes, using him as a puppet. It's good villain story line material fresh from real life.

Comment Another Nail In Supersymmetry's Coffin (Score 1) 42

Just like the subject says, supersymmetry, an elegant solution to a number of problems, in particular the best theoretical extension to the Standard Model, slides closer to oblivion with each large scale and small scale (accelerator) experiment meant to find these large supersymmetrical particles.

Comment Re:Perpetual (Score 2, Interesting) 71

Having spent a whole hell of a lot of time lately on Gnome, configuring it and testing various configurations for rollout at the company I work for, all I can say is that it just works. There's a browser, and bizarrely, printers just work on Linux now in a way they just used to work on Windows, and it's now Windows, at least in an enterprise environment, where printing has become the technical equivalent of having your teeth filed down. Where work does need to be done is on accessibility, so we have one staff member who will stick with Windows 11 for now. Libreoffice's Calc is good enough for about 90% of the time, and Writer about 95%. We remain open to Windows machines for special use purposes, but most people after mucking around for a bit are able to navigate Gnome perfectly well, since once they're in the program they need to use, what's going on on the desktop is irrelevant.

On the enterprise back end, supporting global authentication has been around a long time, and if you only have admins who know how to navigate a GUI, then you have idiots. The *nix home folder is infinitely superior in every way to the hellscape that is roaming profiles, so already you're ahead of the game.

Comment Re:So, yeah for microkernels? (Score 4, Interesting) 36

That just about sums it up. Moving drivers into user land definitely reduces the attack surface. As it stands, antivirus software in most cases is essentially a rootkit, just one we approve of because that low level access allows it to intercept virus activity at the lowest level. With a microkernel, nothing gets to run at that level anyways, so microkernels are inherently more secure.

Traditionally the objection to microkernels was they were slower, since message passing has a processing cost in memory, IO bandwidth and CPU cycles. In the old days where may you had a couple of MB of RAM, or even 8 or 16mb of RAM (like my last 486), with 16 bit ISA architecture and chips that at the high end might run at 40-60mhz, a microkernel definitely was going to be a bit more sluggish, particularly where any part of that bandwidth was being taxed (i.e. running a web stack), so Windows and Linux both, while over time adopting some aspects of microkernel architecture (I believe Darwin is considered a hybrid), stuck with monolithic architecture overall because it really is far less resource intensive.

But we're in the age when 16gb of RAM on pretty high end CPUs where even USB ports have more throughput that an old ISA bus, that I suspect it may be time to revive microkernels.

Comment Re:Interesting game of chicken (Score 1) 70

Well, at my workplace we're opting out of the game entirely. Other than a few machines that require Windows for accessibility or specialized apps, we're moving over to Linux. I test-ran a few different distros, and settled on Debian 12. With a few images and Clonezilla and a bootable USB stick, I've started eliminating Windows 10 from most machines. There's some training that needs to occur, but so far nothing has exploded.

We have perfectly good machines that even if we wanted to upgrade (which we don't), would basically be thrown out, and this dude won't abide that.

Slashdot Top Deals

Biology is the only science in which multiplication means the same thing as division.

Working...