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?
51–60 of 135 posts
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#52Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#53https://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?
#54Earlier quoted context omitted.
Do you know if there's similar to a VST standard for WAM? Would be interested in the possibility of online DAWs that can import plugins and open up for marketplaces where developers can build and publish these.
I've been thinking about this too, and it would be cool. I'm pretty sure no such standard exists though.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#55My 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?
#56https://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
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#57My 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…
Its the latest MS Edge, but a handy trick you might be interested in is to use detectable bugs to fingerprint a webbrowser. So Internet Explorer 6 might have a browser detectable javascript bug that 8 didnt have, or a bug might exist in IE but not firefox and if someone changed their browser agent ie firefox pretending to be IE, it was still possible to workout what the browser was and deliver code accordingly. :)
Of course some web browsers could be like looking at A Scanner Darkly character!
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#58My 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…
Sorry Your browser does not support Web Assembly. Please upgrade your web browser. I recommend downloading Chrome. Its the latest MS Edge, but a handy trick you might be interested in is to use detectable bugs to fingerprint a webbrowser. So Internet Explorer 6 might have a browser detectable javascript bug that 8 didnt have, or a bug might exist in IE but not firefox and if someone changed their browser agent ie fir…
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#59Earlier quoted context omitted.
I've been thinking about this too, and it would be cool. I'm pretty sure no such standard exists though.
Do you have any ideas on what such an api could look like?
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#60My 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…