← Home ← Codex ← DEBT ← Engine
Browse by Category
+ added · updated 7d
✦ This isn't a glossary anymore

A curated knowledge graph with editorial governance

A typical glossary gives you terms, definitions, and a search box. This goes further.

Terms are connected by reviewed, typed relationships, making it possible to follow how ideas relate across the entire corpus. Every connection is sourced, reviewed, and tracked, while the system continuously checks for missing links, dead references, and gaps in coverage.

The result is less a glossary and more a curated knowledge graph — designed not just to define concepts, but to show how they connect.

Honestly, we've stopped trying to pin down exactly what this is — and it's still being built. Depending on the day it reads like an Engineering Knowledge Operating System, a Curated Engineering Knowledge Graph, or an AI-Native Developer Knowledge Base, with a Blast Radius risk layer wiring in now. It's quietly becoming all of them — tap a ? to see what each means.

We're not quite sure what to call it — but it outgrew “glossary” a while ago.

The most ambitious framing: not a reference you read, but a substrate other tools run on. 1,002 reviewed, typed relationships bind the corpus into one coherent layer — alongside four-axis risk scores and editorial governance — that people browse and machines query. Engineering knowledge that's stored, connected, checked, and acted on all in the same place.
At its core it's a graph: 1,546 engineering concepts joined by reviewed, typed relationships. Every edge is sourced and tracked, every term scored on a four-axis risk model, and the whole corpus is continuously audited for missing links, dead references and gaps in coverage — closer to a maintained dataset than a wiki.
Built to be read by models as much as by people. The corpus is machine-readable end to end — typed edges, structured fields, an agent-sync layer, a deterministic assistant that answers from the graph instead of guessing, and 23 mediated narratives that walk through how distant concepts connect — so an LLM can traverse it the way a developer would.
The layer wiring in now. Every term already carries a four-axis risk score; Blast Radius teaches the graph to trace how that risk travels along its connections — turning isolated scores into a blast radius that shows how far a concept's risk actually reaches. Risk-graph readiness is at 44% and climbing as more connections are reviewed.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Key Rotation Strategies
The scheduled replacement of cryptographic keys before expiry or compromise, limiting the blast radius of any single key being leaked or attacked.
CWE-320 OWASP A02:2021 Cryptographic Failures
2d ago Cryptography advanced 6.5
Provenance Tracking (PROV)
Recording the full derivation chain - inputs, agents, and activities - that produced a data item, using models like W3C PROV.
2d ago Knowledge Engineering advanced
Diagram: Cloud KMS Key Management Cloud KMS Key Management PHP 7.4+
Managed services (AWS KMS, Azure Key Vault, Google Cloud KMS) that generate, store, rotate, and gate access to encryption keys via IAM.
CWE-320 OWASP A02:2021 Cryptographic Failures
5d ago Cloud intermediate 7.5
WebAuthn & Passkeys
Phishing-resistant public-key authentication where the browser signs a server challenge with a device-bound or synced private key.
CWE-287 OWASP A07:2021
5d ago Security advanced 7.5
Cloud Egress Costs
Per-gigabyte charges cloud providers levy on data leaving a region for the internet, other regions, or on-premises systems.
2w ago Cloud intermediate
Reference Cycles and the gc Module Python 3.4+
CPython uses reference counting for most cleanup, but circular references (A points to B, B points to A) require the cyclic garbage collector to detect and free them.
2w ago Python advanced
Cryptographic Agility
The ability to swap cryptographic algorithms, key sizes, and protocols without rewriting application code or breaking deployed data.
2w ago Cryptography advanced
Rust Cargo Workspaces
A Cargo workspace groups multiple related crates under one manifest so they share a lockfile, target directory, and dependency resolution.
2w ago Rust intermediate
itertools Patterns Python 3.8+
Standard-library building blocks for lazy, memory-efficient iteration over finite, infinite, or combinatorial sequences without materializing intermediate lists.
3w ago Python intermediate
Regex Character Classes PHP 5.3+
Bracketed sets like [a-z] or [0-9] that match exactly one character from a defined group, plus predefined shorthands like \d, \w, and \s.
3w ago Regex beginner
RDF Triple Store
A database purpose-built to store and query RDF subject-predicate-object statements over SPARQL, not a general-purpose relational or document store.
3w ago Knowledge Engineering intermediate
Envelope Encryption PHP 7.2+
A two-layer scheme where data is encrypted with a per-object data key (DEK), which is itself encrypted by a separately managed key encryption key (KEK).
CWE-311 OWASP A02:2021-Cryptographic Failures
1mo ago Cryptography advanced 6.5
Diagram: Bellman-Ford Algorithm Bellman-Ford Algorithm PHP 7.1+
Single-source shortest path algorithm that handles negative edge weights and detects negative cycles by relaxing all edges V-1 times.
1mo ago Algorithms advanced
navigator.sendBeacon ES2015
navigator.sendBeacon queues a small asynchronous POST that survives page unload, designed for analytics and diagnostic pings.
1mo ago JavaScript intermediate
SHACL Shape Validation
W3C standard for validating RDF graphs against shape constraints that declare which nodes must exist, what properties they need, and what values are allowed.
1mo ago Knowledge Engineering advanced
Python GIL & Free Threading Python 3.13+
The GIL serializes Python bytecode across threads; PEP 703 free-threading (3.13+) removes it, enabling true parallelism.
1mo ago Python advanced
Stemming & Lemmatization
Index-time text normalisation that reduces inflected words to a common form so 'running', 'ran', and 'runs' all match the query 'run'.
1mo ago Search intermediate
Wikidata as Knowledge Source
Using Wikidata's collaboratively-edited RDF knowledge graph as a structured source of entities, properties, and facts for downstream systems.
2mo ago Knowledge Engineering intermediate
Accessible Tooltips
Tooltips that appear on hover, focus, and keyboard interaction, are associated with their trigger via aria-describedby, and can be dismissed without moving the pointer.
2mo ago Accessibility intermediate
HMAC Construction PHP 5.1+
HMAC combines a secret key with a cryptographic hash via a nested keyed construction — providing message authentication that resists length-extension attacks.
CWE-353 OWASP A02:2021 Cryptographic Failures
2mo ago Cryptography intermediate 7.5
✓ schema.org compliant