HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hsheth2

no profile record

Submissions

Python concurrency: gevent had it right

harshal.sheth.io
2 points·by hsheth2·há 8 meses·1 comments

Python async: a step in the wrong direction

harshal.sheth.io
5 points·by hsheth2·há 10 meses·0 comments

DataHub MCP Server

github.com
3 points·by hsheth2·ano passado·0 comments

GitHub Actions Won CI

harshal.sheth.io
2 points·by hsheth2·há 2 anos·1 comments

Pay attention to WebAssembly

harshal.sheth.io
344 points·by hsheth2·há 4 anos·244 comments

comments

hsheth2
·há 4 anos·discuss
Yes you’re right - I somewhat conflated two different things.

More clearly: once Wasm interactions with the browser are fast, a new framework + Wasm could replace React + JS.
hsheth2
·há 4 anos·discuss
If we get to a point where interacting with browser DOM is comparably fast with Wasm, either through JS or with native APIs, then we could see Wasm replace React. That said, you're right that we probably won't see anything of that sort in the short term.
hsheth2
·há 4 anos·discuss
From a technology perspective, I think you're totally right that Wasm and WebGPU support is super exciting for game engines like Unreal/Unity. The ease of distribution could be a game-changer.

That said, I'm not super familiar with the world of game development and distribution. While web-based games have great distribution, the "best" technology or product doesn't necessarily win. Steam has massive power as an incumbent in the space, it does provides a useful service of facilitating discoverability for indie games, and there's definitely some scenarios where web-native games don't make sense [1].

[1] https://news.ycombinator.com/item?id=30157817
hsheth2
·há 4 anos·discuss
Agree with sibling comment - the JS ecosystem has a huge momentum behind it and probably isn't going away anytime soon.

On the web, Wasm has currently found the most success with compute-intensive applications, since the JS <-> Wasm bridge is still pretty expensive. There are already some Wasm-based frameworks like https://platform.uno/ that work on the web, but things like React/React-native and Flutter have a huge head start.
hsheth2
·há 4 anos·discuss
Hey Syrus, that's great to hear - I'm excited to see what WAPM has in store!
hsheth2
·há 4 anos·discuss
Thanks for the correction - I'll update my post shortly.