Netflix Does Not Have My Best Interest
addiction
I watch Netflix because I’m too tired to do anything else. The kids are finally sleeping and I’m spent.
It’s meant to be a quick escape from life before I do what I really need to do which is sleep.
Read More
Embedded Divinity
god
What if we didn’t think of God as infinite.
What if God poured itself into this particular universe. What if He’s completely bound to this one cosmos.
Read More
Adults Don't Share
parenting
All the time at the playground I hear, “good sharing!” and “no no Jackson, you need to share”.
We parents think it is some critical skill that children need to learn.
Read More
TypeScript Classes Are Giving Me Carpal Tunnel
typescript
Whenever a class needs a few arguments in TypeScript, I cringe because I know I’m going to need to perform a ceremony to make it happy.
Read More
Sharing Steps in Github Action Workflows
ci electron github
I’ve got an electron app that needs to be built on all three platforms. I’ve got three workflow files all with slightly differing steps.
Read More
How to useRef and forwardRef in React
react
What do I do when my component uses a ref internally but also needs to forward a ref from its parent?
Read More