Category: English
-
Remembering is healing, and forgetting valuable
In Eulogy, the final episode of Black Mirror’s seventh season, a man receives a device that allows him to virtually enter a photograph and explore its location. He is asked to use it to recall stories about a woman who has passed away — someone who had been his girlfriend decades earlier. After their breakup,…
-
You can’t hide on bad days
Here’s a lesson I learned from my mom: you’ll have bad days, and kids need you anyway. It’s one of those things that parenting teaches, and I believe it’s transferable to product development. A product isn’t built on one big idea, it’s built from thousands. It takes daily steering, it’s not a set-it-and-forget-it. If you…
-
Make your pull requests answer a single question
There are some pull requests that are more daunting to review than others. Some struggle to find reviewers and to be merged while others don’t. How to tell them apart? And, more importantly, how do you make sure yours land faster and with fewer bugs? One aspect you could look at is size. In many…
-
A year of spaced repetition
I am naturally drawn to new topics and often spend weeks diving into them. But I’d forget most of it just a few weeks later. I wondered if spaced repetition would help me retain what I’d learned. So, over the past 365 days, I’ve kept a daily routine to study flashcards using Anki. The topics…
-
The paper menagerie, by Ken Liu
Thoughts on a short story that won the Hugo, Nebula, and World Fantasy awards.
-
The bottom of the harbor, by Joseph Mitchell
A book that collects six articles published by Mitchell in TheNewYorker in the 40s and 50s.
-
Review this for me
Follow-up to “refactor this for me”. Can a LLM provide expert-level code reviews?
-
Chip War, by Chris Miller
This book tells the story of the semiconductor industry from the 1940s to the early 2020s.
-
My first side quest in Gutenberg
How docgen, the tool used in Gutenberg for auto-generating JavaScript API docs, came to be.
-
WordPress 6.2 performance: field data
Analysis of the impact of the performance improvements that came with WordPress 6.2 in some public datasets.
-
The value of Time To First Byte
For a holistic perspective on performance, we need to track user-perceived performance (LCP) and add client-side metrics to the mix (LCP-TTFB).
-
Evolution of WordPress TTFB: 5.6 to 6.2
How long does it take the server to process the homepage for each of the last 4 default WordPress themes?
-
The developer experience of WordPress presets
How using theme.json improves the developer experience of WordPress theme authors.