68 points | by J0nR 2 days ago
15 comments
It is so slow:
$ sudo wc -l /var/log/syslog 4982 /var/log/syslog $ sudo cat /var/log/syslog | bash -c "time gonzo" real 6m13,359s user 6m42,317s sys 0m28,946s
good job, i really like it! it would be awesome to have the ability to integrate it in k9s
that would be cool! Love that idea
i've found out that is possible! with k9s plugins. you need to create a yaml file with the gonzo command you want to launch
the file is `$XDG_CONFIG_HOME/k9s/plugins.yaml`
and here's an example:
plugins: gonzo-ai: shortCut: g description: "Gonzo: AI log analysis" scopes: - po command: sh background: false args: - -c - "kubectl logs -f $NAME -n $NAMESPACE --context $CONTEXT | gonzo --ai-model=gpt-4"
Nice work! That's awesome
What lib did you use for the TUI part?
Looking at the source they're using bubbletea.
Why call it Gonzo? This is a well-known word in other realms.
—
https://en.m.wikipedia.org/wiki/Gonzo_pornography
Or https://en.m.wikipedia.org/wiki/Gonzo_journalism
Or https://en.wikipedia.org/wiki/Gonzo_(company)
Or https://github.com/omeid/gonzo
What's wrong with any of them?
https://upload.wikimedia.org/wikipedia/en/0/0a/Gonzo_the_Gre...
Indeed, I was very confused and thought this had to do with Sesame Street.
Because.. go, and muppets. It's fun. Like gophers are.
I guess there are a few people that first think of porn, but I don't.
so would we be gonzo for using it?
You'd be gonzo NOT to
Full Gonzo!!
It is so slow:
Six minutes on my virtual machine for 5 thousand lines.good job, i really like it! it would be awesome to have the ability to integrate it in k9s
that would be cool! Love that idea
i've found out that is possible! with k9s plugins. you need to create a yaml file with the gonzo command you want to launch
the file is `$XDG_CONFIG_HOME/k9s/plugins.yaml`
and here's an example:
Nice work! That's awesome
What lib did you use for the TUI part?
Looking at the source they're using bubbletea.
Why call it Gonzo? This is a well-known word in other realms.
—
https://en.m.wikipedia.org/wiki/Gonzo_pornography
Or https://en.m.wikipedia.org/wiki/Gonzo_journalism
Or https://en.wikipedia.org/wiki/Gonzo_(company)
Or https://github.com/omeid/gonzo
What's wrong with any of them?
https://upload.wikimedia.org/wikipedia/en/0/0a/Gonzo_the_Gre...
Indeed, I was very confused and thought this had to do with Sesame Street.
Because.. go, and muppets. It's fun. Like gophers are.
I guess there are a few people that first think of porn, but I don't.
so would we be gonzo for using it?
You'd be gonzo NOT to
Full Gonzo!!