Morning.dev
My Feed Popular
Login
Hacker News: Front Page • 2026-04-29 11:42

HashiCorp co-founder says GitHub 'no longer a place for serious work'

Article URL: https://www.theregister.com/2026/04/29/mitchell_hashimoto_ghostty_quitting_github/ Comments URL: https://news.ycombinator.com/item?id=47946958 Points: 7 # Comments: 1

0 0
1m read
newest submissions : multi • 2026-04-29 11:42

Russian city Tuapse is having severe ecology problems because of drone attacks

submitted by /u/Kind-Yesterday-6031 to r/news [link] [comments]

0 0
1m read
Style HTML without writing a single class — introducing classless.css
DEV Community • 2026-04-29 11:38

Style HTML without writing a single class — introducing classless.css

I had a weird thought while building a docs page last month. I was writing this: <button class="btn btn-primary">Get started</button> And I thought — why does a button need to be told it's a button? It is a button. The browser knows it. The screen reader knows it. Why doesn't the CSS? That thought turned into classless.css — a 47 KB stylesheet that makes plain, semantic HTML...

0 0
13m read
newest submissions : multi • 2026-04-29 11:37

Two Jewish men seriously injured after being stabbed in Golders Green, north London

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

0 0
1m read
DEV Community • 2026-04-29 11:37

Dart FFI Advanced — C Library Integration, Memory Management, and Flutter Plugin

Introduction Dart FFI (Foreign Function Interface) lets you call C libraries directly from Dart and Flutter. Writing performance-critical code — image processing, cryptography, audio decoding — in Pure Dart is often impractical. FFI lets you leverage the entire C ecosystem instead. This article covers everything from loading a shared library to packaging your FFI code as a reusable Flut...

0 0
4m read
DEV Community • 2026-04-29 11:36

Code Story: Building a Custom Kubernetes Scheduler with Go 1.24, Scheduler Framework, and KEDA 2.15

In 2024, 68% of Kubernetes users report default scheduler latency as their top scaling bottleneck, with 42% of oversubscribed clusters wasting 30%+ of node capacity on poorly placed pods. A custom scheduler can cut that waste by 74%—here's how to build one with Go 1.24, the Kubernetes Scheduler Framework, and KEDA 2.15. 🔴 Live Ecosystem Stats ⭐ kubernetes/kubernetes — 121,986 stars,...

0 0
17m read
DEV Community • 2026-04-29 11:36

We Built a 3-Layer Audit Trail (AI + GPS + Blockchain) to Eliminate Greenwashing in Ocean Conservation

Most environmental charities ask you to trust them. We built a system so you don't have to. I'm Valentin, co-founder of Thriving Planet Association, a Swiss nonprofit that recovers ocean plastic. But this isn't a fundraising post dressed up as a tech article. It's about a real engineering problem we had to solve: how do you make environmental impact verifiable, tamper-proof, and visible to anyone...

0 0
4m read
DEV Community • 2026-04-29 11:36

Indie SaaS Fundraising — Bootstrapping, Crowdfunding, and MRR-Based Loans

Introduction "Do I need outside funding?" is a question every indie SaaS founder eventually faces. The goal isn't to raise from VCs — it's to choose the funding mechanism that fits your business. This article covers the decision framework and practical patterns, from bootstrapping to crowdfunding, revenue-based financing, and equity-light investments. 1. Bootstrapping vs. E...

0 0
4m read
DEV Community • 2026-04-29 11:36

Step-by-Step: Set Up Multi-Region Kubernetes 1.32 Clusters with Cilium 1.16 and AWS Global Accelerator

In 2024, 68% of global Kubernetes outages stem from single-region dependencies, costing enterprises an average of $2.1M per incident. This guide eliminates that risk with a production-grade multi-region Kubernetes 1.32 stack using Cilium 1.16 for eBPF networking and AWS Global Accelerator for anycast routing—all with benchmark-verified failover times under 300ms. 🔴 Live Ecosystem Stats ...

0 0
17m read
DEV Community • 2026-04-29 11:35

Supabase Postgres Advanced — Partitioning, Full-Text Search, Generated Columns, and Triggers

Introduction Once you're comfortable with basic CRUD in Supabase, you can leverage PostgreSQL's advanced features to dramatically improve performance and maintainability. This article covers table partitioning, full-text search, generated columns, and trigger-based real-time notifications — patterns that pay off in production. 1. Table Partitioning (Date Range) for Log Data...

0 0
4m read
Vispero Training • 2026-04-29 11:35

FSCast #269. On guide dogs, education, and the value of relationships

To mark International Guide Dog Day, Judy Redlich introduces her upcoming book and shares some exciting stories of professional growth and building relationships. We then head to Greece to meet Professor Panagiotis Antonopoulos, exploring his life, career, and perspectives on accessibility. Finally, we highlight our upcoming trainings and share how you can meet us at …

0 0
1m read
AOV alone is misleading - the CVR/RPS trap, and 10 tactics to lift order value
DEV Community • 2026-04-29 11:34

AOV alone is misleading - the CVR/RPS trap, and 10 tactics to lift order value

"CVR is up, sessions are up, but revenue isn't growing the way I expected." When I look across ecommerce dashboards, this disconnect almost always traces back to one neglected metric — and once you find it, it traces back to a second insight: the metric is misleading on its own. That metric is Average Order Value (AOV). And the trap is that AOV improvements often cancel out with CVR drops, leavin...

0 0
5m read
/r/ReactJS - The Front Page of React • 2026-04-29 11:34

React State Management in 2026: Server State and Client State mental model

Back when I was a fan of Redux and used it almost for every react app, I dumped API responses straight into slices. Same store as my theme flag, my modal toggle, my redux-form drafts. Having a single source of truth felt like total control, but as apps scaled, managing it all manually became a massive headache. But the real issue wasn't Redux. It was treating remote data and local UI flags as the ...

0 0
1m read
DEV Community • 2026-04-29 11:34

EXPLAIN ANALYZE: The PostgreSQL Command Every Django Developer Should Know

PROFESSIONAL DJANGO ENGINEERING SERIES #6 If you have never read a query execution plan, you are flying blind on database performance. Here is how to read one — and what the warning signs look like. Django's ORM is excellent at writing SQL. It is not excellent at telling you whether that SQL is fast. For that, you need to go one level deeper — to the database itself, and to the execution plan ...

0 0
4m read
Cursor vs Copilot vs Claude Code: What Makes Developers 10x Faster?
HackerNoon • 2026-04-29 11:33

Cursor vs Copilot vs Claude Code: What Makes Developers 10x Faster?

No single AI coding tool makes developers 10x faster. Copilot handles everyday coding, Cursor accelerates multi-file development, and Claude Code solves complex, large-scale tasks. Teams that combine all three see the biggest gains—up to 28% faster sprint delivery. The real advantage comes from using the right tool for the right task, not relying on one solution.

0 0
1m read
What to Look for in an Exposure Management Platform (And What Most of Them Get Wrong)
The Hacker News • 2026-04-29 11:30

What to Look for in an Exposure Management Platform (And What Most of Them Get Wrong)

Every security team has a version of the same story. The quarter ends with hundreds of vulnerabilities closed. The dashboards are bursting with green. Then someone in a leadership meeting asks: "So, are we actually safer now?" Crickets. The room goes quiet because an honest answer requires context – which is something that patch counts and CVSS scores were never designed to provide. Exposure

0 0
1m read
8 Open-Source Security Tools Every Developer Should Be Using in 2026
DEV Community • 2026-04-29 11:26

8 Open-Source Security Tools Every Developer Should Be Using in 2026

Most developer security content is a checklist you'll never finish. OWASP Top 10. Rotate your secrets. Use HTTPS. Thanks, very helpful. The real gap in 2026 isn't knowledge — it's friction. Developers know they should scan their containers, audit their git history, and check for exposed endpoints. They just don't, because the tooling used to be either expensive, enterprise-only, or a full-time j...

0 0
7m read
Hacker News: Front Page • 2026-04-29 11:25

GitHub – DOS 1.0: Transcription of Tim Paterson's DOS Printouts

Article URL: https://github.com/DOS-History/Paterson-Listings Comments URL: https://news.ycombinator.com/item?id=47946813 Points: 6 # Comments: 0

0 0
1m read
DEV Community • 2026-04-29 11:19

Idempotency Keys: What Most Tutorials Don't Tell You

Every payment flow has a silent enemy: the network. Requests time out, connections drop, users panic, and click twice. What happens to your system when the same charge arrives more than once? I used to think idempotency keys were one of those "nice-to-have backend things." You know the kind you tell yourself you'll fix later. That thinking is dangerous. When it comes to payments, idempotency isn't...

0 0
7m read
Newest questions tagged javascript - Stack Overflow • 2026-04-29 11:18

Create UI controls in own tab and present results there

I need to create an extension (for private use, so any permissions OK) as follows: It opens its controls on a separate, unique (i.e. no duplicates) tab. The user selects some options and clicks GO. The extension fetches a URL from a specifc domain (i.e. just one domain) using window.fetch(url) The URL is parsed and some results/stats are presented in the same tab with the controls. This conti...

0 0
1m read
Previous Next

Showing page 455 of 1987

Previous 455 Next