Morning.dev
My Feed Popular
Login
HackerNoon - coding • 2026-05-13 20:33

How to Create the Heart Pattern in Python

Master nested loops and mathematical logic in Python by coding a perfect ASCII heart pattern. Learn the expert tricks behind rows, columns, and grid coordinates.Read All

0 0
1m read
We moved daily standups into Slack
DEV Community • 2026-05-13 20:29

We moved daily standups into Slack

Every standup tool I've shipped, used, or watched a team adopt eventually loses to the same thing: people forget to open it. The product is fine. The form works. The prompts are reasonable. But it sits behind a tab that nobody has open at 9:14am, and so the submissions trickle in at 10:30, or 11, or never. By Wednesday the manager is back to chasing status in DMs. By Friday the standup tool is a ...

0 0
6m read
newest submissions : multi • 2026-05-13 20:26

Court overturns Alex Murdaugh's murder convictions

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

0 0
1m read
Hacker News: Front Page • 2026-05-13 20:22

Meta won't let you block its AI account on Threads

Article URL: https://www.theverge.com/tech/929091/meta-ai-threads-account-block Comments URL: https://news.ycombinator.com/item?id=48126981 Points: 20 # Comments: 6

0 0
1m read
How AI and Cursor Are Transforming Product Management: From PM to Builder
DEV Community • 2026-05-13 20:21

How AI and Cursor Are Transforming Product Management: From PM to Builder

By James Tang Introduction The role of a Product Manager (PM) has evolved. You are now expected to be a builder — someone who can quickly prototype ideas using AI, validate them with users, and then hand them off to engineers for production. One of the most valuable skills you can learn today is using Large Language Models (LLMs) together with Cursor, an AI-powered code editor, to generate and...

0 0
4m read
newest submissions : multi • 2026-05-13 20:21

Suspect identified, dies after being shot by Memphis Safe Task Force during arrest attempt at Burger King

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

0 0
1m read
How I Documented an Entire Product in 4 Days with an AI Agent
DEV Community • 2026-05-13 20:18

How I Documented an Entire Product in 4 Days with an AI Agent

I had 55 pages of documentation to write, 59 screenshots to capture, and a product that was still shipping features and being rebranded weeks before release. I did it in four days with Goose, an open-source AI agent by Block, part of the Linux Foundation, and I want to walk you through exactly how. Not the polished version. The real one: how I built it, how it works, everything that broke along th...

0 0
23m read
I Work in Hollywood. Everyone Who Used to Make TV Is Now Secretly Training AI
newest submissions : multi • 2026-05-13 20:18

I Work in Hollywood. Everyone Who Used to Make TV Is Now Secretly Training AI

submitted by /u/powercow to r/technology [link] [comments]

0 0
1m read
newest submissions : multi • 2026-05-13 20:18

Poland says it intercepts Russian aircraft over Baltic Sea

submitted by /u/Raj_Valiant3011 to r/worldnews [link] [comments]

0 0
1m read
newest submissions : multi • 2026-05-13 20:15

Pentagon cancels Army unit's deployment to Europe with soldiers already in Poland

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

0 0
1m read
DEV Community • 2026-05-13 20:15

Entendendo o `if __name__ == "__main__"` no Python de forma prática

Se você já viu Python por algum tempo, provavelmente encontrou algo assim: if __name__ == "__main__": main() Esse trecho parece estranho no começo, mas a ideia é simples: Ele serve para executar uma parte do código apenas quando aquele arquivo for executado diretamente. Ou seja, ele ajuda a separar duas situações: Quando um arquivo Python é executado diretamente. Quando um arqui...

0 0
6m read
Experienced Devs • 2026-05-13 20:15

Why is the AI debate so incredibly polarized?

The impact it has on developers seem to be either completely game changing or underwhelming. What’s causing this great divide? submitted by /u/IllustriousCareer6 [link] [comments]

0 0
1m read
newest submissions : multi • 2026-05-13 20:12

Python for Java developers (or vice versa)

submitted by /u/Horror-Willingness74 to r/programming [link] [comments]

0 0
1m read
Hacker News: Front Page • 2026-05-13 20:12

Princeton mandates proctoring in-person exams, upending 133 years of precedent

Article URL: https://www.dailyprincetonian.com/article/2026/05/princeton-news-adpol-proctoring-in-person-examinations-passed-faculty-133-years-precedent Comments URL: https://news.ycombinator.com/item?id=48126848 Points: 6 # Comments: 0

0 0
1m read
DEV Community • 2026-05-13 20:11

Multi-Region Shopify Infrastructure: The Complete Technical Guide

Every 10,000 km between your server and your user adds ~100ms of baseline latency. A Shopify app in US-East serving Singapore adds 300-400ms before your code runs. Here are the five architectural decisions that determine whether your Shopify system serves the world or just one AWS region. Pick the Right Topology First Don't start with active-active. Most teams underestimate the operational comp...

0 0
3m read
i searchinh for this thing 
and i find out that in unexpected moments like right mow
DEV Community • 2026-05-13 20:09

i searchinh for this thing and i find out that in unexpected moments like right mow

15 Essential Sections Every README Needs: Give Your Project What It Deserves Ready-to-use markdown template Giorgi Kobaidze Giorgi Kobaidze ...

0 0
1m read
newest submissions : multi • 2026-05-13 20:08

UPDATE: Man who instigated racist disputes involved in shooting outside County Courthouse | VIDEO - ClarksvilleNow.com

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

0 0
1m read
DEV Community • 2026-05-13 20:07

We scanned 50+ MCP servers and found HIGH-severity bugs in Atlassian, GitHub, Cloudflare, and Microsoft — here's what we learned

MCPSafe (mcpsafe.io) runs automated security scans of Model Context Protocol (MCP) server repositories using a five-model LLM judge panel and a purpose-built scoring rubric called AIVSS (AI Vulnerability Severity Score). Over the past three months, we've scanned 50+ MCP servers across GitHub, npm, and PyPI — and the results are sobering. TL;DR: the majority receive a grade of D or lower. The most...

0 0
5m read
newest submissions : multi • 2026-05-13 20:06

Which do you think is the best and biggest site for download software and apps for pc?

submitted by /u/Lonewolf-199 to r/software [link] [comments]

0 0
1m read
/r/ReactJS - The Front Page of React • 2026-05-13 20:04

I ran Deslint on the entire shadcn-ui/ui repo — it found 999 issues and removed 61.6 hours of design debt in one scan

I’ve been frustrated with how much AI-generated React/Tailwind code still ships with arbitrary values, token drift, missing dark-mode variants, a11y contrast failures, and other design-system violations that ESLint and type-checkers completely miss. So I ran Deslint: a deterministic, local-only verification layer that runs inside the AI agent loop (Cursor/Claude/etc.) and at the merge gate. Zero f...

0 0
1m read
Previous Next

Showing page 4 of 2318

Previous 4 Next