• @[email protected]
    link
    fedilink
    423 months ago

    Insane if you think about how little functionality this kind of app needs. Millions of lines of code for what?

    • Nat (she/they)
      link
      fedilink
      353 months ago

      I bet they have a copy of every native library they use except like libc, and probably don’t do any dead code elimination on those. And maybe they also have copies of the app for different ARM versions. And then an additional 20MB of JavaScript because everyone does these days.

      • Superb
        link
        fedilink
        English
        123 months ago

        Don’t be silly, the whole app is JS!

    • @Takumidesh
      link
      233 months ago

      Wouldn’t it mostly be assets like logos, maps, icons, etc?

      • @[email protected]
        link
        fedilink
        313 months ago

        Maps would be much more. Maybe some icons but the app is online only so most things could be loaded live. Its probably just god awful bloated js libraries.

      • @[email protected]
        link
        fedilink
        133 months ago

        I used a linux os for my phone for a while called SailfishOS and it was great having fully fledged apps for things like maps, music, etc in the kB range. The app i used for public transport schedules was 15kB.

        • Arkhive (they/she)
          link
          fedilink
          13 months ago

          I’d love to learn more about this. With hyprland I could see a passable “mobile” UI that feels like an extension of my main system, but I’ve not taken the dive into trying to get Linux working on a phone making calls and everything.

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

            I have a Fairphone and i really wanna try out ubuntu touch on there some time. The functionality support with that is pretty amazing now, basically all relevant features are supported. The only issues are VoLTE not working and GPS being slow, but thats because of missing google services so cant be helped.

            This also comes with waydroid btw, an android emulator thats pretty fast for all normal applications.

            Fairphone 4 feature support: https://devices.ubuntu-touch.io/device/fp4/

            Device list for ubuntu touch: https://devices.ubuntu-touch.io/promoted/

        • @[email protected]
          link
          fedilink
          13 months ago

          I am very conscious of how much data I use due to where I now live. I have noticed that flatpak’s have a massive download size (100’s of megs), especially when compared to the deb package (kb to mb) 2-3 orders of magnitude more.

          • @[email protected]
            link
            fedilink
            33 months ago

            Anyone correct me if im wrong but afaik, .deb packages just install the actual program and can utilize your systems existing packages as dependencies, while flatpaks are completely isolated and need to bring loads of dependencies with them. This whole trend towards isolated software packages is nice for security and compatibility, but yeah size and performance are comparably dogshit.