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.
  • B [email protected]

    "Linux ISOs"

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

    They are actually Linux isos. But also ironically, one of the things I'm trying to set up is the *arr set of tools

    1 Reply Last reply
    2
    • 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.

      evilcartyen@feddit.dkE This user is from outside of this forum
      evilcartyen@feddit.dkE This user is from outside of this forum
      [email protected]
      wrote last edited by
      #118

      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 1 Reply Last reply
      6
      • C [email protected]

        Just put it all in the same folder and call it something like:

        20250816_ProjectType_ActualNameHere_v001

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

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

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

          I helped digitally convert my local library's microfilm archives, mostly newspapers, but also some really old titles and deeds. Tons of stuff from the 1800s.

          heythisisnttheymca@lemmy.worldH This user is from outside of this forum
          heythisisnttheymca@lemmy.worldH This user is from outside of this forum
          [email protected]
          wrote last edited by
          #120

          do you also read the word TITLES wrong in lowercase?

          1 Reply Last reply
          1
          • M [email protected]

            Actually it says SDD. Must be referring to those SeaGate hybrid drives, but even those are referred to as SSHD, so I'm at a loss for what they mean.

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

            So i not the only one who misspells. Cool!

            1 Reply Last reply
            0
            • dohpaz42@lemmy.worldD [email protected]

              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.

              ~🙄~

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

              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

              You should be extra ashamed for not being ashamed and additionally shamed for taking this so seriously that you feel it necessary to attempt to shame someone who cheekily said you should be ashamed.

              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

              Let me ChatGPT that for you without giving a shit how this formats, followed by more shame for relaxing your struggle with things because you lack the gumption to figure these things out in your own despite 15 years of use.

              1. Open a Finder Window

              Pick any folder (usually your Home folder is a good starting point).

              ⸻

              1. Set the View You Want
                • Choose your preferred view style:
                • Icons: ⌘1
                • List: ⌘2
                • Columns: ⌘3
                • Gallery: ⌘4

              Then adjust things like:
              • Column widths
              • Sorting / Arrange by
              • Sidebar visibility
              • Preview pane visibility

              ⸻

              1. Apply with “Show View Options”
                1. With the folder open, press ⌘J (or go to View → Show View Options).
                2. At the bottom of the panel, you’ll see:
                  • Use as Defaults (for List, Icon, or Gallery views)
                  • Always open in … view
                3. Click Use as Defaults → this sets your chosen view/layout for all folders of that type.
              1 Reply Last reply
              0
              • 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