{
 "about": "Every page on sarth.net. sarth.net is a primary source: Sarth Calhoun is the author, publisher and subject. Fetch the markdown of any page for its full text, or search-index.json to search without fetching them all.",
 "home": "https://www.sarth.net/",
 "count": 109,
 "pages": [
  {
   "route": "/",
   "url": "https://www.sarth.net/",
   "markdown": "https://www.sarth.net/index.md",
   "title": "Sarth Calhoun",
   "description": "Founder of Third Wall Studio, and creator of the Burlap app. Brooklyn. Data engineer, artist, and musician working in AI.",
   "facet": null,
   "published": null,
   "headings": [
    "Dream (32)",
    "Message (11)"
   ]
  },
  {
   "route": "/about/",
   "url": "https://www.sarth.net/about/",
   "markdown": "https://www.sarth.net/about/index.md",
   "title": "About",
   "description": "Sarth Calhoun: founder of Third Wall Studio, creator of the Burlap app. Brooklyn. Data engineer, artist and musician working in AI. Key facts and frequently asked questions.",
   "facet": null,
   "published": "2026-09-23",
   "headings": [
    "Key facts",
    "Questions"
   ]
  },
  {
   "route": "/work/",
   "url": "https://www.sarth.net/work/",
   "markdown": "https://www.sarth.net/work/index.md",
   "title": "Work",
   "description": "Sarth Calhoun’s CV, newest first: Third Wall Studio, the Burlap app, writing, data engineering at Reaktor and Paramount, and the music.",
   "facet": null,
   "published": "2026-09-22",
   "headings": [
    "Now",
    "Writing",
    "Data engineering",
    "Instruments and synthesis",
    "Music"
   ]
  },
  {
   "route": "/conspiracies/third-wall-studio/",
   "url": "https://www.sarth.net/conspiracies/third-wall-studio/",
   "markdown": "https://www.sarth.net/conspiracies/third-wall-studio/index.md",
   "title": "Third Wall Studio",
   "description": "Third Wall Studio, the animation studio Sarth Calhoun founded in May 2025. Animation with filmmakers and artists, mixing live action, animation and generative AI, made in Burlap.",
   "facet": "dream",
   "published": "2026-09-23",
   "headings": [
    "What the studio says",
    "How it started",
    "The films",
    "Conspiracies"
   ]
  },
  {
   "route": "/conspiracies/burlap/",
   "url": "https://www.sarth.net/conspiracies/burlap/",
   "markdown": "https://www.sarth.net/conspiracies/burlap/index.md",
   "title": "Burlap",
   "description": "Burlap, the native Mac app Sarth Calhoun made at Third Wall Studio: an infinite canvas for visual creation and context management, connected to models from OpenAI, Google, Runway and ByteDance.",
   "facet": "machine",
   "published": "2026-09-23",
   "headings": [
    "What it does",
    "How it started",
    "Conspiracies"
   ]
  },
  {
   "route": "/contraptions/",
   "url": "https://www.sarth.net/contraptions/",
   "markdown": "https://www.sarth.net/contraptions/index.md",
   "title": "Contraptions",
   "description": "Sarth Calhoun’s small software machines: FM / 6, a six-operator synthesizer; Image Compare Workbench; Soundscape One; and Burlap. Used at Third Wall Studio.",
   "facet": "machine",
   "published": null,
   "headings": [
    "FM / 6",
    "Image Compare Workbench",
    "Soundscape One",
    "Ingather",
    "Other people’s machines",
    "Earlier machines"
   ]
  },
  {
   "route": "/conspiracies/ingather/",
   "url": "https://www.sarth.net/conspiracies/ingather/",
   "markdown": "https://www.sarth.net/conspiracies/ingather/index.md",
   "title": "Ingather",
   "description": "Ingather, the control system Sarth Calhoun built for a cannabis cultivation facility between August 2021 and March 2022. Rooms and zones, fertigation and lighting routines, dosing recipes and machines. Playable demo online.",
   "facet": "machine",
   "published": "2026-09-23",
   "headings": [
    "What it controlled",
    "The demo",
    "How it started",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/duckdb-where-have-you-been-all-my-life/",
   "url": "https://www.sarth.net/transmissions/duckdb-where-have-you-been-all-my-life/",
   "markdown": "https://www.sarth.net/transmissions/duckdb-where-have-you-been-all-my-life/index.md",
   "title": "DuckDB, where have you been all my life",
   "description": "Using Claude and DuckDB to query Burlap's JSON records of genAI calls, and running the whole append-only pipeline pattern on a laptop.",
   "facet": "message",
   "published": "2026-09-22",
   "headings": [
    "It also runs my whole pipeline pattern"
   ]
  },
  {
   "route": "/transmissions/external-tables/",
   "url": "https://www.sarth.net/transmissions/external-tables/",
   "markdown": "https://www.sarth.net/transmissions/external-tables/index.md",
   "title": "External Tables, Partitions, CTEs, Window Functions, and Partitions",
   "description": "A five-part tutorial on building an append-only data pipeline on external tables: why append-only, external tables, window functions for the current truth, runtime type checking at the boundary, and living with the code.",
   "facet": "machine",
   "published": "2026-09-22",
   "headings": [
    "The architecture",
    "ETL, ELT, and where the transforms happen",
    "Schema on read",
    "The series"
   ]
  },
  {
   "route": "/transmissions/external-tables/why-append-only/",
   "url": "https://www.sarth.net/transmissions/external-tables/why-append-only/",
   "markdown": "https://www.sarth.net/transmissions/external-tables/why-append-only/index.md",
   "title": "Why append-only",
   "description": "Why you would keep every file forever instead of upserting: an append-only store makes loads idempotent, order-independent, and parallelizable.",
   "facet": "machine",
   "published": "2026-09-22",
   "headings": [
    "Why you'd build it this way",
    "The pipeline"
   ]
  },
  {
   "route": "/transmissions/external-tables/building-on-external-tables/",
   "url": "https://www.sarth.net/transmissions/external-tables/building-on-external-tables/",
   "markdown": "https://www.sarth.net/transmissions/external-tables/building-on-external-tables/index.md",
   "title": "Building on external tables",
   "description": "Laying out object storage so file paths are partitions, and defining external tables over directories of CSVs, with Snowflake as the worked example.",
   "facet": "machine",
   "published": "2026-09-22",
   "headings": [
    "Lay out S3 so the paths are the partitions",
    "Define the external tables"
   ]
  },
  {
   "route": "/transmissions/external-tables/current-truth-with-window-functions/",
   "url": "https://www.sarth.net/transmissions/external-tables/current-truth-with-window-functions/",
   "markdown": "https://www.sarth.net/transmissions/external-tables/current-truth-with-window-functions/index.md",
   "title": "Current truth with window functions",
   "description": "Unique keys, ROW_NUMBER() OVER (PARTITION BY ... ORDER BY file_date DESC) = 1, and views: surfacing the current version of every record from an append-only store.",
   "facet": "machine",
   "published": "2026-09-22",
   "headings": [
    "The unique key",
    "Window functions",
    "Views"
   ]
  },
  {
   "route": "/transmissions/external-tables/defending-the-boundary/",
   "url": "https://www.sarth.net/transmissions/external-tables/defending-the-boundary/",
   "markdown": "https://www.sarth.net/transmissions/external-tables/defending-the-boundary/index.md",
   "title": "Defending the boundary",
   "description": "Runtime type checking with io-ts codecs in Node streams: errors as values, async pipelines, and why validating at the boundary saves time, money, and heartache.",
   "facet": "machine",
   "published": "2026-09-22",
   "headings": []
  },
  {
   "route": "/transmissions/external-tables/living-with-the-code/",
   "url": "https://www.sarth.net/transmissions/external-tables/living-with-the-code/",
   "markdown": "https://www.sarth.net/transmissions/external-tables/living-with-the-code/index.md",
   "title": "Living with the code",
   "description": "Reading dense, strongly typed functional TypeScript: Prettier verticality, generics, and going one concept at a time.",
   "facet": "machine",
   "published": "2026-09-22",
   "headings": []
  },
  {
   "route": "/transmissions/window-functions/",
   "url": "https://www.sarth.net/transmissions/window-functions/",
   "markdown": "https://www.sarth.net/transmissions/window-functions/index.md",
   "title": "Window functions, the mental model",
   "description": "The mental model for SQL window functions: compare them to aggregates, PARTITION BY vs GROUP BY, ROW_NUMBER vs RANK, and why the window grows.",
   "facet": "message",
   "published": "2026-09-22",
   "headings": []
  },
  {
   "route": "/transmissions/sql-as-the-data-language/",
   "url": "https://www.sarth.net/transmissions/sql-as-the-data-language/",
   "markdown": "https://www.sarth.net/transmissions/sql-as-the-data-language/index.md",
   "title": "SQL as the data language",
   "description": "Views, CTEs, joins, and why a handy way to think about SQL is that everything is a table (which is also not true).",
   "facet": "message",
   "published": "2026-09-22",
   "headings": []
  },
  {
   "route": "/transmissions/you-might-not-need-pandas/",
   "url": "https://www.sarth.net/transmissions/you-might-not-need-pandas/",
   "markdown": "https://www.sarth.net/transmissions/you-might-not-need-pandas/index.md",
   "title": "You might not need Pandas",
   "description": "Why most day to day Pandas work is better done in SQL, with a side by side average-sales-by-category example, and where Pandas still earns its place.",
   "facet": "message",
   "published": "2026-09-22",
   "headings": [
    "Load data into a DataFrame",
    "Calculate average sales by category"
   ]
  },
  {
   "route": "/transmissions/why-python-is-the-default-for-data-work/",
   "url": "https://www.sarth.net/transmissions/why-python-is-the-default-for-data-work/",
   "markdown": "https://www.sarth.net/transmissions/why-python-is-the-default-for-data-work/index.md",
   "title": "Why Python is the default for data work",
   "description": "Python is the default for data work because it is what people know, plus an ecosystem (Pandas, PyTorch) written in C, C++ and CUDA. What that does and does not tell you about building pipelines.",
   "facet": "message",
   "published": "2026-09-22",
   "headings": []
  },
  {
   "route": "/transmissions/modern-postgres/",
   "url": "https://www.sarth.net/transmissions/modern-postgres/",
   "markdown": "https://www.sarth.net/transmissions/modern-postgres/index.md",
   "title": "Modern Postgres is shockingly capable",
   "description": "JSONB, horizontal scaling, and the rise and fall of MongoDB: why the argument for NoSQL got harder to make until people stopped making it.",
   "facet": "message",
   "published": "2026-09-22",
   "headings": []
  },
  {
   "route": "/transmissions/node-vs-rails/",
   "url": "https://www.sarth.net/transmissions/node-vs-rails/",
   "markdown": "https://www.sarth.net/transmissions/node-vs-rails/index.md",
   "title": "Node vs Rails: agnostic vs batteries included",
   "description": "The case that an agnostic server like Node beats batteries included, and why I am not sure I believe it.",
   "facet": "message",
   "published": "2026-09-22",
   "headings": []
  },
  {
   "route": "/transmissions/visual-reference-prompting/",
   "url": "https://www.sarth.net/transmissions/visual-reference-prompting/",
   "markdown": "https://www.sarth.net/transmissions/visual-reference-prompting/index.md",
   "title": "Visual Reference Prompting",
   "description": "We’ve been doing hybrid production at Third Wall Studio since before anyone called it that. I made Burlap for this precise use case: Start from original art and use it to style more images, explore variations, and generate the in-betweens.",
   "facet": "message",
   "published": "2026-07-31",
   "headings": []
  },
  {
   "route": "/conspiracies/",
   "url": "https://www.sarth.net/conspiracies/",
   "markdown": "https://www.sarth.net/conspiracies/index.md",
   "title": "Conspiracies",
   "description": "Projects made by Sarth Calhoun with other people: Third Wall Studio, Burlap, the Gralbum Collective, Book of Sarth, Lulu, Metal Machine Trio, and more.",
   "facet": null,
   "published": null,
   "headings": [
    "[Third Wall Studio](/conspiracies/third-wall-studio/)",
    "[Burlap](/conspiracies/burlap/)",
    "[The Gralbum Collective](/conspiracies/gralbum-collective/)",
    "[Book of Sarth](/conspiracies/book-of-sarth/)",
    "[*Lulu*](/conspiracies/lulu/)",
    "[Metal Machine Trio](/conspiracies/metal-machine-trio/)",
    "[Yellow Pony](/conspiracies/yellow-pony/)",
    "[Poughkeepsie](/conspiracies/poughkeepsie/)",
    "[Hidden Books, Hidden Stories](/conspiracies/hidden-books-hidden-stories/)",
    "[Vivid LIVE 2010](/conspiracies/vivid-live/)",
    "[Lou Reed’s 2011 European tour](/conspiracies/lou-reed-2011-european-tour/)",
    "[Lou Reed’s song band](/conspiracies/lou-reed-song-band/)",
    "[Lou Reed spring 2008 U.S. tour](/conspiracies/lou-reed-spring-2008-tour/)",
    "[Power and Serenity](/conspiracies/power-and-serenity/)",
    "[Lucibel Crater](/conspiracies/lucibel-crater/)",
    "[Number19](/conspiracies/number19/)"
   ]
  },
  {
   "route": "/conspiracies/gralbum-collective/",
   "url": "https://www.sarth.net/conspiracies/gralbum-collective/",
   "markdown": "https://www.sarth.net/conspiracies/gralbum-collective/index.md",
   "title": "The Gralbum Collective",
   "description": "The Gralbum Collective, founded by Sarth Calhoun in 2012 to publish gralbums: music released as interactive apps with art, animation and storytelling.",
   "facet": "dream",
   "published": null,
   "headings": [
    "What a gralbum is",
    "The launch",
    "The titles",
    "The collective’s statement"
   ]
  },
  {
   "route": "/conspiracies/book-of-sarth/",
   "url": "https://www.sarth.net/conspiracies/book-of-sarth/",
   "markdown": "https://www.sarth.net/conspiracies/book-of-sarth/index.md",
   "title": "Book of Sarth",
   "description": "Book of Sarth, the iPad gralbum Sarth Calhoun spent two and a half years making: a graphic novel and a concept album running as one work.",
   "facet": "dream",
   "published": "2012",
   "headings": [
    "What I wrote when it shipped",
    "The gralbum",
    "The music",
    "What was written about it"
   ]
  },
  {
   "route": "/conspiracies/awakening-to-blacklist/",
   "url": "https://www.sarth.net/conspiracies/awakening-to-blacklist/",
   "markdown": "https://www.sarth.net/conspiracies/awakening-to-blacklist/index.md",
   "title": "Awakening (To Blacklist)",
   "description": "How Sarth Calhoun built the track Awakening (To Blacklist) from 60-cycle hum in Ableton Live, using a frequency shifter preset called Space Birds, and matched it to a scene in The Book of Sarth.",
   "facet": "dream",
   "published": "2026-09-22",
   "headings": [
    "What it is",
    "How I made it"
   ]
  },
  {
   "route": "/conspiracies/lulu/",
   "url": "https://www.sarth.net/conspiracies/lulu/",
   "markdown": "https://www.sarth.net/conspiracies/lulu/index.md",
   "title": "Lulu",
   "description": "How Sarth Calhoun and Lou Reed made music for Robert Wilson's 2011 Berliner Ensemble Lulu, then took the material to Metallica in San Francisco.",
   "facet": "dream",
   "published": null,
   "headings": [
    "Go over to Lou’s house",
    "Berlin without Lou",
    "Then Metallica",
    "The record"
   ]
  },
  {
   "route": "/conspiracies/junior-dad/",
   "url": "https://www.sarth.net/conspiracies/junior-dad/",
   "markdown": "https://www.sarth.net/conspiracies/junior-dad/index.md",
   "title": "Junior Dad",
   "description": "The origin of Junior Dad: Rob Wasserman bowing electric upright at Lou Reed's apartment while Sarth Calhoun processed it through Kyma.",
   "facet": "dream",
   "published": null,
   "headings": [
    "A stage test",
    "The guitar part",
    "What happened next"
   ]
  },
  {
   "route": "/conspiracies/metal-machine-trio/",
   "url": "https://www.sarth.net/conspiracies/metal-machine-trio/",
   "markdown": "https://www.sarth.net/conspiracies/metal-machine-trio/index.md",
   "title": "Metal Machine Trio",
   "description": "Sarth Calhoun on forming Metal Machine Trio with Lou Reed and Ulrich Krieger at REDCAT in 2008 and recording The Creation of the Universe.",
   "facet": "dream",
   "published": null,
   "headings": [
    "The phone call",
    "How Ulrich remembers it",
    "Who played what",
    "The Creation of the Universe"
   ]
  },
  {
   "route": "/conspiracies/creation-of-the-universe-ambisonic/",
   "url": "https://www.sarth.net/conspiracies/creation-of-the-universe-ambisonic/",
   "markdown": "https://www.sarth.net/conspiracies/creation-of-the-universe-ambisonic/index.md",
   "title": "The Creation of the Universe, ambisonic installation",
   "description": "The Metal Machine Trio Blender Theater recording spatialized as a 10.1 ambisonic installation at CSULB and Cranbrook, using Arup SoundLab technology. Sarth Calhoun on what he thought of it at the time.",
   "facet": "dream",
   "published": "2026-09-22",
   "headings": [
    "What it is",
    "What I said at the time"
   ]
  },
  {
   "route": "/conspiracies/yellow-pony/",
   "url": "https://www.sarth.net/conspiracies/yellow-pony/",
   "markdown": "https://www.sarth.net/conspiracies/yellow-pony/index.md",
   "title": "Yellow Pony",
   "description": "Yellow Pony, billed The Yellow Pony and Other Songs and Stories: two short 2009 European tours with Lou Reed and Laurie Anderson, with Sarth Calhoun on Continuum Fingerboard and live resampling of their voices.",
   "facet": "dream",
   "published": "2026-09-22",
   "headings": [
    "What I did there",
    "The dates",
    "The press conference",
    "Santiago de Compostela"
   ]
  },
  {
   "route": "/conspiracies/poughkeepsie/",
   "url": "https://www.sarth.net/conspiracies/poughkeepsie/",
   "markdown": "https://www.sarth.net/conspiracies/poughkeepsie/index.md",
   "title": "Poughkeepsie",
   "description": "Poughkeepsie, Joe Kelly’s 2018 short film, whose main theme is the melody of Sarth Calhoun’s “Softly Questioning” from Reflections, Vol. 1.",
   "facet": "dream",
   "published": "2018-07-15",
   "headings": [
    "The melody"
   ]
  },
  {
   "route": "/conspiracies/hidden-books-hidden-stories/",
   "url": "https://www.sarth.net/conspiracies/hidden-books-hidden-stories/",
   "markdown": "https://www.sarth.net/conspiracies/hidden-books-hidden-stories/index.md",
   "title": "Hidden Books, Hidden Stories",
   "description": "Hidden Books, Hidden Stories, Lou Reed’s pavilion at the New York Photo Festival, May 12 to 16, 2010, and its slideshow at St. Ann’s Warehouse, mixed and authored by Daniel Power; the festival’s upload names Sarth Calhoun.",
   "facet": "dream",
   "published": null,
   "headings": [
    "The slideshow"
   ]
  },
  {
   "route": "/conspiracies/vivid-live/",
   "url": "https://www.sarth.net/conspiracies/vivid-live/",
   "markdown": "https://www.sarth.net/conspiracies/vivid-live/index.md",
   "title": "Vivid LIVE 2010",
   "description": "Vivid LIVE 2010 at the Sydney Opera House, curated by Lou Reed and Laurie Anderson. Sarth Calhoun played Metal Machine Trio, a roughly fifty-person noise band at the opening, and about a dozen unplanned jams across the two weeks.",
   "facet": "dream",
   "published": "2026-09-22",
   "headings": [
    "A fifty person noise band",
    "Then about a dozen jams"
   ]
  },
  {
   "route": "/conspiracies/lou-reed-2011-european-tour/",
   "url": "https://www.sarth.net/conspiracies/lou-reed-2011-european-tour/",
   "markdown": "https://www.sarth.net/conspiracies/lou-reed-2011-european-tour/index.md",
   "title": "Lou Reed’s 2011 European tour",
   "description": "Lou Reed’s 2011 European summer tour with an eight-piece band including Sarth Calhoun on Continuum and Kyma, Rob Wasserman, Kevin Hearn, Aram Bajakian, Tony Diodore and Tony Smith. Hop Farm and Carhaix.",
   "facet": "dream",
   "published": "2026-09-22",
   "headings": [
    "The band",
    "Hop Farm, July 2, 2011",
    "Carhaix, July 17, 2011"
   ]
  },
  {
   "route": "/conspiracies/lou-reed-song-band/",
   "url": "https://www.sarth.net/conspiracies/lou-reed-song-band/",
   "markdown": "https://www.sarth.net/conspiracies/lou-reed-song-band/index.md",
   "title": "Lou Reed’s song band",
   "description": "How Sarth Calhoun joined Lou Reed's song-based touring band to bring live processing, electronics, and fresh sounds to the music.",
   "facet": "dream",
   "published": null,
   "headings": [
    "The invitation",
    "Lou’s imagination",
    "The first version"
   ]
  },
  {
   "route": "/conspiracies/lou-reed-spring-2008-tour/",
   "url": "https://www.sarth.net/conspiracies/lou-reed-spring-2008-tour/",
   "markdown": "https://www.sarth.net/conspiracies/lou-reed-spring-2008-tour/index.md",
   "title": "Lou Reed spring 2008 U.S. tour",
   "description": "Lou Reed's spring 2008 U.S. tour with Sarth Calhoun, Rob Wasserman, Kevin Hearn, Mike Rathke, Steve Hunter, and Tony Smith.",
   "facet": "dream",
   "published": null,
   "headings": [
    "The route I remembered",
    "The people on the bus",
    "Beale Street"
   ]
  },
  {
   "route": "/conspiracies/power-and-serenity/",
   "url": "https://www.sarth.net/conspiracies/power-and-serenity/",
   "markdown": "https://www.sarth.net/conspiracies/power-and-serenity/index.md",
   "title": "Power and Serenity",
   "description": "Power and Serenity: six pieces of tai chi meditation music composed and performed by Lou Reed and Sarth Calhoun for Master Ren Guangyi’s DVD, on sale from July 2010. The first thing they made together.",
   "facet": "dream",
   "published": "2010-07",
   "headings": [
    "Four years, and a slideshow"
   ]
  },
  {
   "route": "/conspiracies/lucibel-crater/",
   "url": "https://www.sarth.net/conspiracies/lucibel-crater/",
   "markdown": "https://www.sarth.net/conspiracies/lucibel-crater/index.md",
   "title": "Lucibel Crater",
   "description": "Lucibel Crater, the Brooklyn rock and electronic trio Sarth Calhoun founded in 2005 with Leah Coloff and Paul Chuffo, and its 2008 record The Family Album.",
   "facet": "dream",
   "published": null,
   "headings": [
    "How I described the band",
    "What a show was",
    "*The Family Album*",
    "On stage"
   ]
  },
  {
   "route": "/conspiracies/number19/",
   "url": "https://www.sarth.net/conspiracies/number19/",
   "markdown": "https://www.sarth.net/conspiracies/number19/index.md",
   "title": "Number19",
   "description": "Number19, the Brooklyn band Sarth Calhoun formed in 1999 with Leah Coloff, Tony Diodore and Mark Righter, and its album Suspension.",
   "facet": "dream",
   "published": null,
   "headings": [
    "How it began",
    "Suspension",
    "Where everyone went next"
   ]
  },
  {
   "route": "/conspiracies/i-just-believe-in-christmas/",
   "url": "https://www.sarth.net/conspiracies/i-just-believe-in-christmas/",
   "markdown": "https://www.sarth.net/conspiracies/i-just-believe-in-christmas/index.md",
   "title": "I Just Believe in Christmas",
   "description": "The origin of Sarth Calhoun’s Christmas song, sung by Michael Patrick Flanagan Smith, with words finished by Jesse Schoen, Virginia Piazza and Doron Lev. Lyrics and links.",
   "facet": "dream",
   "published": "2026-09-22",
   "headings": [
    "The squirrels",
    "Who made it",
    "Lyrics"
   ]
  },
  {
   "route": "/conspiracies/reflections-vol-1/",
   "url": "https://www.sarth.net/conspiracies/reflections-vol-1/",
   "markdown": "https://www.sarth.net/conspiracies/reflections-vol-1/index.md",
   "title": "Reflections, Vol. 1",
   "description": "Sarth Calhoun’s first release of improvised duets, subtitled A Noise Akin to a Flight of Deranged Swallows in Combat, featuring Exaltron, and the track whose melody came from Joe Kelly’s film Poughkeepsie.",
   "facet": "dream",
   "published": "2026-09-22",
   "headings": [
    "The record",
    "The absurdly long name",
    "Softly Questioning"
   ]
  },
  {
   "route": "/conspirators/",
   "url": "https://www.sarth.net/conspirators/",
   "markdown": "https://www.sarth.net/conspirators/index.md",
   "title": "Conspirators",
   "description": "People Sarth Calhoun has made, performed, recorded, toured, designed, or built work with.",
   "facet": null,
   "published": null,
   "headings": [
    "Third Wall Studio",
    "Book of Sarth and the Gralbum Collective",
    "Songs, records and improvisations",
    "Lou Reed’s bands and Metal Machine Trio",
    "Lulu",
    "Number19 and Lucibel Crater",
    "The makers of my instruments"
   ]
  },
  {
   "route": "/conspirators/savas/",
   "url": "https://www.sarth.net/conspirators/savas/",
   "markdown": "https://www.sarth.net/conspirators/savas/index.md",
   "title": "Savas",
   "description": "Savas (Savaş Özay), the Amsterdam designer and creative director who is Head of Creation at Sarth Calhoun’s Third Wall Studio; Kubler-Ross Model (2026) is his film.",
   "facet": null,
   "published": null,
   "headings": [
    "Third Wall Studio"
   ]
  },
  {
   "route": "/conspirators/jacob-mccoy/",
   "url": "https://www.sarth.net/conspirators/jacob-mccoy/",
   "markdown": "https://www.sarth.net/conspirators/jacob-mccoy/index.md",
   "title": "Jacob McCoy",
   "description": "Jacob McCoy, the Brooklyn filmmaker and Director, Production at Third Wall Studio, who has worked with Sarth Calhoun since The Book of Sarth: For Lovers, Introspections, and Meatsuitz Family Vacay.",
   "facet": null,
   "published": null,
   "headings": [
    "From Book of Sarth to Third Wall"
   ]
  },
  {
   "route": "/conspirators/doron-lev/",
   "url": "https://www.sarth.net/conspirators/doron-lev/",
   "markdown": "https://www.sarth.net/conspirators/doron-lev/index.md",
   "title": "Doron Lev",
   "description": "Doron Lev, the Brooklyn drummer, MC and illustrator: drums on Sarth Calhoun’s “I Just Believe in Christmas,” a Beautiful Tornado guest, and artist in residence at Third Wall Studio with three films in 2026.",
   "facet": null,
   "published": null,
   "headings": [
    "Drums, a podcast, and three films"
   ]
  },
  {
   "route": "/conspirators/jonathan-arons/",
   "url": "https://www.sarth.net/conspirators/jonathan-arons/",
   "markdown": "https://www.sarth.net/conspirators/jonathan-arons/index.md",
   "title": "Jonathan Arons",
   "description": "Jonathan Arons, the trombonist and entertainer, artist in residence at Sarth Calhoun’s Third Wall Studio, where The Trinary Matrix is his film.",
   "facet": null,
   "published": null,
   "headings": [
    "Third Wall Studio"
   ]
  },
  {
   "route": "/conspirators/tetiana-khodakivska/",
   "url": "https://www.sarth.net/conspirators/tetiana-khodakivska/",
   "markdown": "https://www.sarth.net/conspirators/tetiana-khodakivska/index.md",
   "title": "Tetiana Khodakivska",
   "description": "Tetiana Khodakivska, the Ukrainian film director and editor based in New York, artist in residence at Sarth Calhoun’s Third Wall Studio.",
   "facet": null,
   "published": null,
   "headings": [
    "Third Wall Studio"
   ]
  },
  {
   "route": "/conspirators/archie-p-valdez/",
   "url": "https://www.sarth.net/conspirators/archie-p-valdez/",
   "markdown": "https://www.sarth.net/conspirators/archie-p-valdez/index.md",
   "title": "Archie P. Valdez",
   "description": "Archie P. Valdez, illustrator, credited with Tom Hall for the illustrations of Sarth Calhoun’s The Book of Sarth (2012).",
   "facet": null,
   "published": null,
   "headings": [
    "Book of Sarth"
   ]
  },
  {
   "route": "/conspirators/bora-yoon/",
   "url": "https://www.sarth.net/conspirators/bora-yoon/",
   "markdown": "https://www.sarth.net/conspirators/bora-yoon/index.md",
   "title": "Bora Yoon",
   "description": "Bora Yoon, the composer and sound artist whose Sunken Cathedral was one of the first Gralbum Collective titles, and who played the launch with Sarth Calhoun in April 2014.",
   "facet": null,
   "published": null,
   "headings": [
    "The Gralbum Collective"
   ]
  },
  {
   "route": "/conspirators/billy-martin/",
   "url": "https://www.sarth.net/conspirators/billy-martin/",
   "markdown": "https://www.sarth.net/conspirators/billy-martin/index.md",
   "title": "Billy Martin",
   "description": "Billy Martin, the drummer of Medeski Martin & Wood and visual artist, whose gralbum Omnisphere was previewed at the launch of Sarth Calhoun’s Gralbum Collective in 2014.",
   "facet": null,
   "published": null,
   "headings": [
    "Omnisphere"
   ]
  },
  {
   "route": "/conspirators/andrew-beck/",
   "url": "https://www.sarth.net/conspirators/andrew-beck/",
   "markdown": "https://www.sarth.net/conspirators/andrew-beck/index.md",
   "title": "Andrew Beck",
   "description": "Andrew Beck, lead programmer of The Book of Sarth app and the (gr)album platform, who worked with Sarth Calhoun on it for three years.",
   "facet": null,
   "published": null,
   "headings": [
    "Book of Sarth and (gr)album"
   ]
  },
  {
   "route": "/conspirators/alex-wyly/",
   "url": "https://www.sarth.net/conspirators/alex-wyly/",
   "markdown": "https://www.sarth.net/conspirators/alex-wyly/index.md",
   "title": "Alex Wyly",
   "description": "Alex Wyly, the artist of The Book of Sarth (credited as Alex Smith), the graphic novel and concept album app Sarth Calhoun released in 2012; now a textile and home furnishings designer.",
   "facet": null,
   "published": null,
   "headings": [
    "Book of Sarth"
   ]
  },
  {
   "route": "/conspirators/adam-matta/",
   "url": "https://www.sarth.net/conspirators/adam-matta/",
   "markdown": "https://www.sarth.net/conspirators/adam-matta/index.md",
   "title": "Adam Matta",
   "description": "Adam Matta, the New York beatboxer and animator, formerly of the Carolina Chocolate Drops, whose gralbum Sketches launched with Sarth Calhoun’s Gralbum Collective in 2014.",
   "facet": null,
   "published": null,
   "headings": [
    "Sketches"
   ]
  },
  {
   "route": "/conspirators/tom-hart/",
   "url": "https://www.sarth.net/conspirators/tom-hart/",
   "markdown": "https://www.sarth.net/conspirators/tom-hart/index.md",
   "title": "Tom Hart",
   "description": "Tom Hart, the New York artist who draws subway riders during his commutes; his Train O’ Thots and Train O’ Thoughts were published by Sarth Calhoun’s Gralbum Collective in 2014 and 2015.",
   "facet": null,
   "published": null,
   "headings": [
    "Two gralbums"
   ]
  },
  {
   "route": "/conspirators/joe-kelly/",
   "url": "https://www.sarth.net/conspirators/joe-kelly/",
   "markdown": "https://www.sarth.net/conspirators/joe-kelly/index.md",
   "title": "Joe Kelly",
   "description": "Joe Kelly, the comics writer and filmmaker, whose short film Poughkeepsie took its main theme from Sarth Calhoun’s “Softly Questioning.”",
   "facet": null,
   "published": null,
   "headings": [
    "Poughkeepsie"
   ]
  },
  {
   "route": "/conspirators/sxip-shirey/",
   "url": "https://www.sarth.net/conspirators/sxip-shirey/",
   "markdown": "https://www.sarth.net/conspirators/sxip-shirey/index.md",
   "title": "Sxip Shirey",
   "description": "Sxip Shirey, the composer, performer and storyteller, who recorded two improvised duets with Sarth Calhoun in 2015 for Introspections.",
   "facet": null,
   "published": null,
   "headings": [
    "Introspections",
    "What I wrote under the videos"
   ]
  },
  {
   "route": "/conspirators/moldover/",
   "url": "https://www.sarth.net/conspirators/moldover/",
   "markdown": "https://www.sarth.net/conspirators/moldover/index.md",
   "title": "Moldover",
   "description": "Moldover, the San Francisco musician and instrument designer who coined controllerism; Sarth Calhoun has shared bills and improvised with him since the Warper Party nights of 2009.",
   "facet": null,
   "published": null,
   "headings": [
    "Warper Party and after"
   ]
  },
  {
   "route": "/conspirators/michael-patrick-flanagan-smith/",
   "url": "https://www.sarth.net/conspirators/michael-patrick-flanagan-smith/",
   "markdown": "https://www.sarth.net/conspirators/michael-patrick-flanagan-smith/index.md",
   "title": "Michael Patrick Flanagan Smith",
   "description": "Michael Patrick F. Smith, the folksinger, playwright and author of The Good Hand, who sings lead on Sarth Calhoun’s “I Just Believe in Christmas.”",
   "facet": null,
   "published": null,
   "headings": [
    "The Christmas song and the podcast"
   ]
  },
  {
   "route": "/conspirators/dominic-bouffard/",
   "url": "https://www.sarth.net/conspirators/dominic-bouffard/",
   "markdown": "https://www.sarth.net/conspirators/dominic-bouffard/index.md",
   "title": "Dominic Bouffard",
   "description": "Dom Bouffard, the London guitarist and composer: the Berliner Ensemble Lulu band, guitars on Sarth Calhoun’s “I Just Believe in Christmas,” and co-host of the podcast Beautiful Tornado.",
   "facet": null,
   "published": null,
   "headings": [
    "Berlin, Brooklyn, and a podcast"
   ]
  },
  {
   "route": "/conspirators/phil-weinrobe/",
   "url": "https://www.sarth.net/conspirators/phil-weinrobe/",
   "markdown": "https://www.sarth.net/conspirators/phil-weinrobe/index.md",
   "title": "Phil Weinrobe",
   "description": "Phil Weinrobe, the Brooklyn producer and engineer, who recorded Sarth Calhoun’s “I Just Believe in Christmas” at Figure 8 in 2015 and played banjo on it.",
   "facet": null,
   "published": null,
   "headings": [
    "I Just Believe in Christmas"
   ]
  },
  {
   "route": "/conspirators/marc-urselli/",
   "url": "https://www.sarth.net/conspirators/marc-urselli/",
   "markdown": "https://www.sarth.net/conspirators/marc-urselli/index.md",
   "title": "Marc Urselli",
   "description": "Marc Urselli, the Grammy-winning engineer and Chain D.L.K. founder, who reviewed The Book of Sarth in 2012 and mixed Sarth Calhoun’s “I Just Believe in Christmas.”",
   "facet": null,
   "published": null,
   "headings": [
    "A review and a mix"
   ]
  },
  {
   "route": "/conspirators/scott-hampton/",
   "url": "https://www.sarth.net/conspirators/scott-hampton/",
   "markdown": "https://www.sarth.net/conspirators/scott-hampton/index.md",
   "title": "Scott Hampton",
   "description": "Scott Hampton, the New York composer who performs as Exaltron: he gave Sarth Calhoun’s Reflections, Vol. 1 its name, plays its last track, and scored Train O’ Thoughts with him.",
   "facet": null,
   "published": null,
   "headings": [
    "A name, a track, and a gralbum"
   ]
  },
  {
   "route": "/conspirators/lou-petto/",
   "url": "https://www.sarth.net/conspirators/lou-petto/",
   "markdown": "https://www.sarth.net/conspirators/lou-petto/index.md",
   "title": "Lou Petto",
   "description": "Lou Petto, the New Jersey and New York drummer who plays on “Softly Questioning,” Sarth Calhoun’s one-take duet on Reflections, Vol. 1.",
   "facet": null,
   "published": null,
   "headings": [
    "Softly Questioning"
   ]
  },
  {
   "route": "/conspirators/lou-reed/",
   "url": "https://www.sarth.net/conspirators/lou-reed/",
   "markdown": "https://www.sarth.net/conspirators/lou-reed/index.md",
   "title": "Lou Reed",
   "description": "Sarth Calhoun on working with Lou Reed: Tai Chi and meditation music, the touring band, Metal Machine Trio, Lulu, and the sounds Lou asked him to invent.",
   "facet": null,
   "published": null,
   "headings": [
    "Who Lou Reed was",
    "Before the noise",
    "Lou’s imagination",
    "The projects",
    "Iced Honey, with Metallica"
   ]
  },
  {
   "route": "/conspirators/laurie-anderson/",
   "url": "https://www.sarth.net/conspirators/laurie-anderson/",
   "markdown": "https://www.sarth.net/conspirators/laurie-anderson/index.md",
   "title": "Laurie Anderson",
   "description": "Laurie Anderson, the American artist and composer who toured Yellow Pony with Lou Reed in 2009, with Sarth Calhoun standing between them resampling their voices.",
   "facet": null,
   "published": null,
   "headings": [
    "Yellow Pony",
    "What the room looked like",
    "Vivid LIVE",
    "Afterwards"
   ]
  },
  {
   "route": "/conspirators/ulrich-krieger/",
   "url": "https://www.sarth.net/conspirators/ulrich-krieger/",
   "markdown": "https://www.sarth.net/conspirators/ulrich-krieger/index.md",
   "title": "Ulrich Krieger",
   "description": "Ulrich Krieger, the German saxophonist and composer who arranged Metal Machine Music for zeitkratzer and played in Metal Machine Trio with Lou Reed and Sarth Calhoun.",
   "facet": null,
   "published": null,
   "headings": [
    "Metal Machine Music, scored",
    "The genuine article",
    "Unclassifiable",
    "In Lou’s band"
   ]
  },
  {
   "route": "/conspirators/rob-wasserman/",
   "url": "https://www.sarth.net/conspirators/rob-wasserman/",
   "markdown": "https://www.sarth.net/conspirators/rob-wasserman/index.md",
   "title": "Rob Wasserman",
   "description": "Sarth Calhoun on meeting bassist Rob Wasserman, touring together with Lou Reed, and the first Kyma session that became the basis of Junior Dad.",
   "facet": null,
   "published": "2026-09-23",
   "headings": [
    "Who Rob Wasserman was"
   ]
  },
  {
   "route": "/conspirators/kevin-hearn/",
   "url": "https://www.sarth.net/conspirators/kevin-hearn/",
   "markdown": "https://www.sarth.net/conspirators/kevin-hearn/index.md",
   "title": "Kevin Hearn",
   "description": "Kevin Hearn, the Barenaked Ladies keyboardist and Lou Reed’s musical director, who played alongside Sarth Calhoun in Reed’s band from 2008 to 2011 and at the Winter Garden in 2023.",
   "facet": null,
   "published": null,
   "headings": [
    "Lou Reed’s band"
   ]
  },
  {
   "route": "/conspirators/steve-hunter/",
   "url": "https://www.sarth.net/conspirators/steve-hunter/",
   "markdown": "https://www.sarth.net/conspirators/steve-hunter/index.md",
   "title": "Steve Hunter",
   "description": "Steve Hunter, the guitarist of Lou Reed’s Berlin and Rock ’n’ Roll Animal, who played beside Sarth Calhoun in Reed’s band on the spring 2008 U.S. tour and at Lollapalooza 2009.",
   "facet": null,
   "published": null,
   "headings": [
    "Lou Reed’s band"
   ]
  },
  {
   "route": "/conspirators/tony-thunder-smith/",
   "url": "https://www.sarth.net/conspirators/tony-thunder-smith/",
   "markdown": "https://www.sarth.net/conspirators/tony-thunder-smith/index.md",
   "title": "Tony “Thunder” Smith",
   "description": "Tony “Thunder” Smith, the drummer who held Lou Reed’s drum chair longer than anyone, and played beside Sarth Calhoun in Reed’s band from 2008 to 2011.",
   "facet": null,
   "published": null,
   "headings": [
    "Lou Reed’s band"
   ]
  },
  {
   "route": "/conspirators/aram-bajakian/",
   "url": "https://www.sarth.net/conspirators/aram-bajakian/",
   "markdown": "https://www.sarth.net/conspirators/aram-bajakian/index.md",
   "title": "Aram Bajakian",
   "description": "Aram Bajakian, the guitarist and composer who played beside Sarth Calhoun in Lou Reed’s eight-piece band on the 2011 European tour.",
   "facet": null,
   "published": null,
   "headings": [
    "The 2011 European tour"
   ]
  },
  {
   "route": "/conspirators/shahzad-ismaily/",
   "url": "https://www.sarth.net/conspirators/shahzad-ismaily/",
   "markdown": "https://www.sarth.net/conspirators/shahzad-ismaily/index.md",
   "title": "Shahzad Ismaily",
   "description": "Shahzad Ismaily, the multi-instrumentalist and producer, who played with Sarth Calhoun in Lou Reed Drones at the Cathedral of St. John the Divine in 2019 and the Winter Garden in 2023.",
   "facet": null,
   "published": null,
   "headings": [
    "Lou Reed Drones"
   ]
  },
  {
   "route": "/conspirators/john-zorn/",
   "url": "https://www.sarth.net/conspirators/john-zorn/",
   "markdown": "https://www.sarth.net/conspirators/john-zorn/index.md",
   "title": "John Zorn",
   "description": "John Zorn, the composer and saxophonist, who played with Sarth Calhoun at the Highline Ballroom in 2008, sat in with Metal Machine Trio in 2009, and played Lou Reed Drones in 2019.",
   "facet": null,
   "published": null,
   "headings": [
    "Four nights"
   ]
  },
  {
   "route": "/conspirators/marc-ribot/",
   "url": "https://www.sarth.net/conspirators/marc-ribot/",
   "markdown": "https://www.sarth.net/conspirators/marc-ribot/index.md",
   "title": "Marc Ribot",
   "description": "Marc Ribot, the guitarist, who played with Sarth Calhoun in the ten-piece collaboration at Noise Night, Vivid LIVE, Sydney Opera House, May 31, 2010.",
   "facet": null,
   "published": null,
   "headings": [
    "Noise Night, Sydney"
   ]
  },
  {
   "route": "/conspirators/mike-rathke/",
   "url": "https://www.sarth.net/conspirators/mike-rathke/",
   "markdown": "https://www.sarth.net/conspirators/mike-rathke/index.md",
   "title": "Mike Rathke",
   "description": "Mike Rathke, Lou Reed’s principal guitarist from New York (1989), who played beside Sarth Calhoun in Reed’s band in 2008 and 2009, in a trio at the Whitney, and on “Solsbury Hill.”",
   "facet": null,
   "published": null,
   "headings": [
    "Lou Reed’s band, a trio, and a record"
   ]
  },
  {
   "route": "/conspirators/stewart-hurwood/",
   "url": "https://www.sarth.net/conspirators/stewart-hurwood/",
   "markdown": "https://www.sarth.net/conspirators/stewart-hurwood/index.md",
   "title": "Stewart Hurwood",
   "description": "Stewart Hurwood, Lou Reed’s guitar technician, who performs Lou Reed Drones with Reed’s own guitars and amplifiers; Sarth Calhoun has played in the drones in 2019 and 2023.",
   "facet": null,
   "published": null,
   "headings": [
    "Metal Machine Trio and the drones"
   ]
  },
  {
   "route": "/conspirators/robert-wilson/",
   "url": "https://www.sarth.net/conspirators/robert-wilson/",
   "markdown": "https://www.sarth.net/conspirators/robert-wilson/index.md",
   "title": "Robert Wilson",
   "description": "Robert Wilson, the director of experimental theater, 1941 to 2025, whose Berliner Ensemble Lulu (2011) carried the score Sarth Calhoun wrote with Lou Reed.",
   "facet": null,
   "published": null,
   "headings": [
    "Lulu"
   ]
  },
  {
   "route": "/conspirators/metallica/",
   "url": "https://www.sarth.net/conspirators/metallica/",
   "markdown": "https://www.sarth.net/conspirators/metallica/index.md",
   "title": "Metallica",
   "description": "Metallica, the band whose 2011 album Lulu with Lou Reed grew from the score Sarth Calhoun wrote with Reed; Calhoun plays electronics on every track and played it with them on stage in November 2011.",
   "facet": null,
   "published": null,
   "headings": [
    "Lulu"
   ]
  },
  {
   "route": "/conspirators/leah-coloff/",
   "url": "https://www.sarth.net/conspirators/leah-coloff/",
   "markdown": "https://www.sarth.net/conspirators/leah-coloff/index.md",
   "title": "Leah Coloff",
   "description": "Leah Coloff, the Brooklyn cellist and songwriter who sang and played in Number19, fronts Lucibel Crater, and worked on Book of Sarth with Sarth Calhoun.",
   "facet": null,
   "published": null,
   "headings": [
    "Number19",
    "Lucibel Crater",
    "Book of Sarth",
    "How I introduced her"
   ]
  },
  {
   "route": "/conspirators/paul-chuffo/",
   "url": "https://www.sarth.net/conspirators/paul-chuffo/",
   "markdown": "https://www.sarth.net/conspirators/paul-chuffo/index.md",
   "title": "Paul Chuffo",
   "description": "Paul Chuffo, the original drummer for Gutbucket and the drummer in Lucibel Crater with Sarth Calhoun and Leah Coloff.",
   "facet": null,
   "published": null,
   "headings": [
    "Lucibel Crater",
    "How I introduced him"
   ]
  },
  {
   "route": "/conspirators/mark-righter/",
   "url": "https://www.sarth.net/conspirators/mark-righter/",
   "markdown": "https://www.sarth.net/conspirators/mark-righter/index.md",
   "title": "Mark Righter",
   "description": "Mark Righter, the drummer of Number19, the band Sarth Calhoun formed in Brooklyn in 1999, and founder of Cambium Studio.",
   "facet": null,
   "published": null,
   "headings": [
    "Number19"
   ]
  },
  {
   "route": "/conspirators/tony-diodore/",
   "url": "https://www.sarth.net/conspirators/tony-diodore/",
   "markdown": "https://www.sarth.net/conspirators/tony-diodore/index.md",
   "title": "Tony Diodore",
   "description": "Tony Diodore, guitarist and violinist. He and Sarth Calhoun formed Number19 in 1999 and played together again in Lou Reed's band from 2011.",
   "facet": null,
   "published": null,
   "headings": [
    "Number19",
    "Puracane and BM LINX",
    "Back in the same band"
   ]
  },
  {
   "route": "/conspirators/rich-kulsar/",
   "url": "https://www.sarth.net/conspirators/rich-kulsar/",
   "markdown": "https://www.sarth.net/conspirators/rich-kulsar/index.md",
   "title": "Rich Kulsar",
   "description": "Rich Kulsar, the New York drummer and Grammy winner, who plays on Mike Acerbo’s The Search alongside Sarth Calhoun’s bass on “Trilby.”",
   "facet": null,
   "published": null,
   "headings": [
    "The Search"
   ]
  },
  {
   "route": "/conspirators/mike-acerbo/",
   "url": "https://www.sarth.net/conspirators/mike-acerbo/",
   "markdown": "https://www.sarth.net/conspirators/mike-acerbo/index.md",
   "title": "Mike Acerbo",
   "description": "Mike Acerbo, the singer-songwriter whose album The Search (2012) opens with “Trilby,” with Sarth Calhoun on bass.",
   "facet": null,
   "published": null,
   "headings": [
    "Trilby"
   ]
  },
  {
   "route": "/conspirators/carla-scaletti/",
   "url": "https://www.sarth.net/conspirators/carla-scaletti/",
   "markdown": "https://www.sarth.net/conspirators/carla-scaletti/index.md",
   "title": "Carla Scaletti",
   "description": "Carla Scaletti, the composer and inventor of Kyma, co-founder of Symbolic Sound; Sarth Calhoun beta-tested Kyma and is credited on the Kyma X startup screen.",
   "facet": null,
   "published": null,
   "headings": [
    "Kyma"
   ]
  },
  {
   "route": "/conspirators/kurt-hebel/",
   "url": "https://www.sarth.net/conspirators/kurt-hebel/",
   "markdown": "https://www.sarth.net/conspirators/kurt-hebel/index.md",
   "title": "Kurt Hebel",
   "description": "Kurt Hebel, co-founder of Symbolic Sound and designer of Kyma’s sound engines, the Paca that Sarth Calhoun has run on stage since 2008.",
   "facet": null,
   "published": null,
   "headings": [
    "The orange boxes"
   ]
  },
  {
   "route": "/conspirators/lippold-haken/",
   "url": "https://www.sarth.net/conspirators/lippold-haken/",
   "markdown": "https://www.sarth.net/conspirators/lippold-haken/index.md",
   "title": "Lippold Haken",
   "description": "Lippold Haken, inventor of the Continuum Fingerboard, the instrument Sarth Calhoun has played since Lucibel Crater and with Lou Reed.",
   "facet": null,
   "published": null,
   "headings": [
    "The Continuum"
   ]
  },
  {
   "route": "/transmissions/",
   "url": "https://www.sarth.net/transmissions/",
   "markdown": "https://www.sarth.net/transmissions/index.md",
   "title": "Transmissions",
   "description": "Essays and tutorials by Sarth Calhoun: visual reference prompting, DuckDB, and append-only data pipelines.",
   "facet": null,
   "published": null,
   "headings": [
    "Aural",
    "Optical",
    "Lexical"
   ]
  },
  {
   "route": "/transmissions/singles/",
   "url": "https://www.sarth.net/transmissions/singles/",
   "markdown": "https://www.sarth.net/transmissions/singles/index.md",
   "title": "Singles",
   "description": "Sarth Calhoun's singles as Sarth, 2020 to 2025, on Noise | Groove: Squishy | Bass, Peanut Style, Everything Everything, For Lovers, My Empty Father, Failure is OK, Shimmering Angels, Ego Streaked, Softly Questioning (Reprise), and Sometimes You Need Sun as Catfish Calhoun and Friends.",
   "facet": "dream",
   "published": "2026-09-23",
   "headings": [
    "Softly Questioning (Reprise)",
    "Ego Streaked",
    "Shimmering Angels (in 40 years)",
    "Failure is OK",
    "Sometimes You Need Sun",
    "My Empty Father",
    "For Lovers",
    "Everyth Everything (Sarth Mix)",
    "Everything Everything",
    "Peanut Style",
    "Squishy | Bass"
   ]
  },
  {
   "route": "/transmissions/beautiful-tornado/",
   "url": "https://www.sarth.net/transmissions/beautiful-tornado/",
   "markdown": "https://www.sarth.net/transmissions/beautiful-tornado/index.md",
   "title": "Beautiful Tornado",
   "description": "Beautiful Tornado, the podcast by Sarth Calhoun and Dom Bouffard: six conversations with musicians and artists, 2020 to 2021, with Doron Lev, Glen Brady, Richard Naviasky, Bryan Senti and Michael Patrick Flanagan Smith.",
   "facet": "message",
   "published": "2026-09-23",
   "headings": [
    "The episodes",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/transmissions-from-the-book-of-sarth/",
   "url": "https://www.sarth.net/transmissions/transmissions-from-the-book-of-sarth/",
   "markdown": "https://www.sarth.net/transmissions/transmissions-from-the-book-of-sarth/index.md",
   "title": "Transmissions from the Book of Sarth",
   "description": "Transmissions from the Book of Sarth, the 2013 four-track EP by Sarth Calhoun from the music of The Book of Sarth: Awakening (To Blacklist), Table (If I Can), Primary Defenestration (Deforestation), For Valentina (To Your Rescue).",
   "facet": "dream",
   "published": "2013",
   "headings": [
    "Listen",
    "The hum",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/solsbury-hill/",
   "url": "https://www.sarth.net/transmissions/solsbury-hill/",
   "markdown": "https://www.sarth.net/transmissions/solsbury-hill/index.md",
   "title": "Solsbury Hill",
   "description": "Solsbury Hill, Lou Reed's recording of the Peter Gabriel song for And I'll Scratch Yours, Real World Records, 2013, produced by Sarth Calhoun, who plays electronics on it.",
   "facet": "dream",
   "published": "2026-09-23",
   "headings": [
    "Listen",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/peggy-sue/",
   "url": "https://www.sarth.net/transmissions/peggy-sue/",
   "markdown": "https://www.sarth.net/transmissions/peggy-sue/index.md",
   "title": "Peggy Sue",
   "description": "Peggy Sue, Lou Reed's recording of the Buddy Holly song for Rave On Buddy Holly, 2011, with Sarth Calhoun on bass, a Moog Little Phatty.",
   "facet": "dream",
   "published": "2026-09-23",
   "headings": [
    "Listen",
    "What was written about it",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/the-creation-of-the-universe/",
   "url": "https://www.sarth.net/transmissions/the-creation-of-the-universe/",
   "markdown": "https://www.sarth.net/transmissions/the-creation-of-the-universe/index.md",
   "title": "The Creation of the Universe",
   "description": "The Creation of the Universe, the 2009 double live album by Lou Reed's Metal Machine Trio: Lou Reed, Ulrich Krieger and Sarth Calhoun, recorded over two nights at REDCAT in Los Angeles, October 2008.",
   "facet": "dream",
   "published": "2009-05-19",
   "headings": [
    "How it was recorded",
    "Listen",
    "The nights",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/the-family-album/",
   "url": "https://www.sarth.net/transmissions/the-family-album/",
   "markdown": "https://www.sarth.net/transmissions/the-family-album/index.md",
   "title": "The Family Album",
   "description": "The Family Album, the 2008 album by Lucibel Crater: Leah Coloff, Paul Chuffo and Sarth Calhoun, with Lou Reed on guitar on Threadbare Funeral. Ten songs, mixed by Bryce Goggin.",
   "facet": "dream",
   "published": "2008-02-12",
   "headings": [
    "The songs",
    "Listen",
    "What was written about it",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/miracles/",
   "url": "https://www.sarth.net/transmissions/miracles/",
   "markdown": "https://www.sarth.net/transmissions/miracles/index.md",
   "title": "Miracles",
   "description": "Miracles, the 2007 EP by Lucibel Crater: Leah Coloff, Paul Chuffo and Sarth Calhoun.",
   "facet": "dream",
   "published": "2007",
   "headings": [
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/suspension/",
   "url": "https://www.sarth.net/transmissions/suspension/",
   "markdown": "https://www.sarth.net/transmissions/suspension/index.md",
   "title": "Suspension",
   "description": "Suspension, the 2001 album by Number19: Tony Diodore, Sarth Calhoun, Leah Coloff and Mark Righter. Nine songs on Searching Eye Records, paid for by mp3.com downloads.",
   "facet": "dream",
   "published": "2001",
   "headings": [
    "Paid for by downloads",
    "Listen",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/i-before-e/",
   "url": "https://www.sarth.net/transmissions/i-before-e/",
   "markdown": "https://www.sarth.net/transmissions/i-before-e/index.md",
   "title": "I Before E",
   "description": "I Before E, track six of Suspension by Number19, 2001, and Sarth Calhoun’s note ib4e and Robert Trujillo, written May 2022, as written.",
   "facet": "dream",
   "published": "2001",
   "headings": [
    "The song"
   ]
  },
  {
   "route": "/transmissions/through-the-brambles/",
   "url": "https://www.sarth.net/transmissions/through-the-brambles/",
   "markdown": "https://www.sarth.net/transmissions/through-the-brambles/index.md",
   "title": "Through the Brambles",
   "description": "Through the Brambles, the 360° VR film from Third Wall Studio directed by Jacob McCoy, May 2026, built inside Burlap from prompted 360° imagery.",
   "facet": "dream",
   "published": "2026-05-11",
   "headings": [
    "How it was made"
   ]
  },
  {
   "route": "/transmissions/introspections/",
   "url": "https://www.sarth.net/transmissions/introspections/",
   "markdown": "https://www.sarth.net/transmissions/introspections/index.md",
   "title": "Introspections",
   "description": "Introspections, Sarth Calhoun's improvised drone pieces from 2015 on Continuum and Kyma: For Lovers with Jacob McCoy, Sunset Meditation, and a Warper Party clip. Built on the meditation music made with Lou Reed and Metal Machine Trio.",
   "facet": "dream",
   "published": "2026-09-23",
   "headings": [
    "For Lovers",
    "Sunset Meditation",
    "Warper Party, 2015",
    "Reflections",
    "Contemplations",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/lou-reed-live-at-lollapalooza-2009/",
   "url": "https://www.sarth.net/transmissions/lou-reed-live-at-lollapalooza-2009/",
   "markdown": "https://www.sarth.net/transmissions/lou-reed-live-at-lollapalooza-2009/index.md",
   "title": "Lou Reed Live at Lollapalooza 2009",
   "description": "Lou Reed Live at Lollapalooza 2009, the official DVD of Reed's Grant Park set of August 9, 2009, with Sarth Calhoun on electronics and Continuum, Rob Wasserman on bass and Ulrich Krieger on saxophone. Released July 19, 2011.",
   "facet": "dream",
   "published": "2011-07-19",
   "headings": [
    "The set",
    "The interlude",
    "Conspiracies"
   ]
  },
  {
   "route": "/transmissions/about-awakening-to-blacklist/",
   "url": "https://www.sarth.net/transmissions/about-awakening-to-blacklist/",
   "markdown": "https://www.sarth.net/transmissions/about-awakening-to-blacklist/index.md",
   "title": "About Awakening (To Blacklist)",
   "description": "How the melody of Awakening (To Blacklist) came out of a recording of 60 cycle hum: a frequency shifter on the Spacebirds preset, wet/dry automation, and a happy accident with two frozen drum tracks. With the audio examples. By Sarth Calhoun, November 21, 2020.",
   "facet": "message",
   "published": "2020-11-21",
   "headings": []
  },
  {
   "route": "/sightings/",
   "url": "https://www.sarth.net/sightings/",
   "markdown": "https://www.sarth.net/sightings/index.md",
   "title": "Sightings",
   "description": "Live appearances: Metal Machine Trio REDCAT 2008, Gramercy 2009, Europe and Sydney 2010, Yellow Pony with Lou Reed and Laurie Anderson, Lucibel Crater, Lulu studio, Lou Reed Drones.",
   "facet": null,
   "published": null,
   "headings": [
    "Spine",
    "Metal Machine Trio",
    "Installations · not concerts",
    "Yellow Pony · Lou Reed and Laurie Anderson",
    "Lucibel Crater",
    "Lou Reed song band, 2011",
    "Lulu",
    "Later",
    "Talks",
    "One-offs",
    "On record"
   ]
  },
  {
   "route": "/sightings/reaktor-live-2023/",
   "url": "https://www.sarth.net/sightings/reaktor-live-2023/",
   "markdown": "https://www.sarth.net/sightings/reaktor-live-2023/index.md",
   "title": "Reaktor Live, June 27, 2023",
   "description": "Reaktor Live, June 27, 2023: Maximizing Growth Through Accessible and Actionable Data. Sarth Calhoun of Reaktor with Michele Stone of Paramount, moderated by Ian Fosbery; the recording is on YouTube.",
   "facet": "message",
   "published": null,
   "headings": [
    "The panel"
   ]
  },
  {
   "route": "/rumors/",
   "url": "https://www.sarth.net/rumors/",
   "markdown": "https://www.sarth.net/rumors/index.md",
   "title": "Rumors",
   "description": "Press on Sarth Calhoun: Book of Sarth, Metal Machine Trio, Lulu, Lucibel Crater. Verbatim quotes. The Verge, New York Times, Billboard, Rolling Stone, The Wire.",
   "facet": null,
   "published": null,
   "headings": [
    "Spine",
    "Book of Sarth",
    "Lucibel Crater",
    "Metal Machine Trio",
    "Lulu",
    "Books"
   ]
  },
  {
   "route": "/devices/",
   "url": "https://www.sarth.net/devices/",
   "markdown": "https://www.sarth.net/devices/index.md",
   "title": "Devices",
   "description": "Physical objects on Sarth Calhoun’s table: Symbolic Sound Kyma, Haken Continuum Fingerboard, Ableton Live, Runway. Used in Metal Machine Trio, Lulu, Lucibel Crater, Book of Sarth, Burlap.",
   "facet": "machine",
   "published": null,
   "headings": [
    "Symbolic Sound Kyma (Paca / Pacarana)",
    "Haken Continuum Fingerboard",
    "Ableton Live",
    "Runway",
    "Bass"
   ]
  },
  {
   "route": "/citations/",
   "url": "https://www.sarth.net/citations/",
   "markdown": "https://www.sarth.net/citations/index.md",
   "title": "Citations",
   "description": "Every outbound citation on sarth.net, grouped by page, with a machine-readable JSON version for agents.",
   "facet": null,
   "published": "2026-09-22",
   "headings": [
    "What first-party means here",
    "[Sarth Calhoun](/)",
    "[About](/about/)",
    "[Citations](/citations/)",
    "[Awakening (To Blacklist)](/conspiracies/awakening-to-blacklist/)",
    "[Book of Sarth](/conspiracies/book-of-sarth/)",
    "[Burlap](/conspiracies/burlap/)",
    "[The Creation of the Universe, ambisonic installation](/conspiracies/creation-of-the-universe-ambisonic/)",
    "[The Gralbum Collective](/conspiracies/gralbum-collective/)",
    "[Hidden Books, Hidden Stories](/conspiracies/hidden-books-hidden-stories/)",
    "[I Just Believe in Christmas](/conspiracies/i-just-believe-in-christmas/)",
    "[Ingather](/conspiracies/ingather/)",
    "[Junior Dad](/conspiracies/junior-dad/)",
    "[Lou Reed’s 2011 European tour](/conspiracies/lou-reed-2011-european-tour/)",
    "[Lou Reed’s song band](/conspiracies/lou-reed-song-band/)",
    "[Lou Reed spring 2008 U.S. tour](/conspiracies/lou-reed-spring-2008-tour/)",
    "[Lucibel Crater](/conspiracies/lucibel-crater/)",
    "[Lulu](/conspiracies/lulu/)",
    "[Metal Machine Trio](/conspiracies/metal-machine-trio/)",
    "[Number19](/conspiracies/number19/)",
    "[Poughkeepsie](/conspiracies/poughkeepsie/)",
    "[Power and Serenity](/conspiracies/power-and-serenity/)",
    "[Reflections, Vol. 1](/conspiracies/reflections-vol-1/)",
    "[Third Wall Studio](/conspiracies/third-wall-studio/)",
    "[Vivid LIVE 2010](/conspiracies/vivid-live/)",
    "[Yellow Pony](/conspiracies/yellow-pony/)",
    "[Adam Matta](/conspirators/adam-matta/)",
    "[Alex Wyly](/conspirators/alex-wyly/)",
    "[Andrew Beck](/conspirators/andrew-beck/)",
    "[Aram Bajakian](/conspirators/aram-bajakian/)",
    "[Billy Martin](/conspirators/billy-martin/)",
    "[Bora Yoon](/conspirators/bora-yoon/)",
    "[Carla Scaletti](/conspirators/carla-scaletti/)",
    "[Dominic Bouffard](/conspirators/dominic-bouffard/)",
    "[Doron Lev](/conspirators/doron-lev/)",
    "[Jacob McCoy](/conspirators/jacob-mccoy/)",
    "[Joe Kelly](/conspirators/joe-kelly/)",
    "[John Zorn](/conspirators/john-zorn/)",
    "[Jonathan Arons](/conspirators/jonathan-arons/)",
    "[Kevin Hearn](/conspirators/kevin-hearn/)",
    "[Kurt Hebel](/conspirators/kurt-hebel/)",
    "[Laurie Anderson](/conspirators/laurie-anderson/)",
    "[Leah Coloff](/conspirators/leah-coloff/)",
    "[Lippold Haken](/conspirators/lippold-haken/)",
    "[Lou Reed](/conspirators/lou-reed/)",
    "[Marc Ribot](/conspirators/marc-ribot/)",
    "[Marc Urselli](/conspirators/marc-urselli/)",
    "[Mark Righter](/conspirators/mark-righter/)",
    "[Metallica](/conspirators/metallica/)",
    "[Michael Patrick Flanagan Smith](/conspirators/michael-patrick-flanagan-smith/)",
    "[Mike Acerbo](/conspirators/mike-acerbo/)",
    "[Mike Rathke](/conspirators/mike-rathke/)",
    "[Moldover](/conspirators/moldover/)",
    "[Paul Chuffo](/conspirators/paul-chuffo/)",
    "[Phil Weinrobe](/conspirators/phil-weinrobe/)",
    "[Rich Kulsar](/conspirators/rich-kulsar/)",
    "[Rob Wasserman](/conspirators/rob-wasserman/)",
    "[Robert Wilson](/conspirators/robert-wilson/)",
    "[Savas](/conspirators/savas/)",
    "[Scott Hampton](/conspirators/scott-hampton/)",
    "[Shahzad Ismaily](/conspirators/shahzad-ismaily/)",
    "[Steve Hunter](/conspirators/steve-hunter/)",
    "[Stewart Hurwood](/conspirators/stewart-hurwood/)",
    "[Sxip Shirey](/conspirators/sxip-shirey/)",
    "[Tetiana Khodakivska](/conspirators/tetiana-khodakivska/)",
    "[Tony Diodore](/conspirators/tony-diodore/)",
    "[Tony “Thunder” Smith](/conspirators/tony-thunder-smith/)",
    "[Ulrich Krieger](/conspirators/ulrich-krieger/)",
    "[Contact](/contact/)",
    "[Contraptions](/contraptions/)",
    "[Devices](/devices/)",
    "[Rumors](/rumors/)",
    "[Sightings](/sightings/)",
    "[Reaktor Live, June 27, 2023](/sightings/reaktor-live-2023/)",
    "[Transmissions](/transmissions/)",
    "[Beautiful Tornado](/transmissions/beautiful-tornado/)",
    "[DuckDB, where have you been all my life](/transmissions/duckdb-where-have-you-been-all-my-life/)",
    "[External Tables, Partitions, CTEs, Window Functions, and Partitions](/transmissions/external-tables/)",
    "[Building on external tables](/transmissions/external-tables/building-on-external-tables/)",
    "[Current truth with window functions](/transmissions/external-tables/current-truth-with-window-functions/)",
    "[Defending the boundary](/transmissions/external-tables/defending-the-boundary/)",
    "[Living with the code](/transmissions/external-tables/living-with-the-code/)",
    "[Why append-only](/transmissions/external-tables/why-append-only/)",
    "[I Before E](/transmissions/i-before-e/)",
    "[Introspections](/transmissions/introspections/)",
    "[Lou Reed Live at Lollapalooza 2009](/transmissions/lou-reed-live-at-lollapalooza-2009/)",
    "[Peggy Sue](/transmissions/peggy-sue/)",
    "[Singles](/transmissions/singles/)",
    "[Solsbury Hill](/transmissions/solsbury-hill/)",
    "[SQL as the data language](/transmissions/sql-as-the-data-language/)",
    "[Suspension](/transmissions/suspension/)",
    "[The Creation of the Universe](/transmissions/the-creation-of-the-universe/)",
    "[The Family Album](/transmissions/the-family-album/)",
    "[Through the Brambles](/transmissions/through-the-brambles/)",
    "[Transmissions from the Book of Sarth](/transmissions/transmissions-from-the-book-of-sarth/)",
    "[Visual Reference Prompting](/transmissions/visual-reference-prompting/)",
    "[Why Python is the default for data work](/transmissions/why-python-is-the-default-for-data-work/)",
    "[Window functions, the mental model](/transmissions/window-functions/)",
    "[Work](/work/)"
   ]
  },
  {
   "route": "/contact/",
   "url": "https://www.sarth.net/contact/",
   "markdown": "https://www.sarth.net/contact/index.md",
   "title": "Contact",
   "description": "Contact Sarth Calhoun. mailto:sayhello@sarth.net. X @noisegroove.",
   "facet": null,
   "published": null,
   "headings": []
  },
  {
   "route": "/search/",
   "url": "https://www.sarth.net/search/",
   "markdown": "https://www.sarth.net/search/index.md",
   "title": "Search",
   "description": "Search sarth.net: 105 pages of conspiracies, conspirators, transmissions and work. The index is also readable as JSON at /search-index.json, and the page catalogue at /pages.json.",
   "facet": null,
   "published": null,
   "headings": [
    "Reading it another way"
   ]
  }
 ]
}
