Earlier quoted context omitted.
that's not low level disk access
Can you explain how it isn’t?
Ask HN: Is there still a place for native desktop apps?
231–240 of 777 posts
Re: Ask HN: Is there still a place for native desktop apps?
#232Earlier quoted context omitted.
Also from a security standpoint, it seems to me that having all apps work in the browser is creating single points of failure.
Can you elaborate on the security considerations of this? It seems like you could just as easily say it's more secure because it reduces the attack surface to a well-tested program with mature sandboxing.
Coincidentally, I just published a blog post that touches on this from both sides: https://paulbutler.org/2020/the-webassembly-app-gap/
Re: Ask HN: Is there still a place for native desktop apps?
#233Re: Ask HN: Is there still a place for native desktop apps?
#234Native desktop apps are great. The reason that people don't write them is because users aren't on "the desktop". "The desktop" is split between OS X and Windows, and your Windows-app-compiled-for-Mac is going to annoy Mac users and your Mac-app-compiled-for-Windows is going to annoy Windows users. Then you realize that most users of computing devices actually just use their phone for everything, and your desktop app…
Also I think you can deploy to all those things with Qt.
Re: Ask HN: Is there still a place for native desktop apps?
#235Don't care, i'll take a good web app over a shitty native app any day. Since native apps take much longer to develop and the UI toolkits are stuck in the 90s, it's pretty much given nowadays that new ones are shitty compared to the equivalent web one.
Personally, I hope that web browsers die off and we go back to gopher for displaying information. I hate the web.
Re: Ask HN: Is there still a place for native desktop apps?
#236Earlier quoted context omitted.
I think we can safely exclude 'collaborative web design' applications from the set of hardcore tools not gaining much from being implemented as web apps for understandable reasons.
And yet it is a hardcore tool, and does gain a lot from being implemented as a web app. Another example might serve your point better.
Re: Ask HN: Is there still a place for native desktop apps?
#237Re: Ask HN: Is there still a place for native desktop apps?
#238XD
Re: Ask HN: Is there still a place for native desktop apps?
#239Earlier quoted context omitted.
As an Electron hater, I’m constantly surprised at just how much VS Code doesn’t suck.
My personal evolution has gone from Sublime Text 3 to Atom to VS Code to Sublime Text 3. I've never been a heavy plugin user, mainly sticking to code highlighting. The thing I really like is speed. Sublime Text rarely chokes on me. I love being able to type `cat some_one_gigabyte_file | subl` and getting it to open up with little difficulty. VS Code chokes on files of non-trivial size, and that was the thing I liked…
Not saying you should use it, just something that I found out years ago.
Re: Ask HN: Is there still a place for native desktop apps?
#240Not yet for music production. DAW's, software synthesisers, drum machines, latency matters here.