Morning.dev
My Feed Popular
Login
DEV Community • 2026-04-29 15:58

I Launched on Product Hunt, Got Zero Votes, and Did It Again Seven Weeks Later

I launched Procshot on Product Hunt on a Friday. March 6th. It got zero votes. Not "a few votes and then stalled." Zero. The product sat on the new submissions page for about three hours and then disappeared. No comments except the one I left as the maker. I closed my laptop and went for a walk. I took it personally for about a day. Then I treated it as data. What I didn't do I di...

0 0
3m read
𝚓𝚊𝚟𝚊𝚜𝚌𝚛𝚒𝚙𝚝 • 2026-04-29 15:58

Transly - CLI tool for incremental app translation (via LLM, GoogleTranslate, etc.)

submitted by /u/vitonsky [link] [comments]

0 0
1m read
DOM Exercise
DEV Community • 2026-04-29 15:58

DOM Exercise

EXERCISE 1.Change Text on Button Click PROGRAM: <body> <h1 id="text">welcome JavaScript</h1> <button id="but" onclick="changetext()">change</button> <script> const heading = document.getElementById("text") function changetext() { heading.innerText="welcome DOM"; } </script> OUTPUT: EXERCISE 2. Light ON/OFF PROGRAM: ...

0 0
1m read
Hacker News: Front Page • 2026-04-29 15:54

Shrdlu

Article URL: https://en.wikipedia.org/wiki/SHRDLU Comments URL: https://news.ycombinator.com/item?id=47950156 Points: 6 # Comments: 0

0 0
1m read
newest submissions : multi • 2026-04-29 15:51

Code to C4Model

Hey sharing something we’re building, curious what you think. We’re working on a tool that connects to a Git repo and automatically generates a full C4 model from it. It also keeps the timeline of changes and does it per branch, so you can see how the architecture evolves. You get a full picture of the system by branch and by milestone, and actually understand how things fit together. We’re still ...

0 0
1m read
Hacker News: Front Page • 2026-04-29 15:49

Online age verification is the hill to die on

Article URL: https://xcancel.com/GlennMeder/status/2049088498163216560 Comments URL: https://news.ycombinator.com/item?id=47950091 Points: 14 # Comments: 1

0 0
1m read
Hacker News: Front Page • 2026-04-29 15:49

Online age verification is the hill to die on

https://xcancel.com/GlennMeder/status/2049088498163216560 Comments URL: https://news.ycombinator.com/item?id=47950091 Points: 270 # Comments: 168

0 0
1m read
DEV Community • 2026-04-29 15:49

"I Watched Both Google Cloud NEXT '26 Keynotes So You Don't Have To — Here's What Actually Matters"

Okay, real talk. When Google Cloud NEXT '26 happened, I did what most developers do — I skimmed the tweet threads, saw "8th gen TPUs" and "Agentic Enterprise" trending, nodded along, and moved on with my day. Then I actually sat down and watched the keynotes. Both of them. And I want to share what genuinely surprised me, what I think is being underrated in all the coverage, and where I think Googl...

0 0
10m read
DEV Community • 2026-04-29 15:48

GPL vs DSL: entendendo a diferença entre linguagens de propósito geral e linguagens específicas

Quando a gente começa a estudar programação, é comum colocar tudo no mesmo balaio e chamar qualquer coisa de "linguagem". Python? Linguagem. SQL? Linguagem. HTML? Linguagem. CSS? Linguagem. Regex? Linguagem. Só que existe uma diferença importante entre esses tipos de linguagem. Algumas foram criadas para resolver praticamente qualquer tipo de problema. Outras foram criadas para resolver um pr...

0 0
6m read
Aggregate Boundaries in Go: 1 Rule That Beats 90% of DDD Books
DEV Community • 2026-04-29 15:47

Aggregate Boundaries in Go: 1 Rule That Beats 90% of DDD Books

Book: Hexagonal Architecture in Go Also by me: Thinking in Go (2-book series) — Complete Guide to Go Programming + Hexagonal Architecture in Go My project: Hermes IDE | GitHub — an IDE for developers who ship with Claude Code and other AI coding tools Me: xgabriel.com | GitHub You've seen this Slack thread. A team is six months into a "DDD rewrite," there's a 400-page book on someone'...

0 0
9m read
DEV Community • 2026-04-29 15:46

The NEXT '26 Announcement That Should Worry Microsoft Has Nothing to Do With Gemini

This is a submission for the Google Cloud NEXT Writing Challenge Most of the coverage from Google Cloud NEXT '26 focused on Gemini and the agentic AI push. Fair enough. But the announcement that caught my attention had nothing to do with AI models. Google launched a free, built-in migration tool that moves enterprises from Microsoft 365 to Google Workspace, and claimed it's up to five times faste...

0 0
3m read
DEV Community • 2026-04-29 15:45

Own design system up on my domain https://ds.vicentereyes.org Now to use it on my projects!!

ds.vicentereyes.org

0 0
1m read
Hacker News: Front Page • 2026-04-29 15:45

Third Editor Fired in Elsevier's Citation Cartel Crackdown

Article URL: https://www.chrisbrunet.com/p/third-editor-fired-in-elseviers-citation Comments URL: https://news.ycombinator.com/item?id=47950022 Points: 7 # Comments: 0

0 0
1m read
DEV Community • 2026-04-29 15:45

How I Sniffed Xiaohongshu's Collection API in 90 Seconds — and Why CORS Made Me Rewrite the Whole Approach

TL;DR I needed to pull a user's saved-posts list from Xiaohongshu (China's Instagram-meets-Pinterest) for offline analysis. Their web client renders the data, but their API has a request-signature scheme that defeats casual scraping. After three failed approaches — Playwright sniff, manual cookie injection, direct API fetch — the working solution turned out to be the inverse of "automat...

0 0
7m read
DEV Community • 2026-04-29 15:45

I Let One AI Agent Ship My Entire iOS Portfolio. Here's What Broke.

Over the last two weeks, a single Claude Code agent — operating with my approval only at four "hard gates" (Apple Developer enrollment, payment info, App Store final-acceptance, and any third rejection of the same app) — has scaffolded, polished, and prepared four iOS apps for the App Store. Total human time investment: probably 4 hours of decisions plus the time to read this post. The apps shar...

0 0
6m read
Training Your Pokémon: My AI Orchestration System
DEV Community • 2026-04-29 15:44

Training Your Pokémon: My AI Orchestration System

In Part 1, I walked through how I built my personal AI orchestration system using Pokémon-themed agents. After I shared it on LinkedIn, my teammate, Anisha, dropped a link to an orchestration framework called Agents Party in the comments. Separately, I'd heard my other teammate, Gio, mention agent harnesses and I wanted to dig into what that actually meant and whether it applied to what I'd built....

0 0
6m read
Aggregate Boundaries in Go: One Rule That Beats 90% of DDD Books
DEV Community • 2026-04-29 15:44

Aggregate Boundaries in Go: One Rule That Beats 90% of DDD Books

Book: Hexagonal Architecture in Go Also by me: Thinking in Go (2-book series) — Complete Guide to Go Programming + Hexagonal Architecture in Go My project: Hermes IDE | GitHub — an IDE for developers who ship with Claude Code and other AI coding tools Me: xgabriel.com | GitHub You've seen this Slack thread. A team is six months into a "DDD rewrite," there's a 400-page book on someone'...

0 0
9m read
DEV Community • 2026-04-29 15:43

Best AI Load Testing Tools (2026): 6 Tools Compared

Every major load testing vendor now ships at least one AI feature. The real question is not whether a tool has AI. It's how it's wired in: native or bolt-on, code-first or GUI-first, BYO-LLM or vendor-locked subscription. This guide breaks down the best AI load testing tools that dominate real engineering conversations in 2026. It covers what their AI actually does, not just what the marketing cl...

0 0
19m read
I got tired of having 4 AI agents in 4 terminal windows, so I built this
DEV Community • 2026-04-29 15:42

I got tired of having 4 AI agents in 4 terminal windows, so I built this

For the last few months I've been using Claude Code, Copilot CLI and Codex pretty much daily. Sometimes Aider too. And the workflow was always the same mess: open a terminal, run one agent, open another terminal, run another, lose track of which window is which, miss a "[y/N]" prompt for half an hour because it was buried behind something else. At some point I gave up and built my own thing fo...

0 0
2m read
newest submissions : multi • 2026-04-29 15:42

Worms Found In Drinks At Paddock Lake McDonald’s As Multiple Customers Report Same Issue; Health Inspection Confirms Complaints - Kenosha County Eye

submitted by /u/Warcraft_Fan to r/news [link] [comments]

0 0
1m read
Previous Next

Showing page 391 of 1939

Previous 391 Next