https://www.blindupload.org https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subt...
Ask HN: Can you share websites that are pushing the utility of browsers forward?
41–50 of 135 posts
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#42My 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…
Amazing, minor nitpick it shows the ISS as visible over Ireland at approx 9pm tonight, pretty bright in Ireland at that time at this time of year, will check and report back if it was visible. Great work, you have amazing talent!
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#43At 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?
#44WebGL: Google Maps is arguably the #1 application. It's used to draw the line drawing based maps and to re-draw them with different things emphasized depending on your needs (as well as rotate, scale, zoom, smoothly) But also, of course the fact that it goes 3D. It feels like they've de-emphasized this feature because I suspect few people use or or even know it exists but demo https://www.youtube.com/watch?v=mbxYG5Sb…
I don't think we can actually use it yet though.
Edit: that video might be of a different 3D feature I have no idea of
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#45https://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.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#46We 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.
What's the tech-stack for this?
Other than WebGL - what do you use for the UI?
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#47While the library is entirely 2D-canvas oriented and doesn't use any ultra-new tech like WebGL (or even less-new tech like web workers), it does play nicely with WebAssembly-ported tech such as ML models from MediaPipe[1] and TensorFlow...
[0] - https://scrawl-v8.rikweb.org.uk/
[1] - https://codepen.io/kaliedarik/pen/PopBxBM (Warning: demo will request to use your device's camera)