Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

papers: register arxiv-latency in cli/papermill/cards-convert maps

Without the registry entries the oven was skipping the new paper —
build log showed only the unrelated whistlegraph rebuild. Adds
arxiv-latency to all three PAPER_MAP definitions so the next
oven cycle picks up latency.tex and emits both the standard
PDF and the cards variant.

+11
+1
papers/cards-convert.mjs
··· 43 43 "arxiv-ucla-arts": { base: "ucla-arts", title: "Two Departments, One Building", siteName: "ucla-arts-funding-26-arxiv" }, 44 44 "arxiv-holden": { base: "holden", title: "The Potter and the Prompt", siteName: "potter-and-prompt-26-arxiv" }, 45 45 "arxiv-url-tradition": { base: "url-tradition", title: "The URL Tradition", siteName: "url-tradition-26-arxiv" }, 46 + "arxiv-latency": { base: "latency", title: "Where the Microseconds Go", siteName: "where-the-microseconds-go-26-arxiv" }, 46 47 }; 47 48 48 49 function getAvailableTranslations(dir, info) {
+5
papers/cli.mjs
··· 191 191 title: "The URL Tradition", 192 192 psycho: true, 193 193 }, 194 + "arxiv-latency": { 195 + base: "latency", 196 + siteName: "where-the-microseconds-go-26-arxiv", 197 + title: "Where the Microseconds Go", 198 + }, 194 199 "cv": { 195 200 base: "cv", 196 201 siteName: "jeffrey-alan-scudder-cv",
+5
papers/papermill.mjs
··· 146 146 siteName: "reading-the-score-26-arxiv", 147 147 paperId: "score-analysis", 148 148 }, 149 + "arxiv-latency": { 150 + base: "latency", 151 + siteName: "where-the-microseconds-go-26-arxiv", 152 + paperId: "latency", 153 + }, 149 154 }; 150 155 151 156 // --- File discovery ---