←back to thread

358 points ofalkaed | 1 comments | | HN request time: 0s | source

Just curious and who knows, maybe someone will adopt it or develop something new based on its ideas.
Show context
thinkingemote ◴[] No.45556330[source]
Positron - Firefox version of Electron. "Electron-compatible runtime on top of Gecko" https://github.com/mozilla/positron

This would have changed so much. Desktop apps powered by the engine of Firefox not Chrome.

Why? Not enough company buy in, not enough devs worked on it. Maybe developed before a major Firefox re-write?

replies(2): >>45556465 #>>45557987 #
cube00 ◴[] No.45556465[source]
With more of Firefox's rendering migrating to Rust, there's got to be a market for a memory safe alternative to Electron now.
replies(2): >>45556523 #>>45556731 #
znpy ◴[] No.45556523[source]
Looking at firefox memory usage, i’m afraid the issue there is not memory safety but rather the average javascript developer being completely and blissfully unaware of and careless about memory memory usage of the software they write
replies(1): >>45566827 #
1. cube00 ◴[] No.45566827[source]
It'd be interesting to understand how much of that memory pressure is down to the devs compared with the frameworks now trying to cache everything in sight.

React Compiler automatically memoizes values and functions, reducing the need for manual useMemo calls. You can use the compiler to handle memoization automatically.

https://react.dev/reference/react/useMemo