this post was submitted on 27 Jul 2023
610 points (97.1% liked)
Technology
59092 readers
6622 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Good point, I had forgotten node uses v8. It's powering servers that run node, sure. Not every website uses node. Lemmy I think is rust backend and kbin uses PHP.
But I mean browser specific rendering. They all follow ECMAScript standard but there are things outside of it. In the past __proto__, a way to get an object's prototype, only worked in Spidermonkey. Or how the ECMAScript doesn't specific what order the elements in a for...in loop shows up. Today these are little minor things
They aren't particularly important right now (besides hunting weird bugs) because Google follows the standards more or less. But give Google 100% control and you will start seeing dark patterns slip into the javascript itself
The FE can, and probably, still uses node
Anyway I agree with the sentiment, I use Firefox myself (actually at work I test just against Firefox lol)