data1701d (He/Him)

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

- Lt. Cmdr Data, Star Trek: Generations

  • 6 Posts
  • 19 Comments
Joined 7 months ago
cake
Cake day: March 7th, 2024

help-circle


  • In some ways this is true. However, I feel like in the case of Adobe, someone needs to take another shot at a good FOSS image editor. Adobe is really starting to mess itself with generative AI; knowing many artists, they hate generative AI image tech as a threat to their job, so I find it weird that Adobe is alienating one of their largest user bases. I find it weird how Inkscape is really good and has evolved (I actually switched to it from Adobe Illustrator and don´t regret it), while GIMP has barely changed in 10 years.

    I get that some parts of an image editor are complex, but at some point, it’s just a chain of mathematical operations. Maybe I’m wrong, but when I get the time, it’s almost tempting to take a stab at the issue.




  • Most of that sounds pretty easy to pull off. I have a few thoughts, though:

    • What games do you run in Steam?
    • Just a bit of a warning: Discord is annoying about updates, at least with the Debian version. I can’t remember what the Flatpak does.
    • For MS Office, most distros should come with LibreOffice. If you have problems with LibreOffice, then Google Docs should be fine.
    • You’ll have to run Spotify from the browser, but I imagine that won’t be a problem, as you’re probably not an audiophile
    • Run GIMP as a Flatpak, as distro versions tend to have weird bugs with the resynthesizer plugin.










  • I have similar feelings about Mac, probably in part because of my former Windows use as well. On one hand, I like how Mac’s terminal and development workflow (e.g availability of gcc) are more natively Unix-like, but for that, there’s also limited OpenGL support and no Vulkan support. Meanwhile, making Windows more “Unix-y” is as simple as installed Cygwin, and fixing the menu is simple a matter of installing OpenShell. (Of course, having to contort Windows gets annoying after a while, thus why I use Linux these days.)



  • Woah. An interesting setup indeed.

    KDE almost became my default when I was installing probably my first bare-metal Linux distro a few years back - Debian Buster, to be precise - on an old laptop. However, something borked with the network manager installation, so when I tried again, I chose XFCE, which worked (probably by coincidence - I probably just did something dumb the first time) and has been my go-to ever since.

    From a programming perspective, I definitely like Qt a lot over GTK, though it’s not like I write GUI applications all the time anyhow.






  • NTFS support is pretty solid on Linux these days, but just so you know, never use it as a root partition.

    I have generally used ext4. There’s ways to massage it to mount on Windows, as with btrfs. Ext4 is very likely what you should do if you’re installing Linux for the first time, as it has had decades of testing and is rather battle-tested

    I recently did my first btrfs install. For now, I’ve had no issues. Of course, some could happen, but I’ve generally heard btrfs is fine these days. One of its cool things is native compression support, although I forgot to enable it when I did that install.

    I’ve never used XFS.

    FAT32 should be rarely used these days due to file size limits and file name limits. The only place where it should still be used is for your EFI partition.

    Now exFAT really isn’t that unrecognizable. It’s supported by pretty much every operating system these days. It’s definitely not for root partitions, but should be your default for flash drives and portable hard drives.

    On another note, I recently tried Bcachefs on Debian Testing on a random old Chromebook. It is still in development, and not all distros support it yet, but I liked what I saw from my limited experience. It also supports snapshots, and unlike btrfs, has native encryption. For now, just ignore it, but like many in this post have said, keep an eye out for it.

    As for ZFS, I’ve never tried it. The main caveat is due to licensing incompatibility, it is not in the standard Linux kernel and you have to do some special stuff.