this post was submitted on 11 Apr 2026
70 points (97.3% liked)

Linux

13226 readers
314 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ExtremeDullard@piefed.social 63 points 13 hours ago (5 children)

What you discovered is that today's mediocre developers implement everything in web browsers, or web brower-like frameworks like Electron, and set them up to masquerade as normal applications, but with 100x the disk, RAM and CPU footprint.

[–] OwOarchist@pawb.social 17 points 12 hours ago

My 2nd most hated trend in modern programming. (Behind AI forced into everything.)

[–] rozodru@piefed.world 6 points 9 hours ago (1 children)

looking at you Discord. hell also looking at you vesktop, equibop, whatever "better" discord client is out there. majority are just electron web apps.

[–] OwOarchist@pawb.social 1 points 4 hours ago

You see, that's why when I need to use Discord, I just use it in the browser anyway. No need to install an app that's just going to be a browser tab in disguise.

[–] BurgerBaron@piefed.social 11 points 11 hours ago (1 children)

I ran into a consequence of Fedora doing that. Their installer application crashes when running under an old GTX1060 with Nouveau's nShitia drivers in live USB mode.

[–] alakey@piefed.social 3 points 8 hours ago (1 children)

Oh is that why that happens? I just thought Nouveau drivers were incompatible with old Nvidia cards.

[–] BurgerBaron@piefed.social 1 points 8 hours ago (1 children)

Maybe they are lol, basically every distro exploded on that old rotbox at some point in a variety of fun ways before I could get something installed except Mint. Well anything Arch based would work too, just isn't a PC that gets used often.

[–] alakey@piefed.social 1 points 4 hours ago

I installed Cachy on a GTX980 PC, but had to use nomodeset, so if you wanna install some distros that are using incompatible drivers in the live ISO give nomodeset a try.

[–] onlinepersona@programming.dev 7 points 10 hours ago (1 children)

Let's be honest, it's the easiest. I've been trying to write UIs in pure rust and python recently and let me tell you, it's a drag.

Some frameworks don't even support writing your own components, some don't allow reusing parts of the UI, some don't even have proper layout engines you can modify, theming can be difficult, others dont have reactive values, most don't have a fast dev loop (make a change, see it, repeat), and so on. I've even tried using game engines like Godot and Bevy.

We like complaining about Electron, but let's be serious, as bad as it is, the other stuff is worse.

[–] FishFace@piefed.social 8 points 10 hours ago (2 children)

Writing stuff in a proper gui framework using the tools we've had for decades is not really that bad, it's just not what all the tutorials are for. CSS can be an absolute pig to get things just so, or was until quite recently.

[–] onlinepersona@programming.dev 1 points 5 hours ago (1 children)

CSS is terrible, no doubt about it, but the problem is exactly that: native GUI frameworks haven't changed in the way they work. Why else do you think electron became popular? Obviously there was reason for it

[–] FishFace@piefed.social 1 points 5 hours ago

I think it became popular because you can deliver the same app to mobile and desktop platforms. And because js gave people a very easy intro to development on the web so tons of people know it.

I don't think it became popular because it was better at making an application on a single target. I've never made a webapp with the equivalent of GLADE or QtCreator so I don't know if it even exists - but those tools are very decent if you had a basic understanding of UI layout.

[–] randomname@lemmy.org 2 points 11 hours ago

Only if you use electron. There are lots of light(er) weight alternatives.