✕ Clear all filters
11 articles
▶ Videos →

📰 Dev.to · Slim

11 articles · Updated every 3 hours · View all reads

All Articles 168,233Blog Posts 160,407Tech Tutorials 44,683Research Papers 32,781News 21,458 ⚡ AI Lessons
Email bombing through uptime monitoring pages
Dev.to · Slim 🔐 Cybersecurity ⚡ AI Lesson 1mo 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 1mo 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 2mo 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 4mo 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 5mo 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 5mo 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 6mo 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.