Conversation
Notices
-
Embed this notice
@mischievoustomato @theorytoe @cell there are numerous technical problems but as an end user the only real problem is that they take a ton of memory on your system. Not an issue if you have a ton of RAM.
-
Embed this notice
@Moon @mischievoustomato @cell @theorytoe Electron apps are the present equivalent of a similar scourge that plagued the PCs of the mid-00s in certain professional and business environments, which was running several Java applications with Swing UIs that all shipped their own Java runtime.
The fallout was exactly the same, but even worse than today because CPUs were slower, RAM was more expensive and also slower, and mass storage was a LOT slower:
- Often sluggish UI experience compared to native toolkits
- Huge cache directories littered all over the user's harddisk, wasting space
- Security issues of the runtime only getting patched if/when the app itself was updated and bothered with updating the runtime as well
- Sometimes haphazard integration with the OS / desktop
-
Embed this notice
@Moon @cell @mischievoustomato @theorytoe The cache directories are my biggest pet peeve with electron apps, it's literally like using a separate portable Google Chrome for each website you visit, and for some reason 80% of those portable Google Chromes have the clear history button disabled, too.
The fuckers also slow down and bloat up file-based backup jobs like crazy.