• Blackmist@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      What else works across as many platforms and screen sizes as well as the combination of HTML/CSS/JS?

      Most attempts to build that just lead to a worse version of it.

      I’ll be the first to admit it’s bloated to all hell after 25 years of people stacking crap on top of more crap, and it’s perilously close to being completely controlled by Google, but it is what it is.

      • smileyhead@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        10 months ago

        Maybe I do not specify clearly what I mean.

        Why to order taxi, access bank, register a domain name do we have to have apps on all platforms and then to fix this problem we bloat the web by creating webapps. Why not just plain simple HTML website beautified with CSS instead?

        Real cross-platform apps are those written in, for example QT. Then came Android and iOS forcing everyone to use their toolkits so we started to abuse poor web.

        • Blackmist@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 months ago

          Well I’m in agreement there.

          The only reason they want everything as an app is so they can push notifications and do any tracking they can legally get away with (and some they can’t but who’s gonna know?)

          Dominos have locked all their deals that actually make a pizza a normal price that humans would willingly pay for a pizza behind their app. There’s no reason for them to do this. Surely their business model is selling pizza? So now I go to a little family run pizza shop, pay less and get decent pizza.

    • flashgnash@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      10 months ago

      For now at least, PWAs work on Android and I believe many apps already use electron or something similar under the hood

  • amigan@lemmy.dynatron.me
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    It seems every new shiny technology today tries its darndest to short-circuit 40+ years of advances in OS virtual memory design. Between Electron and Docker, the entire idea of loading an image into memory once and sharing its pages among hundreds of processes is basically dead. But at least there’s lower support burden!!!1111

  • masterspace@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    Electron is awesome, badly coded apps just suck. Look at Voyager for Lemmy, it’s great and it’s just a web app.

    • xavier666@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      10 months ago

      This is the same coping mechanism as “just build another 4 lane highway. That should solve the traffic issues”. You are just shifting the problem.

          • lowleveldata@programming.dev
            link
            fedilink
            arrow-up
            1
            ·
            10 months ago

            I don’t know much about car traffics but I don’t see how adding more RAM to solve the problem of not having enough RAM is a poor solution

            • PixxlMan@lemmy.world
              link
              fedilink
              arrow-up
              0
              arrow-down
              1
              ·
              10 months ago

              The idea is that increasing road capacity will increase demand and basically make traffic as bas again and similarly “just add more ram”-ing will just lead to developers using less memory efficient practices leading the same situation down the line.

              • lowleveldata@programming.dev
                link
                fedilink
                arrow-up
                1
                ·
                10 months ago

                Which is a flaw logic as it implies

                1. The RAM capacity of any PC is a publicly available information like the road capacity; AND
                2. Electron app developers are checking info of 1. (if it’s somehow available) to decide how they optimize their app. Which doesn’t seems reasonable as electron apps are not games and thus not expected to use 100% RAM.
                • PixxlMan@lemmy.world
                  link
                  fedilink
                  arrow-up
                  0
                  arrow-down
                  1
                  ·
                  10 months ago

                  Of course the average amount of ram in computers isn’t some secret. What are you on about? It’s only thanks to the fact that we have gigabytes of ram these days that inefficient practices are possible. If developers didn’t know that, they would have no idea that was possible. How on earth do you think developers would ever optimise software and determine their performance requirements if specs were unknown? I’m not saying they’re snooping on YOU individually (although there’s a ton of telemetry these days everywhere and ram is probably a common statistic collected by software - Steam’s hardware survey is public and shows millions of computer’s specs. Any software you use knows your ram capacity - it’s not secret. The ram capacity of newly sold systems is public is obviously shown on spec sheets)…

        • wols@lemm.ee
          link
          fedilink
          arrow-up
          0
          arrow-down
          1
          ·
          10 months ago

          The point is that you’re not fixing the problem, you’re just masking it (and one could even argue enabling it).

          The same way adding another 4 lane highway doesn’t fix traffic long term (increasing highway throughput leads to more people leads to more cars leads to congestion all over again) simply adding more RAM is only a temporary solution.

          Developers use the excuse of people having access to more RAM as justification to produce more and more bloated software. In 5 years you’ll likely struggle even with 32GiB, because everything uses more.
          That’s not sustainable, and it’s not necessary.

          • lowleveldata@programming.dev
            link
            fedilink
            arrow-up
            0
            ·
            10 months ago

            The same way adding another 4 lane highway doesn’t fix traffic long term (increasing highway throughput leads to more people leads to more cars leads to congestion all over again) simply adding more RAM is only a temporary solution.

            How is adding more RAM a temporary solution? It would lead more workload to the CPU… which is good?

            • MyFairJulia@lemmy.world
              link
              fedilink
              arrow-up
              0
              arrow-down
              1
              ·
              10 months ago
              1. People have enough RAM.
              2. Developers see people getting more RAM.
              3. Developers allow their software to use more RAM (either by doing more cool stuff or optimizing less stuff).
              4. People have little RAM.
              5. People buy more RAM.
              6. goto 1;

              This also applies to CPU and GPU.