Ask HN: Is commercial desktop software dead?
11–20 of 21 posts
Re: Ask HN: Is commercial desktop software dead?
#12SaaS, by contrast, is typically easier to monetize, distribute, and update; it can also be easier to build, depending on functionality and UI complexity.
Re: Ask HN: Is commercial desktop software dead?
#13If you know what you're doing, the UI/UX of a native desktop application can be light-years better than that of a web application. For almost any purpose. SaaS, by contrast, is typically easier to monetize, distribute, and update; it can also be easier to build, depending on functionality and UI complexity.
Re: Ask HN: Is commercial desktop software dead?
#14As an end-user, I'd rather download and use high quality desktop application than use webapp. First of all, this means no Electron/js/html webapp bundled as desktop, but a real native executable.
Re: Ask HN: Is commercial desktop software dead?
#15If you know what you're doing, the UI/UX of a native desktop application can be light-years better than that of a web application. For almost any purpose. SaaS, by contrast, is typically easier to monetize, distribute, and update; it can also be easier to build, depending on functionality and UI complexity.
I might be wrong, but SaaS is a business model, not a technology or SaaS is not just web-based apps.
Re: Ask HN: Is commercial desktop software dead?
#16Re: Ask HN: Is commercial desktop software dead?
#17Re: Ask HN: Is commercial desktop software dead?
#18See this post by patio11: http://www.kalzumeus.com/2009/09/05/desktop-aps-versus-web-a...
Re: Ask HN: Is commercial desktop software dead?
#19Everything else is going web. Even native clients are often boxed web UIs due to the cost savings of developing the UI only once.
Re: Ask HN: Is commercial desktop software dead?
#20For developers, though, I can see why webapps are so much nicer to work with. (See patio11's blog post quoted by drdrey.) So I would posit that the defining metric is complexity: if your software is really complex (and/or doesn't need a server), make it desktop. Otherwise, go for the web.