Viewing profile — yesithinkso
yesithinkso
HN member- Joined
- Tue, Jul 21, 2026, 2:19 PM UTC
- HN karma
- -2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About yesithinkso
No profile information was provided.
Recent public activity
-
comment
Comment #48992785
Braindead take. A videogame is expensive to render because of several MB models, constantly moving camera, and other things. The concept of observing elements is not even new.
-
comment
Comment #48992770
That doesn't mean that the process stops, it runs indefinitely because it has to. The DOM does this. React does this. Did you know CSS even invokes the GPU for certain tasks? You g…
-
comment
Comment #48992755
> GPUs are expensive Do you know that regular HTML and CSS use GPU all the time?
-
comment
Comment #48992740
You know nothing about software if you really think this. He's right - the DOM also has observers. The difference is what is rendered, not that observers are involved and the conce…
-
comment
Comment #48992720
I get what you're saying. These downvoters act like native JS doesn't do the exact same thing with event listening and observing the DOM. So does React and other FE frameworks. Phi…