Remix.run Logo
goodthink 3 days ago

I bought $5 worth of Claude API tokens the other day because Newspeak [0] is implementing an API interface in the IDE.

I work with Newspeak every night building all kinds of crazy stuff, from the raycasting tutorial to an IndexedDB interface. Currently, I have the IDE running as an Isolated Web App for access to TCPSockets [1][2][3].

I'm implementing ancient TCP protocols bringing them to the web.

[0] https://newspeaklanguage.org

[1] https://developer.chrome.com/docs/iwa

[2] https://developer.chrome.com/docs/iwa/direct-sockets

[3] https://github.com/GoogleChromeLabs/telnet-client (example IWA)