Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

fix: rebuild identity cards + cache bust + pals logo links to papers site

Cards PDF confirmed to contain §9 PDS on Bare Metal. Updated papersVersion to 20260328 to bust browser cache. Also: pals logo on all cards title pages now links to papers.aesthetic.computer. Regenerated all 24 cards .tex files.

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

+4 -4
+2 -2
papers/arxiv-identity/identity-cards.tex
··· 73 73 \thispagestyle{empty} 74 74 \vspace*{\fill} 75 75 \begin{center} 76 - \includegraphics[height=9em]{pals}\par\vspace{0.1em} 76 + \href{https://papers.aesthetic.computer}{\includegraphics[height=9em]{pals}}\par\vspace{0.1em} 77 77 {\acbold\fontsize{18pt}{22pt}\selectfont\color{acdark} Handle Identity on the AT Protocol}\par 78 78 \vspace{0.1em} 79 79 {\fontsize{9pt}{11pt}\selectfont\color{acpink} From Auth0 to Decentralized Sign-In on Aesthetic Computer}\par ··· 86 86 \vspace{0.15em} 87 87 \colorbox{yellow!60}{\small\color{red!80!black}\textbf{\textit{working draft --- not for citation}}}\par 88 88 \vspace{0.1em} 89 - {\footnotesize\color{acgray} March 2026 · \href{https://github.com/whistlegraph/aesthetic-computer/commit/76959d470}{76959d470}}\par 89 + {\footnotesize\color{acgray} March 2026 · \href{https://github.com/whistlegraph/aesthetic-computer/commit/f337fc02a}{f337fc02a}}\par 90 90 \end{center} 91 91 \vspace*{\fill} 92 92
+1 -1
papers/cards-convert.mjs
··· 261 261 \\thispagestyle{empty} 262 262 \\vspace*{\\fill} 263 263 \\begin{center} 264 - \\includegraphics[height=9em]{pals}\\par\\vspace{0.1em} 264 + \\href{https://papers.aesthetic.computer}{\\includegraphics[height=9em]{pals}}\\par\\vspace{0.1em} 265 265 {\\acbold\\fontsize{18pt}{22pt}\\selectfont\\color{acdark} ${title}}\\par 266 266 \\vspace{0.1em} 267 267 ${subtitle ? `{\\fontsize{9pt}{11pt}\\selectfont\\color{acpink} ${subtitle}}\\par\n\\vspace{0.4em}` : "\\vspace{0.3em}"}
system/public/papers.aesthetic.computer/handle-identity-atproto-26-arxiv-cards.pdf

This is a binary file and will not be displayed.

+1 -1
system/public/papers.aesthetic.computer/index.html
··· 640 640 641 641 <script> 642 642 // Cache-bust version — updated by papermill deploy 643 - window.__papersVersion = '20260318'; 643 + window.__papersVersion = '20260328'; 644 644 645 645 // Relative timestamps 646 646 function relativeTime(iso) {