<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Thinking — Oliver Newth</title>
  <link href="https://n3wth.com/thinking" />
  <link rel="self" href="https://n3wth.com/feed.xml" />
  <id>https://n3wth.com/feed.xml</id>
  <updated>2026-09-18T00:00:00Z</updated>
  <author><name>Oliver Newth</name></author>
  <entry>
    <title>Static routes on serverless workers</title>
    <link href="https://n3wth.com/thinking/static-routes-on-serverless-workers" />
    <id>https://n3wth.com/thinking/static-routes-on-serverless-workers</id>
    <updated>2026-09-18T00:00:00Z</updated>
    <summary>A route handler that reads the filesystem at request time will build fine and fail in production on edge workers. Prerender it.</summary>
  </entry>
  <entry>
    <title>One live region per page</title>
    <link href="https://n3wth.com/thinking/one-live-region-per-page" />
    <id>https://n3wth.com/thinking/one-live-region-per-page</id>
    <updated>2026-09-18T00:00:00Z</updated>
    <summary>A status message in a shared footer turned every page into a page with two live regions. Render live regions only when they have something to say.</summary>
  </entry>
  <entry>
    <title>Keep your notes in the repo</title>
    <link href="https://n3wth.com/thinking/keep-your-notes-in-the-repo" />
    <id>https://n3wth.com/thinking/keep-your-notes-in-the-repo</id>
    <updated>2026-09-18T00:00:00Z</updated>
    <summary>For a personal digital garden, markdown in git beats a database. The vault is the source of truth, git is the history, and static output is the fastest thing you can serve.</summary>
  </entry>
  <entry>
    <title>Growth gates before growth work</title>
    <link href="https://n3wth.com/thinking/growth-gates-before-growth-work" />
    <id>https://n3wth.com/thinking/growth-gates-before-growth-work</id>
    <updated>2026-09-18T00:00:00Z</updated>
    <summary>Sequence growth on a side project by gates you can pass, not dates you can miss: measure, get indexed, check demand, take one real payment, then build.</summary>
  </entry>
  <entry>
    <title>Audit retrieval before trusting an answer</title>
    <link href="https://n3wth.com/thinking/audit-retrieval-before-trusting-an-answer" />
    <id>https://n3wth.com/thinking/audit-retrieval-before-trusting-an-answer</id>
    <updated>2026-09-18T00:00:00Z</updated>
    <summary>A practical protocol for checking corpus coverage, retrieval quality, and whether source records support an answer.</summary>
  </entry>
  <entry>
    <title>Choose UI component ownership</title>
    <link href="https://n3wth.com/thinking/choose-ui-component-ownership" />
    <id>https://n3wth.com/thinking/choose-ui-component-ownership</id>
    <updated>2026-09-16T00:00:00Z</updated>
    <summary>A practical checklist for deciding where a UI component should live and who maintains it</summary>
  </entry>
  <entry>
    <title>Tell it as a place</title>
    <link href="https://n3wth.com/thinking/field-guide" />
    <id>https://n3wth.com/thinking/field-guide</id>
    <updated>2026-07-29T00:00:00Z</updated>
    <summary>A guide in three chapters: find the story, build the world, hand the playhead to the reader. The worked example is this site — every model, texture, and trick below is live on the homepage, and this page performs each technique as it explains it. Chapter one: the story spine, Kenn Adams's seven-line improv exercise, forces a shape onto a decade that 'responsible for' phrasing hides — feed it your own last ten years and notice where it snags, because the snag is the story. You are not the hero of your own site; a visitor arrives mid-problem wanting a guide, not an audience, which is why the homepage greets them with somewhere to go instead of a banner announcing greatness. Chapter two: 3D earns its bytes when the objects mean something, not as a flex — ten GLB models here each stand for something the owner made or loves, built with Blender, Hyper3D Rodin, FLORA, and a headless bpy script, and none of those tools decides what deserves to glow. That part stays yours. Chapter three: scroll runs on one of two clocks, the movie (a timeline fires on entering view, landing the same for everyone) or the flipbook (scrub ties progress to scroll position, so the reader conducts it, even backwards) — in GSAP that's toggleActions versus scrub, and a trigger only gets one. Find the event your resume is hiding, give it ground to stand on, then decide whose clock each scene runs on.</summary>
  </entry>
  <entry>
    <title>How this backlog got built</title>
    <link href="https://n3wth.com/thinking/this-page" />
    <id>https://n3wth.com/thinking/this-page</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>Every piece in this registry, including this one, went through the same process: pulled from something real, drafted in voice, built by an agent in its own isolated git worktree, checked, merged into one shared file. The backlog started as a markdown table — slug, topic, source, status — with one rule: no invented filler, every row traces to a shipped PR, a saved note, an actual git log. Where the source was thin, the instruction was to write around the gap, not manufacture specifics. Verification before merge was mechanical: typecheck, lint, tests, a build, plus one check specific to this site — grep every draft for AI product brand names, since a site tied to a job at a company with its own model can't name a competitor's. It caught something real: one of twenty drafts named a specific LLM by brand three times, carried straight through from source material that had quoted it verbatim, caught before merge. The one real integration failure: two independent agent batches, neither aware of the other, built the same four pieces at once — one on-disk name in lowercase, the other uppercase. Nothing in either worktree could see the other; it surfaced only when the second batch's file listing came back already full of work that looked like its own. The fix wasn't a smarter agent — it was a habit, check what's running before starting a new batch. The tracker says what was planned. The registry says what shipped. Believe the registry.</summary>
  </entry>
  <entry>
    <title>The PDF gotcha that cost an afternoon</title>
    <link href="https://n3wth.com/thinking/pdf-charspace" />
    <id>https://n3wth.com/thinking/pdf-charspace</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>A reportlab-based document generator started drawing right-aligned numbers past the end of their column, by exactly the amount you'd expect from a bug that isn't in the math at all. Values overshot a table's hairline rule by 10 to 25 points, but only in rows following a row with a letterspaced chip in it — rows without one aligned perfectly, and drawRightString looked correct on inspection. PDF has an operator, Tc, character spacing, that a chip sets to widen gaps between its own letters. The bug: Tc is graphics-state, not a property of the text object that set it. It survives past ET, the operator meant to end a text block, and keeps applying to every text object drawn after it on the same page, including the row total two lines down. reportlab's stringWidth, which computes where a right-aligned draw should start, has no idea any of this happened — it measures assuming zero spacing, so the start position is correct for a string about to render wider than that measurement says. The fix is one extra line: reset Tc to zero before the text object closes, not after — by the time you're back in the caller the state has already leaked into the next draw call. What caught it wasn't reading the source, it was rasterizing the page and measuring the rightmost dark pixel per row against the rule. The math was never wrong. An operator from two lines up was still switched on.</summary>
  </entry>
  <entry>
    <title>Working notes: 2026</title>
    <link href="https://n3wth.com/thinking/2026-goals" />
    <id>https://n3wth.com/thinking/2026-goals</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>Every year I rewrite one document: a single page listing what has to be true across career, money, and home life by December, plus the infrastructure underneath all three. The organizing idea is that a milestone in one column should leave something reusable in another. That's the theory. The plan quietly admits it doesn't hold evenly. The tell is in the section most planning documents skip: who actually checks on this, and how often. Career gets a fixed two-week sync, because someone else is waiting on the other end of it. Money gets a weekly script pruning drifted spend and a monthly pass against the plan, because drift there costs real money unchecked. The infrastructure underneath everything — hardware, the knowledge system — gets a quarterly review. Home life gets written down in the same document and then nothing: no cadence, no calendar entry, no second party expecting an update. That's a structural fact about which goals have external pressure attached, not an oversight. The category with no cadence is the one where I'm the only one keeping score, and I'm bad at scoring myself on a schedule I have to build in from outside. The fix isn't a better goal. It's giving the neglected category what the others already have — a date on a calendar not contingent on how busy the other three columns get, bolted onto the quarterly review that already exists. A goal with no scheduled check isn't a priority. It's a wish with better formatting.</summary>
  </entry>
  <entry>
    <title>A standing team with named desks</title>
    <link href="https://n3wth.com/thinking/agent-desks" />
    <id>https://n3wth.com/thinking/agent-desks</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>A desk on an org chart is a rectangle with a label in it until three more things are true. It fires on something other than a person remembering to click go. It's bounded — a specific list of what it can and can't touch. And it leaves a timestamp: a real, checkable answer to what it did last, without asking the person who set it up. Four generic desks here, kept categorical because the pattern matters more than the project behind it: a watcher checking every thirty seconds, only catching and correcting, never creating; a reviewer that runs before anything merges and can block but not approve its own work; a status board rewriting its own priority table on a timer; an inbox that files and closes but doesn't decide what matters. The desk I trust least is the one whose status a person types by hand — accurate the day it's written, a guess every day after. A board that rewrites its own table is different, not because the information is smarter but because the timestamp means something. Not every desk creates; the watcher's job is noticing another desk's output went missing, fast enough that it doesn't matter, which is why its cadence is the shortest. What none of them can tell you is whether they're still running — a cron job that stops doesn't announce it. A desk is real because it has a schedule, a boundary, and a timestamp that updates without you.</summary>
  </entry>
  <entry>
    <title>The toll-free verification maze</title>
    <link href="https://n3wth.com/thinking/twilio-compliance" />
    <id>https://n3wth.com/thinking/twilio-compliance</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>A toll-free number needs Twilio's sign-off before it sends a single text. The application reads like paperwork and behaves like a maze — you can't see a wall until you've walked into it, and the rejection notice is the only map you get. First submission was for one narrow job, an AI voice hotline sending a single follow-up text after a call. It came back rejected on business_website: the field pointed at a personal domain that redirects elsewhere, and the reviewer followed the redirect to a page matching nothing else in the application. Fix it, resubmit, and the wall moves — second rejection on opt_in_type, set to WEB_FORM when there's no signup form anywhere; the only real mechanism is VERBAL, a caller hearing a disclosure before anything gets sent, and Twilio's taxonomy doesn't treat 'close enough' as valid. One more field got changed in that same pass before it had the chance to reject anything on its own: business_type to SOLE_PROPRIETOR, the value that skips the EIN and registration-number fields a one-person operation registered only with the city doesn't have. Reading the enum definitions before submitting instead of after is the one wall you can route around blind. The application can only be edited while rejected, within a seven-day window that keeps a resubmission in the priority queue — miss it and the next attempt goes to the back of the line. A maze doesn't publish its map. You learn each wall by walking into it.</summary>
  </entry>
  <entry>
    <title>Kroots: mapping a graph nobody else could see</title>
    <link href="https://n3wth.com/thinking/kroots-map" />
    <id>https://n3wth.com/thinking/kroots-map</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>The page is called a map of content and looks like nothing: a title, a mission line, four short lists of links. It's the closest thing my kids'-media project has to an org chart. There's no team to chart — one person, and a folder of notes that had to behave like a company anyway, so the map stands in for departments that don't exist yet. The first cluster is the one a founding team would usually split three ways: a foundation document, a go-to-market strategy, competitor research, an accelerator application — four different jobs, one person, the same week. Nothing hides that; the map just lists the links side by side and lets you notice. The second cluster is where the map earns its name: notes on two established kids' properties studied for structure, a note applying a framework about how ideas spread, and one link away, the actual launch newsletter copy. Research and shipped material sit together because they're the same activity — there was never a separate research phase to split from production. The other two clusters are thinner by a full document each, and a folder wouldn't show you that; scrolling past three files feels the same as scrolling past four. The graph shows the gap as a gap. What the map is for isn't remembering where things are. It's seeing the shape of the work from above, including which cluster stays thin because I keep finding reasons to work on strategy instead of outreach.</summary>
  </entry>
  <entry>
    <title>A computed verdict can still be wrong</title>
    <link href="https://n3wth.com/thinking/hop-flights" />
    <id>https://n3wth.com/thinking/hop-flights</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>hop.flights answers one question — use points, or pay cash — and the pitch of the verdict engine is that the answer is computed from real loyalty balances and real cash prices, never generated. That's the moat: no hedge, no disclaimer, just a number. Which also means that when the number is wrong, it's wrong with the same flat confidence as when it's right. A solo search checks out. Add a second passenger to the identical search and the verdict can flip outright, points to cash or the reverse, while the page states it with total certainty. A DeepWiki audit surfaced it as the highest-priority open issue. Root cause: Seats.aero returns award pricing per seat, Duffel returns cash pricing as a total already summed across the party, and the search function divides one against the other without checking which is which — the Seats.aero client never reads the party-size parameter, so the number in the search box is invisible to half the calculation. The result inflates cents-per-point roughly by party size. The fix is arithmetic, not architecture: scale the award side by party size before it meets the cash side. It survived this long because the mock fixtures used in day-to-day dev don't scale by party size either, so the bug never got a chance to surface until real data. It's now one of four hard gates before billing turns on. A computed verdict is only better than a guess if the arithmetic checks out.</summary>
  </entry>
  <entry>
    <title>TypeScript at the edge</title>
    <link href="https://n3wth.com/thinking/edge-typescript" />
    <id>https://n3wth.com/thinking/edge-typescript</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>A request to a Cloudflare Worker doesn't reach a server. It reaches a V8 isolate — the same sandboxing tech that keeps browser tabs apart — spun up in under a millisecond wherever the request landed. A traditional serverless function boots inside a VM or container, and that boot cost is real time before your code runs. Workers skip it: no machine to boot, no container to schedule, execution starts on whichever edge location the request reached. TypeScript's job here isn't stylistic. A Worker's binding surface — the other services and models it's wired to — is a contract that has to hold at every edge location at once; compile-time types catch a broken binding before it ships everywhere. Isolates are disposable by design, which is fine until a request needs to remember something. Durable Objects answer that: stateful isolates with strongly consistent in-memory storage, addressable by an ID that always routes to the same instance. The same properties that make Workers cheap for stateless HTTP make them plausible as an agent runtime — lightweight enough that running thousands of distinct agent profiles, each waking only on a webhook, is a reasonable default instead of a scaling problem. Trace one request through the stack and the hops are always the same three: isolate, Durable Object, model binding, no home region in the middle. A V8 isolate isn't a fast server. It's compute cheap enough to hand one to every agent that needs one.</summary>
  </entry>
  <entry>
    <title>Memory is the toll booth</title>
    <link href="https://n3wth.com/thinking/llm-inference" />
    <id>https://n3wth.com/thinking/llm-inference</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>An inference request has two phases that behave nothing alike. Prefill processes the whole prompt at once, every token attending to every other in parallel, and it happens exactly once. Decode is sequential — one token out, fed back in, one token out again — and there's no parallelizing around it; token 200 can't start until token 199 exists. The instinct is to treat both as a compute problem, because that's how training works. Decode doesn't work that way. Every step has to reload the model's weights and the running KV cache out of memory before it can produce one token. The arithmetic is cheap. The trip to memory, repeated once per output token, is what the clock is actually measuring — decode is memory-bandwidth-bound, not FLOPs-bound. This isn't abstract on my own setup: a Mac mini M4 with 16GB of unified memory, memory-constrained enough that it dictates the whole design. Weights get quantized from 16-bit down to 4-bit, and a router sends simple prompts to the small quantized model to keep tokens-per-second high. The upgrade I've got planned, an M4 Pro with 48GB, buys room to run larger models locally, not raw speed. The same constraint shows up at enterprise scale wearing different clothes — a fleet problem optimizing for the same two numbers, plus cost multiplied across every concurrent request. Prefill is a sum you pay once. Decode is a toll you pay per token, and the toll booth is memory, not math.</summary>
  </entry>
  <entry>
    <title>What "autonomous" actually means in production</title>
    <link href="https://n3wth.com/thinking/autonomous-agents" />
    <id>https://n3wth.com/thinking/autonomous-agents</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>'Autonomous' gets applied to two different things and the word doesn't distinguish between them. One is a loop: an agent perceives, plans, acts, checks the result, and adjusts without a human approving each step. The other is a boundary: what that loop is allowed to touch. The loop is a property of the system; the boundary is a decision someone made. Confusing them turns 'the agent is autonomous' into 'nobody's watching,' which isn't the same claim at all. The loop itself is easy to describe — plan, execute in a disposable sandbox, read the error, revise, reach out through something like MCP to touch files or APIs. None of that should feel controversial; a sandbox is built to be wrong in. The interactive list in this piece walks through real actions an agent might take mid-task: half the loop just does, because being wrong costs nothing and the attempt gets discarded. The other half — merging to main, deploying, spending money, messaging a customer, deleting production data — need a person, because being wrong costs something that doesn't reset. A multi-agent setup makes the boundary easier to see, not harder, since it forces you to draw it per desk instead of once for 'the agent.' What makes a setup production-grade isn't a bigger or less supervised loop. It's a boundary drawn on purpose, before the fact, and better infrastructure doesn't move that line.</summary>
  </entry>
  <entry>
    <title>Compound engineering applied to a personal site</title>
    <link href="https://n3wth.com/thinking/compound-engineering" />
    <id>https://n3wth.com/thinking/compound-engineering</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>Five real pull requests from this site's own git history, in the order they landed. The first Thinking piece shipped with two fixes already caught in review, not filed as bugs a week later — a redundant link grid trimmed, a camera sway toned down from 3x to 1.1x. The second PR wasn't a build, it was a review that caught drift before it spread to the other nineteen pieces: bordered cards fighting the site's flat rule, a synthetic model standing in for the real one, no spine to the argument. Two PRs later a raw hex color and a text-shadow glow slipped into one specimen anyway, both banned by the site's own flat rule — three lines, caught and reverted before it set a precedent. The pattern under those fixes — the magazine grid, the optional stage number, the optional margin note — moved into a shared component every later piece imports rather than redefines slightly differently, including this one. Two PRs after that, a compliance pass found copy naming specific AI products by brand, a hard constraint since I can't publicly endorse a competitor's model while working at Google. The rule got written once. The very next batch, four pieces built by parallel agents, caught its own violation with zero new instructions. A rule that has to be re-explained every time isn't a rule. It's a request.</summary>
  </entry>
  <entry>
    <title>Automation is arbitration plumbing</title>
    <link href="https://n3wth.com/thinking/home-automation" />
    <id>https://n3wth.com/thinking/home-automation</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>A house full of automation looks like magic from the doorway. From inside it's arbitration plumbing: sensors report, a hub decides, actuators act, and each of those three roles fails in its own way. My leak sensor sits under the kitchen sink on Z-Wave; when it detects moisture, my hub checks a rule and fires downstream. The real engineering problem isn't any one sensor — it's that Z-Wave, Zigbee, Hue, and Wi-Fi don't talk to each other natively, so the hub's actual job is translation. Mine is a Home Assistant Yellow, run local with no cloud dependency, tracking around 1,280 entities. The failure I keep coming back to is that same leak sensor's battery reading 20 percent. It hasn't missed a report yet, which is the problem — a dying sensor doesn't announce a threshold crossing, it just goes quiet one day with no error, and the hub can't distinguish 'no leak' from 'no sensor.' The reliability of the whole chain is bounded by whichever part is cheapest and least watched, not by the expensive hub sitting fine in a closet. I made one trade the other direction: pulled local voice control off the hub because it drained resources the rule evaluation actually needed. The next layer isn't more sensors. It's software that turns a stated intent into the right sequence across actuators that already exist.</summary>
  </entry>
  <entry>
    <title>A knowledge base becomes a graph once something else can query it</title>
    <link href="https://n3wth.com/thinking/personal-knowledge-graph" />
    <id>https://n3wth.com/thinking/personal-knowledge-graph</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>PARA and Zettelkasten pushed back on hierarchy, arguing notes should link the way ideas actually relate — in webs, not trees. The insight is obvious in retrospect; the problem is most tools claiming to support networked notes still treat linking as a cosmetic afterthought. My system splits across three backends by function: a core knowledge graph on Postgres holding structured knowledge across projects, meetings, people, and career history; a separate store for small atomic facts that need fast lookup; a third holding behavioral instructions for how my agents should act, not facts about the world. The core is a real graph, not markdown files that happen to link — pages connect via wiki-links into explicit nodes and edges, and the graph shape itself carries meaning. I enforce hygiene mechanically: no duplicate pages, orphan tracking for pages with no incoming links, bi-temporal facts so a changed role gets a time boundary instead of overwriting history. I publish a curated subset as a digital garden, deliberately exposing structure rather than polished standalone essays. The consequence that matters most is what happens when an agent reads and writes to it. Vector search tells you what sounds similar; it can't traverse three hops from a person to a project to a decision. A flat index gets fuzzy under pressure. The graph holds the error.</summary>
  </entry>
  <entry>
    <title>Live artifacts are three different architectures</title>
    <link href="https://n3wth.com/thinking/live-artifacts" />
    <id>https://n3wth.com/thinking/live-artifacts</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>'Live artifact' names three genuinely different architectures that share one surface feature — the output renders instead of displaying as text — and nothing else. The first: an AI chat platform renders generated HTML or React inside a sandboxed frame assembled from full context, and iterating republishes in place at a stable, versioned link. The second: a full Node environment compiled to WebAssembly runs entirely inside the browser tab — virtual filesystem, virtualized network, a real dev server, no remote VM — and a model operating here controls an entire environment, not just a rendered output. The third is generative UI: real React and component-library code, iteratively edited, optimized for production-realistic reuse rather than a sandboxed preview. The point isn't the preview, it's the code that ships. These diverge on security by design: OS-level sandboxing wraps every subprocess a coding agent spawns, a microVM-per-execution model gives each run its own machine, and a plain CSP iframe disables scripts and forms by default and re-enables them token by token. The underlying decision is how much control you hand the model against how contained the blast radius is when it's wrong. A full in-browser OS maximizes control and minimizes containment; a CSP iframe is the reverse. I picked the middle the same way anyone does — by deciding how much I trust the model, and how much I'd rather not find out.</summary>
  </entry>
  <entry>
    <title>Why every AI-generated UI looks the same</title>
    <link href="https://n3wth.com/thinking/ai-design-slop" />
    <id>https://n3wth.com/thinking/ai-design-slop</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>Every AI-generated UI I see lately looks roughly the same: a particular sans-serif, purple-to-blue gradient cards, a centered icon grid, low-contrast dark mode. One AI lab calls this distributional convergence — without explicit steering, a generative model samples from the safest, highest-probability region of its training distribution, the average of everything it's seen. I ran into this building hop, my flights side project, and on this site. An analysis of 1,590 Show HN vibe-coded submissions found 22 percent showed heavy slop, four or more recognizable patterns stacked together. No single fix solves it, but the countermeasures that work share one property: they're structural, not a better prompt. Grounding generation in a real component library, locked before generation starts, closes off the route into generic territory entirely. Token discipline helps almost as much — hand a model raw hex values and it hardcodes them, so I hide raw color primitives from the model and give it only semantic tokens, paired with deterministic linting to catch drift the moment it happens. Forcing an aesthetic-direction decision up front, grounded in the brief's own subject matter, is the third lever. On AI-judged design quality I stay skeptical — a model's critique correlates weakly with human judgment, and even trained designers disagree with each other. The leverage is constraints and process. Everything else is hoping.</summary>
  </entry>
  <entry>
    <title>The machine that runs my todo list while I sleep</title>
    <link href="https://n3wth.com/thinking/gtd-mini" />
    <id>https://n3wth.com/thinking/gtd-mini</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>A headless Mac Mini in a closet runs a cron job every fifteen minutes. Things 3 holds my task list, an LLM reasons about it, iMessage carries results to my phone, and none of it waits for me to be at my desk. I built it because manually triaging a backlog is slow and repetitive in exactly the way computers are supposed to handle. Things 3 has no API, so everything routes through AppleScript; the model reads current state, applies whatever context I've given it about priorities, and reorders, flags, or passes through unchanged. Most runs change nothing, and that's fine — the value isn't constant churn, it's not having to remember to check. I want a timeline scrubber next: a local interface that plays the day's automation back like a video, one cron run per frame, so I can see what the model saw at 9:15 and whether noon matched what I expected. Right now I read logs, which are fine but don't tell me whether the system is making decisions or just confirming the status quo. Nothing here is exotic — the intelligence is knowing what 'urgent' means relative to everything else on the list. What changes with an autonomous system is pressure: nothing depends on me checking in, and some days a task I'd have forgotten surfaces before it matters.</summary>
  </entry>
  <entry>
    <title>AI should be present without being summoned</title>
    <link href="https://n3wth.com/thinking/ambient-ai" />
    <id>https://n3wth.com/thinking/ambient-ai</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>The chat box is the wrong mental model. Every time I open one I stop what I'm doing and decide what to ask, and that pause is where most of the value gets lost. The agent literature makes a distinction worth taking seriously: an agent perceives its environment, decides, and acts — it doesn't wait to be addressed. Most shipped products ignore this. A sidebar or modal is a secretary you have to schedule, and for most people in most workflows that scheduling overhead is enough friction to kill the habit. Ambient presence is the alternative: not a persistent chatbot in the corner, but a layer that tracks what you're already doing and acts when useful instead of when prompted. The toggle in this piece makes it literal — same document, same paragraph being rewritten, but one state opens a modal over the work and pulls the cursor away, and the other leaves the work untouched and adds a small marker in the margin. The summoning pattern persists because it maps to how we used to think about software: invoke a tool, the tool does a thing. Agents that perceive and act don't fit that frame. Deciding what an agent should notice, what it shouldn't, and where the threshold sits between helpful and noisy is the actual product.</summary>
  </entry>
  <entry>
    <title>Trust is a runtime property</title>
    <link href="https://n3wth.com/thinking/trust-production" />
    <id>https://n3wth.com/thinking/trust-production</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>The trust question for AI systems gets asked at the wrong time — during design review, red-teaming, model evals — and by the time the system is live it feels settled. It isn't. Take a safety classifier: content passes through it before surfacing, and a flag routes to human review. The logic is sound; the failure is runtime. Chat has a 50ms latency budget, feed has 200ms, and those numbers mark where a response stops feeling like a response. If the classifier finishes inside that window you get synchronous review. If it misses, you've silently changed your policy — not in a document, at runtime — to either show flagged content anyway or hold it for async review. I built a slider to make this concrete: drag it and the classifier's latency crosses 50ms, and the review path flips from synchronous to async with no smoothing, because the flip is sudden in production too. This matters because latency gets treated as an infrastructure problem engineers optimize, not a policy variable the safety team signed off on. Cross-org model integration makes it worse — a classifier that runs at 40ms alone runs at 70ms waiting on an upstream service. The slider doesn't fix the gap. It just makes the tradeoff visible, which is where the honest conversation has to start.</summary>
  </entry>
  <entry>
    <title>Agents are an org design problem</title>
    <link href="https://n3wth.com/thinking/agents-org-design" />
    <id>https://n3wth.com/thinking/agents-org-design</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>The question I kept getting wrong for too long: is this a technical problem or an organizational one? I treated model choice and context windows as the lever. They weren't. What compounds is how work accumulates, and that's an org design question. I run a standing team of coding agents, each with a named desk and a real schedule. Agents own everything reversible — code, drafts, analysis, debugging. A human makes every call touching money, identity, or anything that can't be undone. That boundary doesn't move; the moment it moved once, it stopped being a rule and became negotiable, which makes it useless. The insight that took longest to land is about trails: an agent that solves a bug and leaves nothing behind isn't much better than a contractor who leaves. The bug has to become a document with enough context that the next agent treats it as a constraint, not a mystery to re-derive. Compounding happens in the trail, not the solving. Second insight: generation and review can't be one loop. The model that wrote the code is a poor judge of its own failure mode, so review has to be structurally separate — agents checking rules, humans making calls. Same models, different desk structure, and the output quality moves a lot.</summary>
  </entry>
  <entry>
    <title>What the night field broke</title>
    <link href="https://n3wth.com/thinking/night-field" />
    <id>https://n3wth.com/thinking/night-field</id>
    <updated>2026-07-22T00:00:00Z</updated>
    <summary>Five real bugs from building the homepage's 3D night field, in the order the pipeline actually hit them: generation, export, runtime, rigging, and then the process that caught all four. Rodin's default material renders black under a point light with no environment map — fixed by dropping metalness and raising roughness, two floats, invisible until you know what the exporter ships by default. A Blender export baked an off-origin transform into vertex coordinates, so the model orbited a ghost point instead of spinning in place. Suspense placed outside the Canvas remounted the whole WebGL context on every async load until enough of those chained together and the browser dropped it. A four-legged creature's feet skated because the animation ran without a rig, and nothing enforced ground contact between amplitude, frequency, and leg length. None of these got caught by one agent generating and shipping. It took a critique panel — composition, 3D-craft, anti-slop reviewers looking at renders separately, a fixer gated on typecheck and screenshot — capped at two or three rounds because quality converges by then. The homepage isn't a metaphor for that argument about production AI. It's the argument, running live, in front of you.</summary>
  </entry>
  <entry>
    <title>Astryx vs shadcn: which design system for LLM-written UI</title>
    <link href="https://n3wth.com/thinking/astryx-vs-shadcn-vs-angular-material" />
    <id>https://n3wth.com/thinking/astryx-vs-shadcn-vs-angular-material</id>
    <updated>2026-07-14T00:00:00Z</updated>
    <summary>Field notes from this garden: Astryx, shadcn and component ownership, with a reproducible table of contents example and the limits of type-level accessibility checks.</summary>
  </entry>
  <entry>
    <title>How OpenClaw Dreaming Works</title>
    <link href="https://n3wth.com/thinking/how-openclaw-dreaming-works" />
    <id>https://n3wth.com/thinking/how-openclaw-dreaming-works</id>
    <updated>2026-06-10T00:00:00Z</updated>
    <summary>A detailed research report exploring the inner workings of OpenClaw's autonomous background memory consolidation sweeps, sleep-inspired phases, scoring logic, and operational tuning.</summary>
  </entry>
  <entry>
    <title>Zettelkasten Method</title>
    <link href="https://n3wth.com/thinking/zettelkasten-method" />
    <id>https://n3wth.com/thinking/zettelkasten-method</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Personal knowledge management system for enhanced learning through connected atomic notes</summary>
  </entry>
  <entry>
    <title>Yellowface</title>
    <link href="https://n3wth.com/thinking/yellowface" />
    <id>https://n3wth.com/thinking/yellowface</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on R.F. Kuang's satire about a writer who steals a dead friend's manuscript</summary>
  </entry>
  <entry>
    <title>Yellowface</title>
    <link href="https://n3wth.com/thinking/references/books/yellowface" />
    <id>https://n3wth.com/thinking/references/books/yellowface</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Synopsis of R.F. Kuang's novel about a writer who steals her dead friend's manuscript</summary>
  </entry>
  <entry>
    <title>Write Like No One's Watching</title>
    <link href="https://n3wth.com/thinking/write-like-no-ones-watching" />
    <id>https://n3wth.com/thinking/write-like-no-ones-watching</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>The philosophy of authentic, unselfconscious writing in a digital garden</summary>
  </entry>
  <entry>
    <title>What We Owe the Future</title>
    <link href="https://n3wth.com/thinking/references/books/what-we-owe-the-future" />
    <id>https://n3wth.com/thinking/references/books/what-we-owe-the-future</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for William MacAskill's book arguing for longtermism and moral responsibility to the future</summary>
  </entry>
  <entry>
    <title>What the Hell Did I Just Read: A Novel of Cosmic Horror</title>
    <link href="https://n3wth.com/thinking/references/books/what-the-hell-did-i-just-read" />
    <id>https://n3wth.com/thinking/references/books/what-the-hell-did-i-just-read</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for the comic horror novel What the Hell Did I Just Read</summary>
  </entry>
  <entry>
    <title>Wellness Journal</title>
    <link href="https://n3wth.com/thinking/health/wellness-journal" />
    <id>https://n3wth.com/thinking/health/wellness-journal</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Guide to maintaining a comprehensive health and wellness journal</summary>
  </entry>
  <entry>
    <title>Tools</title>
    <link href="https://n3wth.com/thinking/tools" />
    <id>https://n3wth.com/thinking/tools</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Essential tools and software for productivity and development</summary>
  </entry>
  <entry>
    <title>This Book Is Full of Spiders: Seriously, Dude, Don't Touch It</title>
    <link href="https://n3wth.com/thinking/references/books/this-book-is-full-of-spiders" />
    <id>https://n3wth.com/thinking/references/books/this-book-is-full-of-spiders</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for David Wong's horror comedy sequel to John Dies at the End</summary>
  </entry>
  <entry>
    <title>Thinking, Fast and Slow</title>
    <link href="https://n3wth.com/thinking/references/books/thinking-fast-and-slow" />
    <id>https://n3wth.com/thinking/references/books/thinking-fast-and-slow</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on Kahneman's account of the mind's two systems of fast and slow thinking</summary>
  </entry>
  <entry>
    <title>The Winner Effect: The Neuroscience of Success and Failure</title>
    <link href="https://n3wth.com/thinking/references/books/the-winner-effect" />
    <id>https://n3wth.com/thinking/references/books/the-winner-effect</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for The Winner Effect, on how winning changes brain chemistry and behavior</summary>
  </entry>
  <entry>
    <title>The Winner</title>
    <link href="https://n3wth.com/thinking/the-winner" />
    <id>https://n3wth.com/thinking/the-winner</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Personal review of Teddy Wayne's The Winner, rated three stars for its social commentary</summary>
  </entry>
  <entry>
    <title>The Winner</title>
    <link href="https://n3wth.com/thinking/references/books/the-winner" />
    <id>https://n3wth.com/thinking/references/books/the-winner</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Synopsis of Teddy Wayne's thriller about a tennis instructor's affair in a wealthy enclave</summary>
  </entry>
  <entry>
    <title>The Surrender Experiment: My Journey into Life's Perfection</title>
    <link href="https://n3wth.com/thinking/references/books/the-surrender-experiment" />
    <id>https://n3wth.com/thinking/references/books/the-surrender-experiment</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Michael Singer's memoir on letting go of control and spiritual surrender</summary>
  </entry>
  <entry>
    <title>The Seven Husbands of Evelyn Hugo</title>
    <link href="https://n3wth.com/thinking/references/books/the-seven-husbands-of-evelyn-hugo" />
    <id>https://n3wth.com/thinking/references/books/the-seven-husbands-of-evelyn-hugo</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for Taylor Jenkins Reid's novel about a reclusive Hollywood icon telling her life story</summary>
  </entry>
  <entry>
    <title>The Remains of the Day</title>
    <link href="https://n3wth.com/thinking/the-remains-of-the-day" />
    <id>https://n3wth.com/thinking/the-remains-of-the-day</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Personal review of The Remains of the Day, on duty, repression and regret in Ishiguro's novel</summary>
  </entry>
  <entry>
    <title>The Remains of the Day</title>
    <link href="https://n3wth.com/thinking/references/books/the-remains-of-the-day" />
    <id>https://n3wth.com/thinking/references/books/the-remains-of-the-day</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on Ishiguro's novel about an English butler reflecting on duty and regret</summary>
  </entry>
  <entry>
    <title>The Perfect Couple</title>
    <link href="https://n3wth.com/thinking/references/books/the-perfect-couple" />
    <id>https://n3wth.com/thinking/references/books/the-perfect-couple</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Synopsis of Elin Hilderbrand's mystery about a body found before a lavish Nantucket wedding</summary>
  </entry>
  <entry>
    <title>The Paris Apartment</title>
    <link href="https://n3wth.com/thinking/references/books/the-paris-apartment" />
    <id>https://n3wth.com/thinking/references/books/the-paris-apartment</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for the mystery The Paris Apartment, about a missing brother and suspicious neighbors</summary>
  </entry>
  <entry>
    <title>The Housemaid's Secret</title>
    <link href="https://n3wth.com/thinking/the-housemaids-secret" />
    <id>https://n3wth.com/thinking/the-housemaids-secret</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A personal review of Freida McFadden's thriller about a housemaid entangled in a wealthy family's secrets</summary>
  </entry>
  <entry>
    <title>The Housemaid's Secret</title>
    <link href="https://n3wth.com/thinking/references/books/the-housemaids-secret" />
    <id>https://n3wth.com/thinking/references/books/the-housemaids-secret</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Freida McFadden's thriller about a housemaid uncovering her employer's dark secret</summary>
  </entry>
  <entry>
    <title>The Housemaid</title>
    <link href="https://n3wth.com/thinking/references/books/the-housemaid" />
    <id>https://n3wth.com/thinking/references/books/the-housemaid</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for Freida McFadden's thriller about a housemaid uncovering her employers' dark secrets</summary>
  </entry>
  <entry>
    <title>The Hidden Economics of Grocery Delivery</title>
    <link href="https://n3wth.com/thinking/the-hidden-economics-of-grocery-delivery" />
    <id>https://n3wth.com/thinking/the-hidden-economics-of-grocery-delivery</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>An analysis comparing the true costs of grocery delivery versus in-store shopping, including time value</summary>
  </entry>
  <entry>
    <title>The Guest List</title>
    <link href="https://n3wth.com/thinking/references/books/the-guest-list" />
    <id>https://n3wth.com/thinking/references/books/the-guest-list</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on Lucy Foley's wedding-thriller about a remote island celebration gone wrong</summary>
  </entry>
  <entry>
    <title>The Eight</title>
    <link href="https://n3wth.com/thinking/references/books/eight" />
    <id>https://n3wth.com/thinking/references/books/eight</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>The Courage to Be Disliked: The Japanese Philosophy That Will Transform Your Life</title>
    <link href="https://n3wth.com/thinking/references/books/the-courage-to-be-disliked" />
    <id>https://n3wth.com/thinking/references/books/the-courage-to-be-disliked</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading notes on Adlerian psychology, task separation, and self-acceptance, linked to other personal development books</summary>
  </entry>
  <entry>
    <title>The Body Keeps the Score: Brain, Mind, and Body in the Healing of Trauma</title>
    <link href="https://n3wth.com/thinking/references/books/the-body-keeps-the-score" />
    <id>https://n3wth.com/thinking/references/books/the-body-keeps-the-score</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Summary and quotes from The Body Keeps the Score, on how trauma reshapes the body and brain</summary>
  </entry>
  <entry>
    <title>Test Cards</title>
    <link href="https://n3wth.com/thinking/anki/test-cards" />
    <id>https://n3wth.com/thinking/anki/test-cards</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Sample Anki flashcards testing trivia questions and notes on the Obsidian-to-Anki plugin's internals</summary>
  </entry>
  <entry>
    <title>Technology Trends</title>
    <link href="https://n3wth.com/thinking/technology-trends" />
    <id>https://n3wth.com/thinking/technology-trends</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Key technology trends and their impact on the industry</summary>
  </entry>
  <entry>
    <title>Technical Skills Roadmap 2025</title>
    <link href="https://n3wth.com/thinking/technical-skills-roadmap-2025" />
    <id>https://n3wth.com/thinking/technical-skills-roadmap-2025</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Comprehensive technical learning paths for software engineers</summary>
  </entry>
  <entry>
    <title>Technical Skills</title>
    <link href="https://n3wth.com/thinking/technical-skills" />
    <id>https://n3wth.com/thinking/technical-skills</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Outline of technical skill areas: programming, system design, tools, and product management</summary>
  </entry>
  <entry>
    <title>System Design</title>
    <link href="https://n3wth.com/thinking/system-design" />
    <id>https://n3wth.com/thinking/system-design</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Overview of system design concepts: architecture patterns, scalability, reliability, and the design process</summary>
  </entry>
  <entry>
    <title>SWOT</title>
    <link href="https://n3wth.com/thinking/frameworks/swot" />
    <id>https://n3wth.com/thinking/frameworks/swot</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Explains the SWOT framework and its four components for strategic and career planning</summary>
  </entry>
  <entry>
    <title>Stress</title>
    <link href="https://n3wth.com/thinking/health/stress" />
    <id>https://n3wth.com/thinking/health/stress</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>My personal approach to understanding and managing stress</summary>
  </entry>
  <entry>
    <title>Storyworthy: Engage, Teach, Persuade, and Change Your Life through the Power of Storytelling</title>
    <link href="https://n3wth.com/thinking/references/books/storyworthy" />
    <id>https://n3wth.com/thinking/references/books/storyworthy</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Matthew Dicks' book on storytelling technique from a Moth GrandSLAM champion</summary>
  </entry>
  <entry>
    <title>STAR</title>
    <link href="https://n3wth.com/thinking/frameworks/star" />
    <id>https://n3wth.com/thinking/frameworks/star</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A structured approach for answering behavioral interview questions</summary>
  </entry>
  <entry>
    <title>Spending</title>
    <link href="https://n3wth.com/thinking/spending" />
    <id>https://n3wth.com/thinking/spending</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Personal finance tracking and expense analysis</summary>
  </entry>
  <entry>
    <title>Spaced Repetition</title>
    <link href="https://n3wth.com/thinking/spaced-repetition" />
    <id>https://n3wth.com/thinking/spaced-repetition</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Learning technique that optimizes review intervals for long-term retention</summary>
  </entry>
  <entry>
    <title>Something in the Water</title>
    <link href="https://n3wth.com/thinking/something-in-the-water" />
    <id>https://n3wth.com/thinking/something-in-the-water</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Personal review of the thriller Something in the Water, on greed, trust and moral choices</summary>
  </entry>
  <entry>
    <title>Something in the Water</title>
    <link href="https://n3wth.com/thinking/references/books/something-in-the-water" />
    <id>https://n3wth.com/thinking/references/books/something-in-the-water</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for Catherine Steadman's thriller about newlyweds who find something dangerous on their honeymoon</summary>
  </entry>
  <entry>
    <title>Someday Is Today: 22 Simple, Actionable Ways to Propel Your Creative Life</title>
    <link href="https://n3wth.com/thinking/references/books/someday-is-today" />
    <id>https://n3wth.com/thinking/references/books/someday-is-today</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on Matthew Dicks's guide to turning creative dreams into daily action</summary>
  </entry>
  <entry>
    <title>SMART Goals</title>
    <link href="https://n3wth.com/thinking/health/smart-goals" />
    <id>https://n3wth.com/thinking/health/smart-goals</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Framework for setting effective health and fitness goals</summary>
  </entry>
  <entry>
    <title>Smart Brevity: The Power of Saying More with Less</title>
    <link href="https://n3wth.com/thinking/references/books/smart-brevity" />
    <id>https://n3wth.com/thinking/references/books/smart-brevity</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book blurb for Smart Brevity, the Axios formula for writing clear, concise communication</summary>
  </entry>
  <entry>
    <title>Sleep</title>
    <link href="https://n3wth.com/thinking/health/sleep" />
    <id>https://n3wth.com/thinking/health/sleep</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Understanding and improving sleep quality</summary>
  </entry>
  <entry>
    <title>Skincare</title>
    <link href="https://n3wth.com/thinking/health/skincare" />
    <id>https://n3wth.com/thinking/health/skincare</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Daily and weekly skincare checklist covering sunscreen, moisturizer, exfoliation, and a breakout protocol</summary>
  </entry>
  <entry>
    <title>Skin Cleanse: The Simple, All-Natural Program for Clear, Calm, Happy Skin</title>
    <link href="https://n3wth.com/thinking/references/books/skin-cleanse" />
    <id>https://n3wth.com/thinking/references/books/skin-cleanse</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for Skin Cleanse, a holistic guide to clearer skin through diet and simplified routines</summary>
  </entry>
  <entry>
    <title>Skills Matrix</title>
    <link href="https://n3wth.com/thinking/skills-matrix" />
    <id>https://n3wth.com/thinking/skills-matrix</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Framework for assessing and tracking professional skills</summary>
  </entry>
  <entry>
    <title>Skills Development Hub</title>
    <link href="https://n3wth.com/thinking/skills-development-hub" />
    <id>https://n3wth.com/thinking/skills-development-hub</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Central hub for tracking and developing professional skills</summary>
  </entry>
  <entry>
    <title>Skills Development</title>
    <link href="https://n3wth.com/thinking/skills-development" />
    <id>https://n3wth.com/thinking/skills-development</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Structured approach to building professional capabilities</summary>
  </entry>
  <entry>
    <title>Skills</title>
    <link href="https://n3wth.com/thinking/skills-map" />
    <id>https://n3wth.com/thinking/skills-map</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Core skills development and learning paths</summary>
  </entry>
  <entry>
    <title>Sing, Unburied, Sing</title>
    <link href="https://n3wth.com/thinking/references/books/sing-unburied-sing" />
    <id>https://n3wth.com/thinking/references/books/sing-unburied-sing</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Jesmyn Ward's novel about a family road trip across Mississippi's past and present</summary>
  </entry>
  <entry>
    <title>Shows</title>
    <link href="https://n3wth.com/thinking/shows" />
    <id>https://n3wth.com/thinking/shows</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>TV series and films worth watching and remembering</summary>
  </entry>
  <entry>
    <title>Short Term Disability Insurance</title>
    <link href="https://n3wth.com/thinking/short-term-disability" />
    <id>https://n3wth.com/thinking/short-term-disability</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Explains how short term disability insurance works, required documentation, and California-specific resources</summary>
  </entry>
  <entry>
    <title>SF Terraced Garden Transformation Guide</title>
    <link href="https://n3wth.com/thinking/sf-terraced-garden-transformation-guide" />
    <id>https://n3wth.com/thinking/sf-terraced-garden-transformation-guide</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Detailed plan for terracing a sloped San Francisco garden: decking, beds, irrigation, budget, and phasing</summary>
  </entry>
  <entry>
    <title>Setting Up My Smart Home</title>
    <link href="https://n3wth.com/thinking/setting-up-my-smart-home" />
    <id>https://n3wth.com/thinking/setting-up-my-smart-home</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A short rundown of the smart home setup: Home Assistant hub, Hue lighting, Sonos, and Synology surveillance</summary>
  </entry>
  <entry>
    <title>SCQA</title>
    <link href="https://n3wth.com/thinking/frameworks/scqa" />
    <id>https://n3wth.com/thinking/frameworks/scqa</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for structured communication and storytelling</summary>
  </entry>
  <entry>
    <title>Rice with Instapot</title>
    <link href="https://n3wth.com/thinking/rice-with-instapot" />
    <id>https://n3wth.com/thinking/rice-with-instapot</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Perfect pressure cooker rice every time</summary>
  </entry>
  <entry>
    <title>RICE</title>
    <link href="https://n3wth.com/thinking/health/rice" />
    <id>https://n3wth.com/thinking/health/rice</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Rest, ice, compression, and elevation protocol for treating sprains and soft tissue injuries</summary>
  </entry>
  <entry>
    <title>Resume Building</title>
    <link href="https://n3wth.com/thinking/resume-building" />
    <id>https://n3wth.com/thinking/resume-building</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Creating effective professional resumes and CVs</summary>
  </entry>
  <entry>
    <title>Remote Work Notes</title>
    <link href="https://n3wth.com/thinking/remote-work-excellence-guide" />
    <id>https://n3wth.com/thinking/remote-work-excellence-guide</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>What I've learned working remotely since 2020</summary>
  </entry>
  <entry>
    <title>Remote Work</title>
    <link href="https://n3wth.com/thinking/remote-work" />
    <id>https://n3wth.com/thinking/remote-work</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategies for successful remote and distributed work</summary>
  </entry>
  <entry>
    <title>References Index</title>
    <link href="https://n3wth.com/thinking/references" />
    <id>https://n3wth.com/thinking/references</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Central hub for all reference materials, books, articles, and external resources</summary>
  </entry>
  <entry>
    <title>References</title>
    <link href="https://n3wth.com/thinking/references/references" />
    <id>https://n3wth.com/thinking/references/references</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Central repository for all reference materials, books, articles, and external resources</summary>
  </entry>
  <entry>
    <title>Reading List</title>
    <link href="https://n3wth.com/thinking/reading-list" />
    <id>https://n3wth.com/thinking/reading-list</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>My personal reading journey and book recommendations</summary>
  </entry>
  <entry>
    <title>Reading Goals 2024</title>
    <link href="https://n3wth.com/thinking/reading-goals-2024" />
    <id>https://n3wth.com/thinking/reading-goals-2024</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Annual reading goals and progress tracking</summary>
  </entry>
  <entry>
    <title>Rate of Perceived Exertion</title>
    <link href="https://n3wth.com/thinking/health/rpe" />
    <id>https://n3wth.com/thinking/health/rpe</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A subjective scale for measuring exercise intensity during [[Health/Exercise|Exercise]]</summary>
  </entry>
  <entry>
    <title>Raised Beds</title>
    <link href="https://n3wth.com/thinking/raised-beds" />
    <id>https://n3wth.com/thinking/raised-beds</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Planning and considerations for raised bed gardening</summary>
  </entry>
  <entry>
    <title>Projects</title>
    <link href="https://n3wth.com/thinking/projects" />
    <id>https://n3wth.com/thinking/projects</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Active and completed projects across various domains</summary>
  </entry>
  <entry>
    <title>Progressive Summarization</title>
    <link href="https://n3wth.com/thinking/progressive-summarization" />
    <id>https://n3wth.com/thinking/progressive-summarization</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Layered highlighting technique for making notes more actionable and discoverable</summary>
  </entry>
  <entry>
    <title>Progressive Overload</title>
    <link href="https://n3wth.com/thinking/health/progressive-overload" />
    <id>https://n3wth.com/thinking/health/progressive-overload</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A fundamental principle of exercise training involving gradual increases in workout demands</summary>
  </entry>
  <entry>
    <title>Professional Writing Hub</title>
    <link href="https://n3wth.com/thinking/professional-writing-hub" />
    <id>https://n3wth.com/thinking/professional-writing-hub</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Templates and notes on technical docs, emails, and content</summary>
  </entry>
  <entry>
    <title>Professional Development</title>
    <link href="https://n3wth.com/thinking/professional-development" />
    <id>https://n3wth.com/thinking/professional-development</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Guide to continuous professional growth and advancement</summary>
  </entry>
  <entry>
    <title>Productivity Systems Hub</title>
    <link href="https://n3wth.com/thinking/productivity-systems-hub" />
    <id>https://n3wth.com/thinking/productivity-systems-hub</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Task management, prioritization, and time-blocking methods I actually use</summary>
  </entry>
  <entry>
    <title>Productivity and Health Synthesis</title>
    <link href="https://n3wth.com/thinking/productivity-health-synthesis" />
    <id>https://n3wth.com/thinking/productivity-health-synthesis</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>The intersection of wellness and performance - how health practices enhance productivity</summary>
  </entry>
  <entry>
    <title>Product Management</title>
    <link href="https://n3wth.com/thinking/product-management" />
    <id>https://n3wth.com/thinking/product-management</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Guide to product management roles and responsibilities</summary>
  </entry>
  <entry>
    <title>Preventive Care</title>
    <link href="https://n3wth.com/thinking/health/preventive-care" />
    <id>https://n3wth.com/thinking/health/preventive-care</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Proactive measures for maintaining long-term health</summary>
  </entry>
  <entry>
    <title>Presence: Bringing Your Boldest Self to Your Biggest Challenges</title>
    <link href="https://n3wth.com/thinking/references/books/presence" />
    <id>https://n3wth.com/thinking/references/books/presence</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for Amy Cuddy's Presence, on power poses and facing high-pressure moments with confidence</summary>
  </entry>
  <entry>
    <title>Presence</title>
    <link href="https://n3wth.com/thinking/presence" />
    <id>https://n3wth.com/thinking/presence</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Notes on Amy Cuddy's Presence, on mindfulness, personal power, and staying grounded under pressure</summary>
  </entry>
  <entry>
    <title>Posts</title>
    <link href="https://n3wth.com/thinking/posts" />
    <id>https://n3wth.com/thinking/posts</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Published and draft writing for public consumption</summary>
  </entry>
  <entry>
    <title>Podcasts</title>
    <link href="https://n3wth.com/thinking/podcasts" />
    <id>https://n3wth.com/thinking/podcasts</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Audio content I listen to and recommend</summary>
  </entry>
  <entry>
    <title>Plants Index</title>
    <link href="https://n3wth.com/thinking/plants" />
    <id>https://n3wth.com/thinking/plants</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Information about plants, gardening, and plant care</summary>
  </entry>
  <entry>
    <title>PESTLE</title>
    <link href="https://n3wth.com/thinking/frameworks/pestle" />
    <id>https://n3wth.com/thinking/frameworks/pestle</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for analyzing macro-environmental factors affecting business</summary>
  </entry>
  <entry>
    <title>Personal Development</title>
    <link href="https://n3wth.com/thinking/personal-development" />
    <id>https://n3wth.com/thinking/personal-development</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Overview of personal development areas: self-awareness, goal setting, habits, mindset, and related notes</summary>
  </entry>
  <entry>
    <title>Personal Brand</title>
    <link href="https://n3wth.com/thinking/personal-brand" />
    <id>https://n3wth.com/thinking/personal-brand</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Building and maintaining a professional identity</summary>
  </entry>
  <entry>
    <title>People We Meet on Vacation</title>
    <link href="https://n3wth.com/thinking/references/books/people-we-meet-on-vacation" />
    <id>https://n3wth.com/thinking/references/books/people-we-meet-on-vacation</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on Emily Henry's novel about two best friends and a decade of shared vacations</summary>
  </entry>
  <entry>
    <title>People</title>
    <link href="https://n3wth.com/thinking/people" />
    <id>https://n3wth.com/thinking/people</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Notes on people who influence my thinking and work</summary>
  </entry>
  <entry>
    <title>Open Questions</title>
    <link href="https://n3wth.com/thinking/questions" />
    <id>https://n3wth.com/thinking/questions</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Running list of questions I'm curious about and exploring</summary>
  </entry>
  <entry>
    <title>Nutrition</title>
    <link href="https://n3wth.com/thinking/health/nutrition" />
    <id>https://n3wth.com/thinking/health/nutrition</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Guide to balanced and healthy eating</summary>
  </entry>
  <entry>
    <title>Now</title>
    <link href="https://n3wth.com/thinking/now" />
    <id>https://n3wth.com/thinking/now</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>What I'm focused on right now</summary>
  </entry>
  <entry>
    <title>Note Status Guide</title>
    <link href="https://n3wth.com/thinking/note-status-guide" />
    <id>https://n3wth.com/thinking/note-status-guide</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Understanding and using the note maturity system</summary>
  </entry>
  <entry>
    <title>Note Linking</title>
    <link href="https://n3wth.com/thinking/note-linking" />
    <id>https://n3wth.com/thinking/note-linking</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>What note linking means in a zettelkasten system, its benefits and best practices for connecting notes</summary>
  </entry>
  <entry>
    <title>None of This Is True</title>
    <link href="https://n3wth.com/thinking/references/books/none-of-this-is-true" />
    <id>https://n3wth.com/thinking/references/books/none-of-this-is-true</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Synopsis of Lisa Jewell's thriller about a podcaster drawn into a stranger's dark secrets</summary>
  </entry>
  <entry>
    <title>None of This Is True</title>
    <link href="https://n3wth.com/thinking/none-of-this-is-true" />
    <id>https://n3wth.com/thinking/none-of-this-is-true</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A review of Lisa Jewell's meta-thriller about a true crime podcaster who becomes the story's subject</summary>
  </entry>
  <entry>
    <title>Non-Comedogenic</title>
    <link href="https://n3wth.com/thinking/health/non-comedogenic" />
    <id>https://n3wth.com/thinking/health/non-comedogenic</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Non-comedogenic means a product is formulated not to clog pores (comedones). Definition, why the label is unregulated, and when it matters for acne-prone skin.</summary>
  </entry>
  <entry>
    <title>Nobody is Watching</title>
    <link href="https://n3wth.com/thinking/nobody-is-watching" />
    <id>https://n3wth.com/thinking/nobody-is-watching</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>The liberating mindset of acting without fear of judgment</summary>
  </entry>
  <entry>
    <title>Never Let Me Go</title>
    <link href="https://n3wth.com/thinking/references/books/never-let-me-go" />
    <id>https://n3wth.com/thinking/references/books/never-let-me-go</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for Kazuo Ishiguro's Never Let Me Go, about students raised at a secretive boarding school</summary>
  </entry>
  <entry>
    <title>Never Let Me Go</title>
    <link href="https://n3wth.com/thinking/never-let-me-go" />
    <id>https://n3wth.com/thinking/never-let-me-go</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading notes on Ishiguro's Never Let Me Go, covering its themes of memory, identity, and mortality</summary>
  </entry>
  <entry>
    <title>Networking</title>
    <link href="https://n3wth.com/thinking/networking" />
    <id>https://n3wth.com/thinking/networking</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Building and maintaining professional relationships</summary>
  </entry>
  <entry>
    <title>Motivation Techniques</title>
    <link href="https://n3wth.com/thinking/motivation-techniques" />
    <id>https://n3wth.com/thinking/motivation-techniques</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Ten motivation techniques, from goal setting and visualization to habit stacking and accountability partners</summary>
  </entry>
  <entry>
    <title>Monstera deliciosa</title>
    <link href="https://n3wth.com/thinking/plants/monsterra" />
    <id>https://n3wth.com/thinking/plants/monsterra</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Care guide for my monstera plant</summary>
  </entry>
  <entry>
    <title>MOC Best Practices</title>
    <link href="https://n3wth.com/thinking/moc-best-practices" />
    <id>https://n3wth.com/thinking/moc-best-practices</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Guidelines for creating effective Maps of Content</summary>
  </entry>
  <entry>
    <title>Mobility</title>
    <link href="https://n3wth.com/thinking/health/mobility" />
    <id>https://n3wth.com/thinking/health/mobility</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Improving flexibility, range of motion, and functional movement</summary>
  </entry>
  <entry>
    <title>Mindset: The New Psychology of Success</title>
    <link href="https://n3wth.com/thinking/references/books/mindset" />
    <id>https://n3wth.com/thinking/references/books/mindset</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Carol Dweck's book on fixed versus growth mindsets, with personal synthesis notes</summary>
  </entry>
  <entry>
    <title>Mental Health</title>
    <link href="https://n3wth.com/thinking/health/mental-health" />
    <id>https://n3wth.com/thinking/health/mental-health</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Mental wellness strategies and emotional well-being practices</summary>
  </entry>
  <entry>
    <title>MECE</title>
    <link href="https://n3wth.com/thinking/frameworks/mece" />
    <id>https://n3wth.com/thinking/frameworks/mece</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for breaking down complex problems into manageable components</summary>
  </entry>
  <entry>
    <title>Maps of Content</title>
    <link href="https://n3wth.com/thinking/mocs/mocs" />
    <id>https://n3wth.com/thinking/mocs/mocs</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Central navigation hub for all MOCs in my digital garden</summary>
  </entry>
  <entry>
    <title>Madwoman</title>
    <link href="https://n3wth.com/thinking/references/books/madwoman" />
    <id>https://n3wth.com/thinking/references/books/madwoman</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for Chelsea Bieker's Madwoman, a novel about a mother's buried past resurfacing</summary>
  </entry>
  <entry>
    <title>Living Documents</title>
    <link href="https://n3wth.com/thinking/living-documents" />
    <id>https://n3wth.com/thinking/living-documents</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>The practice of maintaining evergreen, evolving notes</summary>
  </entry>
  <entry>
    <title>Let's Explore Diabetes with Owls</title>
    <link href="https://n3wth.com/thinking/references/books/lets-explore-diabetes-with-owls" />
    <id>https://n3wth.com/thinking/references/books/lets-explore-diabetes-with-owls</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on David Sedaris's essay collection, from family memories to offbeat encounters</summary>
  </entry>
  <entry>
    <title>Learning Plan</title>
    <link href="https://n3wth.com/thinking/learning-plan" />
    <id>https://n3wth.com/thinking/learning-plan</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Structured approach to continuous learning and development</summary>
  </entry>
  <entry>
    <title>Learning Log</title>
    <link href="https://n3wth.com/thinking/learninglog" />
    <id>https://n3wth.com/thinking/learninglog</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Track learning progress, successes, and challenges</summary>
  </entry>
  <entry>
    <title>Learning Atlas</title>
    <link href="https://n3wth.com/thinking/learning-atlas" />
    <id>https://n3wth.com/thinking/learning-atlas</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>How to structure a personal knowledge base for organization, access, and linked concepts</summary>
  </entry>
  <entry>
    <title>Learning and Career Development Synthesis</title>
    <link href="https://n3wth.com/thinking/learning-career-development-synthesis" />
    <id>https://n3wth.com/thinking/learning-career-development-synthesis</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>How continuous learning drives career growth - exploring the interconnections</summary>
  </entry>
  <entry>
    <title>Leadership Skills</title>
    <link href="https://n3wth.com/thinking/leadership-skills" />
    <id>https://n3wth.com/thinking/leadership-skills</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A list of core leadership skills, ways to develop them and links to related growth notes</summary>
  </entry>
  <entry>
    <title>Leadership Development</title>
    <link href="https://n3wth.com/thinking/leadership-development" />
    <id>https://n3wth.com/thinking/leadership-development</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Building and enhancing leadership capabilities</summary>
  </entry>
  <entry>
    <title>Leadership and Communication Synthesis</title>
    <link href="https://n3wth.com/thinking/leadership-communication-synthesis" />
    <id>https://n3wth.com/thinking/leadership-communication-synthesis</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Communication as core leadership skill - how communication excellence drives leadership impact</summary>
  </entry>
  <entry>
    <title>Knowledge Organization</title>
    <link href="https://n3wth.com/thinking/knowledge-organization" />
    <id>https://n3wth.com/thinking/knowledge-organization</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Principles and practices for effective knowledge management</summary>
  </entry>
  <entry>
    <title>Knowledge Map</title>
    <link href="https://n3wth.com/thinking/mocs/knowledge-map" />
    <id>https://n3wth.com/thinking/mocs/knowledge-map</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Navigation hub for my digital garden</summary>
  </entry>
  <entry>
    <title>Knowledge Management Systems</title>
    <link href="https://n3wth.com/thinking/knowledge-management-systems" />
    <id>https://n3wth.com/thinking/knowledge-management-systems</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Frameworks for organizing, storing, and sharing information effectively</summary>
  </entry>
  <entry>
    <title>Knowledge Management and Personal Growth Synthesis</title>
    <link href="https://n3wth.com/thinking/knowledge-management-personal-growth-synthesis" />
    <id>https://n3wth.com/thinking/knowledge-management-personal-growth-synthesis</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>How organizing knowledge accelerates development - the meta-skill of learning how to learn</summary>
  </entry>
  <entry>
    <title>Knowledge Graph Visual Maps</title>
    <link href="https://n3wth.com/thinking/knowledge-graph-visual-maps" />
    <id>https://n3wth.com/thinking/knowledge-graph-visual-maps</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Visual representations of knowledge connections in the garden</summary>
  </entry>
  <entry>
    <title>Knowledge Graph Linking Strategy</title>
    <link href="https://n3wth.com/thinking/knowledge-graph-linking-strategy" />
    <id>https://n3wth.com/thinking/knowledge-graph-linking-strategy</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A strategy document on link density, connection types, and maintenance workflows for an Obsidian knowledge graph</summary>
  </entry>
  <entry>
    <title>Klara and the Sun</title>
    <link href="https://n3wth.com/thinking/references/books/klara-and-the-sun" />
    <id>https://n3wth.com/thinking/references/books/klara-and-the-sun</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Synopsis of Kazuo Ishiguro's novel narrated by an artificial companion waiting to be chosen</summary>
  </entry>
  <entry>
    <title>Kill for Me Kill for You</title>
    <link href="https://n3wth.com/thinking/references/books/kill-for-me-kill-for-you" />
    <id>https://n3wth.com/thinking/references/books/kill-for-me-kill-for-you</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for the thriller Kill for Me Kill for You, about two women's revenge pact</summary>
  </entry>
  <entry>
    <title>Kazuo Ishiguro</title>
    <link href="https://n3wth.com/thinking/kazuo-ishiguro" />
    <id>https://n3wth.com/thinking/kazuo-ishiguro</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A stub author page with a dataview query meant to list books by Kazuo Ishiguro</summary>
  </entry>
  <entry>
    <title>Kano</title>
    <link href="https://n3wth.com/thinking/frameworks/kano" />
    <id>https://n3wth.com/thinking/frameworks/kano</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for feature prioritization based on customer satisfaction</summary>
  </entry>
  <entry>
    <title>JTBD</title>
    <link href="https://n3wth.com/thinking/frameworks/jtbd" />
    <id>https://n3wth.com/thinking/frameworks/jtbd</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for understanding underlying customer motivations and needs</summary>
  </entry>
  <entry>
    <title>Journal</title>
    <link href="https://n3wth.com/thinking/journal" />
    <id>https://n3wth.com/thinking/journal</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Personal reflections and daily practice</summary>
  </entry>
  <entry>
    <title>Job Search Strategy</title>
    <link href="https://n3wth.com/thinking/job-search-strategy" />
    <id>https://n3wth.com/thinking/job-search-strategy</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Systematic approach to finding and securing ideal roles</summary>
  </entry>
  <entry>
    <title>Interview Types</title>
    <link href="https://n3wth.com/thinking/types-of-interviews" />
    <id>https://n3wth.com/thinking/types-of-interviews</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Comprehensive guide to different interview formats and preparation strategies</summary>
  </entry>
  <entry>
    <title>Interview Presence</title>
    <link href="https://n3wth.com/thinking/interview-presence" />
    <id>https://n3wth.com/thinking/interview-presence</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Building confidence and professional presence in interviews</summary>
  </entry>
  <entry>
    <title>Interview Preparation Hub</title>
    <link href="https://n3wth.com/thinking/interview-preparation-hub" />
    <id>https://n3wth.com/thinking/interview-preparation-hub</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Comprehensive guide for mastering all types of interviews</summary>
  </entry>
  <entry>
    <title>Interview Preparation</title>
    <link href="https://n3wth.com/thinking/interview-preparation" />
    <id>https://n3wth.com/thinking/interview-preparation</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Checklists and frameworks I use before interviews</summary>
  </entry>
  <entry>
    <title>Interview Prep Checklist</title>
    <link href="https://n3wth.com/thinking/interview-prep-checklist" />
    <id>https://n3wth.com/thinking/interview-prep-checklist</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Daily and weekly prep tasks for PM interviews</summary>
  </entry>
  <entry>
    <title>Indoor Soil Mix</title>
    <link href="https://n3wth.com/thinking/plants/indoor-soil-mix" />
    <id>https://n3wth.com/thinking/plants/indoor-soil-mix</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Custom potting mix recipe for healthy indoor plants</summary>
  </entry>
  <entry>
    <title>Immunization</title>
    <link href="https://n3wth.com/thinking/health/immunization" />
    <id>https://n3wth.com/thinking/health/immunization</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Notes on tracking a personal vaccination schedule and finding travel vaccine guidance</summary>
  </entry>
  <entry>
    <title>ICE</title>
    <link href="https://n3wth.com/thinking/frameworks/ice" />
    <id>https://n3wth.com/thinking/frameworks/ice</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for prioritizing ideas based on Impact, Confidence, and Ease</summary>
  </entry>
  <entry>
    <title>I'm Starting to Worry About This Black Box of Doom</title>
    <link href="https://n3wth.com/thinking/references/books/im-starting-to-worry-about-this-black-box-of-doom" />
    <id>https://n3wth.com/thinking/references/books/im-starting-to-worry-about-this-black-box-of-doom</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Jason Pargin's thriller about a cross-country trip with a mysterious sealed box</summary>
  </entry>
  <entry>
    <title>I'll Be Gone in the Dark: One Woman's Obsessive Search for the Golden State Killer</title>
    <link href="https://n3wth.com/thinking/references/books/ill-be-gone-in-the-dark" />
    <id>https://n3wth.com/thinking/references/books/ill-be-gone-in-the-dark</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for Michelle McNamara's true crime book chasing the Golden State Killer</summary>
  </entry>
  <entry>
    <title>How to Use MOCs</title>
    <link href="https://n3wth.com/thinking/how-to-use-mocs" />
    <id>https://n3wth.com/thinking/how-to-use-mocs</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Guide for effectively using Maps of Content for knowledge navigation</summary>
  </entry>
  <entry>
    <title>How to End a Love Story</title>
    <link href="https://n3wth.com/thinking/references/books/how-to-end-a-love-story" />
    <id>https://n3wth.com/thinking/references/books/how-to-end-a-love-story</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on Yulin Kuang's enemies-to-lovers romance between two writers with a shared past</summary>
  </entry>
  <entry>
    <title>Hook Model</title>
    <link href="https://n3wth.com/thinking/frameworks/hook-model" />
    <id>https://n3wth.com/thinking/frameworks/hook-model</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for building habit-forming products through behavioral cycles</summary>
  </entry>
  <entry>
    <title>Home</title>
    <link href="https://n3wth.com/thinking/olivers-garden" />
    <id>https://n3wth.com/thinking/olivers-garden</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Introduction to the site, current projects, and recurring questions about habits and learning</summary>
  </entry>
  <entry>
    <title>Hobbies &amp; Interests</title>
    <link href="https://n3wth.com/thinking/hobby" />
    <id>https://n3wth.com/thinking/hobby</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Personal interests and activities outside of work</summary>
  </entry>
  <entry>
    <title>Him</title>
    <link href="https://n3wth.com/thinking/references/books/him" />
    <id>https://n3wth.com/thinking/references/books/him</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book blurb for Sarina Bowen's romance about two former hockey teammates reuniting years later</summary>
  </entry>
  <entry>
    <title>Helvetica</title>
    <link href="https://n3wth.com/thinking/helvetica" />
    <id>https://n3wth.com/thinking/helvetica</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Thoughts on the world's most ubiquitous typeface</summary>
  </entry>
  <entry>
    <title>Hello Beautiful</title>
    <link href="https://n3wth.com/thinking/references/books/hello-beautiful" />
    <id>https://n3wth.com/thinking/references/books/hello-beautiful</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for the novel Hello Beautiful, about a family fractured by loyalty and tragedy</summary>
  </entry>
  <entry>
    <title>HEART</title>
    <link href="https://n3wth.com/thinking/frameworks/heart" />
    <id>https://n3wth.com/thinking/frameworks/heart</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A user-centered metrics framework developed by Google for measuring user experience</summary>
  </entry>
  <entry>
    <title>Health Metrics</title>
    <link href="https://n3wth.com/thinking/health/health-metrics" />
    <id>https://n3wth.com/thinking/health/health-metrics</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Framework for tracking and improving health indicators</summary>
  </entry>
  <entry>
    <title>Health Index</title>
    <link href="https://n3wth.com/thinking/health" />
    <id>https://n3wth.com/thinking/health</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Central hub for health, wellness, and medical information</summary>
  </entry>
  <entry>
    <title>Health</title>
    <link href="https://n3wth.com/thinking/health/health" />
    <id>https://n3wth.com/thinking/health/health</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Overview of health and wellness topics</summary>
  </entry>
  <entry>
    <title>Health</title>
    <link href="https://n3wth.com/thinking/health/health-map" />
    <id>https://n3wth.com/thinking/health/health-map</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Physical and mental health tracking and routines</summary>
  </entry>
  <entry>
    <title>Happy: Why More or Less Everything is Absolutely Fine</title>
    <link href="https://n3wth.com/thinking/references/books/happy" />
    <id>https://n3wth.com/thinking/references/books/happy</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Derren Brown's book on stoic philosophy and the nature of happiness</summary>
  </entry>
  <entry>
    <title>Habit Tracking</title>
    <link href="https://n3wth.com/thinking/health/habit-tracking" />
    <id>https://n3wth.com/thinking/health/habit-tracking</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Methods for monitoring and improving health habits</summary>
  </entry>
  <entry>
    <title>GTD</title>
    <link href="https://n3wth.com/thinking/frameworks/gtd" />
    <id>https://n3wth.com/thinking/frameworks/gtd</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>David Allen's five-step task management system</summary>
  </entry>
  <entry>
    <title>GROW</title>
    <link href="https://n3wth.com/thinking/frameworks/grow" />
    <id>https://n3wth.com/thinking/frameworks/grow</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A coaching model for goal setting and problem solving</summary>
  </entry>
  <entry>
    <title>Grit: The Power of Passion and Perseverance</title>
    <link href="https://n3wth.com/thinking/references/books/grit" />
    <id>https://n3wth.com/thinking/references/books/grit</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Notes on Angela Duckworth's Grit, its four components, and links to related career and habit pages</summary>
  </entry>
  <entry>
    <title>Good Material</title>
    <link href="https://n3wth.com/thinking/references/books/good-material" />
    <id>https://n3wth.com/thinking/references/books/good-material</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on Dolly Alderton's novel about heartbreak, friendship, and starting over at 35</summary>
  </entry>
  <entry>
    <title>Gardening Tips</title>
    <link href="https://n3wth.com/thinking/gardening-tips" />
    <id>https://n3wth.com/thinking/gardening-tips</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Practical insights and principles for successful gardening</summary>
  </entry>
  <entry>
    <title>Gardening Tasks</title>
    <link href="https://n3wth.com/thinking/gardening-tasks" />
    <id>https://n3wth.com/thinking/gardening-tasks</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Active task list for garden projects and maintenance</summary>
  </entry>
  <entry>
    <title>Gardening</title>
    <link href="https://n3wth.com/thinking/mocs/gardening" />
    <id>https://n3wth.com/thinking/mocs/gardening</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A personal collection of gardening knowledge, techniques, and sustainable practices</summary>
  </entry>
  <entry>
    <title>Gardening</title>
    <link href="https://n3wth.com/thinking/gardening" />
    <id>https://n3wth.com/thinking/gardening</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Growing plants, creating outdoor spaces, and connecting with nature</summary>
  </entry>
  <entry>
    <title>Garden Planning</title>
    <link href="https://n3wth.com/thinking/garden-planning" />
    <id>https://n3wth.com/thinking/garden-planning</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategies for designing and maintaining a garden</summary>
  </entry>
  <entry>
    <title>GAME</title>
    <link href="https://n3wth.com/thinking/frameworks/game" />
    <id>https://n3wth.com/thinking/frameworks/game</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for developing and tracking product initiatives through experimentation</summary>
  </entry>
  <entry>
    <title>Funny Story</title>
    <link href="https://n3wth.com/thinking/references/books/funny-story" />
    <id>https://n3wth.com/thinking/references/books/funny-story</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Synopsis of Emily Henry's novel about two exes' roommates who fake a rebound romance</summary>
  </entry>
  <entry>
    <title>Frameworks</title>
    <link href="https://n3wth.com/thinking/frameworks/frameworks" />
    <id>https://n3wth.com/thinking/frameworks/frameworks</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Mental models and structured approaches for effective thinking and decision-making</summary>
  </entry>
  <entry>
    <title>Frameworks</title>
    <link href="https://n3wth.com/thinking/frameworks/frameworks-map" />
    <id>https://n3wth.com/thinking/frameworks/frameworks-map</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Structured approaches and mental models for effective thinking and decision-making</summary>
  </entry>
  <entry>
    <title>Food Preservation</title>
    <link href="https://n3wth.com/thinking/food-preservation" />
    <id>https://n3wth.com/thinking/food-preservation</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Techniques for extending the shelf life of food</summary>
  </entry>
  <entry>
    <title>Flow State</title>
    <link href="https://n3wth.com/thinking/flow" />
    <id>https://n3wth.com/thinking/flow</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>The psychology and practice of deep, focused engagement</summary>
  </entry>
  <entry>
    <title>Fleeting Notes</title>
    <link href="https://n3wth.com/thinking/fleeting-notes" />
    <id>https://n3wth.com/thinking/fleeting-notes</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Quick, temporary notes for capturing ideas and thoughts</summary>
  </entry>
  <entry>
    <title>FITT Principle</title>
    <link href="https://n3wth.com/thinking/health/fitt" />
    <id>https://n3wth.com/thinking/health/fitt</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Framework for exercise program design</summary>
  </entry>
  <entry>
    <title>First Lie Wins</title>
    <link href="https://n3wth.com/thinking/references/books/first-lie-wins" />
    <id>https://n3wth.com/thinking/references/books/first-lie-wins</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for the thriller First Lie Wins, about a woman living under a false identity</summary>
  </entry>
  <entry>
    <title>Feel-Good Productivity: How to Do More of What Matters to You</title>
    <link href="https://n3wth.com/thinking/references/books/feel-good-productivity" />
    <id>https://n3wth.com/thinking/references/books/feel-good-productivity</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Ali Abdaal's book linking productivity to joy, play, and connection</summary>
  </entry>
  <entry>
    <title>Favorite Blogs</title>
    <link href="https://n3wth.com/thinking/favorite-blogs" />
    <id>https://n3wth.com/thinking/favorite-blogs</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A shortlist of blogs on writing, software, note-taking, digital gardens, and tech strategy</summary>
  </entry>
  <entry>
    <title>Exercise</title>
    <link href="https://n3wth.com/thinking/health/exercise" />
    <id>https://n3wth.com/thinking/health/exercise</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Current workout structure and movement philosophy</summary>
  </entry>
  <entry>
    <title>Events</title>
    <link href="https://n3wth.com/thinking/events" />
    <id>https://n3wth.com/thinking/events</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Conferences, meetups, and professional events</summary>
  </entry>
  <entry>
    <title>Environmental Design</title>
    <link href="https://n3wth.com/thinking/health/environmental-design" />
    <id>https://n3wth.com/thinking/health/environmental-design</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Designing spaces to promote health and well-being</summary>
  </entry>
  <entry>
    <title>Energy Management</title>
    <link href="https://n3wth.com/thinking/energy" />
    <id>https://n3wth.com/thinking/energy</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Understanding and optimizing personal energy for sustainable performance</summary>
  </entry>
  <entry>
    <title>Eisenhower</title>
    <link href="https://n3wth.com/thinking/frameworks/eisenhower" />
    <id>https://n3wth.com/thinking/frameworks/eisenhower</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for prioritizing tasks based on urgency and importance</summary>
  </entry>
  <entry>
    <title>Digital Gardening</title>
    <link href="https://n3wth.com/thinking/digital-gardening" />
    <id>https://n3wth.com/thinking/digital-gardening</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>The practice and philosophy of digital knowledge cultivation</summary>
  </entry>
  <entry>
    <title>Digital Garden</title>
    <link href="https://n3wth.com/thinking/digital-garden" />
    <id>https://n3wth.com/thinking/digital-garden</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A method for cultivating and organizing digital knowledge</summary>
  </entry>
  <entry>
    <title>Deliberate Practice</title>
    <link href="https://n3wth.com/thinking/deliberate-practice" />
    <id>https://n3wth.com/thinking/deliberate-practice</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A structured approach to skill improvement and mastery</summary>
  </entry>
  <entry>
    <title>Delegation Skills</title>
    <link href="https://n3wth.com/thinking/delegation-skills" />
    <id>https://n3wth.com/thinking/delegation-skills</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Techniques for effective task delegation and team management</summary>
  </entry>
  <entry>
    <title>Deep Learning</title>
    <link href="https://n3wth.com/thinking/references/books/deep-learning" />
    <id>https://n3wth.com/thinking/references/books/deep-learning</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Notes on Goodfellow's deep learning textbook, covering core concepts and links to related skills</summary>
  </entry>
  <entry>
    <title>Dark Matter</title>
    <link href="https://n3wth.com/thinking/references/books/dark-matter" />
    <id>https://n3wth.com/thinking/references/books/dark-matter</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Synopsis of Blake Crouch's thriller about a physicist waking into an alternate version of his life</summary>
  </entry>
  <entry>
    <title>Daring Greatly: How the Courage to Be Vulnerable Transforms the Way We Live, Love, Parent, and Lead</title>
    <link href="https://n3wth.com/thinking/references/books/daring-greatly" />
    <id>https://n3wth.com/thinking/references/books/daring-greatly</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Summary and key themes from Daring Greatly, on vulnerability, shame resilience and wholehearted living</summary>
  </entry>
  <entry>
    <title>Cultish: The Language of Fanaticism</title>
    <link href="https://n3wth.com/thinking/references/books/cultish" />
    <id>https://n3wth.com/thinking/references/books/cultish</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Amanda Montell's book on how language creates and sustains cult influence</summary>
  </entry>
  <entry>
    <title>Cue-Routine-Reward</title>
    <link href="https://n3wth.com/thinking/health/cue-routine-reward" />
    <id>https://n3wth.com/thinking/health/cue-routine-reward</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Understanding the habit loop for behavior change</summary>
  </entry>
  <entry>
    <title>Creation Lake</title>
    <link href="https://n3wth.com/thinking/references/books/creation-lake" />
    <id>https://n3wth.com/thinking/references/books/creation-lake</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Publisher blurb for Rachel Kushner's Creation Lake, a novel about a spy infiltrating a French anarchist commune</summary>
  </entry>
  <entry>
    <title>Cracking the PM Career: The Skills, Frameworks, and Practices to Become a Great Product Manager</title>
    <link href="https://n3wth.com/thinking/references/books/cracking-the-pm-career" />
    <id>https://n3wth.com/thinking/references/books/cracking-the-pm-career</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book note on Bavaro's guide to product manager skills, frameworks, and career progression</summary>
  </entry>
  <entry>
    <title>Cover Letter Templates</title>
    <link href="https://n3wth.com/thinking/cover-letter-templates" />
    <id>https://n3wth.com/thinking/cover-letter-templates</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Templates for crafting effective cover letters</summary>
  </entry>
  <entry>
    <title>Course Reviews</title>
    <link href="https://n3wth.com/thinking/course-reviews" />
    <id>https://n3wth.com/thinking/course-reviews</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Evaluations and feedback on educational courses</summary>
  </entry>
  <entry>
    <title>Cosmetic Ingredients</title>
    <link href="https://n3wth.com/thinking/health/cosmetic-ingredients" />
    <id>https://n3wth.com/thinking/health/cosmetic-ingredients</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Understanding the components of skincare and beauty products</summary>
  </entry>
  <entry>
    <title>Cooking Methods</title>
    <link href="https://n3wth.com/thinking/cooking-methods" />
    <id>https://n3wth.com/thinking/cooking-methods</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Techniques for preparing and cooking food</summary>
  </entry>
  <entry>
    <title>Cooking</title>
    <link href="https://n3wth.com/thinking/recipes" />
    <id>https://n3wth.com/thinking/recipes</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Recipes, techniques, and culinary experiments</summary>
  </entry>
  <entry>
    <title>Content Strategy</title>
    <link href="https://n3wth.com/thinking/content-strategy" />
    <id>https://n3wth.com/thinking/content-strategy</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Planning and managing content to achieve business goals</summary>
  </entry>
  <entry>
    <title>Company Research Template</title>
    <link href="https://n3wth.com/thinking/company-research-template" />
    <id>https://n3wth.com/thinking/company-research-template</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A structured approach to researching potential employers</summary>
  </entry>
  <entry>
    <title>Companies</title>
    <link href="https://n3wth.com/thinking/companies" />
    <id>https://n3wth.com/thinking/companies</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Organizations I'm tracking, researching, or have worked with</summary>
  </entry>
  <entry>
    <title>Communication Skills</title>
    <link href="https://n3wth.com/thinking/communication-skills" />
    <id>https://n3wth.com/thinking/communication-skills</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Essential skills for effective interpersonal and professional communication</summary>
  </entry>
  <entry>
    <title>CIRCLES</title>
    <link href="https://n3wth.com/thinking/frameworks/circles" />
    <id>https://n3wth.com/thinking/frameworks/circles</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A systematic approach to product design and improvement</summary>
  </entry>
  <entry>
    <title>Circadian Rhythm</title>
    <link href="https://n3wth.com/thinking/health/circadian-rhythm" />
    <id>https://n3wth.com/thinking/health/circadian-rhythm</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Understanding and optimizing the body's natural sleep-wake cycle</summary>
  </entry>
  <entry>
    <title>Change Management</title>
    <link href="https://n3wth.com/thinking/change-management" />
    <id>https://n3wth.com/thinking/change-management</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategies for managing organizational change effectively</summary>
  </entry>
  <entry>
    <title>Case Interviews</title>
    <link href="https://n3wth.com/thinking/case-interviews" />
    <id>https://n3wth.com/thinking/case-interviews</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Interview technique focusing on business problem-solving</summary>
  </entry>
  <entry>
    <title>Career Transitions</title>
    <link href="https://n3wth.com/thinking/career-transitions" />
    <id>https://n3wth.com/thinking/career-transitions</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Guide to successfully navigating career changes</summary>
  </entry>
  <entry>
    <title>Career Transition Guide</title>
    <link href="https://n3wth.com/thinking/career-transition-guide" />
    <id>https://n3wth.com/thinking/career-transition-guide</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategic framework for navigating career transitions in tech</summary>
  </entry>
  <entry>
    <title>Career Roadmap</title>
    <link href="https://n3wth.com/thinking/career-roadmap" />
    <id>https://n3wth.com/thinking/career-roadmap</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategic planning for career progression</summary>
  </entry>
  <entry>
    <title>Career Planning</title>
    <link href="https://n3wth.com/thinking/career-planning" />
    <id>https://n3wth.com/thinking/career-planning</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategic career development and goal setting</summary>
  </entry>
  <entry>
    <title>Career Milestones Tracker</title>
    <link href="https://n3wth.com/thinking/career-milestones-tracker" />
    <id>https://n3wth.com/thinking/career-milestones-tracker</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Track and celebrate your professional achievements and progress</summary>
  </entry>
  <entry>
    <title>Career Map</title>
    <link href="https://n3wth.com/thinking/mocs/career-map" />
    <id>https://n3wth.com/thinking/mocs/career-map</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Documenting my path in tech and leadership</summary>
  </entry>
  <entry>
    <title>Career Journey</title>
    <link href="https://n3wth.com/thinking/career-journey" />
    <id>https://n3wth.com/thinking/career-journey</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>My path through tech, leadership, and continuous learning</summary>
  </entry>
  <entry>
    <title>Career Goals Framework</title>
    <link href="https://n3wth.com/thinking/career-goals-framework" />
    <id>https://n3wth.com/thinking/career-goals-framework</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A practical approach to setting and achieving meaningful career objectives</summary>
  </entry>
  <entry>
    <title>Career Frameworks</title>
    <link href="https://n3wth.com/thinking/career-frameworks" />
    <id>https://n3wth.com/thinking/career-frameworks</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Models and frameworks for career development and progression</summary>
  </entry>
  <entry>
    <title>Career Direction Framework</title>
    <link href="https://n3wth.com/thinking/career-direction-framework" />
    <id>https://n3wth.com/thinking/career-direction-framework</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A structured approach to defining and pursuing career goals</summary>
  </entry>
  <entry>
    <title>Career Development</title>
    <link href="https://n3wth.com/thinking/career-development" />
    <id>https://n3wth.com/thinking/career-development</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategies for advancing professional growth and success</summary>
  </entry>
  <entry>
    <title>Career Achievements</title>
    <link href="https://n3wth.com/thinking/career-achievements" />
    <id>https://n3wth.com/thinking/career-achievements</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Documenting and showcasing professional accomplishments</summary>
  </entry>
  <entry>
    <title>Business Acumen</title>
    <link href="https://n3wth.com/thinking/business-acumen" />
    <id>https://n3wth.com/thinking/business-acumen</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Understanding and applying business knowledge and skills</summary>
  </entry>
  <entry>
    <title>Bullet Journal</title>
    <link href="https://n3wth.com/thinking/bullet-journal" />
    <id>https://n3wth.com/thinking/bullet-journal</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A method for personal organization and productivity</summary>
  </entry>
  <entry>
    <title>Boy Parts</title>
    <link href="https://n3wth.com/thinking/references/books/boy-parts" />
    <id>https://n3wth.com/thinking/references/books/boy-parts</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Book blurb for Eliza Clark's dark comedy about a photographer's self-destructive spiral</summary>
  </entry>
  <entry>
    <title>Books</title>
    <link href="https://n3wth.com/thinking/references/books/books" />
    <id>https://n3wth.com/thinking/references/books/books</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Collection of book references, reviews, and reading notes</summary>
  </entry>
  <entry>
    <title>Book Reviews</title>
    <link href="https://n3wth.com/thinking/book-reviews" />
    <id>https://n3wth.com/thinking/book-reviews</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading log with ratings, currently-reading list, 2024 stats, and a full backlog of book notes</summary>
  </entry>
  <entry>
    <title>Book Learning Synthesis</title>
    <link href="https://n3wth.com/thinking/book-learning-synthesis" />
    <id>https://n3wth.com/thinking/book-learning-synthesis</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>How the books I've read connect to each other</summary>
  </entry>
  <entry>
    <title>Board Games</title>
    <link href="https://n3wth.com/thinking/board-games" />
    <id>https://n3wth.com/thinking/board-games</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Collection of tabletop games I enjoy</summary>
  </entry>
  <entry>
    <title>Benefits Analysis</title>
    <link href="https://n3wth.com/thinking/benefits-analysis" />
    <id>https://n3wth.com/thinking/benefits-analysis</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Evaluation of employee benefits and compensation packages</summary>
  </entry>
  <entry>
    <title>Behavioral Interviews</title>
    <link href="https://n3wth.com/thinking/behavioral-interviews" />
    <id>https://n3wth.com/thinking/behavioral-interviews</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Interview technique focusing on past experiences and behaviors</summary>
  </entry>
  <entry>
    <title>Behavior Change</title>
    <link href="https://n3wth.com/thinking/behavior-change" />
    <id>https://n3wth.com/thinking/behavior-change</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>How self-awareness, motivation, and habit formation combine to change behavior, linked to book notes</summary>
  </entry>
  <entry>
    <title>Bedtime Routine</title>
    <link href="https://n3wth.com/thinking/health/bedtime-routine" />
    <id>https://n3wth.com/thinking/health/bedtime-routine</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Practices for improving sleep quality and relaxation</summary>
  </entry>
  <entry>
    <title>Autism</title>
    <link href="https://n3wth.com/thinking/autism" />
    <id>https://n3wth.com/thinking/autism</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strengths and challenges of autism spectrum conditions, covering focus, pattern recognition, sensory needs and social communication</summary>
  </entry>
  <entry>
    <title>ATS Optimization</title>
    <link href="https://n3wth.com/thinking/ats-optimization" />
    <id>https://n3wth.com/thinking/ats-optimization</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategies for enhancing the effectiveness of an Application Tracking System</summary>
  </entry>
  <entry>
    <title>Atomic Notes</title>
    <link href="https://n3wth.com/thinking/atomic-notes" />
    <id>https://n3wth.com/thinking/atomic-notes</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>An atomic note is a self-contained, single-idea note in a Zettelkasten: concise, linked, and understandable on its own.</summary>
  </entry>
  <entry>
    <title>Atomic Habits: An Easy &amp; Proven Way to Build Good Habits &amp; Break Bad Ones</title>
    <link href="https://n3wth.com/thinking/references/books/atomic-habits" />
    <id>https://n3wth.com/thinking/references/books/atomic-habits</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Summary and quotes from Atomic Habits, with notes linking its habit framework to other reading and goals</summary>
  </entry>
  <entry>
    <title>Atomic Habits</title>
    <link href="https://n3wth.com/thinking/frameworks/atomic-habits" />
    <id>https://n3wth.com/thinking/frameworks/atomic-habits</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for building better habits through small, consistent actions</summary>
  </entry>
  <entry>
    <title>Are Tomatoes Self-Pollinating?</title>
    <link href="https://n3wth.com/thinking/tomatoes-self-pollinate" />
    <id>https://n3wth.com/thinking/tomatoes-self-pollinate</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Yes. Tomato plants are self-pollinating: each flower has male and female parts. How tomatoes pollinate, why fruit still fails, and when to help.</summary>
  </entry>
  <entry>
    <title>Application Tracking System</title>
    <link href="https://n3wth.com/thinking/application-tracking-system" />
    <id>https://n3wth.com/thinking/application-tracking-system</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Software for managing recruitment processes</summary>
  </entry>
  <entry>
    <title>Annual Physical</title>
    <link href="https://n3wth.com/thinking/health/annual-physical" />
    <id>https://n3wth.com/thinking/health/annual-physical</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>The importance of regular check-ups and what to expect</summary>
  </entry>
  <entry>
    <title>Anki</title>
    <link href="https://n3wth.com/thinking/anki/anki" />
    <id>https://n3wth.com/thinking/anki/anki</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Spaced repetition for long-term memory retention</summary>
  </entry>
  <entry>
    <title>An Unquiet Mind: A Memoir of Moods and Madness</title>
    <link href="https://n3wth.com/thinking/references/books/an-unquiet-mind" />
    <id>https://n3wth.com/thinking/references/books/an-unquiet-mind</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Reading list entry for Kay Redfield Jamison's memoir on living with bipolar illness as a doctor</summary>
  </entry>
  <entry>
    <title>Alaska Subscriptions</title>
    <link href="https://n3wth.com/thinking/alaska-subscriptions" />
    <id>https://n3wth.com/thinking/alaska-subscriptions</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Fare deals and alerts for Alaska Airlines travel</summary>
  </entry>
  <entry>
    <title>Aging Well</title>
    <link href="https://n3wth.com/thinking/health/aging-well" />
    <id>https://n3wth.com/thinking/health/aging-well</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategies for maintaining health and vitality as we age</summary>
  </entry>
  <entry>
    <title>Actual Gardening Costs</title>
    <link href="https://n3wth.com/thinking/actual-gardening-costs" />
    <id>https://n3wth.com/thinking/actual-gardening-costs</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A line-item breakdown of what a San Francisco garden actually cost: irrigation, beds, soil, tools</summary>
  </entry>
  <entry>
    <title>Active Learning</title>
    <link href="https://n3wth.com/thinking/active-learning" />
    <id>https://n3wth.com/thinking/active-learning</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Techniques for engaging and effective learning</summary>
  </entry>
  <entry>
    <title>Acne Prevention</title>
    <link href="https://n3wth.com/thinking/health/acne-prevention" />
    <id>https://n3wth.com/thinking/health/acne-prevention</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Strategies for preventing and managing acne</summary>
  </entry>
  <entry>
    <title>About This Vault</title>
    <link href="https://n3wth.com/thinking/vault" />
    <id>https://n3wth.com/thinking/vault</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Meta information about this digital garden and knowledge system</summary>
  </entry>
  <entry>
    <title>About</title>
    <link href="https://n3wth.com/thinking/about" />
    <id>https://n3wth.com/thinking/about</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>About this digital garden and its gardener</summary>
  </entry>
  <entry>
    <title>AARM</title>
    <link href="https://n3wth.com/thinking/frameworks/aarm" />
    <id>https://n3wth.com/thinking/frameworks/aarm</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for product strategy and growth through user lifecycle management</summary>
  </entry>
  <entry>
    <title>5-Year Health and Wellness Plan</title>
    <link href="https://n3wth.com/thinking/health/5-year-health-and-wellness-plan" />
    <id>https://n3wth.com/thinking/health/5-year-health-and-wellness-plan</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>Structured health goals and checkpoints from 2025–2030</summary>
  </entry>
  <entry>
    <title>5 Whys</title>
    <link href="https://n3wth.com/thinking/frameworks/5-whys" />
    <id>https://n3wth.com/thinking/frameworks/5-whys</id>
    <updated>2026-02-15T00:00:00Z</updated>
    <summary>A framework for identifying root causes of problems through iterative questioning</summary>
  </entry>
</feed>
