Skip to content

Instantly share code, notes, and snippets.

View DanStough's full-sized avatar
💀
THE LEADS ARE WEAK

Dan Stough DanStough

💀
THE LEADS ARE WEAK
View GitHub Profile
@DanStough
DanStough / main.go
Created July 11, 2025 01:11
Fang CLI Hangs on Termination
package main
import (
"context"
"io"
"os"
"github.com/charmbracelet/fang"
"github.com/spf13/cobra"
)

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@DanStough
DanStough / dbench.yaml
Created March 26, 2021 15:22
Longhorn and Rook CSI Benchmarking Manifests
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: dbench-pv-claim
spec:
# storageClassName: ssd
# storageClassName: gp2
# storageClassName: local-storage
# storageClassName: ibmc-block-bronze
# storageClassName: ibmc-block-silver
@DanStough
DanStough / k3os-config.yaml
Last active January 27, 2021 16:05
k3os test configuration
ssh_authorized_keys:
- github:danstough