I'm done making desktop applications (2009)
kalzumeus.com
I'm done making desktop applications (2009)
1–10 of 88 posts
Re: I'm done making desktop applications (2009)
#2Re: I'm done making desktop applications (2009)
#3[flagged]
Re: I'm done making desktop applications (2009)
#4[flagged]
We just moved the responsibility of security off the desktop, to the web. We abstracted the problem as an industry, hooray.
Re: I'm done making desktop applications (2009)
#5[flagged]
Most applications now adays are just electron wrappers.
WebApps also allow a much more flexible update schedule, and other benefits.
Downside: apps now need gigabytes of memory for simple apps. Upside: Linux is now a lot more easier to use as a lot of things are web based. :-)
Re: I'm done making desktop applications (2009)
#6[flagged]
I would argue webapps killed them. Most applications now adays are just electron wrappers. WebApps also allow a much more flexible update schedule, and other benefits. Downside: apps now need gigabytes of memory for simple apps. Upside: Linux is now a lot more easier to use as a lot of things are web based. :-)
Re: I'm done making desktop applications (2009)
#7[flagged]
Re: I'm done making desktop applications (2009)
#8There's no reason you can't do this with desktop apps, put a chunk of the functionality on the server and obtain security that way.
The trouble with web apps is compute and storage performance, for a web app you're limited by the browser - not so much for a desktop. Its not really an issue for a bingo card creator, it is if you're making blender or autocad.
Re: I'm done making desktop applications (2009)
#9The new challenge is phones. Mobile browsers do not support the File System Access API.
What is a solution to this? Is there a reputable service that converts a web page into an Android/iOS app so that it can load and save files?
Re: I'm done making desktop applications (2009)
#10Now that websites can use the File System Access API to load and save files, the Desktop is "solved" for me. Everybody can use my software simply by opening the url in their browser. The new challenge is phones. Mobile browsers do not support the File System Access API. What is a solution to this? Is there a reputable service that converts a web page into an Android/iOS app so that it can load and save files?