Show HN: A techno machine in one HTML file, with verifiable renders
31–40 of 48 posts
Re: Show HN: A techno machine in one HTML file, with verifiable renders
#32I 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
Re: Show HN: A techno machine in one HTML file, with verifiable renders
#33I 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
Like i get what you are saying, but > no external libs, no fonts... It needs an entire browser.
A browser is just a drop in the bucket.
Re: Show HN: A techno machine in one HTML file, with verifiable renders
#34What 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.
Re: Show HN: A techno machine in one HTML file, with verifiable renders
#35see the font, close the tab
Re: Show HN: A techno machine in one HTML file, with verifiable renders
#36Re: Show HN: A techno machine in one HTML file, with verifiable renders
#37Re: Show HN: A techno machine in one HTML file, with verifiable renders
#38Something like Caustic, but in HTML :-)
Re: Show HN: A techno machine in one HTML file, with verifiable renders
#39I 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…
Re: Show HN: A techno machine in one HTML file, with verifiable renders
#40I 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
Like i get what you are saying, but > no external libs, no fonts... It needs an entire browser.