← Back to context

Comment by samrus

7 days ago

> but modern computers are insanely fast, and browsers, insanely optimized

I think these facts have been used as excuses to shit up the app layer with slow mal-optimized js code.

An example of a recent high performance app is figma, which blows normal js only apps out of the water. And it does so by using c++ wasm/webGPU for its more domanding parts, which is most of it

I think we have to let go of the "just get more ram" approach and start optimizing webapp code like figma does

> I think we have to let go of the "just get more ram" approach and start optimizing webapp code like figma does

I think you're underselling how much work went into making Figma that way. You're talking about a completely different realm of optimization that most companies won't spend money doing, and most web programmers won't know how to do.

As long as there's no incentive to do otherwise, companies will slap together whatever they can and ship as many features as possible.

  • True. This is charlie munger's "show me the incentives and i'll show you the outcomes" at play

    I would like more apps to be optimized like figma. I wonder what how incentives can be realligned to get companies to do that

Exactly my point: if we're not sloppy, we can achieve amazing performance.