Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. Data Organization

Data Organization

Scheduled Pinned Locked Moved Programmer Humor
135 Posts 71 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C [email protected]
    This post did not contain any content.
    F This user is from outside of this forum
    F This user is from outside of this forum
    [email protected]
    wrote last edited by
    #123

    wtf is an SDD?

    U H 2 Replies Last reply
    7
    • F [email protected]

      wtf is an SDD?

      U This user is from outside of this forum
      U This user is from outside of this forum
      [email protected]
      wrote last edited by
      #124

      Maybe root?

      1 Reply Last reply
      0
      • M [email protected]

        P.A.R.A. - It's a simple organization method and very easy to maintain.

        L This user is from outside of this forum
        L This user is from outside of this forum
        [email protected]
        wrote last edited by
        #125

        This is really damn good. Thanks for sharing it!

        1 Reply Last reply
        1
        • evilcartyen@feddit.dkE [email protected]

          You can literally just upload a library of documents to github or another repo service like codeberg. That's basically what a code project is, a bunch of files.

          L This user is from outside of this forum
          L This user is from outside of this forum
          [email protected]
          wrote last edited by
          #126

          The main difference being that code is typically stored in plain text files, where you can more easily compare and merge differences, while some other document types are harder to diff usefully. That doesn't mean you can't use git to keep their version history, it just means resolving merge conflicts might be a bitch.

          1 Reply Last reply
          0
          • D [email protected]

            I wish someone make github but for documents. Image your documents can be forked by someone and has many branches and revisions, it must be hilarious.

            D This user is from outside of this forum
            D This user is from outside of this forum
            [email protected]
            wrote last edited by
            #127

            You just described SVN. It's what we used before the invention of git. And is still used today for team projects that use complex file formats, like images, binary blobs, 3d models, that sort of stuff. It will work with any files.

            1 Reply Last reply
            2
            • W [email protected]

              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.

              S This user is from outside of this forum
              S This user is from outside of this forum
              [email protected]
              wrote last edited by
              #128

              The most items I had on my work desktop was 1366, they were overlapping on my screen and windows+D would lag the whole computer. It was glorious.

              1 Reply Last reply
              1
              • A [email protected]

                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.

                U This user is from outside of this forum
                U This user is from outside of this forum
                [email protected]
                wrote last edited by
                #129

                Oh, it was just filenames, not everything-everywhere?
                Then I guess it's fine.

                What's this date btw?
                10/8/10

                1 Reply Last reply
                1
                • shnizmuffin@lemmy.inbutts.lolS [email protected]

                  Dots are reserved for filetype information, heathen.

                  U This user is from outside of this forum
                  U This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #130

                  hehe yeah

                  Your full file extension ends up being: MM.DD-text
                  but hopefully noone needs to parse it that way.

                  I tend to use YYYY-MM-DD_hh:mm:ss.zzz or YYYY-MM-DD_hh-mm-ss.zzz depending upon the requirement and just recently realised the problem with the . before the zzz.
                  Luckily I don't need to add the zzz quite often.

                  1 Reply Last reply
                  0
                  • F [email protected]

                    wtf is an SDD?

                    H This user is from outside of this forum
                    H This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #131

                    Super duper drive ...

                    1 Reply Last reply
                    6
                    • L [email protected]

                      How about New folder (11)/Final/Final2/TO DELETE/New version/DO NOT DELETE/20250816_Version 4

                      C This user is from outside of this forum
                      C This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #132

                      Mmmmm... Just format the hard drive.

                      1 Reply Last reply
                      0
                      • W [email protected]

                        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.

                        askat@programming.devA This user is from outside of this forum
                        askat@programming.devA This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #133

                        I call it "Purgatory"

                        1 Reply Last reply
                        1
                        • shnizmuffin@lemmy.inbutts.lolS [email protected]

                          Anyone who uses YYMMDD instead of ISO 8601 needs to be fed feet first into a wood chipper.

                          L This user is from outside of this forum
                          L This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #134

                          I assumed they meant it like 2025-08-18…

                          Though TBF I sometimes rename files using the terminal and go mv $file "some_name_$(date +%s),ext"

                          1 Reply Last reply
                          0
                          • dan@upvote.auD [email protected]

                            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.

                            L This user is from outside of this forum
                            L This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #135

                            Photo albums? Nah, just scroll though every photo you’ve ever taken to find the right one.

                            Then screenshot it so that the screenshot of the photo is at the top, then switch to the other app and upload the screenshot of the photo there.

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups