• MudMan@fedia.io
    link
    fedilink
    arrow-up
    76
    ·
    2 months ago

    The weird part is that most modern office software has version control built right in.

    And I still do this with all my files anyway.

    • Otter@lemmy.ca
      link
      fedilink
      English
      arrow-up
      35
      ·
      2 months ago

      I’ve had the built in version control do unexpected things, so I play it safe and create named backup files. I usually end up using that one file, but I’ve been saved on occasion

    • BearOfaTime@lemm.ee
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 months ago

      Use date/time in your file name,using GMT:

      Metrics of Sales 2024-05-22_14-29.docx

      Very unlikely to have 2 docs with the same down-to-the-minute time stamp in the name.

      • MudMan@fedia.io
        link
        fedilink
        arrow-up
        6
        ·
        2 months ago

        If you think this process involves enough mindpower to check the time, let alone figure out where the dashes are in whatever language keyboard setup I’m using at the time, you are wildly overestimating how much care goes into doing this.

          • blindsight@beehaw.org
            link
            fedilink
            English
            arrow-up
            7
            ·
            2 months ago

            I have an AutoHotkey script that drops the current date in ISO8601. I don’t need timestamps often, so date is sufficient. I like to have manual control of file names since I very frequently do not want files renamed.

            Cute related story: I taught my 6 y.o. son this macro so he can save his Krita art with the date (and then some keyboard spam ending in “poop”, usually). The macro shortcut I set is `T so he now calls the date “ticky tee”. Any set of numbers with dashes is a “ticky tee” to him, and if AutoHotkey is closed he runs to get me because “ticky tee isn’t working, Daddy!”

            • BearOfaTime@lemm.ee
              link
              fedilink
              English
              arrow-up
              4
              ·
              edit-2
              2 months ago

              Dammit, why have I never thought to use AHK for this? I already use the custom context menu script someone developed about 15 years ago (Favorite Folders? It’s on the AHK/AutoIT forum) , I can just add it to that.

              AHK/AutoIT are game changers. I feel naked on a machine without it, I’m so used to Ctrl-Middle -click to get to all sorts of things… Folders, scripts, tools, automations (like your date idea), etc.

              Ticky-tee! Hahahaha, love it!

        • BearOfaTime@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 months ago

          Well, if you can’t be bothered to ensure file names mean something, then you get to enjoy the results.

          In the Real World®, sometimes files get shared and traded around, and conversations happen about them, and you need to be able to quickly verify you’re looking at the same doc.

          We can’t all be connected to the same version control system.

          • MudMan@fedia.io
            link
            fedilink
            arrow-up
            1
            ·
            2 months ago

            Well, if you can’t be bothered to ensure file names mean something, then you get to enjoy the results.

            Now you’re getting it.