Posts from people and blogs I'm interested in.
Sources: 3meterswell, Alex Sidles, Armin Ronacher, Daniel Griesser, Mario Zechner, Simon Willison, Thorsten Ball, Maggie Appleton
Release: llm-anthropic 0.27 This release of the Anthropic plugin for LLM mainly provides compatibility with the recently released anthropic v1.0.0 Python library, which switches from httpx to httpx2 . OpenAI made the same change in their v3…
Your executable is a SQLite database Farid Zakaria describes a neat Linux pattern for creating a SQLite database file that can be directly used as an executable binary. The trick sets the SQLite file format's 4-byte application ID (68 bytes…
Sean Goedecke wrote a post arguing that you should never be angry at work — a post with which I strongly agree. Anger can be a useful signal, but being angry at work rarely improves the situation. More often, it makes life worse for the peo…
Anthropic’s best AI model struggles to attract users as cheaper tools thrive A few interesting numbers in this FT story gathered from "people with knowledge of the matter": Anthropic's "annualized revenue" for July is up to $65bn - it was $…
Prior to Fable, it felt silly to waste too much time improving your coding harness or context strategies. A new model would arrive at the same price (or cheaper!) and paper over most of your problems. But then Fable landed. It was (and stil…
And this was a debug session from hell, enormously helped by an AI doing much of the grunt-work. I'd like to call it my tireless helper, but the AI several times stated flat out that this was impossible and unsolvable and that we should jus…
Release: llm 0.33 My highlights from this release: Upgraded to the OpenAI Python library 3.x and switched the HTTP client dependency from httpx to httpx2 . #1608 , #1631 I shipped a quick 0.32.1 fix for this yesterday, but this is the more…
The key skill required to make productive use of coding agents is being able to confidently instruct them on how to make changes and then confidently verify that those changes have been applied in the correct way. Sometimes this involves re…
One of the memes on Twitter is that “programming is solved now.” I’m not sure to what degree it is, but one thing is pretty clear: the act of familiarizing yourself with a language no longer matters and some of the friction that mattered fo…
Release: llm 0.32.1 Fresh installs of LLM stopped working the other day because the OpenAI Python library dropped its usage of httpx , and it turned out LLM depended on that library but only installed it via a transitive openai dependency.…
Release: llm-openrouter 0.7 Now that this plugin is compatible with LLM 0.32 it can display the reasoning traces for LLMs available through OpenRouter. Updated for compatibility with LLM 0.32 . Models now use OpenRouter's implementation of…
Stop Making TUIs Thomas Ptacek advocates for building real native user interfaces for even the smallest of personal tools, because coding agents have reduced the cost of getting a usable-enough GUI up and running to almost nothing. I wrote…
After I released version 1.0, I figured I would have to do the rotations myself. So I sat down with ChatGPT and I didn’t get it to write the code, but I got it to educate me. With a patient, interactive tutor, I was able to finally do what…
After about a year of agentic coding - the trade-off that kept us from starting things is gone.
ChatGPT search now uses the site:operator at scale Promptwatch is part of the emerging "GEO" space, for Generative Engine Optimization - the chatbot version of SEO, where companies offer tools and consulting to help your site increase its p…
Research: A shot-scraper-style JSON API on Bun 1.4's new Bun.WebView Today saw the long awaited release of Bun 1.4 , the first stable version since the infamous Rust rewrite a few months ago . Interestingly, the Rust rewrite was downpl…
Research: smolmachines / smolvm as a sandbox for untrusted Python & JavaScript I tasked Claude Fable 5 running in Claude Code for web with the following research task: Put https://smolmachines.com through its paces as a fast secure sand…
My hypothesis is that there is a new opportunity for Extensible Software on the web . LLMs radically lower the cost of authoring extensions, and modern sandbox primitives lower the deployment cost and provide good security boundaries. We ca…
Last week I recorded an episode of the Talking Postgres podcast with Claire Giordano on the subject of "How AI is changing software development". We had a really great conversation. Here are a couple of my highlights from a lightly edited t…
A few weeks ago a paper was shared that showed how to extract reasoning traces from closed-weight models. Together with online discussions about tricking models into leaking them, it made me investigate it more out of curiosity. Twitter see…
Mojo🔥 is now open source The Mojo programming language has been promising an open source release since May 2023 . Last week they shipped their 1.0 and today they have followed through on that original promise, releasing the compiler and to…
Qwen 3.8 27B scores 52 on the Artificial Analysis Intelligence Index That's the same score as GPT-5.6 Luna (max), and just one point behind GLM-5.2 (max) and DeepSeek V4 Pro 0813 (max) - that GLM is 753B and that DeepSeek is 1.7T parameters…
We Tracked a Shipment of Rare Books. It Ended at an Amazon AI Training Facility Excellent piece of reporting from 404 Media. For a while now there have been stories of book dealers receiving orders for large volumes of books from apparently…
I started building my markdown-svg-renderer tool in May , but I've since added enough features to it that it's worth talking about here again. It's evolved into my ideal tool for sharing Markdown transcripts that include SVG documents. Give…
Friday's big release was Qwen 3.8 27B , an Apache 2 licensed 27B parameter vision-capable LLM from Alibaba's Qwen research lab. I've been looking forward to this one: 27B is an excellent size for running a model on a reasonably specced lapt…
I do agree that the public has a negative view of AI (and that this is a big problem), but I don’t think it is primarily caused by me or any other AI leader warning about AI’s risks. I think it is fundamentally a crisis of trust. I think th…
Tool: CORS Chat I built this today ( with GPT-5.6-Sol xhigh ) to help test Qwen 3.8 27B running in LM Studio on both my M5 MacBook Pro and an NVIDIA DGX Spark. It provides a web UI for exercising an OpenAI-Responses-compatible chat endpoint…
Northern Gannet, in Pillar Point Harbor, CA, US This is Morris. Morris is a local celebrity: the only known Northern Gannet ( Morus bassanus ) in the entire Pacific Ocean. They showed up in the Farallon Islands off the coast of San Francisc…
Don't classify. Hallucinate! I still have quite a bit of older content on my blog that I never got round to tagging. My blog has 1,856 tags - likely too many to feed to an LLM in one go and say "which of these tags match the following…
Release: sqlite-utils 4.2.1 Fixes a crashing bug in sqlite-utils 4.2 . I'd introduced code that looks like this: from typing_extensions import Self It turned out the typing-extensions package was not listed as a dependency for sqlite-utils…
Release: sqlite-utils 4.2 Lots of improvements in this one relating to the table.transform() feature , which adds support for complex alter table operations by creating a fresh table, copying across the data and then dropping and replacing…
Release: llm-gemini 0.33 It's been a while since the last llm-gemini release. This version of the plugin adds support for today's Gemini 3.7 Flash release, plus gemini-3.6-flash , gemini-3.5-flash-lite and two embedding models gemini-embedd…
Release: alchemy-utils 0.1a1 Performance boost for DuckDB exports and CSV imports, see here .
DeepSeek V4 Pro 0813 (on OpenRouter) The latest DeepSeek Pro model is now available, via API only. I had to link to OpenRouter because DeepSeek don't have any obvious announcement page for their new model. I haven't been able to confirm if…
Codeberg recently changed its terms to exclude projects that are largely written with generative AI. Since I want GitHub to face competition I have thoughts. Codeberg is entirely within its rights to do this. It is an association with membe…
The kids choose Hope Island for our summertime campout so they can feed apples to the deer.
A delayed education on the trenches and scales of suffering
I feel that some vibecoded software changes somewhat randomly and unexpectedly. That made me think about Bruegel’s “The Tower of Babel” which shows an already quite chaotic depiction of the Tower of Babel. The story is usually told as one a…
A very strange Pi issue sent me down a rabbit hole over the last two days. The short version is that newer Claude models sometimes call Pi’s edit tool with extra, invented fields in the nested edits[] array. And not Haiku or some small mode…
Archaeological sites, marine mammals, and thousands of seabirds draw me to the most remote island in southeast Alaska.
I don’t prompt Claude anymore. I have loops running that prompt Claude and figuring out what to do. My job is to write loops. — Boris Cherny Over the last months I have watched more and more people build something on top of coding agents th…
There is a bit of schadenfreude on Twitter right now about Anthropic being hit by the US government’s export control directive to suspend access to Fable and Mythos . Anthropic and their leadership have spent a lot of time and effort descri…
I have been a staunch supporter of Open Source for a long time, including experiments in funding it . I’m a true believer in the idea that Open Source always wins in the long run, but not automatically and not quickly. Right now it is being…
There is a strange thing that happens in communities that gather around abstinence from something: identity from opposition. At their best these communities are not just negative: childfree spaces can be about autonomy, choice and acceptanc…
A work in progress post about building a shitty robot.
A search for the secret breeding colony of the ancient murrelet turns up other, even more surprising species.
Grandpa John joins me and the kids for his first-ever visit to one of the best kayak-camping islands in Washington.
Why we need collaborative AI engineering and a tour of Ace: the multiplayer coding workspace
Maya and I take a trip together, without anyone else, for the first time in five years.
Spring has returned to the San Juan Islands, but plenty of wintertime wildlife still remains.
How I use Pi to distill multiple context windows into exactly what I need
On agent orchestration patterns, why design and critical thinking are the new bottlenecks, and whether we should let go of looking at code
We bedded down for the night in the large Heiltsuk cabin on Cockle Bay. In the morning, we planned for a short 9 mile paddle to Gale Passage where we would spend the night. From there, Greg would leave and paddle 16 miles solo to catch the…
In a way, it was fun not to see Mount Fuji in foggy rain.
Don't let AI make you the boss no one respects anymore
Currents dictate a counterclockwise course for a wintertime circumnavigation.
Gray, drizzly weather is the perfect opportunity to paddle beneath the Seattle waterfront.
Lessons I learned while building my own coding agent from scratch.
A rambling rebuttal to Armin's claim that LLM APIs are a state synchronization problem.
Swells are low enough that I can paddle up Salt Creek for the first time.
Got Bash and some code interpreter? Skip MCP.
How I turned imposter syndrome into my learning superpower
It's not about working more - it's about caring more
Strong winds make for an uncomfortable campsite, but the sight of several unusual species of bird makes it all worthwhile.
Building a JavaScript AST interpreter in JavaScript: scope isolation, ES5 implementation, and all the footguns along the way.
Brown bears descend to the riverbanks each September to feed on the spawning salmon.
Grandpa John joins me and Leon for a boys’ retreat to our backyard camping island.
A data-driven comparison of MCP and CLI approaches for coding agent terminal control
Why I share what I actually think and feel
cc-antidebug patches Claude Code to enable Node.js debugger support for SDK-based apps and restores the /cost command functionality for Max plan users
It takes a kayak to appreciate all the wonders of this coast.
On chatbot sycophancy, passivity, and the case for more intellectually challenging companions
Exploring how to track and analyze changes in Claude Code's system prompts and tools to understand AI assistant evolution
We crossed Caamaño Sound to Aristazabal Island beneath thick fog and rising winds that would hit 25 knots before day's end. Landing in the lee of Baker Point before things got too sporty, we scouted for a campsite and found a small forest c…
Rachel and I take the kids on a long-awaited trip down the second half of the lower Skagit River.
Reflections on how I transitioned from Engineer to Director of Engineering at Sentry
Tideraces, shallow channels, and a mysterious headwind make a circumnavigation more challenging than expected.
Some tips to land the best job you ever had
West Coast of Calvert Island with a Few Sites Near Cape Caution A Field Guide for Paddlers Why? This is chapter three of an effort started in 2011 to fill in some gaps in the Wild Coast series of guides by John Kimantas. The 2011 effort res…
West Coast of Aristazabal, Price & Athlone Islands Includes Rennison and Anderson IslandsA Field Guide for PaddlersWhy? This guide is chapter 2 of an effort started in 2011 which sought to fill in some gaps in the Wild Coast series of g…
Why? Since the publication of the Wild Coast Series by John Kimantas and Boat Camping Haida Gwaii by Neil Fraser, kayakers have been able to paddle almost all of the west coast of British Columbia more safely and enjoyably. A gap in the Wil…
Treating LLMs as shitty general purpose computers we program with natural language. Because throwing shit at the wall wasn't working anymore.
Not even carbon fiber can withstand a blow from the stupendous Long Haul folding kayak.
Each spring, the migratory gray whales known as the “sounders” put on a spectacular display.
After a nine-year hiatus, the West Coast Paddler spring campout makes its triumphant return.
How I built a simple portable audio player for my boy, summoning the spirit of the Gameboy
A weekend spent exploring a small island makes the perfect opening to our 2025 family camping season.
A tiny tool to calculate when your baby might arrive
Revealed: How the UK tech secretary uses ChatGPT for policy advice by Chris Stokel-Walker for the New Scientist
Humanity's Last Exam by Center for AI Safety (CAIS) and Scale AI
The natural environment is only ever guaranteed to be beautiful, not comfortable.
If you're not distressingly embedded in the torrent of AI news on Twixxer like I reluctantly am, you might not know what DeepSeek is yet. Bless you.
Those who brave the dreaded outflow winds of winter reap a rich reward.
Common Misconceptions About the Complexity in Robotics vs AI by Dan Ogawa
A real-world test of artificial intelligence infiltration of a university examinations system: A “Turing Test” case study by Peter Scarfe, Kelly Watcham, Alasdair Clarke, Etienne Roesch
Welcome to the smidgeon stream. This is a new kind of content on the Garden. One that was
How to use Zotero's translator and Tana Paste formatting to easily import papers into Tana
Tracking down the Quilcene petroglyph requires a combination of hiking and kayaking.
Reflections on the strange experience of growing a human from scratch, without any conscious understanding of how you are doing it
Forty-knot winds make mincemeat of my camp, but I still manage to find a pod of orcas, flocks of unusual seabirds, and a long-sought indigenous pictograph.
Loaded and trimmed for 3 1/2 weeksAs with all things kayaking, folks have found different solutions that work for them and have differing opinions. Sometimes the solutions are well conceived and other times not-so-much. I’m going to discuss…
Image courtesy of Nautopp Kajakcenter GrebbstadPaddling the Northwest Coast can be a cold and wet affair. While all Pacific coastal residents own multiple rain jackets made of various materials that feature numerous doo-dahs that seal, vent…
Note paperback book in the right corner of the window How much to bring? How little can I get away with? My first coastal trip was with a nature boy who thought that leaves and smooth rocks were acceptable substitutes for #2 hygiene. He did…
Wintertime camping trips often have to be short, but there is no reason they can’t also be spectacular.
Originally published October 17, 2017 Dallas Island was one of Bill’s primary camps. At ~21NM from Shearwater it was midway to his camps on Aristazabal. Dallas is located along the eastern edge of Milbanke Sound and at the entry to Finlayso…
Southern resident killer whales pay a month-long visit to Puget Sound before exiting past Point Wilson.
My fairly banal, basic, but beautiful command line setup
Not all petroglyphs are ancient, but even the modern ones can be obscure in their meaning.
Wind and waves, bridges and bombs, and a few precious stretches where it is just me, the trees, and a sky full of clouds.
Leon and I end up on the wrong island, but the deer are overjoyed to see us.
Spooky hands, unusual aquaculture, and a driftwood dragon.
How to programmatically turn on LEDs and read button states
On day 14 of our 2023 trip from Klemtu to Port Hardy Dave Resler and I ended up at a place called Safety Cove on east side of Calvert Island. That came at the end of a 22-mile day grinding against rain driven by 15 kt headwinds and a modera…
Just half a mile from the highway is a wilderness whose existence most people will never suspect.
The story of a programmer trying to electronics
Fun little vacation project for fun and zero profit.
Reminiscing about the times I didn't watch TV at night but built stuff.
All we need for a perfect summer weekend are a grassy field, a few birds, and a parade of killer whales.
Thoughts on acquiring computational thinking skills based on my own experience.
Reflections on two years of working at Elicit and why it's time to leave
Circumnavigating the island in the summertime proves easier than trying it in the wintertime.
Is a tidal current really powerful enough to cause an island to tremble?
The emerging golden age of home-cooked software, barefoot developers, and why the local-first community should help build it
Buying fake William Morris prints on Etsy and other early signs of epistemological collapse
Rachel and I spend a weekend with the kids on the smallest camping island in the San Juans.
How to open pieces of narrative non-fiction writing, conference talks, and sticky jars
Gaining a strange disease and losing my ability to see straight
Collecting people I know who work at the intersection of design and engineering, in an attempt to figure out what a design engineer is
Honolulu’s own Duke Paoa Kahinu Mokoe Hulikohola Kahanamoku is recognized as the Father of Surfing and during his life gained worldwide popularity as an Olympic swimmer, all round waterman and humble philosopher. Many popular quotes track b…
How to gather people and create communities in ways that are low-stress and high-payoff
So much beauty abounds on this coast that some people think of it as magical.
Columbian white-tailed deer are a threatened subspecies found among the islands and sloughs of the lower Columbia River.
Designing tentative calendar events to solve complex scheduling problems
Creating a subtle, peripheral, and synchronous sense of shared space and context on the web
Giving people a visible, useful trail of where they've been over the course of an exploratory journey
Strong winds force me to abandon my kayak on the beach after a failed search for a petroglyph.
Mysteries and superstitions surround the largest face-motif petroglyph on the west coast of North America.
Often overlooked in favor of flashier islands, Turn Island is the perfect place to close out the kids’ camping season.
After six years of retirement preparations, Covid restrictions and the business of selling our house, buying a new one and moving to Everett it was time to return to the BC coast and the Great Bear Rain Forest. It had been even longer for m…
It’s time to remove the funerary urns and give the lighthouse back to the island’s original owners.
Hundreds of porpoises welcome me, Grandpa John, and the kids to this, the kayaking backyard of Washington.
It’s no great loss to sleep through the meteor shower when a family trip is as much fun as this.
Voracious deer and aggressive raccoons are our neighbors here at the pearl of south Puget Sound.
A search for whales leads to an unexpected overnight at the Dungeness Spit lighthouse.
Our family has so much fun kayaking the Skagit River we decide to make it an annual tradition.
James and Chelsea join me and the kids for a Father’s Day weekend at a decommissioned fort.
Sketchy ideas for interfaces that play with the novel capabilities of language models
Little-known treasures are everywhere on the outer coast, including a remarkable seabird colony.
Originally published December 2019 A significant storm approached as we were exiting Gale Passage. Gale bisects the Bardswell Group and opens into Thompson Bay which faces south into the open Pacific. If you were to continue south from Thom…
The kids and I go camping alone together for the first time, only to be confronted by various forms of animal mischief.
Rare migratory birds face fanboats, cannons, and rockets, all in the name of science.
An exploration of the problems and possible futures of flooding the web with generative AI content
Southern resident killer whales from our local J-pod pass through Admiralty Inlet.
Shareable, browser-based documents that can compile and run code
After a long chase, I finally catch my first whale of 2023, a gray whale on my favorite whaling grounds.
Kayak-camping on a privately owned island? It sounds too good to be true, but the situation is ambiguous.
Killer whales elude us at the last minute, so we head to a familiar park on Vashon Island.
An archive of my high school desktop designs, circa 2009
Far from the lights of the cities, out on the wild coast, an ancient, green comet is visible in the night sky.
Using language models to generate reverse outlines of writing drafts
Proving you're a human on a web flooded with generative AI content
On the fuzziness of calling things “artificial intelligence” and moving the goalposts
Ducks and kayakers are the primary beneficiaries of a failed real estate development scheme from the 1960s.
Command line bars you can quickly summon with a keyboard shortcut
Some of the last vestiges of the old Seattle waterfront are still barely hanging on.
Small, scoped areas within a graphical interface that allow users to read and write simple programmes
A two-week pilgrimage in the footsteps of Kayak Bill, legend of the coast.
Originally published 4/21/2021On my second day of skiing I participated in a series of bad decisions that nearly cost me and my friends our lives. Being in high school at the time when bad ideas and bad decisions were a way of life the only…
Strong winds and rare birds await us and our friends on a long-promised visit to Cypress Island.
The kids romp around the island, finding their own adventures.
People reappropriating existing software to solve their own unique problems
An entire weekend of kayak-camping, just me and Leon, age two.
Flocks of California gulls guide me to the minke whales.
It’s no mirage—James Island makes for a perfect family getaway.
A new role at an AI research lab working on tools for open-ended reasoning
Originally published 10/13/2019 Fury Cove to Red Sand Beach August 9 / Day 12 Heavy fog to low overcast, Winds calm increasing to W @ 15 knots, Seas calm to swells at 1.5 meter with 2 foot windwaves, Combined seas to 6 1/2 feet, moderate at…
Circumnavigating what might be, if you look at it from just the right angle, America’s longest island.
Eight species of alcid and herds of marine mammals at Triangle Island, the most remote island in British Columbia.
Rachel joins me and the kids on a kayak-camping trip to one of the most beautiful islands in the state.
How block-based interfaces can help us create more structured data on the web
Last month, April 2022, marked the 10 year anniversary of my start as a professional programmer. I started programming earlier than that, but hadn’t been paid a salary. As a teenager I built websites and IRC bots and wrote tiny Python scrip…
Daily notes as a frictionless default input for personal knowledge management systems
Having spent the majority of my life at REI I have been surrounded and inspired by young-at-heart, active people who have a taste for living life to the fullest and well-practiced risk management skills. Not a sedentary group of folks and o…
Bringing visual explanations and embodied knowledge to programming tools
South of the famous sea caves lies the little-known Archawat petroglyph.
Agent-based note-taking systems that can prompt and facilitate custom workflows
Originally published 11/30/2016 Paddling the Inside Passage changes people forever. Attempting it is bold. Completing it is remarkable. I stand in awe of those who have attempted or completed that task. Living in Seattle I have the good for…
Gabriola Island boasts spectacular rock carvings, both manmade and natural.
Exploring ways to build social infrastructure around books and reading on the open web
Originally posted 12/22/2019 Image by Colin Lake In the fall of 1994, I got a job with a small logging outfit on British Columbia’s mid-coast. Rather than felling live trees like most loggers do, we made our living by salvaging trees that w…
Adding spatial affordances to the experience of browsing the web
Naming your invisible audiences to free yourself from unspoken obligations
Narrative essays that I consider ideal models of the medium
Providing clear metadata on the epistemic validity of content
Despite a threatening windstorm offshore, the south sound is a sanctuary of wildlife and autumn leaves.
A history of our metaphorical understanding of the web
Originally published October 3, 2012 Billy Davidson At one point or another every paddler who travels the BC coastal waters hears about Kayak Bill Davidson. For me it came on August 4, 2005 in the Shearwater bar at the culmination of my fir…
Originally Published 3/16/2008 When Dave and I started talking about a trip for 2007 we didn’t have approved time off from our jobs. We didn’t have a route. We didn’t have a plan, really. We were inspired to get back to the coast and do som…
My dad joins me and Maya for a weekend in the woods on Marrowstone Island.
Originally published 8/6/2005 Seattle to Port Hardy 7/23, Saturday, Day 1 Clear Traveling from Seattle to Bella Bella, British Columbia takes about 25 hours. Some of that time is spent waiting for ferries but you won’t get there much quicke…
After years of anticipation, I finally get to take Maya to my favorite place on Earth.
Twenty-two hours, sixty-five miles, thousands of seabirds, and a capsize at the end.
How to write macros without touching the terminal
Published 4/7/19 Disclaimer: I Am far from an expert on the ins and outs of the hunter-gatherer lifestyle. As interested as I am in the topic, I find that my distaste for all stages of food preparation makes it more likely that my hair will…
An anthropological look at the cultural norms of the React community
On seeing tools for thought through a historical and anthropological lens
This small, desert island won’t survive forever against the sea.
With James and Chelsea, Maya and I explore an island full of mammals, birds, reptiles, and crustaceans.
Longing for the paleolithic past in the Anthropocene
Visiting a coast this wild is like coming home.
It’s not too late to meet the sounders, a springtime population of gray whales.
Why there is nothing natural about the idea of 'nature'
What we lose when our digital notes remove the freedom to move
From the treetops overhead, a raven laughs at two strange visitors to its island.
How to build a digital garden without touching code
The nineteenth century’s last line of defense against an enemy fleet is now a pair of peaceful parks.
A Hyperlink Academy writing club where we mimic the work of others
March 7, 2020 I’ve been holding off talking about Bill’s most remote camp out in Hecate Strait for 15 years. A friend first told me about it immediately after returning from his visit there in 2005, just 2 years after Bill left the camp for…
September 27, 2017 In 1991 Audrey Sutherland reported that she had run across Kayak Bill on her way north to Alaska. He told her that he had wintered at Goose the previous Winter. He told an acquaintance that he had built it to get away fro…
A collection of observations on the rise of soft, sparkly, baby pink aesthetics among developers
In memoriam of Dave Kruger, I explore one of his favorite areas for kayaking.
Developer self-expression through coloured switches, keystroke actuation, and LED light displays
Image by Greg Polkinghorn Paddling the west coast of Vancouver Island, in one trip or in many, can be complicated. There are few hard surfaced roads that cross from the inside to the outside of the island. Owing to the extensive logging tha…
What's wrong with linear, static programming mediums and how might we improve them?
Even during a winter storm, there’s always somewhere beautiful to go kayaking.
The lost permissioning and copyright system of the Web
Data is currently dislocated – our narratives and metaphors around it try to convince us it is immaterial
An ancient petroglyph reminds us that other ways of life are possible.
Notes on how to use the position property in CSS to make scrollytelling stories
How to customise Roam Research with your own CSS themes
A few favourite books from the field of digital anthropology
A collection of laws named for specific people in the field of programming
Adverse currents, strong winds, and a navigational error make for a difficult crossing.
Notes on the history of cyborgs and why the idea still holds historical weight in Western narratives
A collection of interesting words that have recently been coined
The Fraser outflow winds bring clear skies, strong winds, and cold temperatures to north Puget Sound.
A discipline at the intersection of cultural anthropology and binary logic
A little rain won’t keep two adventurous girls and their dads from having a good time on their own, private island.
How to use the Greensock animation library inside React using React hooks
On seeing tools for thought through a historical and anthropological lens
I grew up in a what I now know people to consider a really small town. There wasn’t a lot, but even in that small town we had 2-3 lawyers. And to make a point about technology and how we develop software I want to paint you a picture of the…
The last survivng petroglyph in King County is more easily visited by foot than by kayak.
There’s a scene in Moneyball in which Brad Pitt’s character, the manager of the Oakland A’s , is watching a recording of one of his players trying so hard to run fast that he stumbles and falls. Lying on the ground he’s angry at himself, be…
Notes on the basics of the Greensock animation llibrary
A short, easy crossing to one of the gems of the south sound.
One of the eternal laws of the internet dictates that as soon as one person says they have a new thing that lets them type faster — a keyboard, a keyboard layout, an editor configuration, etc. — somebody else must say: “but typing is not th…
Whenever I’m not sure whether I’m spending my time on the right thing I ask myself: does it help me ship? If what I consider working on is not the thing we want to ship itself, but lies in the vast grey area of software projects where I cou…
Illustrated notes on the key concepts of how Gatsby.js works
The failure of drawing materials without mediums and meat
How to offend everyone with boundary-crossing steak and nuggets
Illustrations made for a set of episodes of the Cultivated Meat podcast
Illustrated notes on the idea of Gift Economies and cultural historys of economic exchange
Notes on the metaphorical varieties of synecdoche and metonymy
A video tour through how I build the old version of this site
Mary Douglas defined dirt as matter out of place – the crossing of boundaries
Minke whales are the most difficult whales to find in Washington, and photographing them proves even harder.
A flock of white pelicans helps me out of a jam.
Seabird colonies and deep, dark caves are two of the most exhilerating environments to visit by kayak.
Project Xanadu as a pattern language, rather than a failed software project
The Strait of Juan de Fuca is home to all kinds of exotic birds and mammals.
Illustrated notes on the concept of 'Evergreen notes' and how to write them
Illustrated notes on the Knowledge Hydrant guide to collaborative learning
Exploring the north shore of the Olympic Peninsula on land and water.
Notes on the academic field of CSCL and major papers in the discipline
An indigenous petroglyph still stands watch over the waters of Puget Sound.
Notes on how to run silent meetings and reading sessions
Illustrated notes on how React suspense works
Some insights into how I collaborative with experts to create illustrated notes on technical topics
Illustrated notes on how data unions work and what problems they might solve
One of the most scenic campsites in south Puget Sound is also one of the easiest to reach.
A newly revived philosophy for publishing personal knowledge on the web
Notes on pattern languages and Christopher Alexander's legacy on software programming
A collection of my favourite books on conceptual metaphor theory
A walkthrough of how I manage and tend Evergreen notes in Roam
A search for the elusive minke whale turns up a flock of Pacific loons.
I’ve been working remotely full-time at Sourcegraph for slightly over a year now and, in the five years before that, had 2-3 home office days a week at flinc and ioki. There are a lot of different blog posts I could write about remote worki…
Illustrated notes on common mistakes people make in Git, and how to fix them
A guide to the apps and tools I use to create illustrations
The introduction to my thesis on the Quantified Self movement and the culture of self-tracking
Seventy years ago we dreamed up links that would allow us to create two-way, contextual conversations. Why don't we use them on the web?
An illustrated diagram exposing the inner layers of the dark and cozy web
Explaining React through visual metaphors
Notes from my podcast episode Open Source and Gift Economies on Maintainers Anonymous
Illustrated notes on the Building A Second Brain course
For scenery, wildlife, isolation, and comfort, the campsite at Home Bay can’t be beat.
A lightening talk on second brains and cyborg embodiment
Two of the prettiest islands in the national park are mine alone during the off-season.
Illustrated notes on the essentials of web security
A few months ago, while looking at some code, a little light bulb that I didn’t even know existed went off in my head: “This was only written in this way, because the tools allow it to be written in this way.” Maybe it was a question mark,…
A case study showing how I make illustrations for abstract programming concepts
Illustrated notes on how to build state machines with the xState library
Illustrated notes on how routing works in Vue.js
Illustrated notes on the core concepts in Rust
Illustrated notes on building Gatsby themes
I squeeze in a little camping on BLM islands before the proposed Resource Management Plan places them off-limits.
Illustrated notes on advanced but fundamental topics in JavaScript
Visualising the cultural narratives around cultured meat
Forewarned is forearmed when it comes to challenging countercurrents and international border crossings.
Illustrated notes on building custom React hooks
Rachel, Maya, and I spend Labor Day weekend camping, beachcombing, and picking pears.
Illustrated notes on how work with immutable data in the Immer state library
Puffins, sea otters, sea stacks, and long, sandy beaches—a west coast paradise.
Illustrated notes on the basics of the GraphQL query language
My favourite resources for learning to draw and developing your visual thinking skills
Illustrated notes on the new language changes in JavaScript ES2019
Sea caves, secret grottoes, and towering stone arches greet me at the northwesternmost point in the contiguous United States.
Illustrated notes on the JAMstack, Gatsby & Contentful
Cassin’s auklets elude me, but the beautiful, rugged coast is its own reward.
Illustrated notes on how to implement web sockets with Vue.js and Socket.io
Illustrated notes on building VR web apps with React360
Illustrated notes on how to test web apps with Cypress
In the middle of the night, the water is full of luminscent plankton, and the sky is full of meteors.
Illustrated notes on how compilers and transpilers are different
Everything you need to know about what API's are and how they work
This article has been translated into Spanish: Por qué debes aprender más lenguajes de programación (incluso si no los vas a utilizar) Imagine we’ve been handed a task and we’re free to choose the programming language. The assignment involv…
The absolute minimum you need to know about data storage
Perfect solitude—unless you count herds of sea lions and a pair of extraordinarily rare dolphins.
Illustrated notes on how JavaScript's comparison operators work
Illustrated notes on how the React virtual DOM works
Illustrated notes on how JavaScript's spread operator works
With careful planning to avoid dangerous winds, it’s possible to enjoy great camping even in the dead of winter.
Trigger-happy hunters aren’t the best company, but owls and ducks are.
Winter birds and fall colors put on a dazzling show on my local paddling grounds.
My attempt to find a secret campsite is unsuccessful, but a rare Arctic visitor arrives to raise my spirits.
This article has been translated into Russian: Полезные инструменты для написания книг Thank you Vlad! In the beginning, there is always a single text file, nothing more. It’s called ideas.md or book.md . It contains a list of thoughts and…
My brother and I spend two nights on this lovely outpost across the border from the San Juans.
The old forts guarding the entrance to Puget Sound are relics of a war that never happened.
Well, that certainly went quicker than I planned. I knew from releasing the paperback edition of Writing An Interpreter In Go that a lot of people still prefer paper over eBooks. So it didn’t come as a big surprise when, right after the rel…
The two most remote islands in Washington State are home to our most endangered colony of tufted puffins.
Hidden deep in the jungle are the overgrown ruins of an ancient and warlike civilization.
Spring has come to breathe fresh life into birds, plants, and paddlers.
Never has there been a better place to be stranded for a few days.
Beneath the Seattle Aquarium lies a maze of twisty water passages, all alike.
The weather can often be rough in the northern San Juans, but this time, it’s perfect.
Ancient Haida villages are some of the most awe-inspiring sites on the west coast.
If you don’t care about the Who, Where, When, Why, How and the Why Is It A Lost Chapter? and want to skip to the What: I wrote a new chapter for Writing An Interpreter In Go and you can read it for free at interpreterbook.com/lost . Otherwi…
Sea otters and seabirds welcome dad and me to their remote, wild home.
My plan to introduce dad to a pod of orcas goes even better than hoped.
Spring is upon us, and what better way to welcome it than to spend a couple days on this tiny but beautiful island?
If you’d asked me a only few months ago if there’ll ever be a printed version of Writing An Interpreter In Go I’d responded with a “Huh, uummm, well, I don’t know. Maybe. Maybe if I’ll find the time and if there’s any interest.” As it turne…
After a decade, I finally complete a visit to each one of the public campgrounds in the San Juans.
There are certain tools that provide incredibly high value. Much more so than others. They provide so much value by acting as a multiplier of power and leverage. And I think there’s something they all have in common. I’m talking about inter…
I wrote my book “Writing An Interpreter In Go” over the course of 11 months. The first four months were spent on building the Monkey programming language and its interpreter. In the following seven months I wrote the book itself and at time…
You’re a programmer and your product manager walks up to your desk, taps you on the shoulder and asks if you have a couple of minutes to spare. She needs to talk to you about something. You sit down together and she has a serious look on he…
Strong winds first cause delays and then an emergency abortion of an attempted circumnavigation.
Last week I’ve self-published my first book called “Writing An Interpreter In Go”, which you can get at interpreterbook.com . I want to tell you a little bit about why I chose to write this particular book. Sometimes I jokingly call the sum…
Over the past year I’ve spent a significant amount of time reading through Go’s go packages , the packages used by the Go compiler and other Go tools. But only recently did it occur to me that these are real, public packages. I can actually…
Turning lemons into lemonade by changing an itinerary to include two nights on this delightful little island.
With clever site selection, it’s possible to avoid crowds in the San Juans even during Independence Day weekend.
It’s hard to say which is the best part—the wildlife, the beaches, the scenery, or the solitude.
The open coast is so rugged, and the winter days so short, I can’t make it as far as I’d hoped.
This post has been translated to Chinese . In the last couple of months I developed a certain approach to writing code. Whenever I write a new function, class or method I ask myself: “Is this code stupid enough?” If it’s not, it’s not done…
Rachel and I discover wild onions on the best island on Earth.
A week is the perfect length of time to visit the whales and wildlife in one of the west coast’s finest kayaking grounds.
It’s too dark to find the campsite, and I don’t have my camping gear, but there’s always a good place to sleep in the San Juans.
The Duwamish has suffered from industrialization, but nature perseveres.
Long, sunny days under the watchful eye of Mount Rainier.
Back-to-back day trips to a tufted puffin colony and a historic lighthouse—and an ill-advised carry across quicksand.
Rachel and I spend the night in the Cascadia Marine Trail campsite closest to home.
This post is based on the talk of the same name I gave at the Arrrrcamp conference in Ghent, Belgium on October 2nd, 2014. You can find the slides here and the video recording here . Unicorn is a webserver written in Ruby for Rails and Rack…
There is an interesting thread on the Go issue tracker about daemonizing processes. Most of the thread is not about daemonizing processes though, but more about why Go has no Fork() function which you can call directly in your code. The fir…
Dad and I take a Huckleberry Finn-style cruise through the backwaters and sloughs.
Summertime in the San Juans means big crowds but also an abundance of natural beauty and wildlife.
Rachel and my first kayak-camping trip together, from Bonneville Dam down the Columbia River to Kalama.
Rachel and my dad join me on a trip through Seattle’s century-old Ballard Locks.
Rainy weather can’t stop the jewel of north Seattle from shining.
The serene waters of Barkley Sound make a perfect introduction to west coast paddling.
The narrow channels require careful timing to transit safely, but the scenery is sublime.
A winter solo, short on paddling but long on hiking, to two of the loveliest islands in the northern San Juans.
When bad weather strikes in the San Juans, Baker Lake makes for an unexpectedly beautiful alternative destination.
My brother and dad join me on a short float down the Nisqually.
After eight months, more than a dozen kayak launches, and many long hours in the cockpit, I find my final species of whale.
Each spring, a small population of gray whales lingers in our waters, feeding on shrimp.