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
<cow_2001>dthompso`: hihi!
<dthompson>'hoot server' is not a repl server on its own
<dthompson>it's a proxy
<dthompson>it's a middleman between your repl client and the web browser
<cow_2001>oh poop sorry
<cow_2001>let's see...
<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>yup, that should do it
<dthompson>and yes, it does, because it's building a ton of stuff
<dthompson>no tree shaking at all + runtime module system
<dthompson>lots and lots of code
<Fade>Good Morning
<dthompson>hello Fade
<Fade>heya dthompson
<Fade>all good?
<dthompson>yeah!
<dthompson>how are you?
<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.
<dthompson>what it takes to get some hack time...
<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
<Fade>alas
<cow_2001>do you... uh.. oh!
<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>the repl works fine
<cow_2001>Fade: how can you hack while sick?
<cow_2001>is it possible to cache some of that stuff being built with "-g1"?
<dthompson>no
<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>yeah same
<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?
<dthompson>not sure
<dthompson>could be any number of reasons