It should work - possible that it won't let you create a one disk raid 0, but creating a one disk raid 1 and then converting it to a two disk raid 0 should word. It's been years since I played with a pure raid 0 (don't see much sense in them), but managed conversion back then.
If your install is using LVM (which anything installed over a bit more than a decade should be) you can set up the new second drive as a RAID with a missing device, add it as additional PV, use pvmove to move all PEs to the RAID, remove the old PV, and now add that disk to the RAID.
I did not sign with them after I had some issues with the contract provided, and the resulting interactions with my future manager. I'd say at least for someone from Europe the company culture is less than ideal from that encounter.
AMD keeps some older generations in production as their budget options - and as they had excellent CPUs for multiple generations now you also get pretty good computers out of that. Even better - with some planning you'll be able to upgrade to another CPU later when checking chipset lifecycle.
AMD has established by now that they deliver what they promise - and intel couldn't compete with them for a few generations over pretty much the complete product line - so they can afford now to have the bleeding edge hardware at higher prices. It's still far away from what intel was charging when they were dominant 10 years ago - and if you need that performance for work well worth the money. For most private systems I'd always recommend getting last gen, though.
No OS updates, unless promised at release. Some security updates, though. They're GPL violators, and don't release kernel sources, which makes 3rd party OS images harder.
Devices are generally easily repairable,they sell spares, and their support also sends you parts during warranty period if you ask - I just received a new battery for my titan slim.
This doesn't have anything to do with user control - modern windows versions need drivers to be WHQL signed to get that kind of access. Alternatively you'll need to enable developer mode on your system, and install your own developer certificate into its keyring for running own code, which has its own drawbacks.
Crowdstrike is implemented as a device driver - but as there is no device Microsoft could've argued that this is abusing the APIs, and refused the WHQL certification. Microsofts own security solution (Defender) also is implemented as a device driver, though, and that's what the EU ruling is about: Microsoft needs to provide the same access they're using in their own products to competitors. Which is a good thing - but if Microsoft didn't have Defender, or they'd have done it without that type of access it'd have been fully legal for them to deny the certification for Crowdstrike.
Both MacOS and Linux have the ability to run the type of thing that requires those privileges on Windows in an unprivileged process - and on newer Linux versions Crowdstrike is using that (older versions got broken by them the same way they now broke Windows). So Microsoft now trying to blame the EU can be seen as an attempt to keep people from questioning why Microsoft didn't implement a low privilege API as well, which would've prevented this whole mess.
I just mentioned that because google drive links are one of the very few things I'm opening in chrome - and they're the only site where I need a 3rd party cookie exemption for.
I have a 96 core one. While it'll be fine as a desktop for compiling I'd stick with an AMD system.
The devkit has 6 memory channels, and you'll want to fill them all - there's a surprisingly high performance penalty if you don't. Even then, compiling a code base which could be spread over hundreds of cores is still significantly slower on the ampere compared to my old 3970x.
The annoying aspect from somebody with decades of IT experience is - what should happen is that crowdstrike gets sued into oblivion, and people responsible for buying that shit should have an epihpany and properly look at how they are doing their infra.
But will happen is that they'll just buy a new crwodstrike product that promises to mitigate the fallout of them fucking up again.
One thing I find very amusing about this is that AMD used to have a reputation for pulling too much power and running hot for years (before zen and bulldozer, when they had otherwise competetive CPUs). And now intel has been struggling with this for years - while AMD increases performance and power efficiency with each generation.
At the time of sending the mail I need the metadata - so offering a SMTP server implementation which keeps this in memory while forwarding is not hard. You'd lose a persistent spool in case of delivery errors - but we've been doing relays that keep the client connection open while trying to deliver the mail to relay errors directly to the client already 30 years ago, so that also isn't an excuse.
For IMAP - if you don't do serverside searching or similar it'll work with fully encrypted mails.
They will have access to metadata - otherwise they wouldn't be able to work as email service. That's sufficient to implement those protocols.
The client then would have to bring their own crypto, and you'd probably want the SMTP server to reject mails if delivered unencrypted (though their FAQ says you can send unencrypted mails).
The reason they claim they can't is probably trying to keep full control over what users are doing, in which case I agree - fuck them, don't use services like that.
Does Apple lack a feature to turn off or hide the file menu?
I have no idea. They decided to put a notch with the webcam in the middle of the screen, so I'd not be able to use that space properly with anything else anyway.
My point here wasn't about mac, though (it was just handy for doing the screenshot at this moment , though it's my least used platform for this: I had it upgraded, and as I have no intention of upgrading it on my Linux system after that experience I made the screenshot before the downgrade) - my point was the needless waste of space in the newer PrusaSlicer, which applies on all platforms.
It's already in the name - XDG stands for X Desktop Group (nowadays freedesktop), which works on interoperability for desktop environments. In a pure shell environment (or even if you're not running a full desktop) none of the XDG variables are defined, and especially in shell environments the default fallbacks specified by XDG are not necessarily what the operator would expect.
Probably half the entries in that list are not GUI apps, and XDG doesn't apply (though some still support it). For some others there (like emacs) XDG is used if it exists.
Don't have links anymore, but few months ago I came across some startup trying to sell AI that watches your production environment and automatically optimizes queries for you.
It is just a matter of time until we see first AI induced large data loss.
It should work - possible that it won't let you create a one disk raid 0, but creating a one disk raid 1 and then converting it to a two disk raid 0 should word. It's been years since I played with a pure raid 0 (don't see much sense in them), but managed conversion back then.