Author: David Faden

  • My second WP plugin

    I’m starting to read “WordPress Plugin Development Cookbook – Third Edition”. The first example does nothing other than make a do nothing plugin visible in the admin page, but the second example already allowed for some fun. I’m happy with how psychedelic this turned out: I won’t add it here though. References mentioned:

  • Linehan on Mindfulness

    I like this paragraph from Marsha Linehan‘s “Building a Life Worth Living”: Mindfulness is the practice of directing our attention to only one thing. And that one thing is the moment in which we are alive. The very moment we are in. The beauty of mindfulness is that if we look at the moment, we…

  • Gemini writes Apps Script to create doc review checklist

    We have a Google Drive folder with documents needing review. It’s a little hard keeping track of our progress so I got some help from Gemini in creating a checklist. It worked out pretty well. I’m also happy to have a starting point for learning more about some features of Apps Script that I haven’t…

  • Calandrinia (Cistanthe grandiflora) aka Rock purslane

    This morning I heard a kid ask their mom, “What’s that flower?”, pointing to blooms like these near the street. I have looked up the name a couple times myself but didn’t have it mind. I’m writing this now to try to cement it in my memory. Cistanthe grandiflora is native to Chile. It was…

  • Touch grass

    Here are some of the types of grass (family Poaceae) I’m trying to grow around our yard. Idaho fescue (Festuca idahoensis) is my current favorite — I just like the way it looks: I’ve had pretty good luck growing it from seed. I’ve contributed a few plants grown from seed to the local school. It…

  • “C++ Brain Teasers”

    A fun book I finished Sunday: “C++ Brain Teasers” by Anders Schau Knatten. The book site includes a few sample chapters. The acknowledgments point to https://cppquiz.org/. I enjoyed it a lot. Having lessons in bite-sized chunks in a challenge-answer format is a nice way to learn. I also appreciated the expert (but not overly long)…

  • Eating Claytonia perfoliota

    I’ve heard for a while that Claytonia perfoliata is edible, but only got my hands on enough for a salad this last weekend. A local gardener was planning on clearing some from a bed and offered to let me share in the bounty. Thank you, Diana! Here are a few individual stems + leaves +…

  • Fourleaf manyseed?

    Suddenly, I’m seeing a lot of this weed in our yard: Seek identifies it as Fourleaf Manyseed (Polycarpon tetraphyllum). (Interesting how close the common name is to the botanical one: “Carpon” is a “seed” or “fruit”, from Greek, so “Polycarpon” could be translated “many seed” and “tetraphyllum” just means “four leaves”.) It does look pretty…

  • “How to stick with your projects, even when they’re janky”

    There’s a lot to reflect on from this 2025 talk from Jeaye Wilkerson, creator of jank, a Clojure dialect targeting C++ interop: “How to stick with your projects, even when they’re janky”: I’ve not really done his talk full justice, but in the spirit of focusing on shipping, I’m publishing this as is. 🙂

  • Are all useful models true within +-eps?

    I like the phrase “All models are wrong, but some are useful”, attributed to George E. P. Box. It encourages humility and pragmatism, encourages us to watch out for when our models aren’t useful, to not be too attached to them. However, I also wonder if this is true: Are all models that are “useful”…