-
2025-04-23 notes book
Flowers For Algernon
is it better to have loved than to have never loved at all?
-
2025-03-04 notes git
git rebase onto
change the base of a branch to a different branch
-
2025-02-25 notes git
git rename local and remote branch
rename a branch that has already been pushed
-
2025-02-22 notes book
A View From The Stars
Cixin Liu's short stories and essays on sci-fi
-
2025-01-17 notes 3dprinting
3D Printing Workflow
Notes on 3D Printer usage and maintenance
-
2024-12-29 notes book
Liber Indigo: The Affordances of Magic
I went in thinking it was a book about novel interface design, and ended up with a new perspective on the nature of reality.
-
2024-07-14 notes git
git submodule
Initialize, pull, and update git submodules
-
2024-07-08 notes git
git checkout line by line (hunk by hunk)
Use “git checkout --patch” to apply changes line by line