

I think you might even be able to get away with /s if you escape them properly in the filename.
20, they/she, math+CS student
I think you might even be able to get away with /s if you escape them properly in the filename.
It seems like gcc rust would pretty much fix that issue, since soon gcc will be able to compile rust for any architecture gcc supports.
Or you could just install NixOS for update rollbacks (or use zfs/btrfs and set an alias to take snapshots whenever you update)
Is it really intuitive if I have to open dconf-editor to change the system font?
SteamOS is an arch derivative, so you could also just install arch, add the SteamOS repos, and set the steam UI in gamescope to launch on login
If you really hate flatpak just make an arch distrobox and download off the AUR. Or install Nix or something
Is there some way to set an install hook that automatically makes those symlinks when you install a flatpak?
I mean, the correct answer is just to pirate it, but you could probably fool it into thinking you’re on windows by changing the user agent string of your browser to Chrome Windows x86_64
This the same guy who (allegedly) has apparently been having unethical CNC kink parties💀? Like no judgment, I’m actually kind of into CNC, but you have to Actually get enthusiastic informed consent first (and during) and use safewords. You can’t just foist it on people who happen to show up to a party, that’s literally (allegedly) just sexual assault. Seems like he might just be (allegedly) completely indifferent to the concept of consent.
Edit: here’s the source https://www.salon.com/2024/05/21/coercive-climate-of-silicon-valleys-ai-boom-fuels-troubling-parties-researcher-says/
Apparently the person didn’t specify any specific OpenAI executives by name, so it’s uncertain whether Altman knew about the parties. Still reflects poorly on him if this is the culture at OpenAI tho imo.
That depends on your use case, I just did a simple zpool with no redundancy because I wanted maximum speed/capacity and all my data is backed up on an external HDD. If you need redundancy, I would look online for how to configure that and what the optimal setup is.
Actually, I assumed you just had the SSD, if you have more than 256gb of free space between those HDDs, you can go ahead and remove the SSD from your zpool right now (unless your bootloader is there, then you’ll have to make an EFI system partition on one of the HDDs and install a bootloader first)
You need to add the new drive to your existing pool because ZFS stores data across all drives by default, similar to a RAID0. Then you remove the old drive and ZFS will automatically copy the data off the failing drive onto the healthy one and allow you to remove the failing drive with no data loss.
Honestly my main issue with Manjaro is still that they hold updates for a week or two for “testing” which tends to break certain AUR packages. I’d be less mad if the testing actually amounted to anything, but half the time they basically do nothing, and if there were any bugs Arch has released updates that resolve them already, which you won’t get for another week because of their update schedule. Anytime anyone talks about being interested in Manjaro, I just recommend they get EndeavorOS instead, it’s basically stock arch with a fancy installer and sane defaults which is great for anyone who mostly knows what they’re doing with Linux (or is at least capable of opening a terminal window and pasting error messages into google or, failing that, ChatGPT and following basic instructions)
Doesn’t Mint hold back kernel updates to major version upgrades like Ubuntu though? That could be problematic if they have newer hardware that’s better supported (or only supported at all) in newer kernel releases.
Anything with a recent kernel is fine. If you’re not very experienced, I’d recommend something like Fedora or OpenSUSE (both semi-rolling releases so you’ll get new kernels, graphics drivers, etc. but less likely to break for no reason than arch/gentoo derivatives).
Manjaro is fine if you don’t use the AUR, but arch/manjaro repositories on their own will be inadequate, and it will be so easy to get what’s missing from the AUR, which will eventually break something. This is because Manjaro holds back arch Linux updates for a week or two for “testing” purposes, but the AUR expects precisely the latest arch packages. If you’re thinking about Manjaro, do EndeavorOS instead. It’s the same thing (arch Linux with a more user friendly installer and relatively sane default apps/configs) with infinitely less hassle. Plus there’s really no point to using an arch-based distro without the AUR imo.
Garuda is also cool, I haven’t used it myself, but it’s supposed to be another preconfigured version of Arch more targeted towards gamers. YMMV, I’d probably just stick with EndeavorOS.
If you want an Ubuntu or Debian derivative, I’d go with Pop!OS. It’s basically Ubuntu without all the Ubuntu bullshit (snaps ludicrously out of date packages, etc), and they keep the kernel and video drivers pretty recent, unlike stock Ubuntu. Plus they have a cool desktop environment. Currently it’s a fork of GNOME, but they’re working on rewriting it from scratch and are making great progress, which will be interesting once it’s more developed.
Use an Ubuntu live USB, all recent versions of Ubuntu have ZFS drivers baked into the live environment. Then you should add your new SSD to the ZFS pool, and remove the old one from the ZFS pool. Your m.2 WiFi slot should be able to host the 2nd drive while you do this, but if not you can use an external USB housing for it, you’ll just have to make sure that the ZFS pool knows its UUID so that it knows it’s the same drive.
Yeah, like 98% of the times something broke while updating, it was something to do with ZFS, because the ZFS drivers aren’t in the kernel for licensing reasons, and there’s always a specific latest kernel version they’re compatible with that’s 1-2 versions behind current. Also the initramfs would sometimes get rebuilt without ZFS if there was a version mismatch, which prevents the system from booting properly, but it’s Fine because Half the Point of ZFS is snapshots.
Someone using arch in a more sane way than I was would probably have no issues (unless they use proprietary Nvidia drivers, which will VERY occasionally break, but that’s nbd).
I’d agree, but this is true of most distros tbh. Like obviously loads of stuff is gonna break on arch just due to the bleeding edge release cycle, but I had fewer issues running arch than Ubuntu, mainly due to PPAs and snap bullshit
I’m fairly confident MacOS allows it, I’ve seen people do some Utterly Cursed shit in MacOS, but idk about Linux