Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

notepat-remote: boot fingerprint log

Early console.log in boot prints build id + packed/forceDaw flags so
the Max Console reveals which version of the piece actually loaded.
Online path (live URL) is served by lith and can lag behind main
until lith/deploy.fish runs; offline chunked bundle is always fresh
because the amxd embeds the current piece source directly.

+9
+9
system/public/aesthetic.computer/disks/notepat-remote.mjs
··· 205 205 } 206 206 207 207 function boot({ wipe, cursor, hud, send, net }) { 208 + // Obvious fingerprint so the Max Console shows which version actually 209 + // loaded — live URL (aesthetic.computer) is served by lith and can be 210 + // stale if deploy hasn't run; offline chunked bundle is always latest. 211 + try { 212 + console.log( 213 + `[notepat-remote] boot build=2026-04-24-focus-hooks ` + 214 + `packed=${!!window.acPACK_MODE} forceDaw=${!!window.acFORCE_DAW}`, 215 + ); 216 + } catch {} 208 217 wipe(10, 12, 22); 209 218 cursor?.("native"); 210 219 hud?.label?.("");
system/public/m4l/notepat.com.amxd

This is a binary file and will not be displayed.