Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

Simplify papers site intro and fix flash helper MAC partition sizing

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

+5 -4
+1 -1
fedac/native/scripts/flash-helper-runner.sh
··· 231 231 232 232 STAGE_MB=$(ac_media_stage_tree_size_mib "${STAGED_ROOT}") 233 233 EFI_MB=$(( STAGE_MB + 96 )) 234 - MAC_MB=$(( STAGE_MB + 128 )) 234 + MAC_MB=$(( STAGE_MB * 2 + 128 )) 235 235 DISK_MB=$(( $(blockdev --getsize64 "${USB_DEV}") / 1048576 )) 236 236 MAIN_MB=$(( DISK_MB - EFI_MB - MAC_MB - 32 )) 237 237
+4 -3
system/public/papers.aesthetic.computer/index.html
··· 244 244 .colophon p:last-child { margin-bottom: 0; } 245 245 .colophon a { color: var(--purple); text-decoration: none; } 246 246 .colophon a:hover { text-decoration: underline; } 247 + .colophon a.ac-link { color: inherit; } 248 + .colophon a.ac-link:hover { text-decoration: none; opacity: 0.8; } 247 249 /* .filesize replaced by .fmt-label in format icons */ 248 250 249 251 /* === PSYCHO papers === */ ··· 688 690 <!-- guest-end --> 689 691 690 692 <div class="colophon"> 691 - <p>These papers are sourced from the <a href="/platter">research platter</a>, a living document that tracks the design, history, and direction of <a href="https://aesthetic.computer">Aesthetic Computer</a>. The platter is the raw material. The papers are what gets shaped from it. They are working drafts, written in first person, typeset in LaTeX with XeTeX, and compiled by an oven server that polls the repository every 60 seconds.</p> 692 - <p>The cards format is a 4&times;6 inch mobile-friendly version of each paper, designed for reading on a phone. Every paper is translated into Danish, Spanish, and Chinese.</p> 693 - <p>All papers by <a href="https://prompt.ac/@jeffrey">@jeffrey</a>. Related readings live on the <a href="/platter">platter</a>.</p> 693 + <p>Papers publishes working research on the <a href="https://aesthetic.computer" class="ac-link"><span class="logo-ac">Aesthetic<span class="logo-dot">.</span>Computer</span></a> project, typeset in LaTeX and compiled from the <a href="/platter">research platter</a>. Cards are 4&times;6 inch mobile versions. Translated into Danish, Spanish, Chinese, and Japanese.</p> 694 + <p>By <a href="https://prompt.ac/@jeffrey">@jeffrey</a>.</p> 694 695 </div> 695 696 696 697 <div class="build-status" id="buildStatus">