• @[email protected]
    link
    fedilink
    334 days ago

    This is exactly how the german train provider names its ticket pdfs. Why not just “date_origin_destination.pdf”

    • slazer2au
      link
      English
      264 days ago

      Likely a unique id so when you send the ticket they don’t have to faf about finding it in their system.

  • @[email protected]
    link
    fedilink
    124 days ago

    Can’t relate at all. I’m a taxonomy nerd, everything has its own defined subdirectory, the files follow a defined naming convention. Send help.

    • @[email protected]
      link
      fedilink
      34 days ago

      You‘re good and more efficient. I open 90% of files on Linux, Mac and PC with the search function.

    • @MutilationWave
      link
      24 days ago

      You’re good, everyone else needs help. I’m pretty sloppy with my PC but my work laptop- subsubsubsubsubdirectories.

  • @radix
    link
    English
    154 days ago

    Thesis_v5_Final_revised_final_complete_v2_(2).pdf

  • @tequinhu
    link
    13
    edit-2
    4 days ago

    grep -irl "some text that the file would have"

    (Obiously only work for text files, but that’s enough to cover 90% of cases for me)

      • @tequinhu
        link
        14 days ago

        Fun fact: I use “git bash shell” over windows’ cmd just because of grep

    • @indepndnt
      link
      14 days ago

      I don’t know what those flags mean, but from context I think this is a command I’ve needed a bunch of times but haven’t had the time or energy to learn about yet. So thanks! I can’t wait to try it!

    • @edgemaster72
      link
      English
      24 days ago

      🎶 To save, the Princess Zelda! 🎶

  • @[email protected]
    link
    fedilink
    64 days ago

    Trying to remember whether I named the most recent copy of my resume shitstink.pdf or hellpiss.pdf

  • @[email protected]
    link
    fedilink
    33 days ago

    I smash my open palm to my keyboard everytime I’m naming something.

    In another news, I am currently looking for a job as my employer fired me for ‘improper variable naming’.

  • @affiliate
    link
    34 days ago

    hmmm is the most recent version of this file the one named “newest” or “new (actual)”?

    • @[email protected]
      link
      fedilink
      23 days ago

      spends ten minutes figuring out which one’s the latest

      has to save it again

      “new (actual)(for real)”

    • @toynbee
      link
      1
      edit-2
      4 days ago

      I used to have this problem, but now I go with one of two solutions:

      • filename-$(date +%F) (or similar)
        • example: notes-2024-12-14.txt
        • can be expanded to include further time details if more than one iteration per day is released
      • filename-Mk#
        • example: product-design-MkII (Or Mk2 if you prefer)
        • pretty much infinitely expandable and you always know which is latest
        • admittedly I’m pretty sure most systems wouldn’t sort Roman numerals correctly, but I rarely have enough iterations of anything to worry about it

      edit: Also, with either, you could pretty easily write a script that would symlink something like filename-latest to the newest one, but depending on how you’re generating the files in question, that might be less viable.

      • @[email protected]
        link
        fedilink
        13 days ago

        You know how to script and what a symlink is; why aren’t you using git or any other kind of version control instead?

        • @toynbee
          link
          23 days ago

          Because I formed these habits in the nineties and 00’s, well before git was a thing; and because nothing I write matters, other than possibly to my employers, in which case I do use (primarily) git … Or other version control. (Believe it or not, I’ve used subversion.)

          Most of the documents to which I apply this are things like my resume and DNS server. No one but me will ever care.

          Also, I like you both for asking this question and for how you put it.