Electron is flash for the desktop (2016)
josephg.com
Electron is flash for the desktop (2016)
1–10 of 1001 posts
Re: Electron is flash for the desktop (2016)
#2Flash used to work on the desktop as well, they had this little "projector applications" iirc
Re: Electron is flash for the desktop (2016)
#3Isn't it more like Adobe Air with JS instead of AS?
Re: Electron is flash for the desktop (2016)
#4On macOS, the alternative would be to use Fluid[1]. You can build mini-apps from a lot of websites and the footprint is very little. (No affiliation, just a happy user)
Re: Electron is flash for the desktop (2016)
#5it's a stop gap will WASM is used for both desktop and web.
Re: Electron is flash for the desktop (2016)
#6Isn't it more like Adobe Air with JS instead of AS?
Actually, Adobe Air has supported JS for a long time. Certain APIs were only exposed to AS, but I'm sure that's changed over time.
Re: Electron is flash for the desktop (2016)
#7Isn't it more like Adobe Air with JS instead of AS?
The analogy is extremely weak. At best, "flash" is a stand-in for "bad performance".
Re: Electron is flash for the desktop (2016)
#8Holy shit! Are we behind reddit on this?
https://www.reddit.com/r/programming/comments/64oqaq/electro...
Re: Electron is flash for the desktop (2016)
#9>But that's not abnormal for slack. In fact, slack often idles at 5% CPU usage. Whats it doing? I have no idea.
Probably something like this: https://github.com/Microsoft/vscode/issues/22900 (not the cursor thing specifically, but something that feels lightweight, but isn't)
Which is probably fixable. I would guess Vscode is more code than Slack, and they were able to fix this, albeit with very good help from a customer.
Re: Electron is flash for the desktop (2016)
#10I wonder how a JS/HTML desktop using the Adobe AIR runtime would compare.