• 0 Posts
  • 442 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • I want it to be consistent dammit!

    YES.

    In tech terms, “intelligent” or “smart” usually means inconsistent and unpredictable. It means I need to do extra work to verify that the computer didn’t “helpfully” do something I never told it to do.

    I understand autocorrect on phones, because phone keyboards suck very hard. I am still shocked that both Apple and Microsoft have decided to enable it by default on desktops and laptops with full keyboards. No, Apple, believe it or not, the username field in web sites is not supposed to have a capitalized first letter. If I wanted that, I have three whole keys on my keyboard that I could have used to do that. STFU and let me do my own typing. (Why usernames are case-sensitive in certain places is a whole other matter, one that’s far outside my control.)











  • GenderNeutralBro@lemmy.sdf.orgtoLinux@lemmy.mlThe Dislike to Ubuntu
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    17 days ago

    I forget the exact terminology but I tried putting it into the most permissive mode available. Is still could not work with external hard drives. This was several years ago so I can’t say what might have changed since then, but I did spend some time troubleshooting and at the time that functionality did not work. I’d read that it was possible in the previous version (maybe 18.04?)

    Edit: Come to think of it, it might not have been as simple as “couldn’t access external drives”. It might have had something to do with how my disks were mounted and their permissions and mount points. I remember that I hit a wall at some point and further troubleshooting would have required more surgery on my system than I was willing to attempt.


  • GenderNeutralBro@lemmy.sdf.orgtoLinux@lemmy.mlThe Dislike to Ubuntu
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    18 days ago

    Yeah, this kind of things drove me batty on Ubuntu. So many things were delivered as Snaps when they just don’t work that way. The funniest one to me was Filebot. It’s a media file naming/organizing tool…that doesn’t have disk access. Are you kidding me, Canonical?

    Flatpak is easier to work with, but has similar issues. Great for simple things, but I’m always worried that at some point I’m going to need some features that just won’t work, and then it’s going to be a hassle to migrate to a native installation. And it has no CLI support.

    And yeah, the bloat is wild. Deduplication on btrfs (or similar) helps but there’s no getting past the bandwidth bloat.








  • Probably ~15TB through file-level syncing tools (rsync or similar; I forget exactly what I used), just copying my internal RAID array to an external HDD. I’ve done this a few times, either for backup purposes or to prepare to reformat my array. I originally used ZFS on the array, but converted it to something with built-in kernel support a while back because it got troublesome when switching distros. Might switch it to bcachefs at some point.

    With dd specifically, maybe 1TB? I’ve used it to temporarily back up my boot drive on occasion, on the assumption that restoring my entire system that way would be simpler in case whatever I was planning blew up in my face. Fortunately never needed to restore it that way.