lumbda/www
russell@unturf.com f119f581a1
Makefile + www: make gpu-worker target & start-worker docs
Adds a one-shot target so any host with nvcc can stand up a bend
worker without remembering the launch incantation.

  make gpu-worker
    → make -C examples/cuda-fanout shake256-fanout
    → writes examples/cuda-fanout/launch.lsp (wire + worker + main)
    → cd examples/cuda-fanout
    → python3 -u ../../lumbda.py launch.lsp --port 9091

  make gpu-worker LUMBDA=c PORT=9001     # C tier host on port 9001
  make gpu-worker LUMBDA=asm             # asm tier host

Uses python3 -u so the worker's status lines ("gpu-worker:
ready …", "listening on port 9091") appear live; bypasses Python's
default stdout buffering that masked them during development.

www/index.html bend section gains a 'Start a GPU worker' subsection
with the same make targets so the website visitor doesn't need to
spelunk the repo to find them.

Also adds gpu-worker, gpu-worker-bin, gpu-worker-test to .PHONY.
2026-06-05 08:19:51 -04:00
..
fonts/chunkfive www: ChunkFive for logo/titles; normalize asm references to "GNU asm" 2026-04-19 16:08:02 -04:00
404.html www/: static docroot for lumbda.com 2026-04-19 11:21:56 -04:00
index.html Makefile + www: make gpu-worker target & start-worker docs 2026-06-05 08:19:51 -04:00
lumbda-logo-green.png www + whitepaper: adopt custom λ mark from MPS, green, 3× wordmark size 2026-04-19 17:32:43 -04:00
lumbda-logo.png www + whitepaper: adopt custom λ mark from MPS, green, 3× wordmark size 2026-04-19 17:32:43 -04:00
lumbda-whitepaper.html www: HTML whitepaper + prose rewrite avoiding "to be" and "the" 2026-04-19 16:23:56 -04:00
lumbda-whitepaper.pdf www: canonical slug /lumbda-whitepaper.pdf + embed uncloseai.js 2026-04-19 16:17:43 -04:00
robots.txt www/: static docroot for lumbda.com 2026-04-19 11:21:56 -04:00
style.css logo: revert artwork to source orientation (was over-flipped) 2026-04-19 17:42:14 -04:00