• tigeruppercut@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    6 days ago

    So kids with iphones just download every photo, video, and song they have to one folder and have no way to sort it?

    • Chozo@fedia.io
      link
      fedilink
      arrow-up
      1
      ·
      5 days ago

      Basically, yeah. Chronological sorting is good enough for most people. As long as you remember when you took the photo, you can find it easily.

      • tigeruppercut@lemmy.zip
        link
        fedilink
        arrow-up
        0
        arrow-down
        1
        ·
        5 days ago

        Jesus that sounds horrendous. I do the same thing with my phone camera out of laziness, and that’s bad enough. I can’t imagine every file I have being accessible based on my memory of timeline.

        • LainTrain@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          1 day ago

          I do this on purpose. I much much prefer chronological sorting and metadata search than actually organising files as long as it’s faster and works correctly.

          Even with actually manually organized file storage ultimately I just end up with folders more based on chronology than anything else.

          The way I see it - the only actually practical reason to have folders is if there is logic applied to the files, like e.g. all files in folder X get mounted as a docker volume in program Y or backed up to server Z etc etc.

          Beyond that all I care about is that my files are actually appropriately indexed and accessible quickly on-demand exactly when I want and how I want both at work and at home.

          Same way how I don’t actually go to /bin/ and list the dir and find the program, I hit Win+D in i3 and just type in what I want to run and get the program.

          My one pet peeve though is when devs use this to organise an app’s files like a tornado organizes a goddamn county fair, my ~/ is chock-full of random dotfiles and dotfolders of dotfiles without clear purpose or use and the state of C:\Users\whatever is a lovecraftian horror once you had the same general use Windows install for a few years, god forbid making sense of AppData and whatnot. And it gets so much worse with distro standards evolving to conf.d folders rather than one dotfile per program/daemon which just makes it hard to get an accurate full picture of things.

          Fucking Kali of all things is such a bitch for adding splash to boot prams outside of /etc/default/grub in its goddamn theme script of all places. I use this OS for pentesting practice/learning (and gaming). I do not want fancy boot. I do not want arbitrary, potentially crippling boot options silently added to my grub in files that have no business doing so or really even being a default inclusion no matter how ‘pretty’ and ‘modern’ the result. I am trying to learn deobfuscating JS, not my own goddamn configs, not that the latter isn’t useful but it feels hostile and anti-human to sacrifice simplicity for elegance.