Morning.dev
My Feed Popular
Login
Hacker News • 2026-08-14 05:07

Show HN: Control Claude Code, Codex, Pi and Gemini CLI from Telegram

Comments

0 0
1m read
DEV Community • 2026-08-14 05:03

AI Workflow Orchestration: How AI Agents Can Work Like Your Engineering Team

Imagine you are a beginner developer. You have been asked to build a new feature: “Add authentication to the application.” You open your AI coding agent, give it the instruction, and a few moments later it changes ten files. The code works. But then you start asking yourself: Why did it change these files? Why did it choose this architecture? Why is authentication implemented this way? Wh...

0 0
14m read
DEV Community • 2026-08-14 05:00

Breach monitoring from cron: no API key, no signup, just curl and jq

Most breach-monitoring setups die at step one: "create an account, generate an API key, add a payment method for when you exceed the free tier." Here is one that starts at step zero. I maintain XposedOrNot, a free, open-source breach index, and the check endpoint is deliberately keyless: curl "https://api.xposedornot.com/v1/check-email/you@example.com" You get JSON back. No signup, no to...

0 0
3m read
DEV Community • 2026-08-14 05:00

We Automated RCAs. The Real Value Was the Big Picture.

We Made Bug Tickets Write Their Own Root Cause Analysis. The Value Wasn't the RCAs — It Was What They Became in Aggregate. 🚀 Every bugfix now ships with a structured, machine-written root cause analysis, authored at fix time by a coding agent. It took under two days to build. Reading the last hundred of them back is what changed how we plan quality work. The Problem We wanted to answe...

0 0
9m read
DEV Community • 2026-08-14 05:00

Even With The Figma MCP, AI Eyeballs Your Design and Ships Pixel-Wrong UI

Every hardcoded value now traces to a Figma node, and "looks right" is no longer accepted as proof. We packaged the fix as a reusable Claude Code skill, implementing-figma-designs. It turned Figma-to-code from a "build it, then eyeball it against the PNG for three correction rounds" loop into a staged extract-then-prove protocol. The Problem An LLM handed a Figma frame will happily in...

0 0
3m read
Flavio Copes • 2026-08-14 05:00

WebAssembly: an introduction

WebAssembly lets browsers run compiled code from Rust, C, and C++. What WASM is, where it shines, and when web developers should care.

0 0
1m read
DEV Community • 2026-08-14 04:54

My workstation was faking sleep: how a $15 meter caught 163 watts of waste

I have a Threadripper workstation with two RTX A6000s in my home lab — a machine I'm proud of and slightly afraid of, wattage-wise. A few weeks ago I noticed warm air coming from it while it was supposedly doing nothing, and went down a rabbit hole that ended with a number I didn't believe: my "suspended" machine was drawing 179.8 watts. Sleeping. One hundred and eighty watts. Here's the whole s...

0 0
5m read
DEV Community • 2026-08-14 04:51

Meet Velociradix: The 180,000 req/s C++17 Powered Web Framework for Node.js

Hey everyone! 👋 I've been working on Velociradix, an ultra-fast, zero-dependency C++17 HTTP engine and Node.js web framework. Why Velociradix? Standard Node.js frameworks execute HTTP parsing, header validation, and routing on the single-threaded V8 loop. Velociradix moves socket handling (kqueue/epoll), zero-copy HTTP parsing, and Radix Trie routing to native multi-threaded C++ backg...

0 0
1m read
Newest questions tagged javascript - Stack Overflow • 2026-08-14 04:47

How to query a custom element's internal elements while in the document from a DOMParser()?

How can the audio and script elements in the custom element be found within the DOMParser().parseFromString(...) result before adding it to the DOM? The MDN documentation for parseFromString reads: If the mimeType is text/html the input is parsed as HTML and elements are marked as non-executable, events are not fired, and event handlers aren't called to run inline scripts. Does "elements a...

0 0
1m read
DEV Community • 2026-08-14 04:42

Cascading Failures in Multi-Agent Systems

I still remember the day our support bot, powered by a LangGraph agent workflow, started behaving erratically. Customers would ask for help with their orders, and the bot would respond with irrelevant information or, worse, loop indefinitely. After digging into the logs, we discovered that the issue was caused by a cascading failure in our multi-agent system. One of the downstream services, respon...

0 0
3m read
DEV Community • 2026-08-14 04:34

Think Offline, Win Online — splitting thought from play in YiBoard

-- canonical_url: https://yiboardgame.com/blog/think-offline-win-online title: Think Offline, Win Online — splitting thought from play in YiBoard tags: board-games, gomoku, online-community, matchmaking published: false Most board game sites treat "thinking" and "playing" as the same event. You open the app, you face a clock, and you're expected to be sharp on the spot. YiBoard takes t...

0 0
2m read
DEV Community • 2026-08-14 04:34

Share Your Localhost With Anyone Using Cloudflare Tunnel

Vibe-coding memes aside, it is genuinely a thing We all might have faced. You're building something locally, someone asks to see it or you want to access it in your other devices, and then you realize there's no quick way to show them other than being on the same network and enabling port portforwarding and stuff. Deploying feels like overkill for a thing which may or may not be ...

0 0
2m read
DEV Community • 2026-08-14 04:32

Databricks buys Electric to embed local Postgres in AI agents

Databricks is acquiring the startup Electric to integrate WebAssembly-based Postgres databases directly into application environments for an undisclosed amount. This strategic move provides developers with a specialized method to keep data geographically and logically closer to AI agents as they construct increasingly autonomous enterprise software systems. Accelerating Agent Workflows w...

0 0
7m read
DEV Community • 2026-08-14 04:24

Claude Code Assist: How Structured Output Works for Real-World Applications

Discover how Claude's innovative code assist feature is revolutionizing the way developers work. With its ability to provide structured output, developers can now integrate AI-generated code into their projects. But how does it actually work? Introduction to Claude Code Assist Imagine having a personal coding assistant that can help you with tedious tasks, such as writing boilerplate c...

0 0
5m read
DEV Community • 2026-08-14 04:21

European SaaS Expired Session Cleanup: Idempotent Python Drains Rate-Limited Workers

For a European SaaS, cheap expired sessions cleanup sounds like a cron calling a public URL; the real constraint is proving that retries cannot delete the wrong session or flood a constrained worker pool. Short answer: expose an authenticated public HTTP trigger, let cron call it, and make that trigger enqueue deterministic, retry-safe cleanup batches rather than deleting expired sessions inside ...

0 0
8m read
DEV Community • 2026-08-14 04:18

I Built a Puerto Rican Mountain Kitchen. The Only Image Is the Favicon.

This is a submission for Frontend Challenge - Comfort Food Edition, Perfect Landing. What I Built The only image file in this project is the favicon. No <img> tag anywhere. No inline SVG. No url() in any stylesheet. The pot, the broth, the steam, the fire, the rain running down the glass, the fog on the mountains, the moon, the roots floating in the bowl — every one of them is H...

0 0
3m read
DEV Community • 2026-08-14 04:18

Spaghettifying DRAM: How AI Workloads Are Reshaping Memory Architecture Challenges in 2026

In 2026, AI training workloads will dominate global DRAM demand, overshadowing traditional computing needs. Generative AI models like GPT-5 will rely heavily on memory technologies such as High-Bandwidth Memory (HBM), making HBM the backbone of AI systems. Meanwhile, consumer electronics will struggle with diminished memory supply and soaring costs. The entire memory market is undergoing a signif...

0 0
4m read
DEV Community • 2026-08-14 04:17

Gate the Patch, Not the Model: A Three-Check Loop for Untrusted Code Outputs

A generated patch can look correct and still fail in three ways that a prompt screenshot cannot show: it changes the contract, it imports a module the rest of the codebase does not allow, or it only works on the single example in the prompt. If you copy that patch into a real repository, you become the integration test, usually in a pull request late at night. This article walks through a short v...

0 0
5m read
DEV Community • 2026-08-14 04:16

A Flake Triage Card for Your CI: Classify Failures First, Read Logs Second

CI goes red for reasons that have nothing to do with your change. A port collision on a shared runner, a test that expects a clock to move, a missing dependency image, a stale cache, an assertion that finally caught a real regression. When every failure lands as a raw stack trace in a channel, the expensive part is not the failure; it is deciding which log to open. A small classification pass can ...

0 0
6m read
DEV Community • 2026-08-14 04:15

Traefik Host Collision: Why Duplicate Host Rules Break IngressRoutes

A service deploys perfectly clean. Pods Running, Endpoints populated, the Certificate resource says Ready: True, the IngressRoute shows no events. Then you curl the hostname and get back a 404 page rendered by your SSO provider, which you never attached to that route. Nothing in the deployment failed. Traefik logged nothing at error level. The 404 came from a service in a completely different nam...

0 0
10m read
Previous Next

Showing page 60 of 1939

Previous 60 Next