I have an app for programming my chicken coop. My 401k company just created an app for onboarding new participants.

These should have been mobile friendly webpages.

  • Another Catgirl
    link
    fedilink
    32 years ago

    The chicken coop controller needs access to use whatever drivers (Bluetooth?) to connect. On the other hand, they could have used Wi-Fi instead. The financial app, however, definitely should be a website. However, apps are a way to increase the longevity of the login token because apps on a non-rooted phone supposedly cannot leak the login token and can be trusted to keep it safe on the device.

      • Another Catgirl
        link
        fedilink
        12 years ago

        oh wow, that’s intricate but it probably works more reliably than something like a usb cable. Native apps probably have more control over framerate compared to webapps.

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

      Bluetooth for example does work in web browsers though, and so does USB. There’s web sockets and webrtc for communication. I can’t think of a reasonable connection method that’s inaccessible, but maybe I’m forgetting one.

      I’d rather choose the password manager I trust that can safely store my credentials and auto-fill, than being forced to use a specific banking app with unknown security features.

  • r3df0x ✡️✝☪️
    link
    fedilink
    12 years ago

    I agree. It’s way more sus to download an app. The reason social media sites push apps over websites is because they can harvest a lot more data that way.

  • @[email protected]
    link
    fedilink
    1122 years ago

    Often, the apps are there just to collect ad information for you in a way browsers don’t allow.

    • @[email protected]
      link
      fedilink
      32 years ago

      Is there a way to insulate apps in my phone from looking at stuff they shouldn’t? Kinda like Firefox Multi-Account Containers.

      • @[email protected]
        link
        fedilink
        12 years ago

        On iOS, in the App Store entry for each app there is a section called “App Privacy.” You can use that section to see what data the app will collect. I do not know how to prevent it from collecting that data once it is installed.

    • @[email protected]
      link
      fedilink
      222 years ago

      Ding ding ding. It’s all about the tracking data. Also, notifications. They want to be able to buzz you with spam, to remind you that the app exists.

  • @[email protected]
    link
    fedilink
    162 years ago

    Totally agree. I’m hoping web apps make a comeback as well — a lot of apps in App Stores are just websites in an “app wrapper”. Start rejecting that shit and tell people to publish it as a web app.

  • @[email protected]
    link
    fedilink
    132 years ago

    I hate how all smart devices need their own apps. Lights, vacuum cleaners, doorbells, fans, etc. super annoying to go through my phone and see so many random apps.

  • Ozzah
    link
    fedilink
    352 years ago

    And not every program needs an installer.

    Just because I downloaded a program to write ISOs to a USB drive, does not mean it needs to be installed on the system. Unless it’s something like MS Office, why does it need to be installed? Just give me a zip file, I will extract it and delete it when I don’t need it anymore.

        • @[email protected]
          link
          fedilink
          52 years ago

          You can tell he’s not a FreeBSD user because he doesn’t have to dive in and alter the source to make it compatible.

      • @[email protected]
        link
        fedilink
        122 years ago

        Yeah, who needs an installer when you can just ./configure, then ./make and ./make install, just stopping to fetch and build missing dependencies occasionally, upgrade some others, then retry.

        • @[email protected]
          link
          fedilink
          12 years ago

          Or just download a standalone binary. Or don’t download anything because most things are in your package manager.

      • @[email protected]
        link
        fedilink
        72 years ago

        Windows doesn’t require you to install most things though. Developers just choose to do so unnecessarily sometimes.

        Why hate windows for this of all things? Isn’t it normal to “install” packages in Linux as well?

        • @[email protected]
          link
          fedilink
          12 years ago

          Via your package manager. Not by downloading some random nonsense a random developer decides should write who knows what their system files

    • @[email protected]
      link
      fedilink
      82 years ago

      If you’re on Windows and looking for a portable ISO burner, Rufus works great and is a 1.4mb portable .exe for that. It works great for when I overwrite Windows with Linux.

      • ares35
        link
        fedilink
        12 years ago

        my directory of ‘portable’ programs has about sixty different things in it. some of which are used daily and are either in the path or are windows’ default for something.

  • @[email protected]
    link
    fedilink
    62 years ago

    Is this actually unpopular? Give me web interface that works OK on mobile and I’m usually a happy camper.

    • blazera
      link
      fedilink
      32 years ago

      I mean most of lemmys front page is usually promoting unnecessary apps

  • currychaos
    link
    fedilink
    52 years ago

    I once had to download an app to get my hair cut. Never walked out of a barber before so that was a first.

  • @[email protected]
    link
    fedilink
    22 years ago

    my company’s payroll management software just rolled out an app called “swag”

    that’s not a joke

  • @[email protected]
    link
    fedilink
    62 years ago

    Not everything needs and app

    But then they couldn’t scrape maximum personal data, collect your contacts, have access to your mic and camera, and track your every physical movement. Your so selfish!

    • LumberjackedOP
      link
      fedilink
      12 years ago

      Perfect application for PWA. Save it to your homepage and works just fine.

    • Chozo
      link
      fedilink
      8
      edit-2
      2 years ago

      Because not everybody likes the stock interface of Lemmy. Same thing with Reddit, and why people chose to use third-party apps there, as well. Web apps aren’t always designed in the most intuitive ways for every user, and sometimes a native app can fill those UI/UX gaps, or add features that aren’t possible through a PWA.

      • Skull giver
        link
        fedilink
        12 years ago

        There are a few different web apps for accessing Lemmy.

        I’m not sure what browsers can’t do these days in terms of social media. With Web Bluetooth and everything from accelerometers to proximity sensors being exposed to web applications I’m also having a hard time imagining what features web apps lack for most use cases.

        I hate working with Javascript and the performance of many Javascript frameworks is absolutely terrible, but a well constructed web app can more than make up for native apps these days.

        Voyager is a pretty good Lemmy client, even better than Jerboa in my opinion, especially after installing it.

      • Another Catgirl
        link
        fedilink
        12 years ago

        why PWA and not a plain web app? I think the only difference is that PWAs can ve turned into a pinned pop-up window (that acts a bit like an electron app) when using a chromium-based browser.

        • Chozo
          link
          fedilink
          32 years ago

          Even then, there’s a lot of feature you end up missing out on. Even just basic navigation has to be done via the browser’s default navigation options. Even simple things like long-pressing something on the page will typically only give you access to your browser’s long-press menu (though that’s not always the case, in my experience very few web apps handle this effectively).

          Personally, I prefer the experience of a native app. But I get why it’s not appealing to all people.

    • kratoz29
      link
      fedilink
      72 years ago

      The most useful PWA I have found is Voyager, and its app counterpart is way better IMHO.

      Native android/iOS apps are way smoother for daily navigation, you also get some perks like notifications and that.

      • @[email protected]
        link
        fedilink
        12 years ago

        I have not tried out voyager, but just from looking at it’s GitHub, it’s essentially just a web browser packed in a native app anyways.

        Performance shouldn’t really be different from browser app to local app this way unless something is done wrong, or there’s some specific functionality, like async I/o that’s still unsupported.

        Notifications are also a thing in web browsers nowadays. Most device features that you can access in a separate app are actually supported by now.

        • Aa!
          link
          fedilink
          2
          edit-2
          2 years ago

          Nah, Voyager is primarily a pwa that works entirely in your phone’s browser.

          They recently packaged it with a browser into an APK because lots of users asked for a “native app” for some reason. But the pwa is still there, and is still the main way it is developed

          But no front end for Lemmy should ever need to be an app.

  • @[email protected]
    link
    fedilink
    322 years ago

    My 401k company just created an app for onboarding new participants.

    “If you’d like me to run company software, you’ll have to provide a company device for me to run it on.”

    Never install work software on a personal device. Security, Privacy, Expectations (regarding personal resources).

    Along with this, never use personal software/accounts/services with company devices. You can’t be sure who’s watching and can’t be sure you’ll have a chance to remove/collect your personal data before being locked out of said device.

    • @[email protected]
      link
      fedilink
      72 years ago

      100% this. I put my foot down at my last job after finding out their app demanded device location when it wasn’t being used.

      I got the fuck out the next week. Place is already sliding downhill fast

    • @[email protected]
      link
      fedilink
      102 years ago

      That’s not their employer. It’s the company they have their 401k retirement plan with.

      Empower, John Hancock, fidelity, vanguard, whoever.

  • LumberjackedOP
    link
    fedilink
    12 years ago

    I agree mostly but 401k does last after you leave a company. It’s more like a bank account setup for your employer to put money in.

    It’s just used for onboarding and not managing or following your investments.