diff --git a/assets/site.css b/assets/site.css index a23e224..8bb45c4 100644 --- a/assets/site.css +++ b/assets/site.css @@ -121,7 +121,9 @@ body { left: var(--inset); right: var(--inset); padding: 0.5rem; - bottom: calc(-35vh + var(--viewPointDelta)); + bottom: -35vh; + transform: translateY(calc(-1 * var(--viewPointDelta))); + will-change: translateY; } @media (prefers-color-scheme: dark) { #brand > * { diff --git a/site/pages/books.md b/site/pages/books.md index a3c5e5a..a90d867 100644 --- a/site/pages/books.md +++ b/site/pages/books.md @@ -17,7 +17,7 @@ These stories contain so much richness. One theme that stuck with me emerges in ### [Leadership and Self-Deception](https://amzn.to/3GNsFGs) by The Arbinger Institute -This book painted for me a vivid picture of the mechanics of selfish and self-centered thinking. It describes in detail the ways that we blind ourselves, especially in interpersonal communication. The result of internalizing the concepts in this book is a sort of secular elaboration of "Love your neighbor", but even though it misses (or omits? subtracts?) the spiritual core of things, it still rings quite true and the tools this book and others from the Arbinger Instuture present are fantastically valuable. +This book painted for me a vivid picture of the mechanics of selfish and self-centered thinking. It describes in detail the ways that we blind ourselves, especially in interpersonal communication. The result of internalizing the concepts in this book is a sort of secular elaboration of "Love your neighbor", but even though it misses (or omits? subtracts?) the spiritual core of things, it still rings quite true and the tools found in this book and others from the Arbinger Instutute are fantastically valuable. If this is of interest, you may also enjoy Marshall Rosenberg's "Non-violent communication" ### [Orthodoxy and the Religion of the Future](https://amzn.to/4jVqE9F) @@ -48,4 +48,4 @@ The illustrations in this surreal children's book stuck with me my whole life. I ### [Getting Started on the PC-2](https://archive.org/details/gettingstartedon00harv) by Harvard Pennington, Gary Camp, Ralph Burris -This was my first programming book. My grandfather Clarence gave it to me along with a Radio Shack PC-2 handheld computer. That evening I managed to make a program that produced "music", a random sequence of tones. I was hooked. \ No newline at end of file +This was my first programming book. My grandfather Clarence gave it to me along with a Radio Shack PC-2 handheld computer. That evening I managed to make a program that produced "music", a random sequence of tones. I was hooked.