โ† All digests

Dev Digest โ€” March 21, 2026

๐Ÿ”ฅ HOT RELEASES

Ghostling โ€” Minimal Terminal in 600 Lines of C Mitchell Hashimoto (Ghostty creator) shipped a standalone minimal terminal using libghostty. Full 24-bit color, kitty keyboard protocol, mouse tracking, Unicode graphemes, scrollback โ€” all in ~600 LoC. Proves the libghostty C API is ready for embedding. ๐Ÿ”— X: https://x.com/mitchellh/status/2035114092151902357 ๐Ÿ’ป GitHub: https://github.com/ghostty-org/ghostling

Tokio dial9 โ€” Flight Recorder for Async Rust Tokio shipped dial9, a runtime flight recorder that captures polls, parks, wakes, app spans, and even Linux kernel scheduling events. Finally see why prod latency spikes when aggregate metrics look fine. ~5% overhead. ๐Ÿ”— X: https://x.com/brk0v/status/2035310209166430362 ๐Ÿ”— Blog: https://tokio.rs/blog/2026-03-18-dial9

Google AI Studio Full-Stack Vibe Coding Sundar Pichai announced a new full-stack coding experience in Google AI Studio with the Antigravity coding agent + built-in Firebase integration. Real-time multiplayer collaboration, turn prompts into deployed apps. ๐Ÿ”— X: https://x.com/sundarpichai/status/2035097187840139663

Vite+ on Product Hunt Vite+ (from Void Zero / Evan You) hit Product Hunt. The next evolution of the Vite ecosystem โ€” free and open source. ๐Ÿ”— X: https://x.com/voidzerodev/status/2035294201286389848 ๐Ÿ”— Product Hunt: https://www.producthunt.com/products/vite-alpha

Pages CMS 2.0.0 Major release โ€” upgraded to Next.js 16, Better Auth, shadcn UI, Tailwind v4. Tons of new features and bug fixes. ๐Ÿ”— X: https://x.com/hunvreus/status/2035261336263987579 ๐Ÿ’ป GitHub: https://github.com/pages-cms/pages-cms/releases/tag/2.0.0

vLLM Omni โ€” Multimodal Model Serving New serving framework for text, image, video, and audio models from the vLLM project. ๐Ÿ”— X: https://x.com/tom_doerr/status/2035175629516091581 ๐Ÿ’ป GitHub: https://github.com/vllm-project/vllm-omni


๐Ÿงช INTERESTING REPOS

Mousefood โ€” Ratatui Backend for Embedded Devices Build TUIs for microcontrollers, e-ink displays & more using Rust. Tested on ESP32, STM32 and more. ๐Ÿ”— X: https://x.com/orhundev/status/2035355050415915464 ๐Ÿ’ป GitHub: https://github.com/ratatui/mousefood

Raft Consensus in Rust โ€” Complete Implementation Full Raft paper implementation: leader election, log replication, snapshotting, crash recovery, and a deterministic simulator with fault injection. ๐Ÿ”— X: https://x.com/AdityaMandal_/status/2035353756397891682 ๐Ÿ’ป GitHub: https://github.com/Aditya-1304/raft

Superpowers / Awesome Claude Code / GSD Collection of best Claude Code repos: Superpowers (extensions), Awesome Claude Code (curated list), and GSD (Get Shit Done workflow). Thread went viral (1.4K likes). ๐Ÿ”— X: https://x.com/hasantoxr/status/2035312729427480840 ๐Ÿ’ป GitHub: https://github.com/obra/superpowers

OpenHands Agentic Code Search Model OpenHands + CMU research collaboration training the strongest open-source LM for agentic code search. ๐Ÿ”— X: https://x.com/OpenHandsDev/status/2035089053125857431

PentAGI โ€” Autonomous Pentesting Agent AI-powered penetration testing agent with full autonomy. ๐Ÿ”— X: https://x.com/heygurisingh/status/2035307344238964774 ๐Ÿ’ป GitHub: https://github.com/vxcontrol/pentagi


๐ŸŽฅ WORTH WATCHING

Vibe Coding Game Assets with GPT 5.4 + Sora 2 Full workflow: Codex CLI โ†’ GPT Image 1.5 โ†’ Sora 2 for game-ready art. No Photoshop, no asset packs. Idle animations, sprites, backgrounds โ€” all generated. 832 likes, huge thread. ๐Ÿ”— X: https://x.com/chongdashu/status/2035116528094298194

Blender 5.1 Raycast Shader Node Real-time X-ray skeleton rendering in Eevee using the new Raycast shader node. Free demo file + full node setup included. ๐Ÿ”— X: https://x.com/3DxDEV7/status/2035091530239664610 ๐Ÿ”— Demo: https://www.blender.org/download/demo-files/#rendering

Animating Code Blocks with Shiki Magic Move TypeScript + Shiki Magic Move for smooth code block animations. Clean tutorial. ๐Ÿ”— X: https://x.com/joyofcodedev/status/2035401089130889222 ๐Ÿ”— YouTube: https://youtu.be/wGf0PUlOQoA

Learning Go: Beginner to Senior (2026 Edition) Updated guide with books, blogs, and podcasts for every level. ๐Ÿ”— X: https://x.com/MattJamesBoyle/status/2035326850524725667 ๐Ÿ”— Blog: http://bytesizego.com/blog/learning-golang-2026


๐Ÿ’ก TECHNIQUES & IDEAS

Sentry โ†’ Codex Auto-Triage Pipeline Crash detected โ†’ webhook to Codex โ†’ reviews logs/traces/code โ†’ creates PR or closes as noise โ†’ one-click merge. 872 likes. The "obvious in hindsight" integration that saves hours of triage. ๐Ÿ”— X: https://x.com/euboid/status/2035072294666612789

Google Stitch โ†’ Lovable Workflow Map screens in Claude โ†’ generate designs in Google Stitch โ†’ export code โ†’ paste into Lovable โ†’ ship. No Figma needed for MVPs. ๐Ÿ”— X: https://x.com/PrajwalTomar_/status/2035332100241715502

Prompt Optimization Loops One loop โ†’ 10 test runs, scored against eval, prompt rewritten, retested, winner kept. A hook writer skill went from 32/50 to 47/50 score. ๐Ÿ”— X: https://x.com/mikefutia/status/2035379469322776911


๐Ÿ”ฎ EMERGING TRENDS

Agentic Error Resolution โ€” Sentry โ†’ AI agent โ†’ PR is becoming a pattern. Expect every observability tool to ship this.

Full-Stack Vibe Coding Goes Mainstream โ€” Google, Anthropic, and indie tools all converging on "prompt โ†’ deployed app" with real backends (Firebase, auth, DB). No longer just toy demos.

Embedded Rust TUIs โ€” Ratatui ecosystem expanding to microcontrollers and e-ink displays. Rust TUI tools moving beyond terminal emulators.

AI Game Asset Pipelines โ€” GPT Image + Sora combining for complete game art generation. Solo devs shipping polished visuals without traditional art skills.


Full digest: https://digest.99.cooking