why do i need to update the app so i can see changes. Whats the point of a change log then? I have auto updates off cause it a hassle to revert back to an earlier version if I dont like the changes. I know for a fact the ig update is for their new stupid map feature and AI shit. I will not update unless it stops working completely. Is it so hard to say what specific bug was fixed and what exactly do you mean by performance. why cant it be detailed like this

  • _stranger_@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    chime: a PM asked an AI to write this after the only dev that knew how to do this quit

    Discord: The PM was frustrated with the devs not summarizing this release crap that no one cares about anyway and hid it behind a link ah that’s so much cleaner now.

    Instagram: fuck you

    Linphone:

  • scarabic@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    “We’re updating the segmentation logic of our A/B test infrastructure to downgrade its respect for the CloudFlare score when deciding whether or not to mark a session as coming from a bot. This was skewing the data on several of our start screen UI experiments, particularly within APAC data.”

    Sometimes, you really don’t want to hear it ;D

      • scarabic@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        19 days ago

        Maybe this didn’t come across from my example but my point was that a lot of changes are internal, highly technical, housekeeping, etc and unintelligible without proprietary knowledge of the entire codebase and a full code diff. It’s not going to be the benefit you think it is, and it is not reasonable to expect a full diff with every release - unless you want to go use open source software for everything.

        If you want to add your desire to the list of pie-in-the-sky things that would be ideal to have in life, fine, but it’s not practical or useful in reality. Even the publishers who appear to be doing what you want are not telling you everything. There is always an undercurrent of technical housekeeping. And sometimes that’s ALL there is.

  • Wispy2891@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    Ahow many updates receives an app, is now considered a “good” metric somehow now. So now if dependabot pushes a PR, it’s a new release on the app stores (of course without testing)

    The algorithms on the app stores now consider the app “active” and push the app “up” in ranking

    There was a certain billionaire bragging about his app getting 3 vibe-coded updates a day while the competition “only” got 3 a week

    So, they can’t write a real change log. What can they write? “Dependabot updated leftpad from 1.1.3.2 to 1.1.3.3” “untested: updated Gradle from 8.14.2 to 8.14.3” “200mb update to change a comma in the Hungarian translation”

  • thatKamGuy@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    20 days ago

    I can understand a banking app such as a home wanting to obfuscate whatever bugs or potential exploits they’ve come across and patched - to prevent users on older versions from being targeted; but the rest of those examples are utterly bullshit.

    I put forward Duolingo as another egregious example of this bullshit:

    • RvTV95XBeo@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      21 days ago

      We improved our tracking algorithms to more accurately monitor your every move.

      We found an unpatched microphone exploit that let’s us listen in on all of your conversations.

  • panda_abyss@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    I would rather no change log than the LLM generated fall thing… that was a waste of time to read.

  • InfiniteGlitch@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    Wish we could upload videos, I recorded this exact same issue a few days ago with Spotify. I use a modded Spotify and curious to the updates. Thus I checked their App Store and this what’s been spammed on their App Store page;

    “We are continuously busy making Spotify much better! Don’t want to miss anything? Make sure you have automatic updates on!”

  • CerebralHawks@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    The first one is cute one time. When it starts to become a pattern, it’s laziness. Especially when it’s copypasta, which it usually is.

    • kennedy@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      21 days ago

      i dont know if they do lending but the banking side of it is convenient enough. I use it to send/recieve money to my parents cash app is too complicated for them, i dont use it as my bank account.

  • Leon@pawb.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    20 days ago

    My bank’s app recently went like “We’ve implemented a feature if you use our widget, and also one hidden feature.” Like fucking just tell me what the fuck that’s about? I’m not looking for easter eggs in my fucking bank app.

      • moakley@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        21 days ago

        I find it deeply offensive that an app could suggest I may not know the word “cornucopia.” I wouldn’t give a shit if it was the only app I could use to pay my bills; if it at any point suggested that I didn’t know a word as common as “cornucopia,” I would delete it immediately, leave a 0 star review, and post the offense to a community like this.

        And just to be clear, the bar for how uncommon a word would have to be in order for it not be offensive is way higher than cornu-fucking-copia.

        “Terpsichorean.” That’s a word I wouldn’t be offended if they thought I didn’t know it. Or maybe “legerdemain.” I know both of those words, but I wouldn’t be offended.

        • Kalothar@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          19 days ago

          Hmm, those are cool

          Terpsichorean - “pertaining to dance” Legerdemain - “someone who is particularly skilled with one’s hands in the use of conjuring tricks”

  • Greddan@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    This happens when the developers are incompetent. The app should probably be avoided as the people making it have no clue what they are doing.

  • Album@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    Change logs are kinda hard to do in a CI/CD environment because of the way that development style works.

    It’s actually pretty challenging in general. Not sure you’ve ever built a change log before but it’s a pretty interesting exercise thats easier said then done. Even open source logs just copy paste the commit log which can be not all that helpful.