How dbt Fusion Reshapes Analytics Engineering
Explores how dbt Fusion, a Rust-based rewrite of dbt Core, transforms analytics engineering by treating SQL as first-class code with AST parsing and static analysis.
Explores how dbt Fusion, a Rust-based rewrite of dbt Core, transforms analytics engineering by treating SQL as first-class code with AST parsing and static analysis.
Explores building modular query engines using Rust runtimes like Apache DataFusion, focusing on composability over monolithic designs.
Summary of a Rustikon talk on Rust performance profiling using the hotpath-rs profiler for time, memory, CPU, and async debugging.
Design decisions and performance challenges building a high-performance Rust profiler, covering low-level details like cache-line contention and async instrumentation.
Honker implements Postgres NOTIFY/LISTEN semantics for SQLite, enabling queues and streams with transactional outbox pattern.
Explores making illegal states unrepresentable using static typing, comparing Python, Java, Kotlin, Rust, and Gleam with a pizza builder example.
A review of 'The Rust Programming Handbook', highlighting its practical examples, coverage of core concepts like Ownership, and its role as a supplementary guide.
A guide to managing AI context in Zed, a high-performance code editor, covering its assistant panel, slash commands, and explicit context philosophy.
Explains the subtle but important difference between `let _ = ...` and `let _unused = ...` in Rust, using a live-reloading example.
Introduces 'bat', a modern, feature-rich alternative to the 'cat' command with syntax highlighting and line numbering.
Explores using interactive explanations and animated visualizations to understand AI-generated code and reduce cognitive debt in software development.
A skeptic's detailed journey using AI coding agents to port scikit-learn to Rust, showcasing the surprising capabilities of modern LLMs.
A skeptic's detailed journey using AI coding agents for complex projects, including porting scikit-learn to Rust, showcasing their surprising capabilities.
A developer shares how using Claude Code enabled them to build 17 diverse side projects, including TUIs, games, and tools, in just two months.
Explains how to run Pydantic's Monty, a sandboxed Python subset written in Rust, in WebAssembly for secure, browser-based execution of LLM-generated code.
Explains how to run Pydantic's Monty, a sandboxed Python subset written in Rust, in WebAssembly for secure, untrusted code execution in browsers.
A developer uses a single AI coding agent to build a basic web browser from scratch in Rust over three days, challenging assumptions about AI-assisted development.
A developer uses a single AI coding agent to build a functional web browser from scratch in Rust over three days, challenging assumptions about AI-assisted development.
Armin Ronacher describes using an AI agent to port the MiniJinja template engine from Rust to Go, detailing the process and lessons learned.