Browsing Tag
rust
161 posts
Rust vs Rue: Can This Claude-Built Language Challenge Rust’s Memory Safety Crown?
Introduction The systems programming world has long operated on a silent bargain: accept memory unsafety, or accept performance…
I built a CLI snippet manager in Rust because I was tired of googling the same things
I have a habit. Every time I sit down to code I end up googling the same thing,…
I built a pixel-perfect, printer-independent report designer with Avalonia UI
I’ve released ACR Designer, a WYSIWYG report designer for the ACR (Across Report Renderer) engine. It focuses on…
I Put an LLM Inside the Linux Kernel Scheduler. Here’s What Happened.
A few weeks ago, I did something that probably shouldn’t work. I replaced the CPU scheduling algorithm in…
World in Chaos, Japan at a Crossroads: Why Wa (Harmony) Is the Governance Model the World Needs
The World in 2026: A New Warring States Era The World Economic Forum’s Global Risks Report 2026 ranks…
Building a Deep Fantasy Manager in Rust: Want to join?
I’ve been heads-down building Mythic League, a persistent fantasy guild manager. The goal is the long-term depth of…
vscreen 0.2.0: the MCP tools got smarter, and now they build websites
vscreen gives AI agents a real Chromium browser, streamed live over WebRTC. The first release had 63 tools.…
16 Patterns for Crossing the WebAssembly Boundary (And the One That Wants to Kill Them All)
WebAssembly is fast. We all know that by now. What almost nobody talks about is the hidden toll…
Stop Throwing Exceptions. Use Option and Result Instead.
Let’s talk about what’s wrong with JavaScript error handling. Here’s a function: function getUser(id: number): User | null…
From 200K to 1M: How Claude Opus 4.6 Changed My AI Development Workflow Overnight
A follow-up to The AI Development Workflow I Actually Use I wrote about my AI development workflow a…