What’s your guys general thought on how everything is web based now? For me, I don’t really like it. I would just rather have an actual program that runs. But I am merely a user, not a programmer.

  • oantolin@discuss.online
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    21 hours ago

    There are a couple of functions that web apps almost always have and that native apps tend to lack: (1) selecting and copying text from anywhere in the app to the clipboard; (2) bookmarking individual views within the app. Of course, natives apps in principle could be faster and use more of your hardware —in practice though, they tend to be horribly bloated electron crapps. 😅 So yeah, a decent native app can be better than a web app, but good luck finding one for your purpose.

    • FrostyPolicy@suppo.fi
      link
      fedilink
      arrow-up
      2
      ·
      5 hours ago

      natives apps in principle could be faster and use more of your hardware —in practice though, they tend to be horribly bloated electron crapps.

      Electron “apps” are just glorified web pages anyhow. Native applications do offer superior performance as they are AOT compiled code. The ones that are written in rust, c, c++ etc, and if they are gui applications use frameworks like QT or GTK+. They are called native since they are compiled to machine code and are directly executable in the cpu without any kind of runtime like electron browser, java or python.

    • Tehhund@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 hours ago

      This is an underappreciated benefit of the Web starting out as a bunch of documents, and then becoming an application platform. Even web apps are very text-first. Copy/past and crtl+F tend to work on most pages. And the fact that most views can be accessed via URL is handier than many people realize.