Morning.dev
My Feed Popular
Login
THE DATA PHARAOHSChapter Six: The Men Who Held the World Together
Level Up Coding - Medium • 2026-04-29 14:50

THE DATA PHARAOHSChapter Six: The Men Who Held the World Together

How the Scribal Class of Ancient Egypt Built, Sustained, and Sometimes Destroyed the Most Powerful Information Infrastructure in Human…Continue reading on Level Up Coding »

0 0
1m read
I Built the First GTM-Native MCP Server — Here's What I Learned
DEV Community • 2026-04-29 14:50

I Built the First GTM-Native MCP Server — Here's What I Learned

When Anthropic released the Model Context Protocol (MCP) spec, most developers immediately saw database connectors, file-system tools, and API wrappers. I saw something different: a direct bridge between an AI assistant and the revenue chaos that kills most SMBs. I've spent 15 years fixing broken go-to-market operations — seven major enterprise transformations, including work that contributed to ...

0 0
8m read
Java Application Monitoring: JMX, Micrometer, and Spring — When to Use What
Level Up Coding - Medium • 2026-04-29 14:50

Java Application Monitoring: JMX, Micrometer, and Spring — When to Use What

Stop Guessing: A Journey from 13 Failed Attempts to Understanding Java’s Monitoring StackContinue reading on Level Up Coding »

0 0
1m read
newest submissions : multi • 2026-04-29 14:50

How Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained

I wrote about a recent case where Linux 7.0 cut a PostgreSQL benchmark's throughput in half. I tried to explain it from first principles. Please let me know what you think :) submitted by /u/teivah to r/programming [link] [comments]

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

I built a running app in 13 days because I kept quitting my training plans

I built a running app in 13 days because I kept quitting my training plans I've been running on and off for years. My biggest problem was never motivation — it was that I'd miss two sessions and the whole plan would fall apart. Every. Single. Time. I'd look at the plan, see I was already 3 sessions behind, and just... stop. Sound familiar? So I built RunAdapt RunAdapt is a...

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

I Was Setting Up Claude Code Wrong. So I Built CCL.

Every Claude Code project I started followed the same painful ritual. Open a blank directory. Stare at it. Write a CLAUDE.md from scratch — half guessing at what Claude actually needs to know, half copying from a project I did last month. Then, manually create .claude/settings.json, wonder if my permissions are too loose, google what hooks actually do, forget to add a .claudeignore, realise two d...

0 0
10m read
DEV Community • 2026-04-29 14:49

Cargo Target Directories: Why Rust Projects Eat 10GB Each

Each Rust project's target/ directory can easily hit 5-15GB. If you have 10 projects on your machine, that's 50-150GB of disk space consumed by build artifacts alone. On a 256GB or 512GB MacBook, that's a significant chunk of your drive gone to compiled code you probably aren't actively using. This isn't a bug. It's a direct consequence of how Rust's compilation model works — and once you underst...

0 0
8m read
newest submissions : multi • 2026-04-29 14:48

Families of Canadian mass shooting victims sue OpenAI, CEO Altman in U.S. court

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

0 0
1m read
CodePen • 2026-04-29 14:47

424: File List Optimization

The 2.0 Editor can support hundreds of files per Pen, not to mention folders mixed in which don’t count toward that total. This can be pretty weighty on the DOM and thus adversely affect performance. Especially as each file/folder has children, a variety of event listeners, are drag and drop enabled, etc. “Virtualizing” data like […]

0 0
1m read
Hacker News: Front Page • 2026-04-29 14:47

An open-source stethoscope that costs between $2.5 and $5 to produce

Article URL: https://github.com/GliaX/Stethoscope Comments URL: https://news.ycombinator.com/item?id=47949204 Points: 8 # Comments: 1

0 0
1m read
Same for me at the moment
DEV Community • 2026-04-29 14:43

Same for me at the moment

I don't want to give Claude SSH access to my home server SangheeSon SangheeSon ...

0 0
1m read
New Wave of DPRK Attacks Uses AI-Inserted npm Malware, Fake Firms, and RATs
The Hacker News • 2026-04-29 14:43

New Wave of DPRK Attacks Uses AI-Inserted npm Malware, Fake Firms, and RATs

Cybersecurity researchers have discovered malicious code in an npm package after a malicious package as a dependency to the project by Anthropic's Claude Opus large language model (LLM). The package in question is "@validate-sdk/v2," which is listed on npm as a utility software development kit (SDK) for hashing, validation, encoding/decoding, and secure random generation. However, its real

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

Moving Beyond XAMPP: Why FlyEnv is the Modern Alternative for Web Developers.

XAMPP was a revolution when it launched. A one-click Apache + PHP + MySQL stack that saved thousands of developers from agonizing manual configuration.But modern web development is a different beast entirely. Today's stacks demand Node.js for frontend builds, Python for scripting, Redis for caching, multiple PHP versions per project, and Elasticsearch for search, all running simultaneously on the ...

0 0
2m read
Product Hunt — The best new products, every day • 2026-04-29 14:42

ElevenMusic

AI-assisted music creation with built-in discovery, royalty Discussion | Link

0 0
1m read
newest submissions : multi • 2026-04-29 14:40

Any recommendation on good VOIP phone system for small businesses

Our Family owned small business want to switch to a good voip system to reduce cost overheads and offers soft phone access through a computer or smartphone app. What are some recommended VOIP providers that would meet these requirements? submitted by /u/Both_North_7638 to r/software [link] [comments]

0 0
1m read
My Terminal Setup: Zsh, Oh My Zsh, Powerlevel10k and Tmux
DEV Community • 2026-04-29 14:40

My Terminal Setup: Zsh, Oh My Zsh, Powerlevel10k and Tmux

This is my repeatable terminal setup for a new laptop. The goal is simple: install the core tools, clone my public config repo, link the config files, and get the same shell and tmux experience everywhere. My setup uses: zsh as the shell Oh My Zsh for shell framework and plugins Powerlevel10k as the prompt theme zsh-autosuggestions for command suggestions zsh-syntax-highlighting for comman...

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

[AskJS] What CSS selector do you use?

Hi everyone, I just released AQE Light, a high-performance CSS selector engine. Instead of traditional tree-walking, it projects the DOM into a memory-mapped structure using 64-bit BigInt masks. This turns selector matching into simple bitwise math, making it significantly faster for apps with large DOMs or high query frequency. - ✅ Zero dependencies - ✅ Up to 10x faster than native methods in war...

0 0
1m read
DEV Community • 2026-04-29 14:38

The Lindy Effect: Why Web Standards Are a Safer Financial Investment Than the Latest JS Framework

Every dependency you add is a bet that someone else won't abandon their project. If the code you write today relies on an abstraction born yesterday, you are buying technical debt with a short expiration date. Choosing tools based on "hype" isn't a criterion, it's gambling. Experience looks for probability of survival. What does the Lindy Effect tell us about technical debt? In softw...

0 0
2m read
Hacker News • 2026-04-29 14:37

Show HN: DAC – open-source dashboard as code tool for agents and humans

Comments

0 0
1m read
Product Hunt — The best new products, every day • 2026-04-29 14:37

Blaze

The AI-powered calendar that plans your day for you. Discussion | Link

0 0
1m read
Previous Next

Showing page 388 of 1931

Previous 388 Next