• kaitco@lemmy.world
    link
    fedilink
    English
    arrow-up
    50
    arrow-down
    3
    ·
    8 months ago

    You know what really irks me? Lately people are using the terms “website” and “app” synonymously and there’s just no reason for it.

    I was on the phone with customer service for my grandmother a few weeks ago, and the agent on the phone kept saying that my grandmother needed to go “on the app” to set her router name. I went three rounds with the agent explaining that my 94-year-old grandmother didn’t really have a phone capable getting to the app before I realized that the agent meant website, but was still saying “app”.

    The improper usage of the words is far more an issue than the discussion about whether JavaScript is creating an application experience that is no longer a “website”.

    I get that my generation is aging out of the “target audience” for tons of things, but I’m willing to stand my ground on this one til the day I die. An app and a website are two different things. 😡

    • anticonnor@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      8 months ago

      Another one that gets me is “portal”. I’m often asked to create a this portal or that portal, but once I finally get them to describe the requirements it’s just a standard web form or static web page.

      • asdfasdfasdf@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 months ago

        Is anything a legit portal? Or are you saying people should just stop using the term altogether? What’s the difference between a portal and a website?

    • bionicjoey@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 months ago

      Webapp is pretty well understood though. As long as there has been WWW there have been webapps.

    • masterspace@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      8
      ·
      edit-2
      8 months ago

      As an engineer who builds web sites / apps, I can assure you that no, they are not two different things.

      For instance, the non profit news organization that I’m working for right now has a website, an android app and an iOS app, with all three being created from the exact same code base that is mostly JavaScript files.

      Hell if you have to use the Google Chat app for work (their equivalent of slack / teams), you install it by literally just adding the website to your desktop.

      Hell, with new additions to browsers like Web Assembly, and WebGL, you can literally run custom low level assembly or c++ style code in a web browser, code that is just as efficient as native code running directly on the OS.

      The primary difference between a website and an app is just the method of distribution (how it’s code gets to your phone).

      • VonReposti@feddit.dk
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        1
        ·
        8 months ago

        As a software developer a website is not an app and a web app is not an app. A web app is a hybrid solution and calling it just an app is pure confusion for the end users. Always refer to your web app as a website for end users unless you want them to literally install an application.

        • masterspace@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          4
          ·
          edit-2
          8 months ago

          Just saying ‘nuh uh they’re different’ is not an argument or a rebuttal to my point that the code running them is literally identical.

          When you’re using Figma online that’s just a website? That’s not literally the entire Figma app running in web assembly?

          Yeah, the method of how a user gets a web app installed is different, but there is no real difference between the actual code of a web app and a natively installed app.

      • Antergo@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        8 months ago

        Paper and cutting boards come from the exact same trees. However when I tell you to use a cutting board instead of cutting on the table, somehow everybody knows that they shouldn’t use paper

        • masterspace@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          8 months ago

          In this analogy, the difference is just whether you buy your cutting board in a store or order it online. Once you get it, it’s also still identical.

    • Deebster@programming.dev
      link
      fedilink
      English
      arrow-up
      6
      ·
      8 months ago

      They’d be a lot more of them if iPhone supported the technology better.

      I say that a someone who’s pitched Paws to companies, but since many of the managers and owners seem to be in on the Apple ecosystem, demos often aren’t that impressive. Having to answer “kinda” to can they do x questions doesn’t go down well.

      • masterspace@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        Notification support for PWAs on iOS should come soon and that’s far and away the biggest showstopper rn.

      • ThankYouVeryMuch@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        I’m using the Kbin pwa on an iPhone and it works much better than I expected it to, I don’t know they must have better support now. I think the functionality should be more than enough for many companies and much cheaper than a custom native app

    • setVeryLoud(true);@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      8 months ago

      PWAs are still a thing, we’re just waiting for Apple to open the walled garden.

      I’m excited for PWAs personally as this will allow everyday apps to run on devices not running Android or iOS, like Linux phones.

        • setVeryLoud(true);@lemmy.ca
          link
          fedilink
          English
          arrow-up
          4
          ·
          8 months ago

          Yeah I’m low key mad that Firefox is not taking PWAs seriously when it has the potential to open up app development to be cross-platform by default.

          I know Epiphany is working on PWA support.

    • ThankYouVeryMuch@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      I’m right now browsing the fediverse and writing this from the Kbin pwa. It seems to work quite well, with some quirks that I guess could be polished, but overall better experience than most installed apps that should be a website instead

    • masterspace@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      edit-2
      8 months ago

      They’re still a thing. If your work uses Google Chat instead of Slack / Teams the only way to install an app version is as a PWA. A company I recently worked for just got most people to use the Outlook PWA instead of the traditional desktop client, and I frequently use Spotify and Soundcloud’s PWAs. One of the more popular backend API testing apps is hopscotch which is entirely a PWA, and this was also written on Voyager for Lemmy.