Morning.dev
My Feed Popular
Login
Silent Data Loss in Celery + RabbitMQ on Azure Container Apps: A Queue Registration Post-Mortem
DEV Community • 2026-08-02 10:53

Silent Data Loss in Celery + RabbitMQ on Azure Container Apps: A Queue Registration Post-Mortem

Hello friends! I'm back with another real-world debugging story from the trenches. If there's one goal every backend engineer should have,, it's building systems that fail loudly instead of quietly dropping data while returning 202 Accepted. Today, we're diving into a production incident that took days to track down-not because the code was wrong, but because cloud infrastructure and container e...

0 0
15m read
DEV Community • 2026-08-02 10:52

Added Mobile Controls | 📜 MOKSHA Devlog — Issue #27

📜 MOKSHA Devlog — Issue #27 feat: Mobile Touch Controls — On-Screen Virtual Buttons दिनांक (Date): 2 अगस्त 2026 Issue: #27 — Mobile Touch Controls Status: ✅ Completed 🔱 संदर्भ (Context) MOKSHA अब तक केवल Keyboard और Gamepad से खेला जा सकता था। Mobile और Tablet users — जो भारत में majority हैं — के लिए गेम practically inaccessible था। शास्त्र कहता है: "इंद्रिय-...

0 0
2m read
Product Hunt — The best new products, every day • 2026-08-02 10:51

Inventory

Search every AI Agent & IDE Conversation Discussion | Link

0 0
1m read
DEV Community • 2026-08-02 10:50

The Little Flower That Brought Me Back to Coding

How "Shiuli" became my favorite flower *The Small Idea That Started My Coding Journey* I never thought a small design idea would be the reason I fell in love with code. Before this moment, I had already tried stepping into programming. A relative introduced me to it, and like many beginners, I started watching free HTML and CSS tutorials on YouTube. But honestly? Nothing clicked. I ...

0 0
2m read
DEV Community • 2026-08-02 10:47

How to grow on X without posting like a bot

Short answer Growing on X is not about looking busy. It is about becoming recognizable. The accounts that feel human usually have a few things in common: they talk about a clear set of topics, publish specific ideas, reply like actual people, and use systems quietly in the background. The accounts that feel automated do the opposite. They post on a rigid schedule, reuse the same hooks...

0 0
13m read
DEV Community • 2026-08-02 10:47

I got tired of running Redis for one background job, so I built a SQLite job queue

Every side project I've shipped in the last few years has hit the same wall at roughly the same point. The app works, it runs on a single cheap VPS, and then I need to send an email after the request returns. Or resize an image. Or run something every night at 3am. The standard answer in Node land is BullMQ, which means Redis. And Redis is great. But now my "one small app on one small server" has...

0 0
3m read
DEV Community • 2026-08-02 10:46

unreal-assets-to-glb

this is small pip package allowing you to translate editor-time (not game build) unreal engine assets to glb file format models features: cli with help command support level preview (umap) + level export meshes filtration to export only certain models textures cache to make future exports faster base color / albedo texture extraction as well as other texture stuff by saving in png file ...

0 0
1m read
Hacker News: Front Page • 2026-08-02 10:46

US Treasury undertakes historic intervention in yen market

Article URL: https://www.ft.com/content/0f9b2fe7-bde4-4f5f-b49e-93ccb5da9ea8 Comments URL: https://news.ycombinator.com/item?id=49143188 Points: 3 # Comments: 0

0 0
1m read
Hacker News • 2026-08-02 10:45

Show HN: Katharos Functional programming and CSP-style concurrency for Python

Comments

0 0
1m read
Hacker News • 2026-08-02 10:45

Show HN: CaLLMar – play a text-based adventure game in an LLM chat

Comments

0 0
1m read
Product Hunt — The best new products, every day • 2026-08-02 10:43

ShootClip

Edit videos 10x faster with AI Discussion | Link

0 0
1m read
Hacker News • 2026-08-02 10:38

Show HN: Documan – AI Powered Requirement Management Workspace

Comments

0 0
1m read
Hacker News: Front Page • 2026-08-02 10:33

(Rust) All-Hands 2026 Retrospective

Article URL: https://blog.rust-lang.org/inside-rust/2026/07/31/all-hands-2026-retrospective/ Comments URL: https://news.ycombinator.com/item?id=49143096 Points: 7 # Comments: 1

0 0
1m read
DEV Community • 2026-08-02 10:33

React TypeScript: Delete with Confirmation Modal and RTK Query

React TypeScript: Delete with Confirmation Modal and RTK Query In this example, we will implement an Agency DataTable with a delete functionality using React, TypeScript, RTK Query, and React Toastify. Features import { useState } from "react"; import { toast } from "react-toastify"; import { useGetAllAgencyQuery, useDeleteAgencyMutation, } from "../services/agencyApi...

0 0
3m read
Lobsters • 2026-08-02 10:31

Prevent cognitive debt by manually retyping LLM-generated code

Comments

0 0
1m read
DEV Community • 2026-08-02 10:30

OpenAI’s Public Model Materials Do Not Identify an Astra Model or Release Timeline

OpenAI’s publicly documented model materials reviewed through August 1, 2026 do not identify a model named Astra, describe it as a forthcoming major release, or provide a timeline for its launch. The available materials instead center on the GPT-5.6 family, including Sol, Terra and Luna, alongside related deployment and safety communications. That distinction matters because a model name can quic...

0 0
4m read
Hacker News: Front Page • 2026-08-02 10:25

Is the Industrial Revolution a good precedent for explosive growth today?

Article URL: https://mattsclancy.github.io/2026/07/27/industrial-revolution-growth.html Comments URL: https://news.ycombinator.com/item?id=49143053 Points: 4 # Comments: 0

0 0
1m read
Hacker News: Front Page • 2026-08-02 10:18

Artificial Intelligence: Ars Notoria and the Promise of Instant Knowledge

Article URL: https://publicdomainreview.org/essay/ars-notoria/ Comments URL: https://news.ycombinator.com/item?id=49143001 Points: 4 # Comments: 0

0 0
1m read
Hacker News • 2026-08-02 10:15

Show HN: We made Arcad, a parametric CAD in the browser, free and no signup

Comments

0 0
1m read
Trelix v2.11.0: Jira and Linear Now Live Inside the Code Graph
DEV Community • 2026-08-02 10:13

Trelix v2.11.0: Jira and Linear Now Live Inside the Code Graph

I've had the same conversation with trelix a hundred times: "what does _verify_auth do." It answers instantly, correctly, and completely uselessly for the question I actually had, which was why does this function exist. Git blame gets you partway there — a commit message, maybe a PR description if you're lucky. But the real answer, the actual requirement, almost always lives somewhere else entirel...

0 0
10m read
Previous Next

Showing page 381 of 1824

Previous 381 Next