mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
803688ea58
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>
12 lines
207 B
Makefile
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
|