this post was submitted on 05 Dec 2025
542 points (98.6% liked)
Programmer Humor
27677 readers
929 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
πββοΈ 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.