Raw sources

Immutable source material ingested into the wiki. Files here are never edited — they are the ground truth that wiki pages are synthesised from.

Organised by format:

  • articles-and-blogposts/ — web articles and blog posts
  • video-and-podcast-transcripts/ — transcripts from YouTube videos and podcasts
  • academic-papers/ — research papers and preprints
  • code-repositories/ — READMEs, docs, and excerpts from codebases
  • jupyter-notebooks/ — notebooks with code and prose
  • data/ — datasets and data references
  • assets/ — images referenced by wiki pages
  • backlog/ — staged sources not yet ingested into the wiki
TABLE WITHOUT ID file.link AS "Name"
WHERE (file.folder = this.file.folder AND file.name != "index")
   OR (file.name = "index" AND regexreplace(file.folder, "/[^/]+$", "") = this.file.folder)
SORT file.name ASC