data1701d (He/Him)

“Life forms. You precious little lifeforms. You tiny little lifeforms. Where are you?”

- Lt. Cmdr Data, Star Trek: Generations

  • 65 Posts
  • 712 Comments
Joined 2 years ago
cake
Cake day: March 7th, 2024

help-circle

  • XFCE!

    Donkey from Shrek

    In all serious, while I use XFCE on most personal things, if I was pressed to choose between the big two, I think I’d choose KDE over GNOME; in fact, when I had to loan my younger sibling a laptop recently and that laptop was too old to run Windows 11, I put them on Debian with KDE. I think KDE is also my backup plan if major applications start dropping xorg support before XFCE has implemented sufficient Wayland support, although they seem to be making progress.

    Out of the box, KDE tends to be more Windows-like and just better for my workflow in general, while GNOME can just be… weird. Like, I don’t quite hate GNOME as much as I used to - I plan on throwing it on an old Surface tablet soon - but like others have said, it’s very opinionated and doesn’t like customization and whatnot. I also resent GNOME in the sense that they tend to make design designs (such as in GTK 4) that reduce ease of interoperability across different open source desktops.




  • It’s not saying to be a jerk to people.

    “Masking” is when a person with autism hides associated mannerisms in order to blend in with neurotypical people (make themselves “more palatable”), such as avoiding hand stims or atypical (but still healthy) reactions of enthusiasm.

    “Unmasking” doesn’t mean giving up anything you do to be considerate of others (such as not giving unsolicited 15 minute rants about my hyper fixations); it just means not trying to pretend to be a neurotypical person, consciously or subconsciously, and to just be your authentic self, autistic self.









  • True. At my tech helpdesk, I’ve seen people who keep their Macs on very old versions even if their hardware supports much newer (and non-Tahoe) versions and suffer problems because of it.

    For instance, the other day, a woman’s Microsoft Office quit working because she was still on Ventura, which no longer gets security updates. This was on what I believe was a 2022 Macbook.

    I think something is seriously wrong with Apple’s update system. I mean, the Windows approach is objectively wrong, but automatic update systems need to be at least a bit aggressive.








  • Dual boot isn’t that bad if you just use separate drives; the issue is only with Windows and Linux on one drive.

    It’s not possible on all devices, but my laptop has dual NVMe slots, and I used to boot Linux off an SATA SSD and Windows off an NVMe on my desktop before getting rid of Windows and moving my Linux install to the NVMe drive. Never had a problem.

    The only hiccup you’ll probably run into is exorbitant storage prices, although you can probably opt for less storage (256GB or 512GB), you can still get well below $100 and have it be perfectly fine.


  • It might be possible, depending on if the screen is connected to the dGPU or iGPU (I’d guess iGPU). I wouldn’t know because I did my setup on a desktop with two dGPUs. I would think it’s possible, but you might need an external monitor (?). I don’t know how Optimus laptops are wired.

    Where I started for GPU passthrough, which got me ~90% of the way there, is https://github.com/bryansteiner/gpu-passthrough-tutorial . Gives you the shell scripts, XML, etcetera needed to do it; I had to modify some bits (some of which you can see in issues), but this is my preferred tutorial. Basically, try it, get really frustrated, take a break for a while, get back to it and keep tinkering with it (check permissions, logs, PCIe driver binds, etcetera), and eventually, you’ll figure it out.

    https://github.com/mysteryx93/GPU-Passthrough-with-Optimus-Manager-Guide is linked in one of the issues and specifically concerns your kind of laptop.

    I might be able to send over some of my XML to get you started, but I don’t know how helpful that will actually be over the tutorial, as our systems are completely different, and the AMD GPU I use has different bugs/quirks when doing this than Nvidia ones. The truth of the matter on why there’s not really a single-click, easy way to do GPU passthrough is because each system is unique, from the motherboard PCIe implementation to bugs in GPU firmware. That doesn’t mean you shouldn’t try, but it takes a bit of ingenuity.