data1701d (He/Him)

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

- Lt. Cmdr Data, Star Trek: Generations

  • 8 Posts
  • 201 Comments
Joined 8 months ago
cake
Cake day: March 7th, 2024

help-circle






  • I don’t know about the hub specifically, but I have a One Touch portable external HDD that touts some of the same features. I’ve never had any particular problems with it - it’s just a normal USB mass storage device. The “special features” provided by the Seagate Toolkit (not available on Linux) seem like they’re done at the filesystem level.

    If you don’t care about encryption, it will most likely just work - format it however you like. If you care about encryption, there’s ways like LUKS or filesystems with FS-level support, depending on how much you care about interoperability with non-Linux systems. You might also be able to do something kooky like format it with Bitlocker on Windows, which I think can still be mounted on a Linux system; I was able to access my encrypted Windows partition from my Linux install on my Surface if I entered the key - I’m sure there’s a way to automate that part.




  • In my personal opinion, the lack of GTK4 a plus - that makes it lighter and easier to port. Bonus points for their choice being OpenGL. That is technically a minus on theming, but I feel like one does not typically theme games, which often need to have their own style.

    I do concede that most people probably have GTK4 installed for something anyway, so if this application were written in GTk4, it most likely wouldn’t take up extra space on their machine.

    In addition, I don’t like GTK4 due to client side decorations and those kinds of applications overall just tending to be more GNOME-oriented. Now I wouldn’t call GTK4 the spawn of evil - I still use GTK4 applications when they’re the best tool for job, especially when it comes to Upscalr or GNOME Clocks. It’s just not my favorite GUI toolkit.







  • I would almost recommend GPU passthrough if you have a dual GPU system and can figure it out. It definitely takes a bit of tinkering, but I like the results: I now have both a Windows 10 (maybe will become 11, maybe 11 LTSC) and a Hackintosh VM. It’s not as good if you only have one graphics card, through. If you’re up for it, I used this tutorial. If it’s an AMD card, though, make sure to check my issue for any steps relating to that.

    As for dual boot, get a second drive if you can. I find it helps me avoid a lot of the misery, although I very rarely actually boot up Windows anymore - just a VM if I really have to (which I do for MATLAB because my university is ridiculous and I figure if I’m going to use an evil programming language, I might as well use it in an isolated, evil environment).





  • You’ll probably notice very little difference, especially if you go with one of the default partition layouts. If you were to manually lay it out, you’d need to make sure you have an EFI partition on a GPT partition table, but otherwise it should be normal.

    Like others have said, Secure Boot can be miserable, but in my experience, it works automagically with Debian so long as you stick to official kernel packages. The only hiccup I’ve had before (assuming a normal kernel package) is that on my shiny new Thinkpad E16, I had to go into the UEFI settings and enable non-Microsoft certificates (it was a single toggle). After that, my experience with Debian was pretty smooth (I had a minor issue with Wi-Fi, but it’s not relevant to your question).