typos and a performance fix

This commit is contained in:
Joshua Seigler 2025-05-08 01:33:20 -04:00
parent 7c4b24eaf0
commit 8d3482cb4d
2 changed files with 5 additions and 3 deletions

View file

@ -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 > * {

View file

@ -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.
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.