Skip to content

Instantly share code, notes, and snippets.

View unforced's full-sized avatar

Aaron Gabriel Neyer unforced

View GitHub Profile
@unforced
unforced / report.html
Created February 26, 2026 01:42
Parachute Claude Code Insights Report
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Claude Code Insights</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #f8fafc; color: #334155; line-height: 1.65; padding: 48px 24px; }
.container { max-width: 800px; margin: 0 auto; }
@unforced
unforced / vision-one-pager.html
Last active February 23, 2026 21:26
Vision One-Pager: Building the Infrastructure for Human Capability
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The RegenHub Basket — An Investment Vision</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@300;400;500&family=IBM+Plex+Mono:wght@300;400&display=swap" rel="stylesheet">
@unforced
unforced / ingest.py
Created February 15, 2026 17:30
Bonfires Knowledge Graph Experiments — EthBoulder 2026. Live dashboard + interactive explorer for the Delve API.
#!/usr/bin/env python3
"""Bonfires Knowledge Ingester — CLI tool to pipe content into the Bonfires knowledge graph.
Usage:
python ingest.py text "some content" --source "live-notes"
python ingest.py file ./notes.md --source "session-notes"
echo "content" | python ingest.py stdin --source "pipe"
python ingest.py triple "Subject" "predicate" "Object"
python ingest.py search "query string"
python ingest.py conversation ./chat-log.txt --source "discord-export"
@unforced
unforced / venture-governance-framework.md
Last active February 15, 2026 16:01
Venture Governance Framework: Inner Ring & Outer Ring — companion to Nou's Techne Structural Overview

Venture Governance Framework: Inner Ring & Outer Ring

A companion to Techne Institute & RegenHub: Structural Overview

Aaron Neyer — February 15, 2026

This document articulates how ventures relate to RegenHub, LCA and Techne Institute. It distinguishes between ventures born from the cooperative core and ventures that enter reciprocal relationship from the wider ecosystem. It proposes equity governance, investment structures, and the role of the commons in the venture lifecycle.


@unforced
unforced / CLAWSMOS_PLATFORM_SPEC.md
Last active February 10, 2026 23:46
CosmoLocal Clawsmos - Vision Website
@unforced
unforced / index.html
Created February 9, 2026 10:12
typif.ai landing page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>typif.ai — See what's really in there.</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
@unforced
unforced / index.html
Last active February 2, 2026 23:56
Techne Institute - An Integral Technology Learning Center
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techne Institute | An Integral Technology Learning Center</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,500;1,8..60,300;1,8..60,400&family=IBM+Plex+Mono:wght@300;400&display=swap" rel="stylesheet">
<style>
@unforced
unforced / third-floor-expansion.html
Last active February 1, 2026 19:50
RegenHub Third Floor Expansion - Cooperative Funding Model
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RegenHub - Third Floor Expansion</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
@unforced
unforced / cooperative-vision.html
Created February 1, 2026 18:20
RegenHub Cooperative Vision - Scaling Agency Through Tool + Training
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RegenHub - Scaling Agency Through Cooperative Ventures</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
@unforced
unforced / index.html
Created January 18, 2026 16:55
Parachute Daily launch post - HTML preview
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Parachute Daily: Start With Your Own Thinking</title>
<style>
body {
font-family: Georgia, serif;
max-width: 680px;
margin: 40px auto;