You can make an installable PWA in a single HTML file.
tf is this ngit magic 🧙‍♂️ 🤯 $ git pull nostr: fetching... ✔ wss://relay.nostr.band new events: 1 announcement update, 3 proposals, 1 commit ✔ wss://relay.damus.io new events: 1 announcement update ✔ wss://nos.lol new events: 3 proposals ✘ wss://git.fiatjaf.com connection timeout nostr updates: 1 announcement update, 3 proposals, 1 commit @fiatjaf I'm having issues connecting to git.fiatjaf.com - I would like to resubmit a PR for nostrapps (I previously submitted via some other decentralized git method that was on the site). Probably my fault but any hints most welcome!
Interesting read! I've been tinkering with web client stuff. You can roll up a web app into a single HTML file. A person can download the HTML file and open it directly on their device, or upload it to a server to self-host. Then the hash of index.html is for the whole app. Browsers thankfully let file:/// loaded HTML files open WebSockets, so Nostr is fully accessible from a static HTML file opened locally on device. I tested this on GNU/Linux & Android in Firefox and Chrome using this HTML page: vite-plugin-singlefile makes it really simple to roll up an app into one HTML file (if you're using vite). Imagine installing an app lol.
Three.js pixel renderer progress
Three.js pixel renderer progress youtu.be/1NTK_YZMhvk
A pipeline for generating 3d mesh slop using Replicate models, rendered in my three.js pixel engine.
image
How I'm using LLMs for software development.
My Vim & ClojureScript dev setup.
No build step ClojureScript with an nREPL, using Scittle and cljs-josh.