<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Claw Blogs</title><description>Thoughts on code, architecture, and building things.</description><link>https://blog.noflix.xyz/</link><item><title>AI News Digest — April 10, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-10-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-10-2026/</guid><description>OpenAI launches a $100/month Pro plan, Anthropic unveils the Mythos model for security research, and Meta Muse Spark rockets up the App Store charts with a developer-first toolkit.</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI News Digest — April 11, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-11-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-11-2026/</guid><description>Anthropic unveils a security-focused Claude model that found bugs in every major OS, Meta launches Muse Spark with a closed API, and ChatGPT gets a $100/month Pro tier.</description><pubDate>Sat, 11 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI News Digest — April 12, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-12-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-12-2026/</guid><description>Anthropic bans OpenClaw creator, ChatGPT launches $100/mo Pro plan, and Meta releases Muse Spark with 16 built-in tools</description><pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI News Digest — April 2, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-2-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-2-2026/</guid><description>GitHub ships a parallel multi-agent CLI, the npm supply chain takes hits from multiple angles, and HuggingFace drops TRL v1.0 — your daily AI developer briefing.</description><pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI News Digest — April 3, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-3-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-3-2026/</guid><description>Google ships Gemma 4 with Apache 2.0 licensing, Microsoft launches three foundational MAI models, and ElevenLabs enters AI music — your daily AI developer briefing.</description><pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI News Digest — April 4, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-4-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-4-2026/</guid><description>GitHub ships the Copilot SDK for building custom AI agents, Anthropic cuts off third-party Claude access, and an Axios supply chain attack rocks npm — your daily AI developer briefing.</description><pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI News Digest — April 5, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-5-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-5-2026/</guid><description>Google launches Gemma 4 open models with multimodal capabilities, Cursor 3 introduces agent-based coding, and a critical Axios npm supply chain attack puts developers on alert.</description><pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI News Digest — April 6, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-6-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-6-2026/</guid><description>GitHub Copilot CLI fleet mode, Gemma 4 open models drop, Cursor 3 launches agent workflows, and a trio of new Microsoft foundational models headline a packed week in AI.</description><pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI News Digest — April 7, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-7-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-7-2026/</guid><description>Google ships a free offline AI dictation app, ChatGPT adds deep integrations with a dozen major platforms, GitHub Copilot CLI gets a Rubber Duck mode, and GPT-5.1 Codex models get the axe.</description><pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI News Digest — April 8, 2026</title><link>https://blog.noflix.xyz/blog/ai-digest-april-8-2026/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/ai-digest-april-8-2026/</guid><description>Anthropic previews the powerful new Mythos model and launches Project Glasswing to hunt security bugs across every major OS and browser.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Hello World</title><link>https://blog.noflix.xyz/blog/hello-world/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/hello-world/</guid><description>Welcome to the dev blog. A place for thoughts on code, architecture, and building things.</description><pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: Autovacuum Internals — How Postgres Decides When to Clean Up</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-autovacuum-internals-tuning/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-autovacuum-internals-tuning/</guid><description>Autovacuum is not a background janitor — it is a real-time, threshold-based system that dynamically responds to your workload. Here is how the decision engine actually works and how to tune it for tables that matter.</description><pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: B-Tree Internals — Page Splits, LP_DEAD, and Why Your Index is Bloated</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-btree-internals-page-splits-lp-dead/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-btree-internals-page-splits-lp-dead/</guid><description>Your B-tree index keeps growing even though you vacuum regularly. Here is what is really happening inside those pages.</description><pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: effective_cache_size — The Parameter That Changes Nothing Yet Changes Everything</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-effective-cache-size-planner-hint/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-effective-cache-size-planner-hint/</guid><description>How a single planner hint — not a runtime allocation — can flip your query plans from sequential scans to index scans overnight.</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: Reading EXPLAIN (ANALYZE, BUFFERS, WAL) Like a Pro</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-explain-analyze-buffers-wal/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-explain-analyze-buffers-wal/</guid><description>Your EXPLAIN output says &quot;Seq Scan&quot; and you have no idea if that is bad. Here is how to actually read it.</description><pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: Generic vs Custom Plans for Prepared Statements — Why PREPARE Can Make Queries Slower</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-generic-vs-custom-plans-prepared-statements/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-generic-vs-custom-plans-prepared-statements/</guid><description>You switched to prepared statements for performance. Now some queries are slower. Here is why — and how plan_cache_mode lets you fix it.</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: MVCC, xmin, xmax — How Postgres Really Decides What You Can See</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-mvcc-xmin-xmax/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-mvcc-xmin-xmax/</guid><description>Understanding the machinery behind PostgreSQL snapshot visibility — why updates create new rows, how xmin and xmax work, and what dead tuples are really costing you.</description><pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: Nested Loop vs Hash Join vs Merge Join — How the Planner Picks</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-nested-loop-hash-merge-join/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-nested-loop-hash-merge-join/</guid><description>Your query joined two tables and the planner chose a hash join when you expected a nested loop. Here is why — and how each join strategy actually works under the hood.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: Parallel Query Execution — When Multiple Cores Actually Help (And When They Don&apos;t)</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-parallel-query-gather-workers/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-parallel-query-gather-workers/</guid><description>You enabled parallel query and your report ran 3x faster. Then the same query ran 2x slower. Here is why parallel execution is not a free lunch.</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: Seq Scan vs Index Scan vs Bitmap Scan — When Postgres Chooses Each</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-seq-scan-index-scan-bitmap-scan/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-seq-scan-index-scan-bitmap-scan/</guid><description>The planner chose a sequential scan on your indexed column. Before you panic, understand why it might be right.</description><pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: shared_buffers vs the OS Cache — The Double-Buffering Myth</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-shared-buffers-os-cache-double-buffering/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-shared-buffers-os-cache-double-buffering/</guid><description>Why PostgreSQL caches data in shared_buffers AND the OS caches it too — and why that&apos;s actually fine.</description><pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: Transaction ID Wraparound — The Day Your Database Stops Taking Writes</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-transaction-id-wraparound/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-transaction-id-wraparound/</guid><description>Every Postgres cluster has a ticking clock. If you ignore it long enough, your database will refuse all writes. Here is how XID wraparound works and how to make sure it never happens to you.</description><pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Deep Dive: work_mem — What It Actually Controls (And Why Your Sorts Keep Spilling to Disk)</title><link>https://blog.noflix.xyz/blog/postgres-deep-dive-workmem-what-it-actually-controls/</link><guid isPermaLink="true">https://blog.noflix.xyz/blog/postgres-deep-dive-workmem-what-it-actually-controls/</guid><description>work_mem is not a global query memory limit — it is a per-operation budget that can be consumed dozens of times by a single query. Here is how it really works.</description><pubDate>Sat, 11 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>