666
Electron apps
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
🙋♂️ I have. Exactly because Electron = bloat. Granted it was just a small side project that I spent like a month or so building. I wanted to learn GTK4, Adwaita, GNOME Blueprints, and Vala.
I personally didn't think it was too miserable (again small project, not a ton of specialized needs). However, I 10000% completely agree with the "extremely non-customizable by comparison". I can totally see why companies don't want to look like a generic OS app. Getting the Bitwarden app to look like Bitwarden on Linux seems like it would be waaay harder and more time consuming than just reusing their existing HTML, CSS, and JS codebase. At least in my month of messing with GTK, it seems like desktop UIs have wwwwaaaaayyyyyyy less control over the UI than webapps do, at least by default. I'm guessing you can write more Vala to get a more custom UI in GTK, but again seems like waaaaayy more work for something highly custom.
By the end, I thought: Electron = bloat, but also Electron = apps existing at all.