IRC channel logs
2026-04-13.log
back to list of logs
<cow_2001>going bonkers trying to run the server repl <cow_2001>"hoot server" and then "hoot repl --connect" but i get "Error: Connection failed \n No conntrol WebSocket" <dthompso`>cow_2001: you need to run the repl in a browser tab <dthompson>'hoot server' is not a repl server on its own <dthompson>it's a middleman between your repl client and the web browser <cow_2001>so use-modules (hoot web-repl) and then at the top (run-web-repl)? <cow_2001>compiling with -g1 takes a ton of time to finish <dthompson>and yes, it does, because it's building a ton of stuff <dthompson>no tree shaking at all + runtime module system <Fade>I'm sick, so I didn't commute to work. Ironically this has me in a very good mood. <Fade>I"ve been hacking all day. <Fade>not all of us are as fortunate as you spritely folks. :) <dthompson>even we don't get all the hack time we'd like <cow_2001>i'm trying geiser-hoot but when i'm in the scheme file, running M-x geiser-connect, doesn't binds(?) the scheme buffer to the geiser-hoot repl <cow_2001>is it possible to cache some of that stuff being built with "-g1"? <jfred>The unfortunate thing about working from home is that if I'm sick enough to call out from work I'm probably too sick to hack on side project stuff too XD <dthompson>usually listening to a podcast or watching a show is the best I can do. video games are usually out of the question. <jfred>when we all worked in the office I would stay home to avoid getting other people sick, but now that we're all remote that's not really a thing anymore haha <Fade>cow_2001: Since I'm not a professional programmer any more, I can only hack when I'm not professionally at work. <Fade>in this case, that means 'while sick' <cow_2001>why would there be an "Uncaught (in promise) RuntimeError: index out of bounds" in the browser console when loading a "-g1" compiled wasm?