Bookmarks tagged javascript
19 Dec 2023
blog.partykit.io
This is a cool demo project from @genmon that adds multiplayer cursors and "cursor chat" to any website. Under the hood it is using Partykit, which is an SDK and service for running websocket stuff. Neat.
27 Sep 2023
github.com
"Codepilot is a programming buddy that is an expert on your codebase.” This is a pretty amazing LLM-powered coding assistant by my pal Steve Ickman. It runs locally against your code and can answer questions, write docs, and actually generate code specific to your coding style. Very, very, very cool.
See also the filesystem based vector database package he built that enables some of these features.
See also the filesystem based vector database package he built that enables some of these features.
5 Sep 2023
www.p01.org
"EXPI lives in the Brotli dictionary. RIP JPEG encoder. RIP Compo stream."
This is an insane Javascript project that produces animation and music in less than 150 lines of Javascript. It will take me years to understand the math used here.
This is an insane Javascript project that produces animation and music in less than 150 lines of Javascript. It will take me years to understand the math used here.