Morning.dev
My Feed Popular
Login
Hacker News: Front Page • 2026-08-15 14:22

Printytron – Type it. 3D Print it

Article URL: https://printytron.com Comments URL: https://news.ycombinator.com/item?id=49310829 Points: 4 # Comments: 0

0 0
1m read
DEV Community • 2026-08-15 14:21

Why Data Engineering Is the Oldest Profession in Infrastructure

Not that one. The other one: keeping water flowing to people who need it. The comparison between data engineers and plumbers gets made a lot, usually as a light joke about unglamorous work. But if you actually follow the metaphor further than the punchline, it stops being a joke and starts being a pretty useful mental model for why data systems are built the way they are. Aqueducts Were...

0 0
4m read
DEV Community • 2026-08-15 14:21

Vector Similarity Search with DuckDB: A Practical Guide to the VSS Extension

Most people reach for a dedicated vector database — Pinecone, Qdrant, Milvus, pgvector — the moment a project needs embedding search. But if you are already using DuckDB for analytics or building a lightweight RAG pipeline, there is a good chance you do not need another moving part. DuckDB ships an official vss extension that adds HNSW-based approximate nearest neighbor search directly on top of i...

0 0
7m read
DEV Community • 2026-08-15 14:20

Can your verify gate actually fail?

I let Claude Code commit directly to my repositories. I don't review the diffs. I didn't think I needed to, because I built a deterministic verify gate — a script that lints, typechecks, builds, and runs tests. If the gate goes green, the PR merges automatically. I trusted that gate implicitly. Until I actually sat down and asked the one question that matters: If an agent pushes completely broken...

0 0
3m read
DEV Community • 2026-08-15 14:20

Our First RAG Pipeline Failed on Day One

At 15:53 on March 10 — the day after MockEvalio's second commit — I shipped a RAG system: job description upload with PDF, DOCX, and text extraction, a chunker, an embedding service, a vector search layer over pgvector, and a pipeline that turned an uploaded job description into five interview questions grounded in it. Seven hours later, the same evening, the step that turns text into embeddings s...

0 0
4m read
DEV Community • 2026-08-15 14:19

I Built MoneyBuddy in 10 Days: A Multilingual AI Voice Agent for India's Financial Services🎙️

_What if getting help with a government financial scheme was as simple as having a conversation? That was the idea behind MoneyBuddy, the AI voice agent I built during 10 Days of Voice Agents — VoiceForBharat Edition. Over 10 days, MoneyBuddy evolved from a simple voice agent that could hear me and talk back into a system that can remember callers, use financial scheme data, make outbound calls,...

0 0
12m read
DEV Community • 2026-08-15 14:18

My 9-Day Journey Building a Real-Time AI Voice Agent | VoiceForBharat

10 Days of AI Voice Agents — VoiceForBharat Edition Over the past 9 days, I built and improved a real-time AI voice agent as part of the 10 Days of AI Voice Agents — VoiceForBharat Edition challenge. The journey showed me that building a voice agent is much more than connecting Speech-to-Text and Text-to-Speech. A useful voice agent needs memory, tools, guardrails, human handoff, anal...

0 0
4m read
DEV Community • 2026-08-15 14:16

Where the time actually goes in an AI coding-agent job

I run an agent-orchestration platform: it takes a ticket, spins up a git worktree, lets a Claude Code agent build the feature, and runs a deterministic verify gate before merging. A typical job takes 20–30 minutes. I used to blame slow model responses for the runtime, but stage-by-stage measurements proved that assumption wrong: infrastructure overhead costs 5–8 minutes of every job before the a...

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

The Twenty-Hour Fuse

Two nights of debugging, one incident left to write about. The night of August 14th, a Claude Code session hung for an hour inside the VS Code extension, and I traced it to a per-token streaming stall — the previous two pieces, Two Clocks, Neither Lying and Coalescing the Stream, cover that hunt and the middleware that fixed it. The morning after, the same four-core box nearly went down under a lo...

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

Coalescing the Stream

Claude Code, on my box, doesn't talk to a model provider directly. It goes through claude-code-router (ccr) — a self-hosted proxy that lets the same CLI point at the official Anthropic API or at third-party providers — and I watch the whole thing through the VS Code extension over Remote-SSH. The previous piece, Two Clocks, Neither Lying, worked out why that path once let an approval prompt sit fo...

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

Building Revora AI — My 10-Day Voice Agent Journey 🚀

🚀 Building Revora AI: My 10-Day Voice Agent Journey From a raw audio pipeline to an intelligent, multilingual, multi-agent AI learning companion for Bharat. 📌 Project Highlights & Hackathon Track Challenge: 10 Days of Voice Agents — #VoiceForBharat Edition by Murf AI Track: 📚 Learning & Literacy Voice Engine: ⚡ Murf Falcon (Ultra-low latency multilingual T...

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

Building Suraksha Sathi: My 10-Day Journey into Voice AI for Disaster Response

🌪️ Building Suraksha Sathi: A Hindi/Hinglish Voice Agent for Responsible Disaster Response Building a Hindi/Hinglish voice agent designed to provide responsible disaster-response assistance through real-time voice conversations. What if, during a disaster, someone could simply speak to an AI assistant instead of navigating complicated interfaces? That question became the starting po...

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

Two Clocks, Neither Lying

The night of August 14th, Claude Code was planning me a trip. An eight-day itinerary — not code, just travel planning — running in the VS Code extension against the remote box where my sessions live. Just past midnight my phone buzzed: the turn had finished, and Claude was waiting for me to approve its plan. That buzz was claude-code-notify, a hook I wrote myself so that a long turn, or one waitin...

0 0
6m read
I built an animated SVG avatar editor in Vue 3 (free, MIT)
Vue.js - The progressive Javascript framework • 2026-08-15 14:12

I built an animated SVG avatar editor in Vue 3 (free, MIT)

Small project I’ve been chipping at: an editor for an animated SVG avatar. You pick a shape, a colour and an expression, line up animation states on a timeline, then export the result as SVG, PNG, GIF or MP4. Runs fully in the browser, no backend, no account. The part I’d actually like feedback on is the split. The animation core has no Vue import and no clock: it’s one pure function of time...

0 0
1m read
Hacker News: Front Page • 2026-08-15 14:12

The AI Situation in Software Development

Article URL: https://srikanth.ch/posts/the-ai-situation/ Comments URL: https://news.ycombinator.com/item?id=49310755 Points: 4 # Comments: 0

0 0
1m read
I built a security scanner that checks if you are a dog
DEV Community • 2026-08-15 14:11

I built a security scanner that checks if you are a dog

This is a submission for Weekend Challenge: Dog Days Edition What I Built I went looking for a dog in the GPU family tree. I found fish, dead physicists, and a bridge in Florence. NVIDIA names its architectures after scientists — Tesla, Kepler, Hopper, Blackwell. AMD names its GPUs after fish: Sienna Cichlid, Navy Flounder, Hotpink Bonefish. Intel uses Italian bridges. There is exactl...

0 0
13m read
DEV Community • 2026-08-15 14:10

Postgres Says "Too Many Clients Already": Diagnose It Before You Add a Pooler

FATAL: sorry, too many clients already almost never means your database is out of capacity. It means something in your stack opened more connections than max_connections allows — usually a per-process pool multiplied by more processes than you remembered running, or connections parked in idle in transaction. Adding PgBouncer fixes the symptom, but if you install it without finding the multiplier f...

0 0
9m read
Hacker News: Front Page • 2026-08-15 14:08

Secondhand book sales are booming. Is it because of AI?

Article URL: https://www.bbc.co.uk/news/articles/cp3rprx2wl4o Comments URL: https://news.ycombinator.com/item?id=49310725 Points: 4 # Comments: 0

0 0
1m read
Hacker News: Front Page • 2026-08-15 14:08

Cloudflare's AI Psychosis

Article URL: https://opensauce.it/cloudflare-ai-psychosis/ Comments URL: https://news.ycombinator.com/item?id=49310719 Points: 19 # Comments: 1

0 0
1m read
Hacker News: Front Page • 2026-08-15 14:04

The First At-Home Test for Infected Ticks Could Improve Lyme Disease Diagnosis

Article URL: https://www.smithsonianmag.com/innovation/the-first-at-home-test-for-infected-ticks-could-improve-lyme-disease-diagnosis-180989235/ Comments URL: https://news.ycombinator.com/item?id=49310682 Points: 11 # Comments: 0

0 0
1m read
Previous Next

Showing page 104 of 2036

Previous 104 Next