• davidgro@lemmy.world
    link
    fedilink
    arrow-up
    49
    ·
    3 months ago

    And yet on my phone I wish websites would stop hawking the native app and just let me use the site. In a way I suppose this is the same complaint since the native apps are often a web wrapper with telemetry.

    • Turret3857@infosec.pub
      link
      fedilink
      English
      arrow-up
      10
      ·
      3 months ago

      no but actually I can’t stand wasting my storage on telemetry bloated bullshit. Let me use the website or I’m noy buying your garbage

      • adminofoz@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        5
        ·
        3 months ago

        Same. Literally had two very similar options for a flight last week and it was between Delta and American. Delta made it almost impossible to book last time if I didnt download their app. So the choice was simple, American got my money.

  • N.E.P.T.R@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    21
    ·
    3 months ago

    I would prefer webapps to native if there was a protocol to fully load the page and disable network traffic for apps that work fully offline. It is more secure to run an app in the browser because off the layers of isolation in modern browsers. Native apps can access all sorts of information and system resources, which could be used to compromise the host OS.

  • neidu3@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    20
    ·
    edit-2
    3 months ago

    Fuckit, if anything more fancy than HTML + CGI is needed, there’s always VRML.

    …holy shit, it just dawned on me… VRML + CGI? Today’s PCs should have no issue rendering it, and server-side should be the same as any other CGI page. I gotta do some experimenting with this.

    UPDATE: I actually did some research into this, and the possibilities are actually quite extensive. In theory it should be possible to make an extremely basic multiplayer FPS game.

  • MonkderVierte@lemmy.zip
    link
    fedilink
    arrow-up
    15
    ·
    3 months ago

    No, seriously. Web sucks for GUI. Every basic UI framework does a better job at accessibility, not to talk about performance or weird bugs because it expects Chrome (cross-platform, huh?) to simulate a GUI on a Document Object Model, graceful degradation be damned. And buttons, forms, is something you don’t need JS for. You do a poor job if you do.

  • pinball_wizard@lemmy.zip
    link
    fedilink
    arrow-up
    7
    ·
    3 months ago

    I tried to get on board with this one, but “cross platform apps” made me throw up in my mouth a little. The unholy things we did back then are best left forgotten in their shallow binary graves.

  • N.E.P.T.R@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 months ago

    I would prefer webapps to native if there was a protocol to fully load the page and disable network traffic for apps that work fully offline.

    • silasmariner@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      Vanishingly few apps work fully offline and they tend to be the ones that don’t send a buttload of requests in the first place.

      In my experience.