-
Use Lighthouse to Measure Website Performance
Lighthouse is a set of automatic checks performed on a website that measure overall web performance on mobile and desktop.
-
Themes Conceptualize a Roadmap
A long list of ships is neither useful nor effective without a way for the team to conceptualize the main ideas and how it adds up to achieving a set of goals.
-
We Find Evidence for Whichever Mindset We Have
We tend to find supporting arguments for the mindset we are in.
-
Podcasts Are Programmable Radio
Users choose which podcasts they want to listen to and manually curate them into a listening experience on their own terms.
-
Tragedy of the Commons
Shared resources used by individuals with no ownership end up depleting it.
-
Recent Technological Advancement Is in Simulation
When comparing recent technological advancement with the previous century, most of the biggest changes are simulation versus physical.
-
Adjacent User Theory
Funnel metrics tend to decline with each successive cohorts as a company grows and saturates segments that have strong product market fit.
-
Memex Device
A fictional device from the essay As We May Think, written in 1945 by Vannevar Bush, which both stores knowledge (books, notes, annotations, conversations) and connections between them allowing someone to follow trails of associated knowledge.
-
Workflows Are More Useful Than Solutions
In our day-to-day lives we use a collection of products and homegrown tools to do our work.
-
Conway's Law
A company tends to design systems that mirror their communication structure e.
-
85% Rule
When doing an activity that requires peak performance, strive for 85% of what you believe is your best.
-
Tools for Networked Thought
Tools that enable connections between ideas and memories help to improve the growth of accumulated knowledge.
-
Sword of Damocles
A parable of where Damocles who, after exulting how nice it must be to be king was offered to switch places with the king Dionysius for a day.
-
Flesch Reading Ease Test
Determines the grade level required to read a text based on a score of average sentence length and average syllables per word.
-
The Significance of Persistence in Predicting Economic Outcomes
Melissa Dell’s research on the significance of persistence in predicting economic outcomes looked at Vietnam pre-colonization (by France) and after the Vietnam war.
-
Rust
A statically typed programming language which enforces writing code that is free from certain memory errors (use after free, dangling pointers).
-
Melissa Dell
Economist and professor at Harvard, winner of the John Bates Clark Medal.
-
Eigenvector Goals
Setting a goal around a metric that is the result of the output of other metrics and goals being driven.
-
Tim Ferris
Podcast host and author who works with famous/impressive people from various fields to discuss how they work, how they think, and how you might learn from their practice.
-
Felt Sense
Something that can be perceived that is not based on a physical sensation such as intuiting or a gut feeling.
-
Atomic Habits
A book about building systems of small habits that compound over time.
-
Actions Should Be Dictated by Values, Not Emotions
It’s healthier to determine the actions you take based on your values rather than your emotional state.
-
Event Sourcing
A method for representing state of a system using immutable events over time that can be aggregated to derive state at a particular moment.
-
ECS
An entity component system (ECS) model is a software architectural pattern way of organizing a program that is oriented around and is easily extensible often used in games.