Seed Catalog LIVE from KC3 graph database
This page is generated by KC3 scripts running on Ubuntu 24.04. Every fact below lives in a triple store, queried in real time.
Live Graph Queries
Facts.collect_with_tags(db, :kc3, :feature, ?, fn (f) { f.object })
Query: what are all features of KC3?
- C11 foundation
- O(log n) triple lookups
- eval-time introspection
- graph database (triple store)
- meta-programmation
- run-time introspection
Facts.collect_with_tags(db, :permacomputer, :value, ?, fn (f) { f.object })
Query: what values does a permacomputer sprout?
- Agape Love
- Freedom
- Harmony
- Truth
Facts.collect_with_tags(db, :permacomputer, :cycle, ?, fn (f) { f.object })
Query: what is a permacomputer cycle?
- cultivate
- harvest
- propagate
- seed
Sample Triples (Subject, Predicate, Object)
Every fact in KC3 is a triple: three connected tags in a graph. Here are some from this catalog:
Seed Registry
:kc3
Programming language with graph database in its soul
Features: ["C11 foundation", "O(log n) triple lookups", "eval-time introspection", "graph database (triple store)", "meta-programmation", "run-time introspection"]
:webwords
Single concept lying dormant in soil of hell for seven years
42+ languages planted 2017-10-24
:permacomputer
Not a machine but a philosophy, not a product but a practice
Values: ["Agape Love", "Freedom", "Harmony", "Truth"]
:uncloseai
454-page reference grown from webwords seeds in 5 days
:smol_seeds
Curated character-level training datasets for growing models
:microgpt
Pure Python GPT: autograd + transformer + Adam, zero dependencies
:hermes
Local LLM agent: ReAct loop powered by Hermes-3 (Llama 3.1 8B)
How This Page Works
This page is generated live by KC3 v0.1.16 running on Ubuntu 24.04:
- A KC3 script (
seed-catalog.kc3) populates a triple store with seed data - Graph queries extract features, values, descriptions using
Facts.collect_with_tags - KC3 generates HTML output with query results embedded
- A Python wrapper serves this on port 8002; Caddy reverse proxies to
/kc3-app/
Every time you load this page, KC3 builds a fresh graph, runs real queries, generates fresh HTML. No cache. No static file. Pure KC3 computation.