Skip to content

Instantly share code, notes, and snippets.

View jbboehr's full-sized avatar
㊙️

John Boehr jbboehr

㊙️
View GitHub Profile
{
"schemaVersion": 2,
"publisherId": "832c0689-4616-4832-9995-a8993931908c",
"updatedAt": "2026-09-06T08:30:50.440Z",
"observations": {
"sha256:4c0da6ce938aa14b85ff91431bb693966f09268f867dfa4e307ab5009913dae7": {
"sessionUpdatedAt": "2026-07-03T02:32:35.000Z",
"attributionStatus": "excluded",
"overrideDecision": null,
"tokens": 4443573,
{
"schemaVersion": 2,
"publisherId": "6861accf-8d4f-480e-8b30-3ce1ed0730d5",
"updatedAt": "2026-09-06T03:09:08.836Z",
"observations": {
"sha256:4c0da6ce938aa14b85ff91431bb693966f09268f867dfa4e307ab5009913dae7": {
"sessionUpdatedAt": "2026-07-03T02:32:35.000Z",
"attributionStatus": "excluded",
"overrideDecision": null,
"tokens": 4443573,
{
"schemaVersion": 2,
"publisherId": "500a2d98-e418-4c83-9f51-0f720372b4e1",
"updatedAt": "2026-08-16T02:04:11.340Z",
"observations": {
"sha256:4c0da6ce938aa14b85ff91431bb693966f09268f867dfa4e307ab5009913dae7": {
"sessionUpdatedAt": "2026-07-03T02:32:35.000Z",
"attributionStatus": "excluded",
"overrideDecision": null,
"tokens": 4443573,
{
"schemaVersion": 2,
"publisherId": "e08e2a6a-a954-4ccc-bf40-4be6c5a9531d",
"updatedAt": "2026-09-06T02:51:33.456Z",
"observations": {
"sha256:4c0da6ce938aa14b85ff91431bb693966f09268f867dfa4e307ab5009913dae7": {
"sessionUpdatedAt": "2026-07-03T02:32:35.000Z",
"attributionStatus": "excluded",
"overrideDecision": null,
"tokens": 4443573,
{
"schemaVersion": 2,
"publisherId": "e659e8f8-15c6-49ea-973e-cae7bce3e640",
"updatedAt": "2026-08-16T02:47:26.249Z",
"observations": {
"sha256:4c0da6ce938aa14b85ff91431bb693966f09268f867dfa4e307ab5009913dae7": {
"sessionUpdatedAt": "2026-07-03T02:32:35.000Z",
"attributionStatus": "excluded",
"overrideDecision": null,
"tokens": 4443573,
@jbboehr
jbboehr / agent-badge-combined.json
Last active August 29, 2026 21:21
agent-badge publish target
{
"schemaVersion": 1,
"label": "AI burn",
"message": "3.8B tokens | $713",
"color": "#E8A515"
}
@jbboehr
jbboehr / agent-badge-combined.json
Last active August 7, 2026 07:30
agent-badge publish target
{
"schemaVersion": 1,
"label": "AI burn",
"message": "4.9M tokens | $0",
"color": "#E8A515"
}
@jbboehr
jbboehr / agent-badge-combined.json
Last active August 16, 2026 02:47
agent-badge publish target
{
"schemaVersion": 1,
"label": "AI burn",
"message": "14.1M tokens | $0",
"color": "#E8A515"
}
{
description = "A very basic flake";
inputs = {
ugit-src = {
url = "github:Bhupesh-V/ugit";
flake = false;
};
flake-utils = {
url = "github:numtide/flake-utils";
set -e -o pipefail
# Get the image.
iso=ubuntu-18.04-server-cloudimg-ppc64el.img
if [ ! -f "$iso" ]; then
wget "https://cloud-images.ubuntu.com/releases/18.04/release/${iso}"
fi
img=ubuntu-18.04-server-cloudimg-ppc64le.qcow2
if [ ! -f $img ]; then
qemu-img \