All
Articles 173,163Blog Posts 163,816Tech Tutorials 46,199Research Papers 33,857News 21,839
⚡ AI Lessons

Dev.to · CharmPic
1w ago
I rebuilt the "Simple Web Server" from 20 years ago.
20 Years Ago, I Built a Simple Web Server by Reading HTTP Specs. Today, I Rebuilt It with Modern .NET...

Dev.to · CharmPic
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Building a Binaural VST and Why I Couldn't Get 'Elevation' Right
Since my beloved dearVR was end-of-lifed, I built this in collaboration with GPT-5.6-Sol, with Opus 5...

Dev.to · CharmPic
🏗️ Systems Design & Architecture
⚡ AI Lesson
1mo ago
What I Learned Building 12 Generations of Memory Allocators: Balancing Speed and Low RSS
My personal research project, the Hakozuna memory allocator, has recently reached its 12th generation...

Dev.to · CharmPic
📰 AI News & Updates
2mo ago
Custom Memory Allocator HAKOZUNA HZ8: A balanced allocator that prioritizes low RSS over raw speed.
I have created HZ8 as a new line for my custom memory allocator, Hakozuna. HZ8 is not an...

Dev.to · CharmPic
📰 AI News & Updates
⚡ AI Lesson
5mo ago
Hakozuna v3.2 Released: Bringing Optimized Memory Allocation to M1 Mac
I've added the main text to chatgpt5.4 ↓ I am pleased to announce the release of Hakozuna...

Dev.to · CharmPic
📰 AI News & Updates
⚡ AI Lesson
5mo ago
Porting Hakozuna to Windows Native: Lessons from Benchmarking hz3 and hz4 beyond Ubuntu
The Windows native support for Hakozuna has finally moved past the "it runs" stage to the "measurable...

Dev.to · CharmPic
🔧 Backend Engineering
⚡ AI Lesson
5mo ago
Does Audio Cable Affect Sound? I Built a Physics Simulator to Find Out.
Discussing whether audio cables change the sound often turns into a never-ending debate based on...

Dev.to · CharmPic
📐 ML Fundamentals
⚡ AI Lesson
7mo ago
I suffered a crushing defeat against mimalloc in specific tuning scenarios.
The Scalability Wall (T=16) At 16 threads, hz3 hit a limit. hz3: 76.6M ops/s mimalloc: 85.0M...
![[Humans and AI] 3-month "pigeon" development (hakozuna) vs. 2-day multi-threaded development based on that (hakozuna-mt)](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmz3zuxjd6l2j6pyz2kmt.png)
Dev.to · CharmPic
🧠 Large Language Models
⚡ AI Lesson
7mo ago
[Humans and AI] 3-month "pigeon" development (hakozuna) vs. 2-day multi-threaded development based on that (hakozuna-mt)
Introduction: I am not a "Wizard," I am a "Pigeon" First, a confession: I am not a C...

Dev.to · CharmPic
🔧 Backend Engineering
⚡ AI Lesson
7mo ago
## The Baseline Power: Performance Without Optimizations
Engineering Notes: A work in progress. Before diving into the Lane16 specific build, I discovered...

Dev.to · CharmPic
⚡ AI Lesson
7mo ago
From "Losing at T=16" to "Matching mimalloc": A Day with hz3 Lane16
TL;DR Fixed a performance gap where hz3 was losing to mimalloc at T=16 / R=90 by...

Dev.to · CharmPic
🧠 Large Language Models
⚡ AI Lesson
7mo ago
hakozuna (hz3) - A new memory allocator released
✅ Performance competitive with mimalloc/tcmalloc ✅ +28% improvement on multi-threaded remote-free ✅...

Dev.to · CharmPic
🏗️ Systems Design & Architecture
⚡ AI Lesson
7mo ago
Benchmark Report: Analyzing the Time-Space Trade-off in Memory Allocators (hakozuna vs tcmalloc)
https://github.com/hakorune/hakozuna Introduction I have been developing a custom memory...

Dev.to · CharmPic
🔧 Backend Engineering
⚡ AI Lesson
7mo ago
How Quadrupling a Buffer Let My Allocator Catch Up with mimalloc
https://github.com/hakorune/hakozuna TL;DR By simply increasing the internal ring buffer...

Dev.to · CharmPic
🏗️ Systems Design & Architecture
⚡ AI Lesson
7mo ago
"I just said 'Box!' and somehow beat mimalloc
I just said "Box!" and somehow beat mimalloc TL;DR Built a memory allocator...

Dev.to · CharmPic
💻 AI-Assisted Coding
⚡ AI Lesson
1y ago
How to Make Claude Code Create Executables for Ubuntu and Windows in a WSL Environment
This is the story of how we set out to build a "next-gen text editor" and, somewhere along the way,...

Dev.to · CharmPic
💻 AI-Assisted Coding
⚡ AI Lesson
1y ago
How I Made Task Lists Fun Again (with a Hint of World Domination)
Ever dreamed of conquering the world with code? Well, that’s exactly what happened when I teamed up...
DeepCamp AI