-
Cognitive Slowing in People Diagnosed With Long Covid
A study of 270 patients diagnosed with Long COVID found that 53% of patients had response times that were 2 standard deviations slower than the control mean after controlling for age-related decline and comorbidities.
-
Every Infrastructure Decision I Endorse or Regret
Inspired by (Almost) Every infrastructure decision I endorse or regret, I thought it would be interesting to do the same for my startup.
-
The Needs Stack
The needs stack is a way of describing what a customer is trying to do when they are buying.
-
Emacs Completion Stack
There are many packages for completions in Emacs. I recently switched over from ido and helm to the MOVEC stack: Marginalia, Orderless, Vertico, Embark, Consult.
-
The Mistakes We Make the Second Time (Literature Notes)
I read The mistakes we make the second time by Harry Glaser.
-
How to Use Embark for Emacs
Embark for Emacs seems like a useful way to further customize Emacs actions (M-x).
-
Things I Use That Are 10+ Years Old
I was thinking the other day that there are few objects that I use somewhat regularly that are more than 10 years old.
-
How to Live an Asymmetric Life (Literature Notes)
In How to Live an Asymmetric Life, Graham Weaver talks about how to confront fear and get the most out of your life to a class of soon-to-be business school graduates.
-
Web Client for Postgres
There doesn’t seem to be a good web-based query editor for an Amazon RDS hosted postgres.
-
Theories of Consciousness
There are many theories put forth to explain human consciousness and experiments are running to test them.
-
Ways to Use AI With Emacs
I want to better utilize AI tools in my day-to-day work.
-
The Unknown God
An English physician once described radium as “the unknown god”. This was at a time where radiation and it’s effects were still being discovered.
-
Artificial Intelligence
This note does not have a description yet. Links to this note AI Is the next Great Interop Layer
-
Results Don't Matter
I was watching an interview with Kobe Bryant where he talks about his workouts and approach to basketball.
-
The Internet Is Not Prosthetic
The internet is not some other thing, separate from life, it is an abstraction that is very real.
-
Getting Started Is a Productivity Hack
The most reliable way to stop procrastinating is to get started.
-
You Can't Wake Up if You Don't Fall Asleep
Asteroid City, Wes Anderson’s latest movie, is a movie about a play where the plot never quite make sense.
-
Don't Work With People Who Are Perpetually Aggrieved
It’s difficult to work with someone who always seems to be aggrieved.
-
Discovery Questions in Sales Calls Should Feel Consultative
I used to feel like asking a list of discovery questions to qualify a prospect during a call was awkward and not useful.
-
Sloppyness Adds Up
Imagine a busy executive trying to work with multiple people. They’re coming in and out of meetings and working on several projects all day long.
-
Motivation for Taking Notes Comes From the Output
What you intend to do with your notes is the thing that motivates you to take notes in the first place.
-
How Long Should You Spend Automating Tasks?
This chart, adapted from xkcd, tells you the amount of time saved over 5 years based on how much time you are able to shave off of the task.
-
OpenAI Incorrectly Handles Dates
OpenAI GPT models (GPT 4 at time of writing) do not accurately or consistently parse or manipulate dates.
-
Langchain Self Query With Dates
Self querying by date using LangChain doesn’t work well. The default schema used for parsing natural language into the internal representation of langchain for querying a vector store does not work with dates because it uses the wrong type (it tries to use a dict but you can only filter using integers or strings).