Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

feat: add collected reader — 173-page draft combining all papers + grants

- Title page, clickable TOC, global page numbering, draft timestamp
- Part I: 26 papers (thematically grouped: platform, kidlisp, instruments, etc.)
- Part II: LACMA 2026 grant application
- Part III: ELS '26 conference paper
- Build: xelatex papers/reader.tex (two passes for TOC)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+205
papers/reader.pdf

This is a binary file and will not be displayed.

+205
papers/reader.tex
··· 1 + % !TEX program = xelatex 2 + % Aesthetic Computer — Collected Papers & Grants (Reader) 3 + % Auto-generated reader that merges all papers and grant applications 4 + % into a single printable PDF with global page numbering. 5 + 6 + \documentclass[12pt,letterpaper]{article} 7 + 8 + % === PACKAGES === 9 + \usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry} 10 + \usepackage{fontspec} 11 + \usepackage{xcolor} 12 + \usepackage{pdfpages} 13 + \usepackage{fancyhdr} 14 + \usepackage{hyperref} 15 + \usepackage{eso-pic} 16 + \usepackage{tikz} 17 + \usepackage{ragged2e} 18 + 19 + % === FONTS === 20 + \setmainfont{Latin Modern Sans} 21 + \newfontfamily\acbold{ywft-processing-bold}[ 22 + Path=../system/public/type/webfonts/, 23 + Extension=.ttf 24 + ] 25 + 26 + % === COLORS === 27 + \definecolor{acpink}{RGB}{180,72,135} 28 + \definecolor{acpurple}{RGB}{120,80,180} 29 + \definecolor{acgray}{RGB}{119,119,119} 30 + 31 + % === HYPERREF === 32 + \hypersetup{ 33 + colorlinks=true, 34 + linkcolor=acpurple, 35 + urlcolor=acpurple, 36 + pdftitle={Aesthetic Computer — Collected Papers & Grants (Reader Draft)}, 37 + pdfauthor={Jeffrey Alan Scudder}, 38 + } 39 + 40 + % === PARAGRAPH === 41 + \setlength{\parindent}{0em} 42 + \setlength{\parskip}{0.5em} 43 + \RaggedRight 44 + 45 + % === HEADER/FOOTER === 46 + \pagestyle{fancy} 47 + \fancyhf{} 48 + \renewcommand{\headrulewidth}{0pt} 49 + \fancyhead[L]{\small\color{acgray}\textit{Aesthetic Computer Reader --- Draft \today}} 50 + \fancyhead[R]{\small\color{acgray}\textit{\thepage}} 51 + \fancyfoot{} 52 + 53 + % === INCLUDED-PDF FOOTER OVERLAY === 54 + % This style overlays global page numbers on included PDFs 55 + \fancypagestyle{included}{% 56 + \fancyhf{}% 57 + \renewcommand{\headrulewidth}{0pt}% 58 + \fancyhead[L]{\small\color{acgray}\textit{Aesthetic Computer Reader --- Draft \today}}% 59 + \fancyhead[R]{\small\color{acgray}\textit{\thepage}}% 60 + } 61 + 62 + % === HELPER: include a paper with a TOC entry === 63 + \newcommand{\readerpart}[2]{% 64 + % #1 = TOC title, #2 = PDF path 65 + \cleardoublepage 66 + \phantomsection 67 + \addcontentsline{toc}{section}{#1}% 68 + \includepdf[pages=-, pagecommand={\thispagestyle{included}}]{#2}% 69 + } 70 + 71 + % =================================================================== 72 + \begin{document} 73 + 74 + % === TITLE PAGE === 75 + \thispagestyle{empty} 76 + \begin{center} 77 + \vspace*{3cm} 78 + 79 + {\acbold\fontsize{36pt}{40pt}\selectfont Aesthetic{\color{acpink}.}Computer} 80 + 81 + \vspace{1cm} 82 + {\LARGE Collected Papers \& Grants} 83 + 84 + \vspace{0.5cm} 85 + {\large\color{acgray} Reader Draft} 86 + 87 + \vspace{2cm} 88 + {\color{acgray} 89 + Jeffrey Alan Scudder\\[4pt] 90 + Los Angeles, CA\\[12pt] 91 + \href{https://aesthetic.computer}{aesthetic.computer} 92 + } 93 + 94 + \vspace{3cm} 95 + {\color{acgray}\small 96 + Generated \today\\[4pt] 97 + 26 papers + 1 grant application\\[4pt] 98 + \textit{This reader is a working draft for review and printing.} 99 + } 100 + 101 + \vfill 102 + {\color{acpink}\rule{0.4\textwidth}{1.5pt}} 103 + \end{center} 104 + 105 + \newpage 106 + 107 + % === TABLE OF CONTENTS === 108 + \thispagestyle{fancy} 109 + \phantomsection 110 + \begin{center} 111 + {\large\bfseries Contents} 112 + \end{center} 113 + \vspace{0.5em} 114 + \tableofcontents 115 + 116 + \newpage 117 + 118 + % =================================================================== 119 + % PART I: PAPERS 120 + % =================================================================== 121 + \thispagestyle{fancy} 122 + \begin{center} 123 + \vspace*{2cm} 124 + {\color{acpink}\rule{0.3\textwidth}{1.5pt}}\\[1em] 125 + {\LARGE\bfseries Part I: Papers}\\[0.5em] 126 + {\color{acgray} 26 working papers on creative computing}\\[1em] 127 + {\color{acpink}\rule{0.3\textwidth}{1.5pt}} 128 + \end{center} 129 + \newpage 130 + 131 + % --- Core Platform --- 132 + \readerpart{Aesthetic Computer '26: A Mobile-First Runtime for Creative Computing}{arxiv-ac/ac.pdf} 133 + \readerpart{AC Native OS '26: A Bare-Metal Creative Computing Operating System}{arxiv-os/os.pdf} 134 + \readerpart{From setup() to boot(): Processing at the Core of the Piece API}{arxiv-api/api.pdf} 135 + \readerpart{Pieces Not Programs}{arxiv-pieces/pieces.pdf} 136 + \readerpart{The URL Tradition: Addressable Creative Computing from HyperCard to AC}{arxiv-url-tradition/url-tradition.pdf} 137 + 138 + % --- KidLisp --- 139 + \readerpart{KidLisp '26: A Minimal Lisp for Generative Art}{arxiv-kidlisp/kidlisp.pdf} 140 + \readerpart{KidLisp Language Reference: 118 Built-ins in 12 Categories}{arxiv-kidlisp-reference/kidlisp-reference.pdf} 141 + \readerpart{KidLisp Cards: Programs That Fit on a Card}{arxiv-kidlisp-cards/kidlisp-cards.pdf} 142 + 143 + % --- Instruments & Sound --- 144 + \readerpart{notepat.com: From Keyboard Toy to System Front Door}{arxiv-notepat/notepat.pdf} 145 + \readerpart{Playable Folk Songs: Oral Tradition Meets the Browser Keyboard}{arxiv-folk-songs/folk-songs.pdf} 146 + \readerpart{Every Sound is a Painting: Sampling as Visual-Auditory Practice}{arxiv-sampling/sampling.pdf} 147 + \readerpart{PLOrk'ing the Planet: From Laptop Orchestra to Planetary Organ}{arxiv-plork/plork.pdf} 148 + 149 + % --- Performance & Social --- 150 + \readerpart{Whistlegraph: Drawing, Singing, and the Graphic Score as Viral Form}{arxiv-whistlegraph/whistlegraph.pdf} 151 + \readerpart{Network Audit: Who Uses Aesthetic Computer and What Do They Make?}{arxiv-network-audit/network-audit.pdf} 152 + \readerpart{Handle Identity on the AT Protocol: From Auth0 to Decentralized Sign-In}{arxiv-identity/identity.pdf} 153 + 154 + % --- History & Criticism --- 155 + \readerpart{Repository Archaeology: Tracing the Evolution Through Git History}{arxiv-archaeology/archaeology.pdf} 156 + \readerpart{Dead Ends: Failed Experiments and Abandoned Approaches}{arxiv-dead-ends/dead-ends.pdf} 157 + \readerpart{Sucking on the Complex: Platform Hegemony and Anti-Environments}{arxiv-complex/complex.pdf} 158 + \readerpart{Radical Computer Art: Goodiepalian Approaches}{arxiv-goodiepal/goodiepal.pdf} 159 + \readerpart{The Potter and the Prompt: John Holden's Proto-Cognitive Music Theory}{arxiv-holden/holden.pdf} 160 + 161 + % --- Education & Sustainability --- 162 + \readerpart{Get Closed Source Out of Schools: Every Chromebook Is a Gateway Denied}{arxiv-open-schools/open-schools.pdf} 163 + \readerpart{CalArts, Callouts, and Papers: Art School as Operating System}{arxiv-calarts/calarts.pdf} 164 + \readerpart{Two Departments, One Building: Funding in UCLA Arts}{arxiv-ucla-arts/ucla-arts.pdf} 165 + \readerpart{Who Pays for Creative Tools?}{arxiv-sustainability/sustainability.pdf} 166 + 167 + % --- Meta & Future --- 168 + \readerpart{Five Years from Now: What Aesthetic Computer Probably Becomes}{arxiv-futures/futures.pdf} 169 + \readerpart{Reading the Score}{arxiv-score-analysis/score-analysis.pdf} 170 + \readerpart{Diversity and Inclusion in AC Paper Citations}{arxiv-diversity/diversity.pdf} 171 + 172 + % =================================================================== 173 + % PART II: GRANTS 174 + % =================================================================== 175 + \cleardoublepage 176 + \thispagestyle{fancy} 177 + \begin{center} 178 + \vspace*{2cm} 179 + {\color{acpink}\rule{0.3\textwidth}{1.5pt}}\\[1em] 180 + {\LARGE\bfseries Part II: Grants}\\[0.5em] 181 + {\color{acgray} Applications and proposals}\\[1em] 182 + {\color{acpink}\rule{0.3\textwidth}{1.5pt}} 183 + \end{center} 184 + \newpage 185 + 186 + \readerpart{LACMA Art + Technology Lab 2026: The Unfinished Instrument}{../grants/lacma-2026/lacma-2026.pdf} 187 + 188 + % =================================================================== 189 + % PART III: CONFERENCE PAPERS 190 + % =================================================================== 191 + \cleardoublepage 192 + \thispagestyle{fancy} 193 + \begin{center} 194 + \vspace*{2cm} 195 + {\color{acpink}\rule{0.3\textwidth}{1.5pt}}\\[1em] 196 + {\LARGE\bfseries Part III: Conference Papers}\\[0.5em] 197 + {\color{acgray} Peer-reviewed submissions}\\[1em] 198 + {\color{acpink}\rule{0.3\textwidth}{1.5pt}} 199 + \end{center} 200 + \newpage 201 + 202 + \readerpart{KidLisp: A Minimal Lisp for Generative Art (ELS '26)}{els-kidlisp/els-kidlisp.pdf} 203 + 204 + % =================================================================== 205 + \end{document}