/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 π€¬
yarnd 0.15.1 now. I stopped my hack so we'll see if the VPS gets clogged with junk π
abucci@buc:~/yarnd/yarn$ make preflight
Checking Go version ... [ ERR ]
Go 1.16+ is required, found go1.22.5
FATAL: π preflight failed
make: *** [Makefile:33: preflight] Error 1
π€
> 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_).
Thanks for the help (as always :) ).
Thanks for the help (as always :) ).
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
...
eps
user@server:~/backup/yarn$ make server
/bin/sh: 4: minify: not found
/bin/sh: 5: minify: not found
/bin/sh: 6: minify: not found
make: *** [Makefile:84: generate] Error 127
eps
user@server:~/backup/yarn$ make server
/bin/sh: 4: minify: not found
/bin/sh: 5: minify: not found
/bin/sh: 6: minify: not found
make: *** [Makefile:84: generate] Error 127
make deps. I use a non-standard (_written in Go_) minify tool
make deps. I use a non-standard (_written in Go_) minify tool
9:50 for warm-up and cool-down then 8:00 on and 11:30 off three times.
#running #treadmill
9:50 for warm-up and cool-down then 8:00 on and 11:30 off three times.
#running #treadmill
9:50 for warm-up and cool-down then 8:00 on and 11:30 off three times.
#running #treadmill
This is the config:
r {
server_name yarn.stigatle.no;
location / {
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:8000;
proxy_redirect off;
}
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 π€
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 π€
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)
watch -n 60 rm -rf /tmp/yarn-avatar-* in a tmux because all of a sudden, without warning, yarnd started throwing hundreds of gigabytes of files with names like yarn-avatar-62582554 into /tmp, which filled up the entire disk and started crashing other services.
abucci@buc:/tmp$ du -sh /tmp/yarnd-avatar-*
564M /tmp/yarnd-avatar-3024946878
7.2G /tmp/yarnd-avatar-3122347915
11G /tmp/yarnd-avatar-3533381443
445M /tmp/yarnd-avatar-441914658
I'm going to have to shut down my server soon. This looks like some kind of DDoS. Whether intentional or not it's filling up the disk at an unsustainable rate.