Skip to content

Instantly share code, notes, and snippets.

View hh's full-sized avatar

Hippie Hacker hh

View GitHub Profile
@hh
hh / README.md
Last active November 24, 2025 16:54
AI Conformance Godog Sonobuoy Plugin

AI Conformance Testing with Godog

This Gist contains the Sonobuoy plugin configuration to run AI Conformance tests using the Godog framework.

Usage

To run the tests on your Kubernetes cluster using Sonobuoy, you can directly provide the URL to the plugin YAML. This command can be copied and pasted:

sonobuoy run --plugin https://gist.githubusercontent.com/hh/194a74486b2b722389c4f95a224286f7/raw/sonobuoy-plugin.yaml --wait
@hh
hh / kitty.conf
Created April 25, 2024 14:45
Hippies / ii kitty conf
# vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.
# font_family monospace
# bold_font auto
@hh
hh / prezzo.org
Last active March 27, 2024 20:56

Prezzo

environment

spacename

echo -n $SPACENAME
@hh
hh / bagchase.jpg
Last active April 2, 2024 16:41
coop-mode literate programming file
bagchase.jpg
@hh
hh / iisp.org
Created November 30, 2022 02:17
@hh
hh / vmi.yaml
Created October 20, 2022 16:41
KubeVirt MachineTemplate unable to create no cloud init;
apiVersion: kubevirt.io/v1
kind: VirtualMachineInstance
metadata:
annotations:
kubevirt.io/latest-observed-api-version: v1
kubevirt.io/storage-observed-api-version: v1alpha3
creationTimestamp: "2022-10-18T23:02:50Z"
finalizers:
- kubevirt.io/virtualMachineControllerFinalize
- foregroundDeleteVirtualMachine
@hh
hh / pair-emacs28-nativecomp.sh
Last active July 27, 2022 01:27
Upgrade pair-instance to emacs28-nativecomp
# https://github.com/sharingio/environment/issues/22
yes | sudo unminimize
# https://github.com/sharingio/environment/issues/23
sudo apt-get install -y man info
# https://github.com/sharingio/environment/issues/24
sed -i -e "/'org-babel-tangle-collect-blocks/,+1d" ~/.emacs.d/bin/org-tangle
# https://github.com/sharingio/environment/issues/25
sudo apt remove --autoremove emacs emacs-common # if emacs-nox is installed
sudo add-apt-repository ppa:kelleyk/emacs
sudo apt install -y emacs28-nativecomp
#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail
CNCF_GCP_ORG=758905017065
echo "# Auditing CNCF CGP Org: ${CNCF_GCP_ORG}"
echo "## Iterating over Projects"