All
Articles 169,896Blog Posts 161,592Tech Tutorials 45,142Research Papers 33,047News 21,622
⚡ AI Lessons

Dev.to · arhuman
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Stop staring at dashboards: Let your Go API diagnose itself
Every Gopher knows the drill: An endpoint gets slow. A spike of 500s appears. You open Grafana. You...

Dev.to · arhuman
🔧 Backend Engineering
3mo ago
I compressed timestamps before zstd and got up to 26.5% smaller log archives
How Metarc compresses structured timestamps before handing data to zstd.

Dev.to · arhuman
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
Structure Before Bytes: How Metarc Beats tar+zstd on Real Code
tar+zstd is very hard to beat. So I stopped trying to beat it as a byte compressor. Instead, I...

Dev.to · arhuman
🔧 Backend Engineering
⚡ AI Lesson
4mo ago
Trying to beat the venerable tar
Hi, I’ve been working on a small Go project called Metarc: It's an Open Source file archiver and I’d...
DeepCamp AI