|
|
|
|
|
by marmada
1422 days ago
|
|
This is too funny. I predicted that when I entered this post the first comment would be HN people bemoaning complexity. And indeed it was. The commenter's proposed solution was WASM. Wasm doesn't solve the issues in this post. What does this post talk about: - serving content from the edge (wasm doesn't do anything there)
- asset optimization (wasm doesn't help) - pre-rendering complex pages to static HTML+css (wasm doesn't help) More broadly, minimizing network trips, pre-fetching data, etc. etc. these are all things where Wasm won't help any more or less than JS. |
|
Aversion towards new way of doing things where people feel like the old way was just working is too common and predictable sometimes. “Things work” using old way, but, does that mean that no optimizations are to be made? Optimizations further lead to reiteration of the way we do things.
Also, an individual can stick to their old way of doing things but to rant over the new way is just- tasteless.