Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

blank: negate lidMid so it flips to correct +hh at 180°

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

+1 -1
+1 -1
system/public/aesthetic.computer/disks/blank.mjs
··· 146 146 147 147 // Lid centered on base midpoint (y=hh) so both halves align when flat 148 148 // At 180°: y flips around pivot → lid centered at y=hh, same as base center 149 - const lidMid = hh; // base midpoint 149 + const lidMid = -hh; // flips to +hh at 180° to match base midpoint 150 150 const lidLocal = [ 151 151 [-hw, lidMid + lidThick / 2, gap], [hw, lidMid + lidThick / 2, gap], 152 152 [hw, lidMid - lidThick / 2, gap], [-hw, lidMid - lidThick / 2, gap],