by sandruso on 12/18/22, 11:07 AM with 16 comments
by noduerme on 12/18/22, 11:15 AM
by perilunar on 12/19/22, 1:56 AM
For apps I use rarely, I'd prefer to just use a web app if possible: always up to date, not taking up disk space, etc.
If an app requires internet access for data, then it might as well be a web app: e.g. I don't use native apps for social media.
by zzo38computer on 12/18/22, 8:32 PM
Native programs can often have improved capability interacting with other files/programs on the computer better, including user configuration, and can often be made more efficient, and files can be stored locally (working without an internet connection, although sometimes this is possible with HTML too); however, in many modern programs they tend to avoid such things so it is often just as bad (or maybe even worse) than web apps. WWW also has many problems with its design; some things simply do not work with it, and even some things that could theoretically work, don't work well due to web browsers being badly written.
Even for things using internet, there are better alternatives than web apps, e.g. NNTP, Telnet/SSH, IRC, etc. (However, web apps can still be made available too for users who prefer them)
Regardless of that, FOSS is much better. But, even when I do want to run non-native programs, they will often be NES/Famicom, DOS, etc, rather than HTML.
by mikewarot on 12/19/22, 12:49 AM
It's not going to break because of some breaking change to Python or a library like WxWindows. (Which makes WikidPad unusable in Linux)
It's not going out of service because a vendor doesn't want to keep the support hosts online any more.
It just keeps working, reliably.
Now it should be possible to run any executable in a secure manner, but we don't have CabSec (Capability based security), so we're stuck with web apps instead.
by 082349872349872 on 12/18/22, 11:12 AM
by solardev on 12/18/22, 4:41 PM
Although these days even the desktop apps can also be very slow. Spotify is very slow for me compared to how Winamp was, for example, even though my computer is probably fifty times faster. Not sure how much of that is due to Electron. Even the native Windows apps are slow now, especially the ones that use the newer Microsoft frameworks.
by eternityforest on 12/18/22, 1:23 PM
I prefer local apps because the data is local and they can't be taken away if the cloud goes down.
For inherently cloudful things like banking I'll use an app if it loads faster than the site, which it usually can because they have stuff like the ability to just quickly check balances without a password.
But I don't really mind sites instead.
by beardyw on 12/18/22, 11:57 AM
If something is a web app how can it be native? Am I missing something?
by pcdoodle on 12/18/22, 11:47 AM
by chewz on 12/18/22, 11:40 AM