23h ago · 8 min read · I wanted a lightweight, powerful editor somewhere between Sublime and VSCode, with keyboard first elements inspired by Helix and Vim. The goal was to challenge myself to primarily code via LLM. I was
Join discussion
20h ago · 2 min read · Six months ago my Python scraper was consuming 800MB RAM processing 50k pages/day. I rewrote the core in Rust. Here is what changed. The Problem With Python at Scale Memory: Python objects have 5-10x overhead vs raw data size GIL: CPU-bound parsing ...
Join discussion22h ago · 11 min read · Our API was drowning under 50ms P99 latencies. I rewrote everything in Rust expecting miracles. Got 8ms response times and three months of… I Fired My Entire Node.js Stack — Rust Rebuilt It in 3 Wee
Join discussion1d ago · 3 min read · Rust now has two serious headless browser libraries: chromiumoxide and headless_chrome. Both drive Chrome via the Chrome DevTools Protocol. Neither is as mature as Playwright or Puppeteer — but for certain use cases (performance-critical scrapers, sy...
Join discussion1d ago · 5 min read · Puppeteer in Rust: Chromiumoxide and Headless_Chrome vs the Python Alternative Puppeteer-rs is now available for Rust — and it's getting attention from developers who want browser automation with Rust's performance characteristics. Here's what it act...
Join discussion1d ago · 4 min read · Every AI agent has the same problem. You ask it to read a webpage and it comes back with a 403, or worse, 5000 tokens of navigation bars and cookie banners. I spent the last few months building webcla
Join discussion
2d ago · 9 min read · I cloned the Codex repo and started reading. Not the README. Not the blog post. The actual Rust source under codex-rs/core/. After dissecting the architecture in my previous post, I wanted to answer a different question: how do you actually build a w...
Join discussion