top | item 46792486

(no title)

nekooooo | 1 month ago

modern engineering is launching an electron to-do list app that uses 2gb of ram.

discuss

order

high_na_euv|1 month ago

Which, at least works relibly across all platforms and devices unlike desktop frameworks?

People wouldnt use electron is they had good alternative

bigstrat2003|1 month ago

Literally anything is a good alternative to electron. One should prioritize the quality of the product, and use of electron gives the lowest quality product.

quietbritishjim|1 month ago

Flutter / Dart? It's compiled ahead of time and doesn't use an embedded browser so I'd expect it to be a lot lighter, though I haven't measured.

But the general lack of really cross-platform (desktop + mobile + maybe web) ecosystems is just as much as sign that devs consider multi-gigabyte Electron apps "good enough" as the apps themselves.

wat10000|1 month ago

Both "works" and "reliably" are doing some really heavy lifting there.

lynx97|1 month ago

If you are willing to ignore accessibility, your statement is right.

steve1977|1 month ago

Reliable as in "exposes the same bug across all platforms"?

aix1|1 month ago

What I'm seeing more and more of is junior folks blindly taking LLM-generated code and including it into their systems, without even trying to understand it or think critically about what it does and where it might break.

Maybe I am living in the past, but it does make me think that they might be depriving themselves of an opportunity to develop key skills.

pixl97|1 month ago

>without even trying to understand it or think critically about what it does and where it might break.

You are living in a past, but one much farther back than you expect.

People were copying code from SO since it became popular.

People are including node modules blindly before AI.

Most developers suck, terribly. Maybe being on HN is a type of filter that shows you're just a little bit better than the average, but the number of developers on HN is small versus the total number of developers.

Edit: I was copying code out of magazines to get games running without understanding anything about it when I was young.

robotburrito|1 month ago

Created by an llm using a super computer cluster haha.

serial_dev|1 month ago

Then they justify it because they vibe-coded a proof of concept in Tauri, and it was even worse.