YAML and TOML suck. Long live the FAMF!

    • @BrianTheeBiscuiteer
      link
      162 months ago

      This is also going to make some devs (me) convulse when a PR is like, “small config change. updated 29 files”.

      • PermaOP
        link
        fedilink
        12 months ago

        I have one that has 69 (noice) files changed.

    • magic_lobster_party
      link
      fedilink
      42 months ago

      That was my first reaction just by reading the title.

      Mostly because I learned the hard way what inodes are.

      • PermaOP
        link
        fedilink
        32 months ago

        Read the content. I address that issue.

        • @[email protected]
          link
          fedilink
          3
          edit-2
          2 months ago

          For the record, you mention “the limitations of the number of inodes in Unix-like systems”, but this is not a limit in Unix, but a limit in filesystem formats (which also extends to Windows and other systems).

          So it depends more on what the filesystem is rather than the OS. A FAT32 partition can only hold 65,535 files (2^16), but both ext4 and NTFS can have up to 4,294,967,295 (2^32). If using Btrfs then it jumps to 18,446,744,073,709,551,615 (2^64).

          • PermaOP
            link
            fedilink
            12 months ago

            You are right. Fat32 is not recommended for implementing FAMF.

    • PermaOP
      link
      fedilink
      32 months ago

      What would you do with billions of inodes?

        • PermaOP
          link
          fedilink
          12 months ago

          Well I’d you have so many data entry, yaml and toml are not that helpful either. They would present different sets of problems. You should use a database (perhaps sqlite) for that purpose.