|
|
|
|
|
by lpsz
3696 days ago
|
|
Am I the only one unhappy with the trend of moving toward web-wrapper applications? As a developer, I also love the idea of cross-platform, and of more elegant frameworks, but it pains me to run things that are slower or hog the battery. * JavaScript-heavy Spotify now vs. Spotify a few years ago * Atom vs. something like Sublime Text * Or, Slack that takes the cake especially if you log in to multiple Slacks. It's cool for developers. It's not cool for the users. |
|
Electron apps don't appear to play nice with the underlying API.
Take Spotify and Slack, for example. It makes sense that it should expose its API via AppleScript (on Mac), COM (on Windows), and DBUS (on Linux). These let you do neat things like, for example, use a PowerShell (or bash or AppleScript) script to update your Slack status to the name of the track that's playing.
Whether you'd WANT that specific functionality or not is beside the point, the fact that the functionality exists means that people will do cool things with it. More importantly, it means that people will do things the developer never thought of.