As a full time desktop Linux user since 1999 (the actual year of the Linux desktop, I swear) I wish all you Windows folks the best of luck on the next clean install 👍

…and Happy 30th Birthday “New Technology” File System!

  • sorenant@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Are you writing parahraphs for folder/file names? That’s one “issue” I never had problem with.

    Maybe enterprises need a solution for it but that’s a very different use case from most end users.

    Improvements are always welcome but saying it’s “ridiculously short” makes the problem sound worse than it is.

    • RagingNerdoholic@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 year ago

      File paths. Not just the filename, the entire directory path, including the filename. It’s way too easy to run up against limit if you’re actually organized.

      • motorwerks@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        You like diving 12 folders deep to find the file you’re after? I feel like there’s better, more efficient ways to be organized using metadata, but maybe I’m wrong.

        • Riskable@programming.devOP
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          C:\Users\axexandriaanastasiachristianson\Downloads\some_git_repo\src\...

          You run into the file parth limit all the fucking time if you’re a developer at an organization that enforces fullname usernames.

            • bighi@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              1 year ago

              People have been talking about the real problem from the beginning of the thread: small character limit on file paths.

                • bighi@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  0
                  ·
                  1 year ago

                  Only if you go into settings, disable the safety measures and change it. And some apps might break.

                  No, the default file path limit is 256 characters. And I don’t mean file name. Full file path.

                  • Aux@lemmy.world
                    link
                    fedilink
                    English
                    arrow-up
                    0
                    ·
                    1 year ago

                    No, you don’t need to change any settings, that’s the thing! Windows, unlike other OSes, has several APIs. Old apps (and dumb apps) are using old API and are limited to 260 characters. New apps are using new API and are limited by 32k characters. This “new API” is available since NT4, btw.