Not yet for music production. DAW's, software synthesisers, drum machines, latency matters here.
Ask HN: Is there still a place for native desktop apps?
41–50 of 777 posts
Re: Ask HN: Is there still a place for native desktop apps?
#42One area which is really tough to nail is cross-platform support though. Getting a good app on one system is hard enough, getting it in all three - rarely done. This is one of the things where web shines.
From business standpoint, I think web-first with an eye on native works for majority of cases. That is, as long as the majority of users don’t care about the above. In some future, if we start valuing efficiency and especially privacy more, this could turn around. But it feels like, even then, web will probably find a way to make more sense for most people.
Re: Ask HN: Is there still a place for native desktop apps?
#43Earlier quoted context omitted.
webgl and wasm? Edit: I presumed that the context of the discussion was apps in a general sense. Obviously not every application is going to be on the web and there are a lot of niche software that will never make the switch. I was thinking more qucad or sketch 3d for woodworkers to plan their desks, not solidworks and all its plugins to handle complex fluid simulation in mission critical areas.
Still wishful thinking at this point.
Re: Ask HN: Is there still a place for native desktop apps?
#44If you’re not building something like this, don’t build for desktop.
Re: Ask HN: Is there still a place for native desktop apps?
#45But there are still many areas where native is king.
- Games
- Audio / Video work
- Adobe type of work (photo editing, motion graphics, vectors, etc)
- 3d
- Office. For me Google docs is enough, but not for heavy users.
- Desktop utilities (eg: Alfred, iStatMenus, etc). You could certainly use a web UI for those, and it would probably be fine , but you'd still need some native integration.
Re: Ask HN: Is there still a place for native desktop apps?
#46Re: Ask HN: Is there still a place for native desktop apps?
#47Not yet for music production. DAW's, software synthesisers, drum machines, latency matters here.
Funny that the other day I discovered bandlab. It's not professional but for my hobby usage it's the best I've found
Re: Ask HN: Is there still a place for native desktop apps?
#48Every single app that I use, I try and make sure it is native. I shun electron apps at all cost. It's because people who put in effort to use the native APIs put in a lot more effort in the app in general based on my anecdotal evidence. It is also more performant and smaller in size, things that I cherish. It also pays homage to limits and striving to come up with new ways of overcoming them, which hackers would have…
Re: Ask HN: Is there still a place for native desktop apps?
#49Earlier quoted context omitted.
> However as a developer and as a software business owner/investor, it's (much) better to write web apps. Why do you say that?
I think he is saying that because with webapps you have - control over your software and updates - no one can pirate your software/service
As for 'pirating', is that a serious concern these days? I've only ever heard about it being an issue at big companies selling software to other big companies, where it's solved with "license servers".
Re: Ask HN: Is there still a place for native desktop apps?
#50Every single app that I use, I try and make sure it is native. I shun electron apps at all cost. It's because people who put in effort to use the native APIs put in a lot more effort in the app in general based on my anecdotal evidence. It is also more performant and smaller in size, things that I cherish. It also pays homage to limits and striving to come up with new ways of overcoming them, which hackers would have…
Electron apps invariably make such kit feel slower than it actually is. You can get good performance out of even older hardware if you treat it well and load it with good software that respects the hardware.