TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is the next big thing in Web development?

4 点作者 vixalien超过 3 年前

2 条评论

pizza超过 3 年前
- (any language you like) -&gt; (js&#x2F;web asm) compilers that are really good (emscripten); the real realization of write once run anywhere?<p>- better api surfaces: e.g.<p><pre><code> - web gpu (or wgpu written in rust) for browser games of gpgpu, or - web usb, allowing for browser based access to e.g. a software defined radio receiver, so you could e.g. send someone a url, make a p2p session, and do remote radio rx&#x2F;tx for anything you like </code></pre> - more consistency across browser vendors, for good or bad (see manifest v3)<p>- more demand-time invoked, one-off compute instances per user, and for cheap or free - see gitpod, vscodeweb<p>- more synchronization protocols for connecting remote computers together:<p><pre><code> - - it would be so easy for somebody to come up with e.g. a BOINC&#x2F;SETI&#x2F;F@H-like volunteer compute library all in the browser by using Jax (XLA + free parallelism) -&gt; compiled to webasm + some kinda (isomorphic to a) monoid homomorphism&#x2F;distributed computation&#x2F;work queue scheme to just point a bunch of people&#x27;s computers to a page to do collaborative compute by just sharing a URL</code></pre>
streetcat1超过 3 年前
I would assume wasm. Some program will migrate to the browser (AI&#x2F;ML &#x2F; data analysis).