• lessthanluigi@lemmy.sdf.org
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    5 hours ago

    > says SSD
    > shows a symbol of an HDD

    > MFW most people don’t care because they understand the nuance of communication except for me

  • finitebanjo@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    4
    ·
    edit-2
    14 hours ago

    Shouldn’t it show the directory the file is in instead of just showing them grouped together? Or is Projects 2 through 4 in the Project 1 folder and ditto with all of the experiment folders?

  • rumba@lemmy.zip
    link
    fedilink
    English
    arrow-up
    40
    arrow-down
    1
    ·
    10 hours ago

    I shit you not, IT around 2004, I had a nurse who stored all her important docs in “Recyle Bin”

    She put in a ticket that her computer was slow. We scheduled a time to look at it and made sure she knew to be there.

    When I showed up, she had left to go to lunch on purpose so she could take a free long lunch. I asked her manager to call her back in, she refused.

    I diagnosed she was out of space, and emptied her bin.

    That did not end up going well.

    She was furious, Her boss was mad. My boss was pissed that it happened but considered it reasonable since she refused to be there.

    I spent the better part of 4 hours undeleting deleted recycle bin contents which is WAYYYYYY harder than undeleting deleted files. They’re already UUID’s and bringing them back into existence will not put them back in the recycle bin, all that meta is gone.

    • absentbird@lemmy.world
      link
      fedilink
      arrow-up
      22
      arrow-down
      4
      ·
      12 hours ago

      ISO 8601 is YYYYMMDD (or YYYY-MM-DD in extended format)

      Are you really going to wood chipper someone for leaving off the leading 20? I think we can safely infer the century and millennium with a high confidence, why not trade them for two extra name characters?

        • absentbird@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          9 hours ago

          Here you go gramps:

          (shortD) => {
              return parseInt(shortD.slice(0, 2), 10) > 50 ? "19" + shortD : "20"+shortD;
          }
          
          • 5C5C5C@programming.dev
            link
            fedilink
            arrow-up
            8
            ·
            edit-2
            8 hours ago

            Did the software industry learn nothing from Y2K? Was it too long ago already for people to remember the mess we made for ourselves?

            Saving two characters in a file name is not worth the hell you are leaving in your trail by shoving this nonsense in an obscure corner of production code that people are going to forget about until it’s too late.

              • seralth@lemmy.world
                link
                fedilink
                English
                arrow-up
                3
                ·
                7 hours ago

                And you assume that changes to filesystems, new filesystems being created or other such things won’t at some point create a edge case that creates a problem?

                When you could just be safe? Sounds stupid as fuck to me to blindly trust nothing will happen to create problems.

                • absentbird@lemmy.world
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  6 hours ago

                  I understand you feel very strongly about four digit years, but I really don’t see any situation that I couldn’t sort out with a simple script.

                  Usually I don’t put dates in file names in the first place, but when I do I use the UTC timestamp; a date without a timezone is inherently fuzzy, and it’s easier to compare and differentiate numerical times.

                  If someone used two digit years in their naming convention I wouldn’t even blink, let alone get the woodchipper, life is too short to get angry over stuff like that.

            • Clent@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              2
              ·
              6 hours ago

              Their grandchildren will be pissing on their graves over it.

              I often wonder what files may outlive me.

              People have kept old physical remnants. There are obviously famous examples but there are far more mediocre examples.

              All the unique content I’ve created fits on a modestly sized hard drive so keeping it around would be trivial compared to maintaining all those physical remnants.

        • LousyCornMuffins@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          5 hours ago

          are we just talking digital because i’ve inherited archives. my current one only goes back to the 1950s but in the next decades i expect to get some going back centuries.

      • 5C5C5C@programming.dev
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        8 hours ago

        I recently had an accountant file something for the IRS that was dated as expiring in 1940 when it should’ve been 2040. I had to catch it myself after reading through 70 pages of dense forms before it was sent off, and I could’ve easily missed it.

        Digital records have existed long enough now that it’s downright irresponsible to leave off the century for anything where having an accurate date might even slightly matter.

        • absentbird@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          7 hours ago

          The exact date of creation is usually preserved in the filesystem, we’re just talking about what to name the documents themselves. The filename should be short and to the point, it gets truncated if it’s too long, and on windows you only have 260 characters for the entire path to the file plus the name.

          • 5C5C5C@programming.dev
            link
            fedilink
            arrow-up
            4
            ·
            7 hours ago

            If two characters are hurting your 260 character limit then you have other more serious problems to contend with.

      • PokerChips@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        8 hours ago

        I use to do that but got tired of typing out unnecessary characters and appreciate the shorter character length. I think my folders and files will be long gone by Y2Point1K.

      • ulterno@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        5 hours ago

        So, was the time of murder 20th of October 2021 - 1:25 PM or 21st of October 2020 - 1:25 AM?

        Depending upon that, you may/may-not have an alibi.

        • absentbird@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 hour ago

          We’re just talking about the filename, the exact creation time is tracked by the OS. Plus I’d imagine most documents also have a time and date inside. The file name is mostly for sorting and human readability.

    • mrgoosmoos@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      10 hours ago

      I make a point to train people on this at work, and I also make a point to periodically delete all relevant files that are not dated or not dated correctly

      oh no you lost some important files? should’ve followed the standards

      we only have so much space and your 1.2 GB undated file that isn’t even in the folder it should be in is getting deleted

      • LousyCornMuffins@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        5 hours ago

        one place i was at had ridiculous formatting standards. but like i loved that i could tell everything in a document by reading its title. just, when your pdf scan of your supporting documents for your tax return is 135 pages long, well the title took ten minutes to read

        it was like 2010 tax return supporting documents + w2 - john doe - abc corp + w2 - john doe - def corp + 1099INT - john doe - BankBank +…pdf

        and one of my jobs was to double check that the title accurately represented all 135 documents in that godsforsaken supporting documents scan. That was a rough year.

        Other firm i worked at that year, because i was stupid and moonlit at TWO tax firms one tax season, just called the file SUPPORTING DOCS.pdf . Typed everything in all caps because we thought the IRS was blind. Also allowed us to stream music online and not have to play it on headphones with our doors shut in our offices. They were better.

  • Cousin Mose@lemmy.hogru.ch
    link
    fedilink
    arrow-up
    28
    arrow-down
    1
    ·
    17 hours ago

    I’ll say that as much as I love Apple and macOS, Finder has some pretty terrible defaults that make file management pretty difficult for the average user. The default “All Files” view is atrocious.

    • dohpaz42@lemmy.world
      link
      fedilink
      English
      arrow-up
      29
      ·
      16 hours ago
      1. Not being able to create a file
      2. Folders aren’t by default listed at the top
      3. Spring-loaded folders are hit or miss
      4. No good intuitive way to set defaults for ALL folders at once
      5. No good intuitive way to reset any folder defaults
      6. .DS_Store and ._DS_Store (nuff said)
      • SmoothLiquidation@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        13 hours ago

        I HATE that windows will sort folders at the top instead of alphabetically with everything else. I guess it comes from using a Mac for so long.

        I agree about .DS_Store in any mixed os environment though.

          • ScintillatingStruthio@programming.dev
            link
            fedilink
            English
            arrow-up
            11
            arrow-down
            1
            ·
            edit-2
            11 hours ago

            Because if you’re looking for a subfolder you’re not looking for a file, and vice versa? It doesn’t matter much in sparse directories, but it annoys me having to scroll through a ton of files to find the folder I want in directories with both.

            I too like a lot of things about Mac, but finder could be improved, for sure.

            (I have gotten used to a lot of its features and hate Windows’ defaults too, so there’s that. I don’t think an ideal exists, unless it’s in Linux somewhere and I just need to dual boot the desktop and get it over with)

            • Cousin Mose@lemmy.hogru.ch
              link
              fedilink
              arrow-up
              2
              ·
              10 hours ago

              On macOS I just type the first few letters of the file/folder and because it’s in alphabetical order, I find it immediately. I don’t want to have to think “oh is this a file or a folder” then scroll around to the appropriate area.

              This reminds me of users who complain about <select> fields on websites: they always want some weird sorting instead of just tabbing into the field and typing a few letters.

              • ScintillatingStruthio@programming.dev
                link
                fedilink
                English
                arrow-up
                2
                ·
                10 hours ago

                Thar makes sense, although I am generally not trying to use the keyboard at the same time (to be honest I was not aware you could filter a finder view like that, I thought it only ran search and I have never found MacOS’s search to be satisfactory)

                • Cousin Mose@lemmy.hogru.ch
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  10 hours ago

                  I grew up on Windows but when I came to macOS I went hard into key commands; the UI is a lot more uniform so using a combination of key commands and Trackpad gestures you can fly through tasks pretty quickly.

              • snooggums@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                10 hours ago

                I haven’t memorized everything, so file folders grouped together is easier.

                Having the option to choose to sort either way would be the best option.

          • dan@upvote.au
            link
            fedilink
            arrow-up
            2
            ·
            14 hours ago

            This doesn’t sound any easier than using Ctrl+X to cut files and Ctrl+V to paste them wherever you want to?

            • kautau@lemmy.world
              link
              fedilink
              arrow-up
              3
              ·
              edit-2
              13 hours ago

              Depends on how you use your computer. Plenty of people would tell you that using a GUI file manager and cutting/moving files is inefficient on any platform as opposed to just using a terminal.

              There are times where it’s nice to drag a file or group of files and have Finder show me the content of the destination folder before I decide to drop the files. But sure I could do that with 3 mouse clicks and 4 keyboard taps.

              I think that terminal only or primarily terminal is valuable, a combination of mouse and keyboard with shortcuts is valuable, and also the ability to just use your mouse (especially helpful for accessibility) is also valuable, and they all should be supported.

      • Clent@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        6 hours ago

        Folders aren’t by default listed at the top

        This is a aweful windows only thing. Anyone who likes it should be ashamed.

        No good intuitive way to set defaults for ALL folders at once

        This is inexperience with the finder because it’s ridiculously easy to set this.

        • dohpaz42@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 hours ago

          Folders aren’t by default listed at the top

          This is a aweful windows only thing. Anyone who likes it should be ashamed.

          No. You cannot and will not shame me for something that is not shame worthy. Shame on you for trying.

          No good intuitive way to set defaults for ALL folders at once

          This is inexperience with the finder because it’s ridiculously easy to set this.

          Do tell oh wise one. I’ve been using MacOS for over 15 years, and would love to learn the ways of a master such as yourself.

          🙄

        • BorgDrone@feddit.nl
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          13 hours ago

          You can do all file management operations from the command line. No need to use the Finder.

          • Cousin Mose@lemmy.hogru.ch
            link
            fedilink
            arrow-up
            4
            ·
            12 hours ago

            I don’t think the “average user” is going to drop Finder to use the terminal.

            In fact though I’m not an “average user”and use bash, zsh pretty much every day, there are still some things I’d rather do in Finder.

    • Sundray@lemmus.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      16 hours ago

      What is this “desktop” of which you speak?

      Is that what’s under all these files?

    • unphazed@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      15 hours ago

      My actual desk and office - messy. My desktop - folder, folder, 4 shortcuts. My phone -groups of apps ordered by function - Pebble, Office, Entertainment, etc. My garage - absolute hoarder nightmare from hell cause I just can’t seem to get to it. Why I can be ordered in one area and not in another is beyond me.

    • dan@upvote.au
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      9 hours ago

      Especially younger people. They’re used to files just… being there on their phone. Photo albums? Nah, just scroll though every photo you’ve ever taken to find the right one.

      That, and having powerful search functionality + tagging has made perfect folder structures less of a requirement. I’ve never had trouble finding documents in paperless-ngx just by searching, for example.

  • Shady_Shiroe@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    12 hours ago

    Man, I hate my moms pc folder layout, like why do you have Documents folder inside of documents folder inside of Documents folder? Why do you create excel sheets inside Downloads folder when you didn’t download them???

  • NJSpradlin@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    16 hours ago

    I find myself having too many nested folders, and I’m just a normie. I wonder how deep they go for you tech people.

    At some points, Windows won’t let me change the file name because it was too long and I’m assuming the file path to it plus the ridiculously long name (“person last name, first name - type of document (purpose) yyyymmdd”) just breaks Windows.

    Sometimes I have to copy those files to my desktop just to rename the new file, so that I can upload the file to an online system that only lets me upload files with names under 42 characters long. It’s wild.

    • bitjunkie@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      15 hours ago

      This was one of the reasons I quit trying to develop on Windows way back when. I had a very well organized system of subfolders for all my code, and it was literally running into some kind of path length limit trying to import deeply nested dependencies in certain projects. This was WELL into the era of 64-bit computing, absolutely no excuse other than Microsoft taking shortcuts.

      • ScintillatingStruthio@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 hours ago

        I still run into this issue when one of my company’s clients requires developing on Windows. Doesn’t take many subfolders before node_modules just starts breaking.

        There are lots of reasons I hate developing on windows and that’s certainly one of them.

    • Eheran@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      16 hours ago

      You can enable long names in Windows, essentially removing that restriction and giving you the power of all the sub folders up to something like 26’000 characters.

      1. Open the Registry Editor.
      2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
      3. Find the LongPathsEnabled DWORD value, double-click it, and set its value to 1
      4. Restart your computer
      5. Be free and happy
        • dan@upvote.au
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          15 hours ago

          A lot of apps still use legacy Windows APIs that don’t understand very long paths. Those APIs have been deprecated for maybe 15 years or more, but developers are lazy. Microsoft can’t add support for long paths to the old APIs because they use a fixed buffer size (which means that only a certain amount of memory space is available for the path, and increasing it would break the apps that rely on that). They can’t totally remove the old APIs because every app that uses them would break.

          • bleistift2@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            15 hours ago

            They can’t totally remove the old APIs because every app that uses them would break.

            For every other company I would buy that argument. But for one that forces customers to throw away millions of computers which can’t run Win 11… no.

            • Eheran@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              46 minutes ago

              People having to buy new hardware for new software is and has been normal forever.

              People losing access to their software because the OS changes how it deals with something did happen, but that is not something anyone wants.

    • ma1w4re@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      My paths are pretty short ngl /home/user/devel/projects/android/testproject/ Probably is the longest one. Or maybe even /home/user/devel/lessons/dotnet-aspnet/exam/AspnetExam/xxxroot/libs/bootstrap-icons/ But that one is temporary, I’ll archive it once it’s done

    • Appoxo@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      10 hours ago

      Too deep.
      I am having a peoblem bwcause sometimes I broke my own rules or sorted every itme in it’s own folder.

    • notarobot@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      In my projects folder I have an “all” folder where I store all my projects. But back at the projects folder there are others like “by-client”, " by-language", and “by-date”. When I make a new project I create it inside the all folder, and then place shortcuts inside the corresponding folders.

      • NJSpradlin@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        15 hours ago

        I do something like:

        From Documents > ‘routine documents’ > FY > Month > Section (personnel, operations, or logistics) > and whatever task from there for my main day-to-day stuff

        But, for operations outside of the monthly sort, like managing personnel training, it gets really weird;

        From Documents > Training > FY > department > categories of training > subcategory > individual person’s folder for the course > application folders with dates (the last folder here is when the one that got approved and they’re going to the school on).

        This one is where I end up with file names I can’t rename.

    • Lightfire228@pawb.social
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      15 hours ago

      In my obsidian notes folder, i have

      • 01 - Inbox
      • 02 - Breadbox
      • 03 - Data

      .

      • Inbox is for newly created notes
      • Breadbox is for notes that i need to reference or otherwise want quick access to
      • Data is for everything else

      For file navigation, i use links and references within the notes themselves, which creates a network of linked files that is far far easier to navigate than folders


      Everything else is sorta all over the place, but in general

      • ~/Documents
        • dumping ground for important documents, folders are arbitrarily made as I go
      • ~/Downloads
        • dumping grounds for downloaded things, generally important files are moved elsewhere
      • ~/Code is where i put all of my personal projects and other junk related to programming

      ~/ is the user home directory

      • C:\Users\Name for windows
      • /home/name for linux

      For pictures, i use a self hosted Immich instance

  • weariedfae@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    1 hour ago

    Ok. Calling me out like that. It’s fine, I deserve it.

    I store everything “temporarily” because “I’ll sort it later” on the Desktop.

    It’s never later.