830
fuuuuuuuuuuture (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] qaz@lemmy.world 43 points 10 months ago* (last edited 10 months ago)

Last time I checked the version Electron used by Discord was severely out of date causing several issues that had been solved months ago upstream. That’s the fault of Discord, not Electron but there are several issues with Chromium that I have to deal with on every Electron app I use. Compose sequences are still partially broken. I reported it at Chromium but they responded with a video of them testing it on Windows (not with a VM), said they couldn’t reproduce the issue (with a Linux specific input method?!) and then marked it as unreproducible.

[-] jmcs@discuss.tchncs.de 23 points 10 months ago

Wait, you're telling me that Discord is probably still vulnerable to the Webp RCE vulnerability?

[-] SmoothIsFast@citizensgaming.com 19 points 10 months ago

They use plain text and there biggest shareholder is the Tencent (the CCP let's be real) are you surprised? It's literally a data farm for China...

[-] qaz@lemmy.world 7 points 10 months ago

They probably manually added the patch.

[-] dinckelman@lemmy.world 7 points 10 months ago

They updated to a version that included a patch for that exploit, however it doesn't matter in the grand scheme of things, because they're still on 22.x, support for which has already been terminated

[-] halva@discuss.tchncs.de 10 points 10 months ago

Problem is, for any somewhat big project (like discord) updating Electron without something breaking is a nightmarishly complex venture as Electron doesn't seem to care about backwards compatibility.

[-] ICastFist@programming.dev 12 points 10 months ago

The error is in picking Electron in the first place. One particular case that I've had with several Electron apps are zombie processes. You close the window, but you check the task manager and see 4-5 processes hanging in there, eating resources for no reason.

[-] qaz@lemmy.world 3 points 10 months ago* (last edited 10 months ago)

I agree that it’s silly to package your app as a website with a browser but what other options do you have? GTK is difficult to get working on Windows, wxwidgets requires installing libraries on every system and Qt is either paid or LGPL. The only real crossplatform options seem to be Flutter and some .NET frameworks.

[-] ICastFist@programming.dev 4 points 10 months ago

FreePascal + Lazarus have been desktop crossplatform for many years. "But it's Pascal! Nobody uses Pascal! And the defaults are fugly!", fair enough, but it offers compatible crossplatform UI with a single codebase.

Java also lets you write UI stuff and keep a single codebase for multiple platforms, thanks to the JVM. It always looks "weird" or "ugly" next to whatever OS's default UI is and also needs a compatible JRM installed, but it works.

Nowadays, web/javascript projects can opt for Tauri or Neutralinojs instead of Electron. They use the OS's native HTML renderer, no browser required.

this post was submitted on 10 Oct 2023
830 points (96.9% liked)

Programmer Humor

31687 readers
123 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS