Files
kennethreitz.org/Makefile
T
kennethreitz 803688ea58 Add essay on non-verbal consciousness and the textured mind
Explores the personal unconscious realm that communicates through textures, shapes, and feelings rather than words. Examines autonomous presences like Jade and Iris as access points to archetypal currents, DID-like symptoms without full DID, and how the language-brain tries to pathologize valid forms of non-linear consciousness.

Connects personal psychology to collective unconscious patterns while honoring consciousness plurality as natural architecture rather than pathology. Cross-linked to existing work on programming as spiritual practice and plural self exploration.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 10:53:46 -04:00

12 lines
207 B
Makefile

init:
uv sync
run:
uv run gunicorn --bind 0.0.0.0 --worker-class gevent --workers 1 --worker-connections 1000 --timeout 60 engine:app
docker-run:
docker-compose up --build
build:
docker compose build