Earlier quoted context omitted.
A browser is like a buggy mini-operating system that hogs resources, tries to replace native applications like PDF readers, word processors, and email clients, and uses JavaScript as its system language. Client applications circumvent the hell of modern web browsers. The benefit is not needing to use a web browser.
Wish there was some kind of a "Electron kitchen" where you could easily make your own app stating which website you want to use in this isolated way, without having to learn about Electron.
Hacker news unofficial desktop app
11–20 of 32 posts
Re: Hacker news unofficial desktop app
#12Re: Hacker news unofficial desktop app
#13Earlier quoted context omitted.
None, given that it essentially runs in a browser anyway (Electron). I suppose it's very useful if you have ~200MB of RAM and ~80MB disk space that you really want to get rid of. I hate Electron. :-|
Qt/GTK/WinForms or GTFO!
Re: Hacker news unofficial desktop app
#14How well can an Electron-based app fit in with the underlying operating system?
If running on a Mac, can an Electron-based app expose itself via AppleScript so that other applications can interact with them? If running on Windows, can it expose itself via COM? On Linux can it register itself with DBus (I'm not sure if this even makes sense - what's the Linux equivalent of COM/AppleScript)?
On the Mac, does the stuff in the Services menu work? Do text fields get automatic spell-check? Can I double-tap 'fn' to start dictation? Can it expose itself to the Accessibility stuff in a meaningful manner?
These things don't make sense for all applications. I can't think of why I'd want to interact with an HN application via AppleScript (or COM), for example, but there are other types of applications where being able to do this would be great (Excel and Word base their entire macro facility on COM, for example).
I can see wanting to use Dictation in an HN app as it might make commenting easier for some people. Same goes for the text field spell-checking.
I guess the big question is, where can an Electron app fit in the spectrum between 'web site rendered in a dedicated application' and 'full-blown Windows/Mac/Linux desktop application'?
Re: Hacker news unofficial desktop app
#15Earlier quoted context omitted.
A browser is like a buggy mini-operating system that hogs resources, tries to replace native applications like PDF readers, word processors, and email clients, and uses JavaScript as its system language. Client applications circumvent the hell of modern web browsers. The benefit is not needing to use a web browser.
Wish there was some kind of a "Electron kitchen" where you could easily make your own app stating which website you want to use in this isolated way, without having to learn about Electron.
Re: Hacker news unofficial desktop app
#16What is the benefit of this over using a browser?
However, at least on OS X, you can just use something like Fluid if that's all you want (http://fluidapp.com/).
Re: Hacker news unofficial desktop app
#17Earlier quoted context omitted.
Qt/GTK/WinForms or GTFO!
WPF/UWP instead of WinForms and I agree. I don't even get why so many people like writing web apps, I feel a hell of a lot more comfortable working with a proper widget toolkit (my preference being GTK or WPF) without the constraints enforced on me by a browser and JavaScript.
The way I see it, mainstream masses are finally (FINALLY!) leaving the world of desktop computing behind, so now it can return to the nerds and people who just wanna do shit
Re: Hacker news unofficial desktop app
#18Earlier quoted context omitted.
Wish there was some kind of a "Electron kitchen" where you could easily make your own app stating which website you want to use in this isolated way, without having to learn about Electron.
There's nativefier: https://github.com/jiahaog/Nativefier
Re: Hacker news unofficial desktop app
#19Earlier quoted context omitted.
None, given that it essentially runs in a browser anyway (Electron). I suppose it's very useful if you have ~200MB of RAM and ~80MB disk space that you really want to get rid of. I hate Electron. :-|
Qt/GTK/WinForms or GTFO!
Re: Hacker news unofficial desktop app
#20If you select "Add to desktop..." under "More tools" in Chrome and check the "Open as window" option it will look the same as this :)