Y'all@theATL.social
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Mistiy@lemmy.zip to linuxmemes@lemmy.world · 2 个月前

Oh... shit. Oops

lemmy.zip

external-link
message-square
108
link
fedilink
945
external-link

Oh... shit. Oops

lemmy.zip

Mistiy@lemmy.zip to linuxmemes@lemmy.world · 2 个月前
message-square
108
link
fedilink
alert-triangle
You must log in or register to comment.
  • Broadfern@lemmy.world
    link
    fedilink
    English
    arrow-up
    153
    ·
    2 个月前

    Tbf Dolphin calls them folders

    • thenextguy@sh.itjust.works
      link
      fedilink
      arrow-up
      153
      arrow-down
      1
      ·
      2 个月前

      And every Linux directory icon is a folder. This is a non issue.

      • HouseWolf@pawb.social
        link
        fedilink
        English
        arrow-up
        119
        arrow-down
        1
        ·
        2 个月前

        Shhhh the CLI purists haven’t figured out what icons are yet.

        • Viking_Hippie@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          43
          ·
          2 个月前

          You mean those religious pictures old Italian and Russian people have?

          • Axolotl@feddit.it
            link
            fedilink
            arrow-up
            12
            ·
            2 个月前

            • WhiteOakBayou@lemmy.world
              link
              fedilink
              arrow-up
              5
              ·
              2 个月前

              Was not expecting to see Padre Pio here. He was an oddly big deal in my elementary and middle school years.

        • BartyDeCanter@piefed.social
          link
          fedilink
          English
          arrow-up
          26
          ·
          2 个月前

          oh oh! Are those the extra logos and things added by nerdfonts?

        • starman2112@sh.itjust.works
          link
          fedilink
          arrow-up
          22
          ·
          edit-2
          2 个月前

          Gooey? Sounds gross

          • festnt@sh.itjust.works
            link
            fedilink
            arrow-up
            2
            ·
            2 个月前

            yeah i much prefer see L eyes

        • \\\mr\rnd;@lemmy.zip
          link
          fedilink
          arrow-up
          6
          ·
          2 个月前

          wait, are CLI purist the purest keyboard warriors?

          • wonderingwanderer@sopuli.xyz
            link
            fedilink
            arrow-up
            4
            ·
            2 个月前

            Indeed, any other is merely a “desktop metaphor warrior”

          • luciferofastora@feddit.org
            link
            fedilink
            arrow-up
            4
            ·
            2 个月前

            Anyone who doesn’t post their rants via curl is a poser

      • merc@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        2 个月前

        What would the icon for a “directory” look like?

        • Dultas@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          2 个月前

          A phone book

        • kunaltyagi@programming.dev
          link
          fedilink
          arrow-up
          8
          ·
          2 个月前

          According to Wikipedia, it is screenshot of MS Command Prompt 😂

        • couch1potato@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          7
          ·
          2 个月前

          Like a folder

    • Viking_Hippie@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      9
      ·
      2 个月前

      What does Tuna call them?

      • raspberry_confetti@lemmy.ml
        link
        fedilink
        arrow-up
        21
        ·
        2 个月前

        Cans

    • kunaltyagi@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      2 个月前

      All hail our dolphin overloads

  • _NetNomad@fedia.io
    link
    fedilink
    arrow-up
    118
    ·
    2 个月前

    something very similar in mainframe land where they call files “datasets.” if you call a dataset a file, get ready to get an earfull!

    which is ironic considering IBM themselves often call them files and one of the most popular dataset utilities is called FileAid. but if we acknowledge that, we lose a valuable opportunity to belittle and exclude newcomers

    • bobzrkr@sh.itjust.works
      link
      fedilink
      arrow-up
      69
      ·
      2 个月前

      In AWS S3, they’re objects, not files. But you upload files to objects. And can download an object to a file. But they’re not files. Trust me bro.

      • AmyAye@nord.pub
        link
        fedilink
        English
        arrow-up
        29
        ·
        2 个月前

        You know, the same deal kind of applies about “losing newcomers”. Because I avooded using AWS because everything seemed cryptic and weird with its terminology. So other companies got my business.

        • zarkanian@sh.itjust.works
          link
          fedilink
          arrow-up
          16
          ·
          2 个月前

          Cryptic and weird and their documentation is the worst.

        • Don't forget to stay hydrated.🍉🍉🍉🍉🍉@sh.itjust.works
          link
          fedilink
          arrow-up
          16
          arrow-down
          1
          ·
          2 个月前

          avooded

          Awoooo!

      • ViatorOmnium@piefed.social
        link
        fedilink
        English
        arrow-up
        8
        ·
        2 个月前

        That’s mostly because it doesn’t have real directories, it just simulates them with string prefixes and if you forget that on large buckets you are going to have a bad time.

        • merc@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          2 个月前

          What makes that different from a “real directory”?

          • ViatorOmnium@piefed.social
            link
            fedilink
            English
            arrow-up
            3
            ·
            2 个月前

            Imagine you have dir1/dir2 with “directories” inside, each one with millions of “files”/objects. When you try to “ls” the dir1/dir2 by querying Prefix='dir1/dir2/' and Delimiter='/' S3 will still scan all the millions of objects starting with the prefix, and then filter out the ones that have a / after the prefix.

            • toynbee@piefed.social
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 个月前

              And the benefit of this is …

              • ViatorOmnium@piefed.social
                link
                fedilink
                English
                arrow-up
                1
                ·
                2 个月前

                There’s no benefit or drawback on it’s own. The way the keys and queries work are geared to S3’s nature as a key value object store - which requires it to support keys that wouldn’t be valid file paths or that have different delimiters.

      • agentTeiko@piefed.social
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 个月前

        There is a reason for that since S3 is not block storage and doesn’t have a Hierarchal filesystem. That’s why when you create folder in the S3 console what you are really creating is a prefix meaning its just a placeholder to auto add the prefix string to the beginning of all objects. But all objects in the bucket are flat when it comes to the API. Plus the way the files are stored in the shards in S3. You can limit Throughput by treating prefixes like a hierarchical filesystem too much.

      • Jul@piefed.blahaj.zone
        cake
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 个月前

        The more confusing thing I’ve had to explain to too many developers is that it’s not a directory regardless of what it looks like on the AWS website view. It’s a “prefix” meaning the entire thing, including the slashes, is just part of the filename, there is no real structure inside a bucket. So there’s no such thing as relative paths to search for things. When you call the list objects function with a prefix it’s the same as doing a “starts with” on a string. You can’t give it a partial “path” relative to another object that appears to be in another “folder”.

      • Viking_Hippie@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        3
        ·
        2 个月前

        In Magpiper, they’re Blarts.

      • 🇰 🌀 🇱 🌀 🇳 🇦 🇸 🇰 🇦 🇵 🇮@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 个月前

        deleted by creator

    • sik0fewl@piefed.ca
      link
      fedilink
      English
      arrow-up
      31
      ·
      2 个月前

      It’s called gatekeeping. You wouldn’t get it.

    • Err(()).unwrap()@lemmy.worldM
      link
      fedilink
      arrow-up
      12
      ·
      2 个月前

      Reminds me of the oilfield unit hell. If you even mention an SI unit on an offshore drilling platform, your beheaded carcass will be displayed on top of the derrick as a warning for others, left to be devoured by birds and the salty wind.

  • wizardbeard@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    37
    ·
    2 个月前

    For what it’s worth, they’re referred to as directories by command prompt and PowerShell (effectively the new Windows command prompt) tools as Windows as well.

    • Onomatopoeia@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      34
      arrow-down
      2
      ·
      2 个月前

      And always had been in DOS before Windows.

      Folder is just an easier concept for the average person to grok, so I say folder to them.

      • cylinder0093@fedinsfw.app
        link
        fedilink
        English
        arrow-up
        10
        ·
        2 个月前

        It’s two fewer syllables and a more straightforward analogy. It’s just a better name

        • OwOarchist@pawb.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 个月前

          and a more straightforward analogy

          Honestly, yeah. The filesystem’s address table is more analogous to a ‘directory’. You don’t really put things in a directory – a directory tells you where to find things that are located outside of it.

      • Dultas@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        2 个月前

        Yep, DOS uses the dir command to list directory contents.

  • DontRedditMyLemmy@lemmy.world
    link
    fedilink
    arrow-up
    32
    ·
    2 个月前

    Call them inodes and see what happens next

    • Forester@pawb.social
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      2 个月前

      An inode is not a folder it’s metadata for a folder OR a file.

      It would be more correct to say all folders are txt files

      • dtrain@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        2 个月前

        An inode is not a folder it’s metadata for a folder OR a file.

        Demonstrating the parent’s point in real time.

    • kunaltyagi@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      2 个月前

      iNod

  • Dookieman12@piefed.socialBanned
    link
    fedilink
    English
    arrow-up
    30
    ·
    2 个月前

    Just call it a ‘container object’ and you can be technically correct in almost every context.

    See also: in SQL and Dataverse, a row is called a ‘record’, but in SharePoint and Lists, a row is called an ‘item’, and MAN do people get all pissy if you get them mixed up or refer to it as a ‘row’.

    It’s even more aggravating when you understand that 1) they’re all different implementations of the ‘table’ data structure, so the term is still accurate; ‘records’ and ‘items’ are just subsets of ‘rows’, and 2) SharePoint and Lists are just SQL on the backend anyway.

    Like, obviously you knew what I meant, but how is your ego gonna get stroked unless you preach about pedantic details that don’t matter?

  • Sprocketfree@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    29
    ·
    2 个月前

    That’s idiotic. We all know it’s a file, everything’s a FILE!

    • phorq@lemmy.ml
      link
      fedilink
      arrow-up
      10
      ·
      2 个月前

      Would that make linux users filephiles?

      • HoloPengin@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        2 个月前

        Filephilefiles

  • squinky@sh.itjust.works
    link
    fedilink
    arrow-up
    29
    ·
    2 个月前

    Anyone gives me a hard time about that, I’m reverting to Amiga and calling it a “drawer”

    • MinnesotaGoddam@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      2 个月前

      i just call ‘em all "that fuckin’ thing" and if anyone complains, they can talk to this guy

  • wonderingwanderer@sopuli.xyz
    link
    fedilink
    arrow-up
    27
    ·
    2 个月前

    Don’t care, KDE says “create new folder”, it’s a folder.

  • Sanctus@anarchist.nexus
    link
    fedilink
    English
    arrow-up
    26
    ·
    2 个月前

    I use directory and folder interchangeably

  • Gormadt@slrpnk.net
    link
    fedilink
    English
    arrow-up
    25
    ·
    2 个月前

    You’ll pry my old outdated terminology from my cold dead hands lol

    • comador @lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      2 个月前

      I’ll toast to that from my Remix OS coffee mug currently sitting on my SunOS mouse pad.

  • AlteredEgo@lemmy.ml
    link
    fedilink
    arrow-up
    16
    ·
    2 个月前

    I got binders full of .txt files.

  • AntY@lemmy.world
    link
    fedilink
    arrow-up
    16
    ·
    2 个月前

    They’re called files!

  • Ricky Rigatoni@piefed.zip
    link
    fedilink
    English
    arrow-up
    15
    ·
    2 个月前

    If I’m browsing in a GUI they’re folders. If I’m using a CLI they’re directories. Except when I decide to do the opposite in either situation. Everything I do is the correct method and the only people who are wrong are whoever disagree with me. Unless they’re hot.

    • HEXN3T@lemmy.blahaj.zonedeleted by creator
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      7 天前

      deleted by creator

      • Ricky Rigatoni@piefed.zip
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 个月前

        Orange City Police Department

        • HEXN3T@lemmy.blahaj.zonedeleted by creator
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          7 天前

          deleted by creator

  • 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 @pawb.social
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 个月前

    I call them “bags of holding” because their capacity is undefined.

  • Jyek@sh.itjust.works
    link
    fedilink
    arrow-up
    8
    ·
    2 个月前

    ZFS head correcting you to “dataset”

linuxmemes@lemmy.world

linuxmemes@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !linuxmemes@lemmy.world

Hint: :q!


Sister communities:
  • !tech_memes@lemmy.world
  • !memes@lemmy.world
  • !lemmyshitpost@lemmy.world
  • !risa@startrek.website

Community rules (click to expand)

1. Follow the site-wide rules
  • Instance-wide TOS: https://legal.lemmy.world/tos/
  • Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like “every user of thing”.
  • Don’t get baited into back-and-forth insults. We are not animals.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community – if that is a problem for you, you should leave.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don’t come looking for advice, this is not the right community.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

Please report posts and comments that break these rules!


Important: never execute code or follow advice that you don’t understand or can’t verify, especially here. The word of the day is credibility. This is a meme community – even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don’t remove France.

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 954 users / day
  • 3.05K users / week
  • 6.75K users / month
  • 15.5K users / 6 months
  • 3 local subscribers
  • 32.9K subscribers
  • 2.42K Posts
  • 138K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.worlddeleted by creator
  • zephyr@lemmy.world
  • Err(()).unwrap()@lemmy.world
  • UI: 0.19.20
  • BE: 0.19.20-50-gd04feac24
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org