Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Perpetual (Score 2, Interesting) 65

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.

Comment Re:Checks (Score 3, Informative) 80

Or alternatively, and stop me if you think this is crazy, whether someone you don't know chooses to die or not is none of your goddamned business, and if they are unable to carry it out in a way that causes as little suffering at all, and seek out professional medical assistance then again, providing they are of sound mind, it's none of your goddamned business.

Comment Re:Why is global warming so expensive ? (Score 1) 66

That's not why they are called extrernalities. They are called externalities because they are the external consequences of actions. They are very much in our control, and if you are going to price any commodity fairly, to make it reflect true market and societal costs, then you have to price those in. Otherwise what you're really doing is subsidizing an industry.

Slashdot Top Deals

Almost anything derogatory you could say about today's software design would be accurate. -- K.E. Iverson

Working...