IRC channel logs

2025-03-29.log

back to list of logs

<dckc>darn it; GnuCash from guix won't read my gnucash file
<dckc>`guix shell --pure` puts me in an environment where `less` doesn't work. hm.
<dckc>`guix shell --container` sorta works... no `less` here either, though...
<dckc>TypeError: crypto.randomUUID is not a function
<dckc>"This feature is available only in secure contexts (HTTPS)" -- https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID
<binarydigitz01>I was trying to host a guile server through docker, and apparently #:host "0.0.0.0" in (run-server) is necessary to accept requests from all network interfaces, and not the default.