• @ritchie@lemmy.world
    link
    fedilink
    162 years ago

    Most of us would probably just be fine with PWAs, but the marketing branch says no… They need everything possible about you, need the app to run at startup and send you notifications at least every 4 hours…

      • @ritchie@lemmy.world
        link
        fedilink
        12 years ago

        There’s the info you are willingly sharing through the app, no permission for that. There are really a few apps that require no permissions, usually they always need access to something. E.g. the LG app for washing machines that will only run if you register and account AND give permission to make phone calls, when you only want to download washing programs…

  • @hperrin@lemmy.world
    link
    fedilink
    332 years ago

    Building a great mobile website is much harder than building a great mobile app, so I understand when they just don’t build a great website to begin with, but taking away an existing website, yeah, that sucks.

    • ChaoticNeutralCzech
      link
      fedilink
      30
      edit-2
      2 years ago

      You need one anyway for desktop users. A desktop-first website will usually be more accessible and easier to onboard, especially for infrequent users.

      Example: To track a package, a certain store emailed me a button whose destination is this monster of a URL:

      https://labia.page.link/?link=https://order.fart.cum/cz/history/%23/lookup?orderId%3D4206913372%26lid%3DAE91DCC0397DEADBEEF42069ACAB707BE6A1800B5ACEFAC3AAC3C14159265359&apn=com.labia.fart.app&afl=https://order.fart.cum/cz/cs/purchases/4206913372/?lid=AE91DCC0397DEADBEEF42069ACAB707BE6A1800B5ACEFAC3AAC3C14159265359&ibi=cum.labia.fart.app&ifl=https://order.fart.cum/cz/cs/purchases/4206913372/?lid=AE91DCC0397DEADBEEF42069ACAB707BE6A1800B5ACEFAC3AAC3C14159265359&ofl=https://order.fart.cum/cz/cs/purchases/4206913372/?lid=AE91DCC0397DEADBEEF42069ACAB707BE6A1800B5ACEFAC3AAC3C14159265359&imv=1.24.0&amv=2915
      

      (Numbers and some strings were changed but the gist and 604-character length remains.)

      The main function of such a long URL is to redirect desktop users to https://order.fart.cum/cz/cs/purchases/4206913372/ to see the tracking info while mobile users get directed to the app store to get an app (or view the link in the app if they have it). These are (probably) Google Firebase links and they’re absolutely terrible. While they make life slightly easier for existing app users (saves one click but only if they go through the email), this implementation makes it way harder for others to reach the content. Either you get the app, log in there and part with fucking 300 MB of storage, or if you have no mainstream App Store, storage or time, you are forced to do a workaround: Desktop Mode (that may or may not work), rewriting the URL (difficult because it’s so long and includes https: several times, may require hex-decoding), or finding a computer. All this just to check one order from a store you’ll forget about next week.

      I have demonstrated that instead of just getting sent the desktop-friendly URL (and perhaps seeing a floating “Open in app” button at the destination), most users are put through extra nuisance that took effort to implement. Sure, some customers are frequent enough to use the app while most are happy with a website but once the business invests in the app, they will absolutely make sure everyone is pushed there despite it being less convenient for both parties.

      • @hperrin@lemmy.world
        link
        fedilink
        3
        edit-2
        2 years ago

        Most apps would do fine without a website. Most everyone has a phone, but a fair number of people don’t have a desktop or laptop. And pretty much everyone who has a desktop or laptop also has a phone.

        A number of currently popular apps don’t have a website, let alone a mobile friendly website.

        • @bleistift2@feddit.de
          link
          fedilink
          English
          7
          edit-2
          2 years ago

          You’re missing the main point: A web app works for both desktop and phone users. A mobile app doesn’t.

          And I, for one, don’t have a smart phone, though I’ll admit I’m lonely in this position.

        • ChaoticNeutralCzech
          link
          fedilink
          1
          edit-2
          2 years ago

          That depends on what kind of service you provide.

          Games more complex than 2048, video calls? Sure.
          Short video platform? Maybe.
          Commerce? Absolutely not.

      • @bleistift2@feddit.de
        link
        fedilink
        English
        192 years ago

        extra nuisance that took effort to implement

        I think this point needs to be stressed more. It is dead simple to write a website that works well on mobile phones. In fact, the first ever website, without CSS, without any JS, without fancy HTML5 features, is mobile friendly: http://info.cern.ch/hypertext/WWW/TheProject.html

        It’s only when you start adding useless bells and whistles like floating shit in from left and right, tons of animations, side-by-side displays, overlays and whatnot that you need to start being competent to make it work on mobile.

        • ChaoticNeutralCzech
          link
          fedilink
          12 years ago

          You are correct. I once tried to develop a multi-platform web app and getting the touch events right was a pain. But a somewhat basic ESP32 setup website worked on mobile without extra effort.

    • @bleistift2@feddit.de
      link
      fedilink
      English
      72 years ago

      Building a great mobile website is much harder than building a great mobile app

      Are you a web developer and an equally good app developer to make such a statement?

      • dbx12
        link
        fedilink
        32 years ago

        If you have the iso image, you can write it with the command dd to your stick / sdcard

      • @tyftler@feddit.de
        link
        fedilink
        Deutsch
        7
        edit-2
        2 years ago

        I stopped using programs like etcher for flashing iso’s after i found out you can just run

        cp /path/to/your/file/example.iso /dev/[insert device here]

        For example

        sudo cp ./Downloads/archlinux-2023-09-01.iso /dev/sdb

        I love it because it just works on any linux machine, always. Of course, this is maybe not fit for your usecase.

        You can also use dd, tee or even echo, the archwiki has a good section on flashing iso’s.

        • @aksdb@feddit.de
          link
          fedilink
          22 years ago

          I always love the many little implications of this genius “everything is a file”-architecture. Thank you Ken Thompson.

      • voxel
        link
        fedilink
        11
        edit-2
        2 years ago

        just use dd or Popsicle (popsicle has a native gtk gui) or Ventoy

      • darcy
        link
        fedilink
        22 years ago

        does Ventoy work for your use case ? write the ventoy image onto the usb, then you can copy/paste .iso files onto it without formatting. real neat for booting different systems from a single usb

      • ChaoticNeutralCzech
        link
        fedilink
        72 years ago

        I regularly use apps that haven’t been updated for longer, and 20-year-old PC programs. The worse thing is if old versions are purposefully deprecated too early, I don’t have Play Store.

        • @killeronthecorner@lemmy.world
          link
          fedilink
          English
          42 years ago

          This is fine for apps that don’t use remote APIs and aren’t actively having breaking changes made to them on a regular basis, but that doesn’t apply to most of these nagging “use our app!” companies.

    • @jubilationtcornpone@sh.itjust.works
      link
      fedilink
      English
      342 years ago

      Side rant: I refuse to download the McDonald’s app. That’s the first question they ask (and increasingly, any fast food joint asks) when you roll through the drive through. “Are you using the app today?”

      No I’m not fucking using the app today. I just want an ice cream cone. Ok!? I don’t need or want to download another goddamned app and manage another set of credentials when it takes me less time to say, “Can I please have an ice cream cone?” And for you to respond with, “I’m sorry but our ice cream machine is broken.” than it does for me to order a fucking ice cream cone on the stupid app.

      I mean hells bells I’m a software engineer. I make my living designing [often unnecessary] software [which provides little tangible benefit]. But I’ll be damned if I’m going to have an app to go through a fast food drive through or use household appliances. I will die on this hill. Ok, maybe not die, but I will be severely wounded on this hill.

      • @AeroLemming@lemm.ee
        link
        fedilink
        English
        15
        edit-2
        2 years ago

        I’m GenZ and seeing this shit makes me feel like the boomiest of Boomers. I don’t want your goddamn motherfucking app, you can shove it where the sun don’t shine and take my order the old-fashioned way or not at all.

        That is, unless I’m at home ordering delivery and using a centralized app. Having the same interface for every restaurant is so much fucking nicer than trying to figure out the weird quirks of every website or having to call them.

      • @DragonAce@lemmy.world
        link
        fedilink
        202 years ago

        My view as a sys admin is I’m not going to risk the security of my mobile device just so they can scour my personal information and collect marketing data on me and send it god knows where and claim its to “make ordering easier”. I just want to order my fucking food, not have my fucking identity stolen because I wanted a cheeseburger.

      • @littlecolt@lemm.ee
        link
        fedilink
        62 years ago

        Ironically, I find McDonald’s has one of the better reward systems in their app. I also enjoy being able to punch in my order on a screen with any modifications I want such as extra pickle, no lettuce, etc… instead of relying on the shitty speaker to pick it up only to hear a guy be like “Did you say cherry coke?” “No, diet coke” ugh

        Also free fries on Friday.

      • @PM_ME_FAT_ENBIES@lib.lgbt
        link
        fedilink
        English
        1
        edit-2
        2 years ago

        I have an app for my smart scale and I like it. It can be hard to see the number with my glasses off, but the app saves it for me. The app also has the bodyfat% and other metrics available, which wouldn’t fit on a digital screen.

  • @Alph4d0g@discuss.tchncs.de
    link
    fedilink
    22 years ago

    I’m having a decent experience with progressive web apps. Even posting now with a PWA for Lemmy. It’s given me a bit more control over the bloat and background processes that might be there unwitting to me. Or requiring me to investigate . I don’t enable background notifications or anything like that however. I also direct my DNS traffic thru PiHole but that’s another conversation.

  • kamen
    link
    fedilink
    English
    182 years ago

    If you download the app anyway, make sure that the first thing you do is to disable the notifications. Many apps have that as their sole purpose.

    • K4mpfie
      link
      fedilink
      5
      edit-2
      2 years ago

      What does the L stand for?
      Free
      ?
      Open
      Source
      Software

      Is it Legal?

        • Malgas
          link
          fedilink
          English
          22 years ago

          For the uninitiated, free/libre is “free” as in “free speech”. As opposed to free/gratis, which is “free” as in “free beer”.

  • @Catoblepas@lemmy.blahaj.zone
    link
    fedilink
    362 years ago

    My doctor’s office has done this to me when I’ve called in to get help with a prescription issue I was having. Literally just gave me instructions for how to message my doctor through the app. 🫠 Mfer I’m calling because I don’t want to use it! It sucks ass too because it always takes like a week to get a one sentence reply that only addresses half of what I asked.

    • @AeroLemming@lemm.ee
      link
      fedilink
      English
      312 years ago

      I tried to contact my doctor through the online portal and it wasn’t working because those systems have zero quality control. I called them and had to listen to a long-ass pre-recorded message urging me to use the portal that WASN’T FUCKING WORKING before I could go on hold to eventually talk to a person. It’s infuriating.

  • genoxidedev1
    link
    fedilink
    152 years ago

    Thankfully there aren’t as many great mobile webpages left anymore that I would really care about if they made me use their app. Pre-Edit: I think thankfully is the wrong word.

    • ChaoticNeutralCzech
      link
      fedilink
      15
      edit-2
      2 years ago

      Still, it’s storage and heckin’ executables on your device. Everyone should get an option to use a website, even if just a poorly laid-out one, unless the vast majority of users only interact in a way that only works with local executables (like video calls). You should not need an app to check an IKEA order status on your phone (yes, they do that, see my other comment).

      And I’m aware that video calls on some platforms can - and do - work in browsers but I won’t blame anyone who rejects their boss’s proposal to create a video call app in HTML/CSS/JS.

      • genoxidedev1
        link
        fedilink
        22 years ago

        Agreed. My comment was more meant as an affront towards what mobile webpages are becoming in general. I only ever browse on my phone if there really is no other option at all.

        Years of using the Links browser in my youth might have shaped my views though.