this post was submitted on 08 Oct 2024
131 points (96.5% liked)

No Stupid Questions

35531 readers
738 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 1 year ago
MODERATORS
 

I feel like my phone apps update constantly. In general, that's a good thing, I assume. I figure they're fixing bugs or whatever. However, I don't run into issues very often, nowhere near the rate of updates, and nothing seems to change after the update.

Compare that to Steam games which update really infrequently and the changes are usually much more obvious.

all 38 comments
sorted by: hot top controversial new old
[–] [email protected] 104 points 1 week ago

Security patches and rare bugs that most people don't run into, mostly

[–] [email protected] 41 points 1 week ago* (last edited 1 week ago) (2 children)

Most apps will be built using libraries to provide functionality.

For example a Lemmy client might use a small database to store cached data on the device so it doesn't have to redownload data as you navigate back and forth. Rather than writing their own code to create and maintain the database that functionality is available as a library they can import into their app and use immediately.

There might be dozens or even hundreds of libraries in any given app, this is great in that the app developer can focus on their app specific features and not worry so much about the low level features but these libraries also have their own release schedule and may only support security fixes on their current version.

This can result in a situation where you could have weekly or monthly updates just to include library updates even if you haven't added any features directly to the app itself.

[–] [email protected] 17 points 1 week ago (3 children)

As a hobby developer, I feel like I'm just gluing libraries together to get what I want.

[–] [email protected] 13 points 1 week ago

Hobby? That’s all the “real” stuff is too.

[–] [email protected] 5 points 1 week ago

In my job as a software developer I'm mostly gluing libraries together.

In my hobby developing software I'm writing the libraries people glue together!

[–] [email protected] 3 points 1 week ago

Best answer here. The wide use of open source software inside other software leads to precisely such a situation.

[–] [email protected] 29 points 1 week ago

While I can’t speak to specific apps alot of times it’s house cleaning stuff.

Maybe some bug that affects a certain number of users is found and fixed. And the update resolves that bit, since you weren’t affect, you don’t notice it.

Other times it’s to include fixes in libraries they’re using. So, for example, a JSON parsing library may have a security fix and they updated their app to use that newer version.

Another could be some behind the scenes api/library updates. Maybe a service they’re using for content (such as interacting with Lemmy) or maps or advertisements is being updated and they need to point their app to the new service address or change how they interact with it.

And of course there could be feature updates but those, usually, would be things you’d notice. Although, in some cases, it may be packaged with the application but waiting for some criteria (a backend service to be ready) or may even be part of A/B testing where some users get one change while others don’t so the developer can see which features are preferred using real data.

[–] [email protected] 29 points 1 week ago

Gotta have an excuse to issue a new ToS and opt you back into everything you toggled off.

[–] [email protected] 22 points 1 week ago

Not every change is going to completely overhaul the app. More than likely, the changes are a fix to some obscure bug not caught in testing that only affects a small percentage of devices. Just because you don't encounter it with your workflow and device doesn't mean it isn't a critical bug preventing someone from using the app. It could also be a new feature targeting a different use case to yours. It could even be as simple as bringing the app into compliance with new platform requirements or government regulations (which can happen a couple times a year, for example Android often bumps the minimum SDK target such that apps are forced to comply with new privacy improvements).

[–] [email protected] 20 points 1 week ago* (last edited 1 week ago)

Some good answers here. Also developers regularly add or update translations, support new features your phone doesn't even have, compatibility with a different smartwatch, or regular bugfixes that only trigger in special circumstances and just for some users... All of that is difficult to notice for the regular user. Unless you buy the latest smartwatch an try to operate the app with it, or set your phone to Arabic.

And then there are maintenance tasks that don't add any (visible) features. And apps are generally part of some more infrastructure at the respective company. Internal changes in their workflow or related software might change things. Or they decide to prepare something for the future or make it more efficient.

Sometimes they just update the year in the copyright notice. Or they re-build the app with the latest versions of the libraries that are supplied by different companies or open source projects. Those regularly change, fix bugs and generally you don't want to depend on any old software library versions with known bugs and vulnerabilities. So there are a lot if reasons why software gets updated without visible changes.

[–] [email protected] 18 points 1 week ago (1 children)

I see a lot of the other reasons mentioned, but one I don't: on android you are required to release updates at least every year-ish or they will completely delete your developer account and app.

Source: got that message recently for an app I made and haven't had a reason to update.

[–] [email protected] 4 points 1 week ago (1 children)

What a crock.

I get the reasoning, but there's gotta be a better way to manage stale apps.

I have a number of apps that aren't on Play and work fine, I just save the apk or back it up with Swift or Neo Backup.

[–] [email protected] 2 points 1 week ago

Its pretty crazy. I was very taken aback by the email. Dev accounts aren't even free.

[–] [email protected] 12 points 1 week ago (2 children)

The standard answer is "security"...and that may be true in some cases.

But a lot of it is just job justification. Some beleaguered coder somewhere has to do a thing because their manager has to do a thing because their director has to do a thing and so on. Box checking exercises.

[–] [email protected] 9 points 1 week ago

Also the app is probably built on a mountain of dependencies all of which have updates and security patches and bullshit. Delaying those updates for too long makes finally making a real update a nightmare, so you occasionally release updates just to keep up.

[–] [email protected] 7 points 1 week ago

I'm glad in my 30 years of work I've never even caught a whiff of this nonsense. I'd undoubtedly heckle someone who proposed it to the point where I'd be fired. And I'd do it again.

[–] [email protected] 7 points 1 week ago (1 children)

Read the patch notes and see what's changing. Usually it's "squashing bugs", but there could be a few new features you'd like in there.

[–] [email protected] 16 points 1 week ago (2 children)

Many developers (especially popular apps) like to go into great detail, like this...

[–] [email protected] 8 points 1 week ago

lol I just checked and I had 26 pending app updates. Every one of them had about the same level of detail.

The only exceptions were the Wikipedia app and Voyager, both of which listed some new features.

[–] [email protected] 2 points 1 week ago

There are maybe 3 of my ~50 apps that provide actual changelogs. All the others only write "bug fixes and performance improvements", puns or other marketing pitches.

I disabled auto updates and only update if there are actual changelogs or the app doesn't let me use it anymore without updating. But there have been too many automatic enshittifications for me to trust auto updates.

[–] [email protected] 7 points 1 week ago (1 children)

I'm not normally a conspiracy guy but I have an old app that I swear they update (but not really) just so that people think it is active.

[–] [email protected] 7 points 1 week ago

(No sources) but apps with no updates get removed from the stores. So yes , some updates are "nothing".

[–] [email protected] 6 points 1 week ago

Yeah, try using Android 3 Honeycomb. Go on. Give it a try.

It's not that nothing changes. It's that changes are small. Humans react violently to big changes. If you change everything about an app all at once, people will hate the app, and leave.

If you make all those same changes, but spread them out over 2 years? They adjust. It's like giving someone a pill to swallow. You don't give them a pill the size of a watermellon, and expect them to swallow it. Instead you break it up into pieces and slowly feed them the whole pill over time.

[–] [email protected] 6 points 1 week ago (1 children)

Spelling mistake in commented notes.

[–] [email protected] 3 points 1 week ago

Oh god. These app updates are so huge, I wonder if anything about this is diff/delta.

Maybe I’m old but having 20 apps wanting 200MB+ updates and all of them having the filler text gets to me.

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago)

It's a number of reasons. One I don't see already mentioned is that Apple and Google require apps to target the latest versions of their OSs and libraries. For example Google released a new version of the Google Play Billing Services library. All apps were required to update to the newest version by mid August (you could request a two month extension). So to the end user it seems like nothing has changed. But under the hood the app is now using the latest apis. This could also apply to non-Google/Apple apis. Maybe a change of the developers own api was necessary.

[–] [email protected] 5 points 1 week ago (1 children)

What's better is on an iPhone or iPad you can set the apps to auto update and it will not auto update. It's normal for me to check and have 15 apps that have updates that have been sitting there for a month.

[–] [email protected] 1 points 1 week ago

Same with Apple Watch. They have this feature that tracks sleep but guess what? You won’t get software updates if you do that because it only updates at night.

[–] [email protected] 5 points 1 week ago

I would set that automatic app update off, apps are to known to sometimes update to newer enshittied versions like Fantastical did.

[–] [email protected] 4 points 1 week ago

Pokemon Go

I swear, it seems to have weekly 100 MB updates that change nothing, make something worse, or just change the splash screen.

Those updates are unaffectionately called "streak breakers" because by the time it updates, I've forgotten to launch it again.

[–] [email protected] 4 points 1 week ago

Could be security and updates for features you might not use

[–] [email protected] 4 points 1 week ago* (last edited 1 week ago)

With games, frequent and regular updates are mainly to keep people returning to the game and to fix bugs. Many apps already implement most of the features people need and dont really need new features for people to keep coming back, so the focus is moreso on maintaining compatibility and fixing bugs like crashes, as well as keeping up with OS updates (which tend not to affect games as severely, though can in some cases). Keep in mind theres a huge number of different phones which are on different OS versions with different system APIs, and msny devs dont test on a large number of devices. Desktop drivers and OSs tend to smooth over a lot of the hurdles there

[–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

Gotta harvest even more of your data

[–] [email protected] 3 points 1 week ago

Having a regular schedule of updates helps get individual big fixes or features out faster. You may not notice a difference because you may not experience the bugs that are being fixed. There may be slight changes to features that you don't use enough to notice. There could even be features that are disabled until they're remotely enabled. Mobile apps often run A/B tests for changes to see how those changes affect user behavior, so you might be in the "no change" test cohort when you don't see changes, those changes may never activate on your installation if the test doesn't pan out.

I recently convinced my team to adopt this practice so I've been brushing up on it. When done right it can mean a more stable app and quicker response to issues since it relies heavily on monitoring app performance, bug reports, and user reviews. Communication to users is hard since you don't want to have every update be "fixed bugs" but it's also unnecessary to say "fixed an issue where a batch upload job didn't handle individual errors by retrying" for each change that may not actually impact you as a user but which impacts the business that builds the app.

[–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

I dunno... I see the same thing with video games too. Half the updates to my games don't even get patch notes, and like a few things recently that are over 2 decades old are getting regular updates.

When they do have notes, 90% of the things being fixed or changed were problems I never noticed or had seen anyone posting about. Even if it was something I might have encountered, a lot of the time I wouldn't have recognized it as a bug. Like if a weapon was supposed to do some extra things and didn't, but it also didn't tell you that it did that extra thing I would never know it was broken until they fix it. Most bugs seem to be that; fixing mistakes most players wouldn't even notice as being a mistake. And in the case of many Fromsoft games: they make changes they don't even put in the notes. Often in the form of removing text from item descriptions to make things even more vague.

[–] [email protected] 0 points 1 week ago

I disabled updates (though it looks like some Google apps update anyway) and majority continues to work. Few apps occasionally start a protest and tell me that I need to update before they resume their work.

It doesn't answer your question, but indeed points that mostly there is nothing important.