this post was submitted on 02 Jul 2023
520 points (96.8% liked)

Technology

57472 readers
3757 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Interesting take on comparability vs performance. I gotta imaging capturing user data and sending to a cloud collector is also a big culprit.

(page 2) 49 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago (1 children)

@jestyr I hope this problem will be solved with developers using new programming languages, like Rust or Go, instead of web-based ones, like Electron. Some libraries still need to be more polished, but IMO developers will be able to make software less bloated in the short term.

[–] [email protected] 2 points 1 year ago (1 children)

I hope this problem will be solved with developers using new programming languages, like Rust or Go, instead of web-based ones, like Electron.

Electron isn't a programming language, it's an abstraction layer to allow desktop apps to render apps on top of a portable browser engine layer instead of a platform specific layer.

The existence of Rust/Go doesn't change the desire to have an app that can be written once and be run across many different platforms.

[–] [email protected] 1 points 1 year ago (1 children)

@Goronmon @jestyr Yes, Electron is not a programming language, my mistake.
But there are few frameworks to make multiplatform software: Qt and Wxwidgets (C++), Swt and JavaFX (Java), PySide (Python), Electron (JavaScript), any other one?

[–] [email protected] 1 points 1 year ago

@Goronmon @jestyr Only with the first two you can create optimised software (because C++), but only Qt is user (or developer) friendly.
With a good GUI library, Rust or Go (or another similar language) could be added as an alternative to make multiplataform software.

[–] Feweroptions 3 points 1 year ago

My computer fell on its side a few months ago. Now when I run video games it stutters. I could fix it for $80 and a couple hours of labor, but then I remembered that nothing I play is optimized and it all runs like shit anyway.

[–] [email protected] 3 points 1 year ago

This is a short write-up on a much longer blog post, so if you didn't click the link embedded in the article text, I recommend you read Julio's original blog post.

[–] [email protected] 3 points 1 year ago

There's also the load from having fancy graphics, like transparency and fading window transitions.

[–] [email protected] 2 points 1 year ago

Can confirm 90 percent of modern software is dogshit. Thanks electron for making it worse.

load more comments
view more: ‹ prev next ›