this post was submitted on 09 Oct 2025
372 points (96.7% liked)

Technology

75758 readers
3007 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] themaninblack@lemmy.world 10 points 1 day ago* (last edited 1 day ago) (1 children)

Being obtuse for a moment, let me just say: build it right!

That means minimalism! No architecture astronauts! No unnecessary abstraction! No premature optimisation!

Lean on opinionated frameworks so as to focus on coding the business rules!

And for the love of all that is holy, have your developers sit next to the people that will be using the software!

All of this will inherently reduce runaway algorithmic complexity, prevent the sort of artisanal work that causes leakiness, and speed up your code.

[–] Axolotl_cpp@lemmy.ml 7 points 1 day ago (2 children)
[–] MonkderVierte@lemmy.zip 2 points 22 hours ago* (last edited 22 hours ago)

Every single electron software i used was a laggy mess, including Vscode. Tauri is more decent.

[–] davidagain@lemmy.world 1 points 1 day ago (2 children)

Tauri gives similar functionality but is written in rust, has good security models and is fast.

[–] squaresinger@lemmy.world 2 points 17 hours ago (1 children)

Are Electron and Tauri drop-in replacable? So is it possible to run e.g. VSCode in Tauri?

[–] davidagain@lemmy.world 1 points 13 hours ago

Dunno. Always avoided electron because everyone said how slow and crash print it is. I very much doubt it, though. Upgrading from tauri v1 to tauri v2 is already non trivial to the extent that I didn't bother for a new project because I already had bindings and config for v1. I'd be very surprised if they just copied election got the interface for their shiny new, more principled, faster, leaner, less leaky, more secure, "better" web-as-ui thing.

[–] ICastFist@programming.dev 4 points 23 hours ago

More importantly, it doesn't bundle fucking chrome