Site Navigation

Selected Content

Journal-like notes
Reading notes
Zeitgeist notes

Einstein and Infeld on Physical Concepts
Jiddu Krishnamurti on Truth

the Drawing Board

Edit on GitHub


Github use and practice notes

(many of these notes assume that Github and git credentials are set up)

2024-01-26: use gh to create a new Github repo

git init
gh repo create --source=. --public
git push --set-upstream origin main