Live data from Hacker News

Ask HN: Is commercial desktop software dead?

news.ycombinator.com

11–20 of 21 posts

Re: Ask HN: Is commercial desktop software dead?

#12
If 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?

#13

If 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?

#15

If 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.

You're right; I should have said "web-based SaaS"

Re: Ask HN: Is commercial desktop software dead?

#19
Mostly yes. The only exceptions are very high end areas like CAD and high end games that make full use of local hardware.

Everything 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?

#20
Personally, as a user, I much prefer desktop applications for software of any serious complexity. It's just that much better integrated into the system UI, there's no lag, and best of all: it's running on my computer. (Aside from privacy concerns, I often don't have Internet available...)

For 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.

Post reply on HN