Chris McMullen on kindleunlimited
Chris McMullen has a bunch of his books available on kindleunlimited.
Passive sign convention
Today I learned about the passive sign convention in electric circuits. It is also known as “associated references”. When current is flowing into the positive terminal of a circuit element then the element is absorbing power. When current is flowing into the negative terminal of a circuit element then the element is providing power. P = VI and when P is positive the element is receiving power and when P is negative the element is providing power. In a complete circuit the sum of power is zero, the sources and loads are evenly balanced.
Vibe Coding with Genesis Mini
This looks interesting. It’s a modular ESP32 starter kit. Can purchase here: Axiometa Genesis Mini – Starter Kit. I got myself one. We can have a look at it together when it arrives!
How to Learn Anything Faster Using Modern Research
In this video about learning Justin Sung recommends the book Range by David Epstein.
CSS: Unavoidable Bad Parts
This in my feed today: CSS: Unavoidable Bad Parts. It’s about things that are good or bad (mostly bad) in CSS.
How to be productive without overwhelm or feeling stressed
I thought this presentation about “intention alignment” was good.
Building a 500,000 Volt Generator From Water
Array of Structs versus Struct of Arrays
Over on Every byte matters you can read about the effect on performance of your memory layout and cache usage.
Software North Star
I thought this was good: My Software North Star. Software should be:
- useful to the end user
- correct
- maintainable and efficient