This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Chris Jay
crisjay.bsky.social
did:plc:asdyprp4v4syz4jxfw3rpf56
RE while(true) loop, basically. Called "event driven programming". There's a part of the application/os that is repeatedly scaning for changes in the code. Same thing with your mouse pointer tracking across the screen, it's just asking the pointer "where are you?" Like a zillion times/sec.
2025-08-31T05:15:17.804Z