dave

dave's avatar
dave
npub1rw3u...jm6v
Massachusetts trash. I mostly post about gardening, music, and free software development (not a techbro I swear please you gotta believe me) he/him
so I've been working on a repl for hoot. today I was able to connect to a repl in the browser over telnet using a dev server that pipes text to/from a websocket. not far from here to emacs. (let ((ws (websocket "ws://localhost:8080/repl"))) (parameterize ((current-input-port ws) (current-output-port ws) (current-error-port ws)) (spawn-repl)))
New post from me over on the @npub1hydj...c8j0 blog: Composing capability security and conflict-free replicated data types Local-first apps often use CRDTs, but I'm not really aware of any that fully embrace capability security. This post is an attempt to show how the two can be composed using a simple group chat application as a case study. #spritely #localfirst #ocaps image