Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
21–30 of 177 posts
Re: Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
#22WebGPU. It’ll be live in Chromium stable this Thursday and will be the biggest step change for browser-based GPU since the original WebGL.
WebGPU is all the rage right now for hosting AI models in browser :)
Re: Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
#23Re: Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
#24There are a lot of wireless communication improvements related to WiFi and 5G. I think this opens a lot of doors, especially around low power apps. Also, somewhat related: secure anonymous data exchange has a lot of cool possible applications beyond health exposure tracking.
Most VR application/game developers limit their polygons/resources to that of a mid-range mobile phone because that's about what the stand-alone headsets can deliver in terms of graphics/memory performance. However, if they knew that end users were going to be running their applications with PC-level hardware it would enable a whole heck of a lot more detail, better AI, level generation, and all-around functionality in VR applications/games.
Re: Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
#25But Apple's going to be launching their headset next month
Re: Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
#26[flagged]
Re: Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
#27Re: Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
#28WebGPU. It’ll be live in Chromium stable this Thursday and will be the biggest step change for browser-based GPU since the original WebGL.
Are WebGPU "libraries" at a point where instead of being recommended Python + PyTorch for neural network training (then exporting the model to ONNX and turning around and loading it and using it)? If not, how far? I've had trouble understanding why the PyTorch "GPU" (CUDA, MPS, etc.) code can't convert to WASM + WebGPU. Something has to be missing/it has to be a huge effort, but in theory you're supposed to be able t…
Re: Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
#29[flagged]
Re: Ask HN: What tech is under the radar with all attention on ChatGPT etc.?
#30One of the questions I've been asking is we've basically had physical servers -> VM -> cloud -> container orchestration on about a decade long cadence. So what's next--especially considering you can argue a lot of the low-level architectural things haven't really changed during that period. But, then, perhaps architectural details don't matter a lot at this point relative to things like AI/ML. Even WASM is mostly in…