yarnd
that were susceptible to abuse on the open web π€£
yarnd
that were susceptible to abuse on the open web π€£
/external
endpoint is no longer externally abusable (_get it_) without being an authenticated user -- which became problematic π€¦ββοΈ -- The web is so fucking hostile π€¬
/external
endpoint is no longer externally abusable (_get it_) without being an authenticated user -- which became problematic π€¦ββοΈ -- The web is so fucking hostile π€¬


> KITT is an AI voice assistant powered by LiveKit Agents, Deepgram, Eleven Labs, and ChatGPT. It is running on LiveKit Playground.
It's too bad it relies on three cloud services, none of which can be run locally (_with the exception of Ollama that you could replace the OpenAI component with_).
> KITT is an AI voice assistant powered by LiveKit Agents, Deepgram, Eleven Labs, and ChatGPT. It is running on LiveKit Playground.
It's too bad it relies on three cloud services, none of which can be run locally (_with the exception of Ollama that you could replace the OpenAI component with_).
make deps
would have installed some tools in either $GOPATH/bin
or $GOBIN
. See which with go env
. Chuck that in your $PATH
and you're good to run make server
. Normally this would be something like:
GOBIN=$HOME/go/bin
GOPATH=$HOME/go
export GOPATH GOBIN
...
make deps
would have installed some tools in either $GOPATH/bin
or $GOBIN
. See which with go env
. Chuck that in your $PATH
and you're good to run make server
. Normally this would be something like:
GOBIN=$HOME/go/bin
GOPATH=$HOME/go
export GOPATH GOBIN
...
make deps
. I use a non-standard (_written in Go_) minify tool
make deps
. I use a non-standard (_written in Go_) minify tool
yarnd
? π€I 'm seeing this error: incomplete chunked encoding
error(s) 
yarnd
? π€I 'm seeing this error: incomplete chunked encoding
error(s) 
yarnd
? π€I 'm seeing this error: incomplete chunked encoding" error(s)  I don't know anything about this though, tbh I've never seen this before myself π€
commit 4304ec7ea3c5df95e0ed82bfa292c9330e342f61
Author: James Mills <james@mills.io>
Date: Mon Jan 24 00:10:33 2022 +0000
Fix bug in DownloadImage() leaking termporary files for external avatar downloads (#746)
commit 4304ec7ea3c5df95e0ed82bfa292c9330e342f61
Author: James Mills <james@mills.io>
Date: Mon Jan 24 00:10:33 2022 +0000
Fix bug in DownloadImage() leaking termporary files for external avatar downloads (#746)
That's some good sleuth thing that @lyse πββοΈ
That's some good sleuth thing that @lyse πββοΈ