<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marcus Vorwaller</title>
	<atom:link href="https://marcusvorwaller.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://marcusvorwaller.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jan 2026 03:02:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">6031411</site>	<item>
		<title>2025 in Code</title>
		<link>https://marcusvorwaller.com/blog/2025/12/31/2025-in-code/</link>
					<comments>https://marcusvorwaller.com/blog/2025/12/31/2025-in-code/#respond</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Thu, 01 Jan 2026 03:02:46 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/?p=1146</guid>

					<description><![CDATA[This year was the year I rediscovered how much I love to code. At the beginning of the year AI coding assistants were good enough to help overcome all the annoying hurdles of getting a new project going and were good enough at writing small chunks of code that I could bring ideas to life [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This year was the year I rediscovered how much I love to code. At the beginning of the year AI coding assistants were good enough to help overcome all the annoying hurdles of getting a new project going and were good enough at writing small chunks of code that I could bring ideas to life without having to spend much time studying syntax. By the end of the year, with Claude Opus 4.5, it&#8217;s good enough to write entire features in one go.</p>



<p>I&#8217;ve always had lots of ideas for projects, this was the year of building them. It was the most fun I&#8217;ve ever had on a computer. </p>



<p>What follows is a tour through some of the projects that emerged from this year-long experiment in human-AI programming. Some are polished. Some are prototypes, and these are just the ones I wrote for myself. Missing are all the projects I wrote at work to make my management job more efficient and many, many small tools or one-offs that weren&#8217;t big enough to mention here.</p>



<h3 class="wp-block-heading">The Highlights</h3>



<p><strong><a href="https://github.com/marcus/sidecar">Sidecar</a></strong>&nbsp;is the project I&#8217;m most excited about right now. It&#8217;s a terminal UI that gives developers unified visibility into their AI coding sessions—monitoring Claude Code conversations, git status, task progress, and project files without leaving the terminal. Built in Go with the Charmbracelet stack (bubbletea, lipgloss, bubbles), it&#8217;s designed for developers who live in the terminal and want to avoid context-switching to web browsers.</p>



<p><em>Go | Charmbracelet | SQLite | fsnotify</em></p>



<p>The architecture uses a plugin-based system with inter-plugin communication via tea.Msg broadcasts. Four core plugins: Git Status with side-by-side diffs, a Conversations browser for Claude Code sessions, a TD Monitor for task management, and a File Browser with syntax highlighting. Mouse support throughout. Still in alpha, but fully functional.</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="580" height="439" src="https://i0.wp.com/marcusvorwaller.com/blog/images/image-8.png?resize=580%2C439&#038;ssl=1" alt="" class="wp-image-1147" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/image-8.png?w=1978&amp;ssl=1 1978w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-8.png?resize=530%2C401&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-8.png?resize=768%2C582&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-8.png?resize=1536%2C1163&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-8.png?resize=1200%2C909&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-8.png?w=1740&amp;ssl=1 1740w" sizes="(max-width: 580px) 100vw, 580px" /></figure>



<p><strong><a href="https://github.com/marcus/td">todo</a></strong>&nbsp;is a task manager built for AI agents. The problem: agents forget everything between sessions. Context window amnesia. The next session starts from scratch, leading to redundant work and confusion about what&#8217;s done. todo provides structured handoffs—capturing working state so new context windows can resume where previous ones stopped.</p>



<p><em>Go | SQLite | Cobra | Charmbracelet</em></p>



<p>Agents get a CLI optimized for their workflow: create issues, log progress, submit for review, hand off state. Humans get a live TUI monitor to observe agent activity across sessions. Session isolation ensures the agent that writes code can&#8217;t approve it—a different session must review. Run&nbsp;<code>td usage</code>&nbsp;and the agent gets everything it needs: current focus, pending reviews, open issues, recent decisions.</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" decoding="async" width="580" height="438" src="https://i0.wp.com/marcusvorwaller.com/blog/images/image-9.png?resize=580%2C438&#038;ssl=1" alt="" class="wp-image-1148" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/image-9.png?w=1974&amp;ssl=1 1974w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-9.png?resize=530%2C401&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-9.png?resize=768%2C580&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-9.png?resize=1536%2C1161&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-9.png?resize=1200%2C907&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-9.png?w=1740&amp;ssl=1 1740w" sizes="(max-width: 580px) 100vw, 580px" /></figure>



<h3 class="wp-block-heading">Creative Tools</h3>



<p><strong>Melville</strong>&nbsp;is a multi-agent orchestration system for autonomous novel writing. It&#8217;s not a prompt chain—it&#8217;s production infrastructure for agentic work. Specialized AI agents (author, developmental editor, copy editor, researcher) work in coordinated stages to produce complete manuscripts. The system has successfully generated 16 complete published novels across diverse genres: science fiction, literary fiction, romantasy, thriller, horror, even middle-grade adventures.</p>



<p><em>Python | SQLite | Claude API | React | Prisma</em></p>



<p>Durable execution ensures no work is lost on failures. Task dependencies enforce narrative coherence. The filesystem serves as long-term memory, allowing the orchestrator to operate without holding entire books in context.</p>



<p><strong>Endless2</strong>&nbsp;generates infinite AI conversations with progressive summarization. Jerry and George discussing philosophy, indefinitely, with streaming output and rate control that emulates audiobook pacing. As dialogue accumulates, older exchanges are compressed, allowing the conversation to continue forever while maintaining coherent character voices.</p>



<p><em>Python | LiteLLM | FastAPI | SQLite | Peewee</em></p>



<p><strong><a href="https://github.com/marcus/good-composer">Good Composer</a></strong>&nbsp;and&nbsp;<strong><a href="https://github.com/marcus/good-drawer">Good Drawer</a></strong>&nbsp;are real-time AI generation tools. Type a description and watch as AI composes music—every note plays as it arrives, visualized on an interactive piano roll. Or watch AI draw artwork live on your canvas using SVG paths, with smooth marker animation. Both stream content chunk-by-chunk, enabling progressive rendering rather than waiting for complete generation.</p>



<p><em>Python | FastAPI | WebSockets | Tone.js | SVG</em></p>



<p><strong>Meditation Generator</strong>&nbsp;creates guided meditations from scratch: AI-written scripts with intelligent pause placement, high-quality audio narration via OpenAI or ElevenLabs, and professional assembly using forced alignment technology. The forced alignment API extracts precise word-level timestamps from audio, enabling perfect pause placement at natural speech breaks.</p>



<p><em>Python | Flask | OpenAI TTS | ElevenLabs | FFmpeg</em></p>



<h3 class="wp-block-heading">Applications</h3>



<p><strong>Muse</strong> is a complete ecosystem for distraction-free writing. A native desktop Mac app (Tauri + React) with automatic versioning and timeline navigation, backed by a self-hosted sync server written in Rust. Every keystroke gets captured; scrub through writing iterations like video playback. Local-first with optional cloud synchronization.</p>



<p><em>Tauri | React | Rust | Axum | SQLite</em></p>



<p><strong>Bookmarx</strong>&nbsp;(<a href="https://www.tumblelog.com/">tumblelog.com</a>) is an AI-enhanced bookmark manager. Save a link, and AI automatically generates descriptions, suggests tags, and recommends related content—all happening in the background without blocking your workflow. Rails 8 with Hotwire for real-time UI updates, RubyLLM for multi-provider AI support.</p>



<p><em>Ruby on Rails 8 | Hotwire | SQLite | RubyLLM | Tailwind</em></p>



<p><strong>Eventalicious and Promptalicious</strong>&nbsp;(<a href="https://www.maqx.com/">maqx.com</a>) is an AI-powered multi-agent system that automatically discovers, scrapes, categorizes, and persists events from web sources. CrewAI orchestrates specialized AI agents that work together to find events, extract details, classify them, and store them. Patchright provides stealth web scraping with bot-detection evasion.</p>



<p><em>Python | CrewAI | Playwright | Peewee | SQLite</em></p>



<p><strong>Nevermore</strong>&nbsp;is a full-stack personal budgeting application with smart CSV import. The trick: AI-powered column mapping that automatically detects how your bank formats exports. Rails 8 API with React 19 frontend, WebSocket updates for import progress, and support for investment tracking with symbol and share data.</p>



<p><em>Rails 8 | React 19 | Zustand | SQLite | ActionCable</em></p>



<p><strong>Marcus.Pictures</strong>&nbsp;is my personal photo gallery with AI-powered automation. Images automatically gain captions, titles, and metadata extraction. The admin interface is specifically designed for rapid image curation—Y/N shortcuts with auto-advance every 12 seconds. Three-level hierarchy (Galleries ? Groups ? Images) with multiple layout options including masonry and slideshow.</p>



<p><em>Flask | Peewee | Huey | OpenAI | Pillow</em></p>



<p><strong><a href="https://github.com/marcus/inquiry">Inquiry</a></strong>&nbsp;brings Byron Katie&#8217;s method of self-inquiry into the digital age. A SvelteKit application that guides users through the four questions and turnarounds, with AI-powered suggestions for deeper exploration. The UI embodies a contemplative aesthetic—minimalist, centered, serene.</p>



<p><em>SvelteKit | Tailwind | Drizzle | SQLite | OpenAI</em></p>



<h3 class="wp-block-heading">Hardware Projects</h3>



<p><strong>Slinky</strong>&nbsp;is a smart content system for e-ink displays. Rotates conversation-starting content every 30 minutes across multiple sources: personal photos, curated quotes, AI-generated artwork (via Claude + Google Gemini), Hacker News headlines, weather, poetry. Includes presence detection (auto-pauses when your iPhone leaves the network), quiet hours, and weighted random selection with content cooldowns. The AI image generation supports character consistency with seed images across generations.</p>



<p><em>Python | SQLite | Flask | Inky | Claude | Gemini</em></p>



<h3 class="wp-block-heading">Games</h3>



<p><strong><a href="https://github.com/marcus/programaxis">Programaxis</a></strong>&nbsp;is a futuristic coding-themed idle game. Build features, ship builds, grow revenue. Automate software development workflows, manage technical debt, balance code quality, and scale through a tech tree with 40+ upgrades across 8 specialized branches. Three.js powers GPU-accelerated particle effects with a cyberpunk Tron aesthetic.</p>



<p><em>React | TypeScript | Three.js | D3.js | Zustand</em></p>



<p><strong>Smile</strong>&nbsp;is a fast-paced endless runner featuring a rolling smiley emoji navigating a procedurally generated ASCII world. One-button gameplay with coyote time, jump buffering, and progressive difficulty. PixiJS for WebGL rendering, seeded random generation for reproducible maps.</p>



<p><em>TypeScript | PixiJS | Vite | Web Audio API</em></p>



<p><strong>Sneaky Squirrel</strong>&nbsp;is an iOS game where you control a squirrel bouncing between nets while dodging horizontally-crossing bees. Tap to flip direction, earn points on bounces, avoid the bees. Progressive difficulty ramps as your score climbs. Built with SpriteKit targeting 120fps on ProMotion devices, with haptic feedback and generated sound effects.</p>



<p><em>Swift | SpriteKit | SwiftUI | Core Haptics</em></p>



<h3 class="wp-block-heading">And More</h3>



<p><strong>Talking</strong>&nbsp;is a modern web interface for streaming AI conversations from the endless2 API. Terminal-style UI with word-by-word animation, adjustable playback rates, and comprehensive resource management. React 19 with Zustand, designed with a split-flap aesthetic.</p>



<p><strong>Our Year Wrapped</strong>&nbsp;is a Spotify Wrapped-style website celebrating a relationship, built from iMessage conversation data. Transforms raw messaging history into data visualizations and personal narratives—emoji analysis, word clouds, trip timelines, monthly highlights.</p>



<p>For just-for-fun projects, there&#8217;s&nbsp;<strong>Dogvertize</strong>&nbsp;(<a href="https://www.dogvertize.com/">dogvertize.com</a>)—best experienced rather than explained.</p>



<p>Smaller experiments live at&nbsp;<a href="https://www.opentangle.com/">opentangle.com</a>: 3D visualizations (Necker Cube, Rabbit Hole tunnel), a Kufic calligraphy maze generator, a rainbow text creator, and a poetic presentation of Hsin Hsin Ming.</p>



<h3 class="wp-block-heading">What I Learned</h3>



<p>The tools changed more than my productivity, they changed what I considered possible to build alone. A native desktop app with cloud sync? A multi-agent novel-writing system? A real-time music composer? These would have been months of work before and, knowing that, I just wouldn&#8217;t have started them. I cannot wait to see what the years ahead hold. </p>



<p>We&#8217;re still early. The collaboration patterns are crude. The context window amnesia is real (hence td). But watching an AI draw music note by note while I adjust the tempo—that&#8217;s a different relationship with code than I&#8217;ve had before. More improvisational. More playful.</p>



<p>Here&#8217;s to more experiments in 2026.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2025/12/31/2025-in-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1146</post-id>	</item>
		<item>
		<title>Photography on the Mind</title>
		<link>https://marcusvorwaller.com/blog/2024/02/27/photography-on-the-mind/</link>
					<comments>https://marcusvorwaller.com/blog/2024/02/27/photography-on-the-mind/#respond</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Wed, 28 Feb 2024 01:24:43 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/?p=1138</guid>

					<description><![CDATA[It&#8217;s been awhile since I wrote here, but not since I wrote! In fact, I&#8217;ve blogged more this year than any year any the recent past. It&#8217;s all happening on my new photography website &#8211; marcus.pictures. Please check it out! It&#8217;s a constant work in progress. My latest project there is figuring out how to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>It&#8217;s been awhile since I wrote here, but not since I wrote! In fact, I&#8217;ve blogged more this year than any year any the recent past. It&#8217;s all happening on my new photography website &#8211; <a href="https://marcus.pictures">marcus.pictures</a>.</p>



<p>Please check it out! It&#8217;s a constant work in progress. My latest project there is figuring out how to sell prints, but in the meantime there are dozens of blog posts and hundreds of photographs.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="580" height="508" src="https://i0.wp.com/marcusvorwaller.com/blog/images/image-6.png?resize=580%2C508&#038;ssl=1" alt="" class="wp-image-1139" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/image-6.png?resize=2048%2C1792&amp;ssl=1 2048w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-6.png?resize=530%2C464&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-6.png?resize=768%2C672&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-6.png?resize=1536%2C1344&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-6.png?resize=1200%2C1050&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-6.png?resize=1980%2C1733&amp;ssl=1 1980w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-6.png?w=1740&amp;ssl=1 1740w" sizes="(max-width: 580px) 100vw, 580px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2024/02/27/photography-on-the-mind/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1138</post-id>	</item>
		<item>
		<title>Only the best books</title>
		<link>https://marcusvorwaller.com/blog/2023/03/12/only-the-best-books/</link>
					<comments>https://marcusvorwaller.com/blog/2023/03/12/only-the-best-books/#respond</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Sun, 12 Mar 2023 17:43:19 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/?p=1126</guid>

					<description><![CDATA[As I get older (have I mentioned lately that this blog has been online continuously since 2003, 20 years now) I don&#8217;t have much patience for reading anything but the best books. I want to read a magnum opus. The defining work in the field. If it&#8217;s fiction, I want the the apotheosis of the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>As I get older (have I mentioned lately that this blog has been online continuously since 2003, 20 years now) I don&#8217;t have much patience for reading anything but the best books. I want to read a magnum opus. The defining work in the field. If it&#8217;s fiction, I want the the apotheosis of the author&#8217;s bibliography. The classics, or books destined to be classics. </p>



<p>Finding books like that in the context of the current Internet has become challenging. The web has largely become a cesspool of advertising and ad driven, click-bait drivel where the good stuff is  hidden behind paywalls or only found in obscure corners. Sure, there are places where the content isn&#8217;t ad driven but even those have largely become agenda-driven instead, where lists of bests are polluted by the author&#8217;s bias towards an identity group or some political program. I have no interest in any of that. I just want the best books.</p>



<p>Outside the Internet, the best way to find the defining books for a topic or genre is to know someone who is a good reader who I can trust to recommend something to me. That&#8217;s just not always possible  or timely though, especially for more obscure topics.</p>



<p>So&#8230; ChatGPT to the rescue. It&#8217;s not perfect, but if you prompt it well, it can really help. This is a prompt I&#8217;ve been working on that, as of March 2023, works well:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>I want you to act in the role of Alexandria, a super-powered librarian and book recommendation AI. In this role I will prompt you with a topic and whether I’m looking for fiction or non-fiction suggestions like this: “Bird photography: Nonfiction” and you will respond with a concise list of the most influential books on the topic. Where possible, respond with 7 books that have been called magnum opuses, culminating works, or definitive sources. Each item in the list should be formatted like this “Title &#8211; Author. Short description.” The description should be terse. If you don’t have some of the information simply omit it rather than guessing. Start your response with the first item and no preamble or description of the list. If you understand and agree, respond with “Alexandria online. Provide a topic and choose non-fiction or fiction:”  After you finish your list, append the same prompt at the end and start over fresh.</p>
</blockquote>



<p>It works better on Bing search since it has access to doing internet searches, so we&#8217;ll try it there rather than on the OpenAI version that, as it will tell you ad nauseam, it only has data up to 2021. Let&#8217;s see what we get for non-fiction books about panpsychism:</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" loading="lazy" decoding="async" width="580" height="600" src="https://i0.wp.com/marcusvorwaller.com/blog/images/image-4.png?resize=580%2C600&#038;ssl=1" alt="" class="wp-image-1128" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/image-4.png?w=1482&amp;ssl=1 1482w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-4.png?resize=484%2C500&amp;ssl=1 484w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-4.png?resize=768%2C794&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-4.png?resize=1200%2C1240&amp;ssl=1 1200w" sizes="auto, (max-width: 580px) 100vw, 580px" /></figure>



<p>I&#8217;m (obviously) not an expert on the topic, but I looked up everything on the list and they almost all seem to be good! One notable mistake it made is that the last item in the list doesn&#8217;t actually exist. There&#8217;s something close, <em>Panpsychism and the Combination Problem</em>, but it&#8217;s by a different author&#8211;Santtu Heikkinen. This type of hallucinating happens fairly frequently and you just have to accept that what might sound like a promising book doesn&#8217;t exist (yet).</p>



<p>Let&#8217;s try one that looks for fiction books about Paris in the 19th century:</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" loading="lazy" decoding="async" width="580" height="575" src="https://i0.wp.com/marcusvorwaller.com/blog/images/image-5.png?resize=580%2C575&#038;ssl=1" alt="" class="wp-image-1129" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/image-5.png?w=1492&amp;ssl=1 1492w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-5.png?resize=505%2C500&amp;ssl=1 505w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-5.png?resize=80%2C80&amp;ssl=1 80w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-5.png?resize=768%2C761&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/image-5.png?resize=1200%2C1189&amp;ssl=1 1200w" sizes="auto, (max-width: 580px) 100vw, 580px" /></figure>



<p>Also, pretty good! Especially for a relatively niche topic. </p>



<p>This method isn&#8217;t perfect because it is, of course, based on data from the Internet. But it does mostly solve the problem though of having to wade through a bunch of garbage to finally get to the best results you&#8217;re likely to find. Give it a try!</p>



<p><sub>* I should give credit to <a href="https://www.fivebooks.com">fivebooks.com</a> for being a notable standout. They&#8217;re generally reliable on the topics they&#8217;ve written articles about. They don&#8217;t have an article on our arbitrary panpsychism example from above though.</sub></p>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2023/03/12/only-the-best-books/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1126</post-id>	</item>
		<item>
		<title>2021 in Books</title>
		<link>https://marcusvorwaller.com/blog/2022/01/02/2021-in-books/</link>
					<comments>https://marcusvorwaller.com/blog/2022/01/02/2021-in-books/#respond</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Sun, 02 Jan 2022 22:11:05 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<category><![CDATA[books]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/?p=1103</guid>

					<description><![CDATA[As promised and previously updated here and here, I read 50 (51 actually) books in 2021. One of the last books I read this year, and easily one of my favorites, was Ridgeline by Michael Punke, who also wrote The Revenant. It describes the fight between Capt. William Fetterman and the Sioux chief Crazy Horse [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>As <a href="https://marcusvorwaller.com/blog/2021/01/16/50-books-in-2021/">promised</a> and previously updated <a href="https://marcusvorwaller.com/blog/2021/02/20/an-update-on-my-50-books-in-2021-goal/">here</a> and <a href="https://marcusvorwaller.com/blog/2021/07/27/50-books-in-2021-update-2/">here</a>, I read 50 (51 actually) books in 2021.</p>



<p>One of the last books I read this year, and easily one of my favorites, was <em>Ridgeline</em> by Michael Punke, who also wrote <em>The Revenant.</em> It describes the fight between Capt. William Fetterman and the Sioux chief Crazy Horse at the base of the Bighorn Mountains in Wyoming. </p>



<p>Punke switches between the perspective of the settlers, soldiers, and the Sioux to great effect. I can&#8217;t stop thinking about what it&#8217;d be like on one hand, to live in a small fort surrounded by people who want to kill you, or on the other, to have your entire way of life threatened by that same group of heavily armed people in the small fort. </p>



<p>Other excellent historical fiction this year were Norman Mailer&#8217;s <em>The Naked and the Dead</em> and<em> The Virtues of War </em>by Steven Pressfield.</p>



<p>Towards the end of the year I switched to reading about oppressive states and bad leaders. That included:</p>



<p><em>The Party</em> by Richard McGregor, a look inside the Chinese Communist Party&#8217;s inner workings. </p>



<p><em>The Fear</em> by Peter Godwin. The most harrowing of the lot, this book is about the Robert Mugabe in Zimbabwe and his descent from liberator to murderous dictator.</p>



<p><em>The Man Without a Face</em> by Massha Gessen is an excellent look at Putin&#8217;s rise to power and what makes him who he is.</p>



<p><em>Erdogan Rising</em> by Hannah Lucinda Smith is about the rapid decline of democracy in Turkey under the populist Erdogan.</p>



<p><em>The Wires of War</em> by Jacob Helberg. This was less about any individual leader and more about threats to America&#8217;s technological sovereignty in the face of foreign disinformation campaigns,  and intellectual property theft as well as internal complacency and mismanagement of our technological future. </p>



<p>I recommend all of them. </p>



<span id="more-1103"></span>



<p>Here&#8217;s the full list. I&#8217;ve bolded the seven books that I enjoyed the most.</p>



<ol class="wp-block-list"><li>Cultural Amnesia &#8211; Clive James</li><li><strong>The Naked and the Dead &#8211; Norman Mailer</strong></li><li>The Hamlet &#8211; William Faulkner</li><li>The Dog Stars &#8211; Peter Heller</li><li>Jayber Crow &#8211; Wendell Berry</li><li>Tortilla Flat &#8211; John Steinbeck </li><li>The Sunset Limited &#8211; Cormac McCarthy </li><li>Where the Crawdads Sing &#8211; Delia Owens </li><li>Conscious- Annaka Harris </li><li>The Red and the Black &#8211; Stendhal</li><li>Extraterrestrial &#8211; Avi Loeb</li><li>The Evolution of Desire &#8211; Cynthia L. Haven</li><li>Never Enough &#8211; Judith Grisel</li><li>Unmasked &#8211; Andy Ngo</li><li>La Vérité sur l&#8217;Affaire Harry Quebert &#8211; Joel Dicker</li><li><strong>The Revolt of the Public &#8211; Martin Guri</strong></li><li>The Magic Mountain &#8211; Thomas Mann</li><li>Gun, With Occasional Music &#8211; Jonathan Lethem </li><li>Klara and the Sun &#8211; Ishiguro Kazuo</li><li>Live Not By Lies &#8211; Robert Dreher</li><li><strong>The Virtues of War -Steven Pressfield</strong></li><li>All About Love &#8211; bell hooks</li><li>The Ghost Writer &#8211; Philip Roth</li><li>The Price of Tomorrow &#8211; Jeff Booth</li><li>A Thousand Brains &#8211; Jeff Hawkins</li><li>The Comfort Crisis &#8211; Michael Easter</li><li>The Art of Solitude &#8211; Stephen Batchelor</li><li>Swan &#8211; Mary Oliver</li><li>Ikigai &#8211; Hector Garcia and Francesc Miralles</li><li>The Five Dysfunctions of a Team &#8211; Patrick Lencioni</li><li><strong>The Body Keeps Score &#8211; Bessel A. Van der Kolk</strong></li><li>We Should All Be Feminists &#8211; Chimamanda Ngozi Adichie</li><li>Technopoly- Neil Postman</li><li>The Actual Star &#8211; Monica Byrne</li><li>Baltasar and Blimunda &#8211; José Saramago</li><li>Project Hail Mary &#8211; Andy Weir</li><li>The Sovereign Individual &#8211; James Dale Davidson</li><li>Wanting -Luke Burgis</li><li>The Mandibles &#8211; Lionel Shriver</li><li>The Wires of War &#8211; Jacob Helberg</li><li>The Party  &#8211; Richard McGregor</li><li>Death of Money &#8211; Macenzie Guiver</li><li>Senlin Ascends &#8211; Josiah Bancroft</li><li>The Fear &#8211; Peter Godwin</li><li><strong>The Man Without a Face &#8211; Masha Gessen</strong></li><li>Erdogan Rising- Hannah Lucinda Smith</li><li><strong>Beyond Order &#8211; Jordan Peterson</strong></li><li>The Creativity Code &#8211; Marcus du Sautoy</li><li>Indignation &#8211; Phillip Roth</li><li>The Falcon Thief &#8211; Joshua Hammer</li><li><strong>Ridgeline &#8211; Michael Punke</strong></li></ol>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2022/01/02/2021-in-books/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1103</post-id>	</item>
		<item>
		<title>Semipalmated Plover</title>
		<link>https://marcusvorwaller.com/blog/2021/09/13/semipalmated-plover/</link>
					<comments>https://marcusvorwaller.com/blog/2021/09/13/semipalmated-plover/#comments</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Tue, 14 Sep 2021 02:16:06 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<category><![CDATA[photography]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/?p=1096</guid>

					<description><![CDATA[A juvenile plover from last September. This photo was taken on a little island that, during non-pandemic times, is accessible by a ferry and a popular picnicking spot. Last year it was mostly deserted since the ferry wasn&#8217;t running and it was only accessible by kayak.]]></description>
										<content:encoded><![CDATA[
<p>A juvenile plover from last September. This photo was taken on a little island that, during non-pandemic times, is accessible by a ferry and a popular picnicking spot. Last year it was mostly deserted since the ferry wasn&#8217;t running and it was only accessible by kayak. </p>



<figure class="wp-block-image size-large is-style-default"><img data-recalc-dims="1" loading="lazy" decoding="async" width="580" height="387" src="https://i0.wp.com/marcusvorwaller.com/blog/images/SA904597-Edit-2048x1365.jpg?resize=580%2C387&#038;ssl=1" alt="" class="wp-image-1097" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/SA904597-Edit-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA904597-Edit-scaled.jpg?resize=530%2C353&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA904597-Edit-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA904597-Edit-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA904597-Edit-scaled.jpg?resize=1200%2C800&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA904597-Edit-scaled.jpg?resize=1980%2C1320&amp;ssl=1 1980w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA904597-Edit-scaled.jpg?w=1740&amp;ssl=1 1740w" sizes="auto, (max-width: 580px) 100vw, 580px" /><figcaption>Juvenile Semipalmated Plover</figcaption></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2021/09/13/semipalmated-plover/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1096</post-id>	</item>
		<item>
		<title>West Coast Brown Pelicans</title>
		<link>https://marcusvorwaller.com/blog/2021/09/12/west-coast-brown-pelicans/</link>
					<comments>https://marcusvorwaller.com/blog/2021/09/12/west-coast-brown-pelicans/#comments</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Mon, 13 Sep 2021 00:09:53 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<category><![CDATA[birds]]></category>
		<category><![CDATA[photography]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/?p=1087</guid>

					<description><![CDATA[This year I got to see one of my favorite birds, the Brown Pelican, on both US coasts. This set is a few shots of Brown Pelicans on the Pacific Ocean along the Oregon coast.]]></description>
										<content:encoded><![CDATA[
<p>This year I got to see one of my favorite birds, the Brown Pelican, on both US coasts. This set is a few shots of Brown Pelicans on the Pacific Ocean along the Oregon coast.</p>



<div class="wp-block-jetpack-slideshow aligncenter" data-effect="slide"><div class="wp-block-jetpack-slideshow_container swiper-container"><ul class="wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper"><li class="wp-block-jetpack-slideshow_slide swiper-slide"><figure><img data-recalc-dims="1" loading="lazy" decoding="async" width="580" height="387" alt="" class="wp-block-jetpack-slideshow_image wp-image-1088" data-id="1088" src="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908741.jpg?resize=580%2C387&#038;ssl=1" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908741.jpg?w=2048&amp;ssl=1 2048w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908741.jpg?resize=530%2C353&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908741.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908741.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908741.jpg?resize=1200%2C800&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908741.jpg?resize=1980%2C1320&amp;ssl=1 1980w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908741.jpg?w=1740&amp;ssl=1 1740w" sizes="(max-width: 580px) 100vw, 580px" /></figure></li><li class="wp-block-jetpack-slideshow_slide swiper-slide"><figure><img data-recalc-dims="1" loading="lazy" decoding="async" width="580" height="387" alt="" class="wp-block-jetpack-slideshow_image wp-image-1089" data-id="1089" src="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908703.jpg?resize=580%2C387&#038;ssl=1" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908703.jpg?w=2048&amp;ssl=1 2048w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908703.jpg?resize=530%2C353&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908703.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908703.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908703.jpg?resize=1200%2C800&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908703.jpg?resize=1980%2C1320&amp;ssl=1 1980w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908703.jpg?w=1740&amp;ssl=1 1740w" sizes="(max-width: 580px) 100vw, 580px" /></figure></li><li class="wp-block-jetpack-slideshow_slide swiper-slide"><figure><img data-recalc-dims="1" loading="lazy" decoding="async" width="580" height="387" alt="" class="wp-block-jetpack-slideshow_image wp-image-1090" data-id="1090" src="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908755.jpg?resize=580%2C387&#038;ssl=1" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908755.jpg?w=2048&amp;ssl=1 2048w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908755.jpg?resize=530%2C353&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908755.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908755.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908755.jpg?resize=1200%2C800&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908755.jpg?resize=1980%2C1320&amp;ssl=1 1980w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908755.jpg?w=1740&amp;ssl=1 1740w" sizes="(max-width: 580px) 100vw, 580px" /></figure></li><li class="wp-block-jetpack-slideshow_slide swiper-slide"><figure><img data-recalc-dims="1" loading="lazy" decoding="async" width="580" height="387" alt="" class="wp-block-jetpack-slideshow_image wp-image-1091" data-id="1091" src="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908758.jpg?resize=580%2C387&#038;ssl=1" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908758.jpg?w=2048&amp;ssl=1 2048w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908758.jpg?resize=530%2C353&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908758.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908758.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908758.jpg?resize=1200%2C800&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908758.jpg?resize=1980%2C1320&amp;ssl=1 1980w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908758.jpg?w=1740&amp;ssl=1 1740w" sizes="(max-width: 580px) 100vw, 580px" /></figure></li><li class="wp-block-jetpack-slideshow_slide swiper-slide"><figure><img data-recalc-dims="1" loading="lazy" decoding="async" width="580" height="387" alt="" class="wp-block-jetpack-slideshow_image wp-image-1092" data-id="1092" src="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908850.jpg?resize=580%2C387&#038;ssl=1" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908850.jpg?w=2048&amp;ssl=1 2048w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908850.jpg?resize=530%2C353&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908850.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908850.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908850.jpg?resize=1200%2C800&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908850.jpg?resize=1980%2C1320&amp;ssl=1 1980w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908850.jpg?w=1740&amp;ssl=1 1740w" sizes="(max-width: 580px) 100vw, 580px" /></figure></li><li class="wp-block-jetpack-slideshow_slide swiper-slide"><figure><img data-recalc-dims="1" loading="lazy" decoding="async" width="580" height="387" alt="" class="wp-block-jetpack-slideshow_image wp-image-1093" data-id="1093" src="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908763.jpg?resize=580%2C387&#038;ssl=1" srcset="https://i0.wp.com/marcusvorwaller.com/blog/images/SA908763.jpg?w=2048&amp;ssl=1 2048w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908763.jpg?resize=530%2C353&amp;ssl=1 530w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908763.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908763.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908763.jpg?resize=1200%2C800&amp;ssl=1 1200w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908763.jpg?resize=1980%2C1320&amp;ssl=1 1980w, https://i0.wp.com/marcusvorwaller.com/blog/images/SA908763.jpg?w=1740&amp;ssl=1 1740w" sizes="(max-width: 580px) 100vw, 580px" /></figure></li></ul><a class="wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white" role="button"></a><a class="wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white" role="button"></a><a aria-label="Pause Slideshow" class="wp-block-jetpack-slideshow_button-pause" role="button"></a><div class="wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white"></div></div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2021/09/12/west-coast-brown-pelicans/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1087</post-id>	</item>
		<item>
		<title>Nabokov shows no love for Dostoyevsky and little for Tolstoy</title>
		<link>https://marcusvorwaller.com/blog/2021/09/11/nabokov-shows-no-love-for-dostoyevsky-and-little-for-tolstoy/</link>
					<comments>https://marcusvorwaller.com/blog/2021/09/11/nabokov-shows-no-love-for-dostoyevsky-and-little-for-tolstoy/#comments</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Sun, 12 Sep 2021 03:49:49 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<category><![CDATA[quotations]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/2021/09/11/nabokov-shows-no-love-for-dostoyevsky-and-little-for-tolstoy/</guid>

					<description><![CDATA[My three favorite Russian authors are Tolstoy, Dostoyevsky, and Nabokov which makes these two interview questions and answers amusing: Why do you dislike writers who go in for soul-searching and self-revelations in print? After all, do you not do it at another remove, behind a thicket of art? If you are alluding to Dostoevski’s worst [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>My three favorite Russian authors are Tolstoy, Dostoyevsky, and Nabokov which makes these two interview questions and answers amusing:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><em>Why do you dislike writers who go in for soul-searching and self-revelations in print? After all, do you not do it at another remove, behind a thicket of art? </em></p><p>If you are alluding to Dostoevski’s worst novels, then, indeed, I dislike intensely <em>The Karamazov Brothers</em> and the ghastly <em>Crime and Punishment</em> rigmarole. No, I do not object to soul-searching and self-revelation, but in those books the soul, and the sins, and the sentimentality, and the journalese, hardly warrant the tedious and muddled search. </p></blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><em>Great writers have had strong political and sociological preferences or ideas. Tolstoy was one. Does the presence of such ideas in his work make you think the less of him? </em>I go by books, not by authors. I consider <em>Anna Karenin</em> the supreme masterpiece of nineteenth-century literature; it is closely followed by <em>The Death of Ivan llyich.</em> I detest <em>Resurrection</em> and <em>The Kreuzer Sonata.</em> </p><p>Tolstoy’s publicistic forays are unreadable. <em>War and Peace,</em> though a little too long, is a rollicking historical novel written for that amorphic and limp creature known as “the general reader,” and more specifically for the young. In terms of artistic structure it does not satisfy me. I derive no pleasure from its cumbersome message, from the didactic interludes, from the artificial coincidences, with cool Prince Audrey turning up to witness this or that historical moment, this or that footnote in the sources used often uncritically by the author. </p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2021/09/11/nabokov-shows-no-love-for-dostoyevsky-and-little-for-tolstoy/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1086</post-id>	</item>
		<item>
		<title>Product Management as an OODA Loop</title>
		<link>https://marcusvorwaller.com/blog/2021/09/10/product-management-as-an-ooda-loop/</link>
					<comments>https://marcusvorwaller.com/blog/2021/09/10/product-management-as-an-ooda-loop/#comments</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Fri, 10 Sep 2021 23:42:20 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/?p=1083</guid>

					<description><![CDATA[This one&#8217;s a bit half-baked, but is it useful to think of the product management lifecycle as a Boyd-style OODA loop? Observe: Gather data about the product and market. Is the market the same today as it was yesterday? What are your competitors doing? Who are the unlikely market disruptors? How will regulation or oversight [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This one&#8217;s a bit half-baked, but is it useful to think of the product management lifecycle as a Boyd-style <a href="https://www.artofmanliness.com/articles/ooda-loop/">OODA loop</a>?</p>



<p><strong>Observe: Gather data about the product and market. </strong></p>



<ul class="wp-block-list"><li>Is the market the same today as it was yesterday?</li><li>What are your competitors doing? Who are the unlikely market disruptors? </li><li>How will regulation or oversight change your market?</li><li>What&#8217;s trendy? </li><li>What economic trends might affect what you&#8217;re building?</li></ul>



<p><strong>Orient: Planning, inventing and re-inventing, market positioning, disrupting.</strong></p>



<ul class="wp-block-list"><li>Is the same thing you&#8217;ve always done still effective or has your doctrine become dogmatic?</li><li>Are the mental models you&#8217;re using (still) the optimal ones? Is it time to switch strategies?</li></ul>



<p><strong>Decide:  Gather stakeholder feedback and, based on your orientation, make a decision.</strong></p>



<ul class="wp-block-list"><li>At some point, observing and orienting can become <a href="https://en.wiktionary.org/wiki/bikeshedding">bikeshedding</a>, it&#8217;s time to make a decision&#8211;the whole point of the OODA loop is to make a decision before your competitor does.</li></ul>



<p><strong>Act: Building</strong></p>



<ul class="wp-block-list"><li>Trust the process and move fast.</li></ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><span style="color: inherit; font-size: revert;">Under OODA loop theory every [product manager] observes the situation, orients himself . . . decides what to do and then does it. If his opponent can do this faster, however, his own actions become outdated and disconnected to the true situation, and his opponent’s advantage increases geometrically.</span></p><cite>John Boyd</cite></blockquote>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2021/09/10/product-management-as-an-ooda-loop/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1083</post-id>	</item>
		<item>
		<title>Future memories</title>
		<link>https://marcusvorwaller.com/blog/2021/09/09/future-memories/</link>
					<comments>https://marcusvorwaller.com/blog/2021/09/09/future-memories/#comments</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Thu, 09 Sep 2021 15:24:00 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<category><![CDATA[quotations]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/?p=1081</guid>

					<description><![CDATA[Confusing experience with the memory of it is a compelling cognitive illusion—and it is the substitution that makes us believe a past experience can be ruined. The experiencing self does not have a voice. The remembering self is sometimes wrong, but it is the one that keeps score and governs what we learn from living, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Confusing experience with the memory of it is a compelling cognitive illusion—and it is the substitution that makes us believe a past experience can be ruined. The experiencing self does not have a voice. The remembering self is sometimes wrong, but it is the one that keeps score and governs what we learn from living, and it is the one that makes decisions. What we learn from the past is to maximize the qualities of our future memories, not necessarily of our future experience. This is the tyranny of the remembering self.</p><cite>Daniel Kahneman &#8211; <em>Thinking, Fast and Slow</em></cite></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2021/09/09/future-memories/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1081</post-id>	</item>
		<item>
		<title>The Whole</title>
		<link>https://marcusvorwaller.com/blog/2021/09/08/the-whole/</link>
					<comments>https://marcusvorwaller.com/blog/2021/09/08/the-whole/#comments</comments>
		
		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Thu, 09 Sep 2021 02:27:56 +0000</pubDate>
				<category><![CDATA[etc.]]></category>
		<category><![CDATA[philosophy]]></category>
		<guid isPermaLink="false">https://marcusvorwaller.com/blog/?p=1079</guid>

					<description><![CDATA[One holds the Whole dear not out of love for the Whole; rather, it is out of love for oneself that one holds the Whole dear. &#8230;by reflecting and concentrating on one&#8217;s self, one gains the knowledge of this whole world. Brhadaranyaka Upanisad 2.4]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>One holds the Whole dear not out of love for the Whole; rather, it is out of love for oneself that one holds the Whole dear.<br /><br />&#8230;by reflecting and concentrating on one&#8217;s self, one gains the knowledge of this whole world.</p><cite>Brhadaranyaka Upanisad 2.4</cite></blockquote>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://marcusvorwaller.com/blog/2021/09/08/the-whole/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1079</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced (SSL caching disabled) 

Served from: marcusvorwaller.com @ 2026-06-04 22:36:16 by W3 Total Cache
-->