My site https://james.darpinian.com/satellites/ uses WebGL, Web Workers, WASM, Service Workers, Notifications API, Geolocation API, probably some other web platform features I'm forgetting. The use of workers and WASM is not obvious, but on page load it takes the current orbit parameters for every orbiting satellite that is potentially visible anywhere on Earth and calculates the future position of each satellite eve…
Ask HN: Can you share websites that are pushing the utility of browsers forward?
81–90 of 135 posts
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#82https://webwormhole.io and https://file.pizza both use WebRTC for p2p file transfer. They differ quite a lot in UX but both are really useful: it's 2022 and sending files to one another still seems to be a pain without tools like these.
For the average user, file sharing is already solved. If it’s a small file, you just send it via an IM app. If it’s a large file, you upload it to cloud storage and share a link
I'd wager a miniscule amount of people know how to do this.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#83Figma is written in C++ and compiled to web assembly. All the UX designers I know are using it because it's pretty powerful for a webapp.
Figma is cool, but every time I open a Figma link, my beefy laptop turns into a jet engine on takoff thrust.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#84Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#85https://webvm.io is our public demo of CheerpX, an x86 virtualization technology made with WebAssembly. At Leaning Technologies we have been using WebAssembly pretty much from day 1 as part of our C++ and Java compilers. CheerpX is our latest product, and we think it really pushes the boundaries of what is possible in the modern browser.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#86Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#87We are building https://studio.foxglove.dev/ which is a visualization tool for robotics. Click “Explore sample data” to see a demo. Uses WebGL and some WebAssembly.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#88Earlier quoted context omitted.
Figma is cool, but every time I open a Figma link, my beefy laptop turns into a jet engine on takoff thrust.
I have figma open all day, never noticed it have any effect (M1 MBP)
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#89My site https://james.darpinian.com/satellites/ uses WebGL, Web Workers, WASM, Service Workers, Notifications API, Geolocation API, probably some other web platform features I'm forgetting. The use of workers and WASM is not obvious, but on page load it takes the current orbit parameters for every orbiting satellite that is potentially visible anywhere on Earth and calculates the future position of each satellite eve…
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#90The graphics were good, so I though what a nice use of WebGL. But then I noticed them being blocky,.. in a video compressiony way. Could it be? Yes, server-side rendered web games, streamed to you in real time without requiring account creation.
(The game I originally saw was https://now.gg/apps/paradyme-games/4102/solar-smash.html but seems to be down at the moment)