I built a CLI to test Tauri apps because nothing else worked
I spent a weekend trying to set up end-to-end testing for a Tauri v2 app. Two hours into configuring WebdriverIO, I still couldn't get it to connect t
Curated development tutorials from top sources. Filter by language.
I spent a weekend trying to set up end-to-end testing for a Tauri v2 app. Two hours into configuring WebdriverIO, I still couldn't get it to connect t
A while back I posted something about wgpu, and making a game engine. I've since worked on it a bit more, and now we somehow have Animated Sprites! π
The AI Editor Problem π€ We all love using AI assistants like Cursor, GitHub Copilot, and Claude. But let's be honest: they brought a terrif
A few weeks ago, I did something that probably shouldn't work. I replaced the CPU scheduling algorithm in my Linux kernel with calls to an AI model. A
When we first started building, the goal was never to make another gzip clone. Generic compression already does that job incredibly well. The real qu
This series documents the architecture, decisions, and lessons from building Batty β a Rust CLI that supervises teams of AI coding agents in tmux. Ea
TL;DR: Synoema stores documentation as executable state in the AST. Doc comments (---) and their example: assertions are parsed, tested, and rendered
Cranelift JIT, 2.8--5.9x Faster Than Python, and Why It Matters for AI Agents Who this is for. If you're building AI agents that genera
The Problem Nobody Wants to Solve A company is running out of money. The runway is eight months. The board says cut costs or die. The defa
I've been building a Rust database purpose-built for agentic memory β the kind of workload where AI agents need to store decisions, find similar prece
Who this is for. If you use LLMs to generate code β or pay for API tokens β this article shows exactly where your budget goes. Every number is reprod
Building a Google OAuth CLI in Rust with PKCE TL;DR: I built a tiny CLI that opens a Google login in your browser, receives the OAuth callb
I built a daemon in Rust that supervises multiple AI coding agents. My first instinct was tokio. Two weeks later, I ripped it out and replaced it with
Something caught my eye on GitHub Trending this week: a repo called claw-code-parity β a Rust port maintaining feature parity for an open-source codin
A Reddit post caught my eye this week β someone built a real-time flight tracker using Rust, WebAssembly, and raw WebGL. No React. No Three.js. No fra
Building Robust Backends with Rust and Go: Insights from Web Developer Travis McCracken As a seasoned web developer, Iβve spent countless hours honin
The problem Every developer has been here: something is hogging port 3000 and you need to find out what. On Linux you try ss -tlnp | grep
Remember when file managers were just... folders and files? I got tired of switching between Finder, VS Code, Terminal, and ChatGPT every 30 seconds.
I built Progflow to eliminate the friction of switching between projects on Linux. It's a lightweight workspace manager that understands your context
"Rust compiler and Clippy are the biggest tsunderes β they'll shout at you for every small mistake, but in the endβ¦ they just want your code to be pe