https://cymaforma.com/rnd-synth
It's a combination of an art project and a serious instrument. It streams four channels out its USB.
41–48 of 48 posts
https://cymaforma.com/rnd-synth
It's a combination of an art project and a serious instrument. It streams four channels out its USB.
Earlier quoted context omitted.
Good point. GlassBox also appears as single page. https://news.ycombinator.com/item?id=49421948 I am working on an RSS reader that is also single page and location-agnostic. Issue for me right now is CORS unblocking as that does entail some complexity to workaround. Current length of the HTML is 2500 lines / 101KiB. Moreover, just like https://theresanaiforthat.com/ - a great thing to see would be something like ther…
How are you going to work around CORS? Proxy is the only way that comes to my mind. Or maybe some XML/SVG magic?
Other mentions were using a CloudFlare worker proxy (needing Cloudflare account and Node.js), NeutralinoJS, Electron and Tauri.
Speaking of XML, there must be a way to push items out from a server using XML. That's an interesting solution and would let a remote server do all the polling and as such would mean sharing data with it. This could end up a paid option using micropayments and give it efficient performance in an ideal world.
Earlier quoted context omitted.
How are you going to work around CORS? Proxy is the only way that comes to my mind. Or maybe some XML/SVG magic?
At the moment, there is a toggle switch between own proxy and direct (requiring CORS Unblock extension,) but really having multiple methods can work. Other mentions were using a CloudFlare worker proxy (needing Cloudflare account and Node.js), NeutralinoJS, Electron and Tauri. Speaking of XML, there must be a way to push items out from a server using XML. That's an interesting solution and would let a remote server d…
What is this built on? How can I use it? What're the licensing? I'm eagerly looking for open source and non-copy-left licensed web audio players for projects.
I love beautiful software and this is it Edit: I just downloaded the html file and it still works locally as a single page app, no external libs, no fonts, icons, nothing that could break the correct functioning of the app. This is how software should be built, portable, no installation required, drop anywhere and run Kudos on everything perfectly executed
Good point. GlassBox also appears as single page. https://news.ycombinator.com/item?id=49421948 I am working on an RSS reader that is also single page and location-agnostic. Issue for me right now is CORS unblocking as that does entail some complexity to workaround. Current length of the HTML is 2500 lines / 101KiB. Moreover, just like https://theresanaiforthat.com/ - a great thing to see would be something like ther…
Earlier quoted context omitted.
Good point. GlassBox also appears as single page. https://news.ycombinator.com/item?id=49421948 I am working on an RSS reader that is also single page and location-agnostic. Issue for me right now is CORS unblocking as that does entail some complexity to workaround. Current length of the HTML is 2500 lines / 101KiB. Moreover, just like https://theresanaiforthat.com/ - a great thing to see would be something like ther…
"Well, actually," it is usually not just HTML, but I am with you on liking these single-file apps. Security is complicated because these pages often rely on importing online packages, which can get poisoned in the blink of an eye.
The unique thing about HTML apps is that there could be a "directory download" of say the best 1000 apps every month for people to run locally with imports also downloaded and security audited beforehand. That would be ideal.
GreasyFork checks for security problems and best practices in their scripts with community moderation a large component. https://share.gemini.google/VwomSQkChNWS
How I see it, there could be a code freeze period (quarantine) and if no issues arise, the HTML is bundled into the 1000 monthly thing.