• hperrin@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    I was being facetious. Yeah, every app saves into a different location. It’s bonkers.

    • Kogasa@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      Sandboxing is a good thing. It makes it a lot easier and safer for billions of devices to run millions of apps.

      • somethingp@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        11 months ago

        Sure except that we already have computers where every app uses the same folder structure, just with some files/folders protected with elevated permissions that aren’t accessible to every app. We already have a solution that works and every desktop OS uses. Why would mobile go for a solution that isn’t actually usable?

        • Kogasa@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          The desktop solution isn’t feasible in the mobile context. Even for desktops, you see an increased interest in reproducible/containerized/sandboxed environments with docker, flatpak/snap, immutable operating systems, and so on. It’s all about managing complexity.