Earlier quoted context omitted.
CUPS admin console, SharePoint admin console for example. Same can be done with web widgets, or a couple of utility daemons. Well, at the end of the day don't complain about Google owning the Web.
... are there any people on earth who prefer to use the CUPS web console rather than their DE's printer settings ?
Porting a 100% local app to the web
51–60 of 81 posts
Re: Porting a 100% local app to the web
#52Earlier quoted context omitted.
Desktop apps can reach higher quality. Compare e.g. Apple Keynote to Google Slides, the difference is obvious.
Ha. Wanted to counter your argument with: Keynote is older. It is, but just by 3 years, (2003 vs 2006). Depending on the features you use your argument might fall flat though, how do I collaborate on a presentation? How can I easily share a presentation with a set of folks? I like Keynote a lot, but Slides has it’s use cases as well.
Fun fact: 2003 was Keynote's public unveiling. Before that, it was a bespoke NeXTSTEP app created for Steve Jobs. (I'm not sure how old proto-Keynote is, but IIRC he'd used it publicly since the late 90s.)
More here: https://apple.fandom.com/wiki/Keynote
Re: Porting a 100% local app to the web
#53Re: Porting a 100% local app to the web
#54Your homepage convinced me to download, the software reminds me a lot of Microsoft Money, which was one of my favorite tools due to its simplicity. Only complaint is no dark mode, but really cool!
Re: Porting a 100% local app to the web
#55Are you using the quota API? Looks like you can ask how much space is available, so you could warn the user to free space if it is below some threshold. https://web.dev/storage-for-the-web/#check
Re: Porting a 100% local app to the web
#56I've been a very happy user of Actual for almost two years now; kudos to jlongster for the fantastic product and wonderful support!
Re: Porting a 100% local app to the web
#57It was interesting to read the stated advantages of each platform: For web: * Easy deployment * Better conversion rates (no installation) * Easier login flow, support, a/b testing For desktop: * Better tech (sqlite3 in this case) * Super fast * User owns the data What struck me is that the advantages of the web are primarily sales and developer advantages and are focused around the novice user experience. Whereas the…
Most users do not know what a PWA is and won't install it unless it was done for them. Even then a PWA is at the mercy of the host browser's configuration and addons which can degrade the experience. (And on Apple devices it won't even work.)
Re: Porting a 100% local app to the web
#58It was interesting to read the stated advantages of each platform: For web: * Easy deployment * Better conversion rates (no installation) * Easier login flow, support, a/b testing For desktop: * Better tech (sqlite3 in this case) * Super fast * User owns the data What struck me is that the advantages of the web are primarily sales and developer advantages and are focused around the novice user experience. Whereas the…
Re: Porting a 100% local app to the web
#59It was interesting to read the stated advantages of each platform: For web: * Easy deployment * Better conversion rates (no installation) * Easier login flow, support, a/b testing For desktop: * Better tech (sqlite3 in this case) * Super fast * User owns the data What struck me is that the advantages of the web are primarily sales and developer advantages and are focused around the novice user experience. Whereas the…
The business case for native apps (whether on desktop or mobile) is that it's not just another tab people can X out of. Installing a native app feels like a commitment. The icon is there. It might be sitting in the tray/taskbar. It commands attention. It can push notifications that most users wouldn't turn off. Most users do not know what a PWA is and won't install it unless it was done for them. Even then a PWA is a…
Re: Porting a 100% local app to the web
#60Earlier quoted context omitted.
The business case for native apps (whether on desktop or mobile) is that it's not just another tab people can X out of. Installing a native app feels like a commitment. The icon is there. It might be sitting in the tray/taskbar. It commands attention. It can push notifications that most users wouldn't turn off. Most users do not know what a PWA is and won't install it unless it was done for them. Even then a PWA is a…
This is true, and I'd bet it's one of the main value-adds of Electron
I should mention though that desktop apps seem to have an order of magnitude conversion rate than web apps... it's been a slog.