✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · Slim

12 articles · Updated every 3 hours · View all reads

All Articles 185,116Blog Posts 167,853Tech Tutorials 49,573Research Papers 35,896News 22,820 ⚡ AI Lessons
4 things writing an HTTP prober in Rust taught me
Dev.to · Slim 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
4 things writing an HTTP prober in Rust taught me
TL;DR. An uptime prober is a strange HTTP client, so I swapped reqwest for raw hyper. It needs the...
Email bombing through uptime monitoring pages
Dev.to · Slim 🔐 Cybersecurity ⚡ AI Lesson 2mo ago
Email bombing through uptime monitoring pages
Cover photo by Brian J. Tromp on Unsplash. I build an uptime monitoring tool. Part of my job is to...
Building an uptime monitor in Rust: one binary, two databases, 130K checks/sec per core
Dev.to · Slim ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Building an uptime monitor in Rust: one binary, two databases, 130K checks/sec per core
A build story. How Uptimepage runs HTTP/TCP/DNS/TLS checks from multiple regions on a single Rust binary backed by Postgres and ClickHouse.
99.9% uptime is 43 minutes a month. Do you know your number?
Dev.to · Slim ☁️ DevOps & Cloud ⚡ AI Lesson 3mo ago
99.9% uptime is 43 minutes a month. Do you know your number?
Every uptime SLA, translated into plain downtime per year, month, week, and day. Plus the part nobody tells you: the number you advertise and the number you mea
How I got my AI agents to communicate across repos — and shipped SAMP doing it
Dev.to · Slim 🤖 AI Agents & Automation ⚡ AI Lesson 5mo ago
How I got my AI agents to communicate across repos — and shipped SAMP doing it
Situation. I was working on lumen-argus, a project that runs across three Claude Code sessions in...
ClaudeTUI v0.3: Claude Code statusline gets a unified CLI, interactive configurator, and a proper splash screen
Dev.to · Slim 📰 AI News & Updates ⚡ AI Lesson 6mo ago
ClaudeTUI v0.3: Claude Code statusline gets a unified CLI, interactive configurator, and a proper splash screen
A couple of days ago I shared ClaudeTUI — a real-time statusline, live monitor, and session analytics...
I built a real-time dashboard for Claude Code because I kept losing track of my sessions
Dev.to · Slim 💻 AI-Assisted Coding ⚡ AI Lesson 6mo ago
I built a real-time dashboard for Claude Code because I kept losing track of my sessions
Claude Code has a 200k token context window but gives you zero visibility into how much of it you've...
Your AI coding agent is gaslighting you — and your test suite is the victim
Dev.to · Slim 💻 AI-Assisted Coding ⚡ AI Lesson 7mo ago
Your AI coding agent is gaslighting you — and your test suite is the victim
AI agents silently rewrite your tests to hide bugs. Here's the prompt architecture I use to prevent it.