<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>tldr</title>
  <link>https://tldr.timney.net</link>
  <description></description>
  <language>en</language>
<item>
  <title>What I Wish Someone Told Me About Postgres</title>
  <link>https://tldr.timney.net/post/challahscript-com-what-i-wish-someone-told-me-about-postgres/</link>
  <guid>https://tldr.timney.net/post/challahscript-com-what-i-wish-someone-told-me-about-postgres/</guid>
  <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
  <description>A practical field guide to the Postgres behaviors that most often surprise application developers—from index selection and lock queues to SQL NULL semantics and JSONB trade-offs. The central lesson: use Postgres’s conventional relational tools deliberately, inspect query plans, and treat schema changes and flexible data types with caution.</description>
</item>
<item>
  <title>PostgreSQL for Everything</title>
  <link>https://tldr.timney.net/post/raphaelbauer-com-posts-postgresql-everything/</link>
  <guid>https://tldr.timney.net/post/raphaelbauer-com-posts-postgresql-everything/</guid>
  <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
  <description>PostgreSQL can consolidate much of a modern application stack—from search and queues to analytics, vectors, and graphs—reducing operational complexity. Start with Postgres and introduce specialized systems only when real scale or feature limits demand them.</description>
</item>
<item>
  <title>Casey Muratori&apos;s Computer, Enhance!</title>
  <link>https://tldr.timney.net/post/computerenhance-com-p-table-of-contents/</link>
  <guid>https://tldr.timney.net/post/computerenhance-com-p-table-of-contents/</guid>
  <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
  <description>A centralized navigation hub for Casey Muratori’s Computer, Enhance! programming courses, technical challenges, and interview series. The flagship Performance-Aware Programming curriculum teaches how modern CPUs execute code and how to measure and optimize real software.</description>
</item>
<item>
  <title>Episode Guide &amp;nbsp;—&amp;nbsp; Handmade Hero</title>
  <link>https://tldr.timney.net/post/guide-handmadehero-org/</link>
  <guid>https://tldr.timney.net/post/guide-handmadehero-org/</guid>
  <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
  <description>A navigable index for Handmade Hero’s extensive game-development video series, from C and Win32 fundamentals through rendering, simulation, tooling, asset pipelines, and lighting. It also catalogs companion chats, raytracing sessions, miscellany, and HandmadeCon talks.</description>
</item>
<item>
  <title>Jurassic Park computers in excruciating detail</title>
  <link>https://tldr.timney.net/post/fabiensanglard-net-jurrasic-park-computers-index-html/</link>
  <guid>https://tldr.timney.net/post/fabiensanglard-net-jurrasic-park-computers-index-html/</guid>
  <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
  <description>A forensic tour of the real hardware, software, and screen graphics used in Jurassic Park’s control room. The production borrowed more than $1.7 million in period equipment, while many supposedly live systems were driven from an off-stage graphics room.</description>
</item>
<item>
  <title>The bread paradox: why convenience always wins, and why SaaS isn’t doomed</title>
  <link>https://tldr.timney.net/post/joanwestenberg-com-p-the-bread-paradox-why-convenience/</link>
  <guid>https://tldr.timney.net/post/joanwestenberg-com-p-the-bread-paradox-why-convenience/</guid>
  <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
  <description>JA Westenberg argues that convenience routinely beats the appeal of doing things yourself—a dynamic that undermines claims that users will replace SaaS products by coding their own tools. The essay uses the &quot;bread paradox&quot; to frame why SaaS is not doomed.</description>
</item>
<item>
  <title>Building and Shipping Mac and iOS Apps Without Ever Opening Xcode</title>
  <link>https://tldr.timney.net/post/scottwillsey-com-building-and-shipping-mac-and-ios-apps-without-ever-opening-xco/</link>
  <guid>https://tldr.timney.net/post/scottwillsey-com-building-and-shipping-mac-and-ios-apps-without-ever-opening-xco/</guid>
  <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
  <description>A fully headless Apple-app workflow can build, sign, notarize, staple, install, and deploy apps using Xcode’s command-line toolchain. After one-time credential setup, a generated project and release script let developers or coding agents ship without opening Xcode.</description>
</item>
<item>
  <title>So You Want to Learn Physics…</title>
  <link>https://tldr.timney.net/post/susanrigetti-com-physics/</link>
  <guid>https://tldr.timney.net/post/susanrigetti-com-physics/</guid>
  <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
  <description>Susan Rigetti’s self-study roadmap lays out a textbook-driven path from high-school math through graduate-level physics. The guide emphasizes sequential prerequisites, rigorous problem solving, and accessible alternatives to formal university study.</description>
</item>
<item>
  <title>From monolith to Lakebase to LTAP: rethinking the database from storage up</title>
  <link>https://tldr.timney.net/post/databricks-com-blog-lakebase-ltap-rethinking-database-storage/</link>
  <guid>https://tldr.timney.net/post/databricks-com-blog-lakebase-ltap-rethinking-database-storage/</guid>
  <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
  <description>Databricks argues that externalizing Postgres storage eliminates core monolithic-database constraints, then extends the design to serve fresh analytics from the same durable data. Lakebase and LTAP separate transactional and analytical compute while unifying their storage layer.</description>
</item>
<item>
  <title>Postgres Transactions are a Distributed Systems Superpower</title>
  <link>https://tldr.timney.net/post/dbos-dev-blog-co-locating-workflow-state-with-your-data/</link>
  <guid>https://tldr.timney.net/post/dbos-dev-blog-co-locating-workflow-state-with-your-data/</guid>
  <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
  <description>Co-locating durable workflow metadata and application data in Postgres lets both commit atomically, eliminating critical failure windows. DBOS uses this to offer exactly-once transactional steps and a simpler transactional-outbox pattern.</description>
</item>
<item>
  <title>Why I Stopped Arguing With People</title>
  <link>https://tldr.timney.net/post/wangcong-org-2026-06-30-why-i-stopped-arguing-with-people-html/</link>
  <guid>https://tldr.timney.net/post/wangcong-org-2026-06-30-why-i-stopped-arguing-with-people-html/</guid>
  <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
  <description>A software engineer explains why technical correctness rarely persuades ego-driven people—and why building on disagreement, seeking requested feedback, and changing yourself are more productive than winning debates.</description>
</item>
<item>
  <title>Blogging Can Just Be Stating The Obvious</title>
  <link>https://tldr.timney.net/post/blog-jim-nielsen-com-2026-blogging-stating-the-obvious/</link>
  <guid>https://tldr.timney.net/post/blog-jim-nielsen-com-2026-blogging-stating-the-obvious/</guid>
  <pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate>
  <description>Jim Nielsen argues that some of the most valuable blog posts simply articulate obvious truths that widespread practice has ignored. Naming an everyday frustration—and backing it with examples—can validate what others notice but have not voiced.</description>
</item>
<item>
  <title>I Could&apos;ve Rickrolled the Entire FIFA World Cup. All I Needed Was My ID.</title>
  <link>https://tldr.timney.net/post/bobdahacker-com-blog-fifa-hack/</link>
  <guid>https://tldr.timney.net/post/bobdahacker-com-blog-fifa-hack/</guid>
  <pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate>
  <description>A public FIFA Agent Platform registration allegedly granted an unprivileged account access to World Cup 2026 production streaming controls, live feeds, and match-management systems. The researcher says FIFA patched the server-side authorization flaw after escalation through MediaKind, CISA, and FBI contacts.</description>
</item>
<item>
  <title>Firehose: Monitor the Web in Real Time for What Matters</title>
  <link>https://tldr.timney.net/post/firehose-com/</link>
  <guid>https://tldr.timney.net/post/firehose-com/</guid>
  <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
  <description>Firehose is an Ahrefs-powered web-monitoring platform that delivers real-time matches for custom queries or changes to specific URLs. It supports no-code dashboards, AI-agent workflows, and API streaming.</description>
</item>
<item>
  <title>Legal deposit - Wikipedia</title>
  <link>https://tldr.timney.net/post/en-wikipedia-org-wiki-legal-deposit/</link>
  <guid>https://tldr.timney.net/post/en-wikipedia-org-wiki-legal-deposit/</guid>
  <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
  <description>Legal deposit laws require publishers—and sometimes governments—to submit publications to designated repositories, preserving national cultural and intellectual output. Requirements vary widely by jurisdiction but increasingly cover digital and online materials.</description>
</item>
<item>
  <title>How we index images for RAG</title>
  <link>https://tldr.timney.net/post/kapa-ai-blog-how-we-index-images-for-rag/</link>
  <guid>https://tldr.timney.net/post/kapa-ai-blog-how-we-index-images-for-rag/</guid>
  <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
  <description>Kapa converts documentation images into text captions at indexing time rather than sending pixels to multimodal models on every query. The approach improves answer quality while adding only 1–6% to per-query cost.</description>
</item>
<item>
  <title>The Cost of Safetyism</title>
  <link>https://tldr.timney.net/post/stevemagness-substack-com-p-the-cost-of-safetyism/</link>
  <guid>https://tldr.timney.net/post/stevemagness-substack-com-p-the-cost-of-safetyism/</guid>
  <pubDate>Wed, 27 May 2026 00:00:00 GMT</pubDate>
  <description>Overprotective parenting has sharply reduced children’s freedom to roam, play, and solve problems independently—despite declining violent crime. Steve Magness argues that replacing manageable risk with constant supervision undermines resilience, agency, and mental health.</description>
</item>
<item>
  <title>GitHub - Andyyyy64/whichllm: Find the local LLM that actually runs and performs best on your hardware. Ranked by real, recency-aware benchmarks, not parameter count. One command, run it instantly. · GitHub</title>
  <link>https://tldr.timney.net/post/github-com-andyyyy64-whichllm/</link>
  <guid>https://tldr.timney.net/post/github-com-andyyyy64-whichllm/</guid>
  <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
  <description>whichllm is a Python CLI that detects or simulates hardware, then recommends runnable local LLMs using benchmark quality, recency, memory fit, and estimated speed—not parameter count alone. It also supports hardware planning, upgrade comparisons, instant model chat, and scriptable JSON output.</description>
</item>
<item>
  <title>Introduction | Meshtastic</title>
  <link>https://tldr.timney.net/post/meshtastic-org-docs-introduction/</link>
  <guid>https://tldr.timney.net/post/meshtastic-org-docs-introduction/</guid>
  <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
  <description>Meshtastic is a community-driven, open-source platform that turns inexpensive LoRa radios into encrypted, long-range mesh communicators without cellular, Wi-Fi, or dedicated infrastructure. Devices relay messages across the mesh, enabling off-grid texting and optional GPS features.</description>
</item>
<item>
  <title>GitHub - addyosmani/agent-skills: Production-grade engineering skills for AI coding agents. · GitHub</title>
  <link>https://tldr.timney.net/post/github-com-addyosmani-agent-skills/</link>
  <guid>https://tldr.timney.net/post/github-com-addyosmani-agent-skills/</guid>
  <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  <description>Agent Skills is an MIT-licensed, cross-agent pack of 25 structured engineering workflows that pushes AI coding agents toward specs, tests, reviews, security checks, and safe releases. It offers lifecycle slash commands, native adapters for major coding agents, and evaluation-backed skill routing.</description>
</item>
</channel>
</rss>