-
Uncanny Valley
An object’s likeness that is very similar to another, but slightly off which evokes an eerie negative reaction.
-
Low-Bandwidth Collaboration
Collaboration is low-bandwidth if the mediums in which groups of people coordinate require little resources.
-
Learning Fringe Programming Languages Makes You Faster
Learning a programming language that is immature and substantially different from what’s commonly used in the industry makes you faster at programming, specifically debugging and unblocking.
-
Immediacy in Creative Tools More Important for Remote Teams
When working remotely, teams rely on low-bandwidth collaboration (e.g. video conferencing).
-
Creators Need an Immediate Connection to What They Are Creating
From a talk by Bret Victor where he talks about the principle of getting immediate feedback in a tight loop with whatever you are building.
-
Ego Depletion
Baumeister and Tice introduced the concept that willpower is a finite resource that can be exhausted when used because it requires mental energy.
-
Web CLI
A command line interface for a web application that seamlessly blends text based user input and graphical UI elements for output.
-
Speed Is Undervalued
Doing things fast has more primary and second-order benefits than we realize which makes it hard to conceptualize its full value.
-
Why There Aren't More Engineering Management Blogs
The reason there are far fewer engineering management blogs compared to software development blogs not because there is a small supply of managers who can write blogs, but because managers are secretly worried they are doing it completely wrong (imposter syndrome).
-
Hot Iron and Cold Iron
Hot iron is rage and emotion. Cold iron is calculating and unwavering.
-
Emotion Is No More a Sensation Than an Ache in Your Knee
Emotion feels like it has extra meaning to us and demands our attention.
-
Ellsberg Paradox
People prefer situations where they know the risk. In experiments ran by Daniel Ellsberg, participants were asked to bet on a known 10% chance to win and an unknown chance to win (which was actually 90%).
-
Awareness Is Key to Being Present
In mindfulness, calling attention to anything that enters consciousness has the effect of bringing you back to the present moment rather than lost in thought or dwelling on something.
-
Emacs
A free/libre text editor that has so much functionality that it’s often joked about being an operating system that has an ok text editor.
-
Deaths per Day in the US Due to COVID-19 Is More Than Twice That of WWII
There are more people in the U.S. dying of COVID-19 per day than WWII and the number of total deaths will likely exceed the total U.
-
Pre-Mortem
An exercise to enumerate all of the ways a project couldgo wrong.
-
Everything Arises in Consciousness
All thoughts, senses, and perception arises in the same place, one’s consciousness.
-
Stress and Anxiety Are Cumulative
While it might seem like being stressed or anxious is binary, it’s more like a sum.
-
Signaling as a Service
Signaling is often the underlying motivation for our behaviors. We make visible our values to both the in-group and out-groups in ways such as buying a luxury automobile (to signal wealth) or posting a flattering image of ourselves on vacation.
-
Robinhood Momentum Algorithm
Robinhood is linked to recent events like the stock price of Hertz skyrocketing despite going bankrupt or Kodak jumping 1,000% on news of a pivot to drug manufacturing.
-
Identity Is a Powerful Motivator for Behaviors
Behavioral change, such as forming a new habit, can be motivated by how it reflects your identity (both positively and negatively)–we do things that provide evidence for who we are.
-
Synthesis Is a Fundamental Skill of Management
A manager is constantly sythesizing information into useful direction and feedback to the team.
-
Pokémon Go Summer
The platonic ideal of technology and human interaction occurred during the summer of 2016 when everyone was playing Pokémon Go.
-
A* Algorithm
A pathfinding algorithm for finding an optimal path within a graph between two nodes.