Reddit r/programming
Requisites change while you iterate: Lessons I learned from building a concurrent DevOps tool for automatically triggering GitHub workflows
I learned a lot of things by building a project from scratch: a backend DevOps tool that facilitates managing the fast update cycle in git dependencies. Overall, the system works by running two concurrent tasks: one to check dependencies, and the other to trigger workflows. When a dependency is updated, a workflow of the dependent GitHub repository is triggered. Initially, to pass data between tasks, I used an MPSC channel, but subsequently I transitioned to a database-backed queue because the channel was not resilient enough to crashes and network errors. In the article you can find more examples of unexpected quirks that I needed to iron out after the first iteration. submitted by /u/nilirad [link] [留言]
/u/nilirad
2026-07-15 21:43
👁 4
查看原文 →
HackerNews
Ask HN: Is it just me, or is software buggier across the board?
I feel like I’m going crazy, I’ve been hitting the strangest bugs across all my devices in the last 6 months. Is anyone else experiencing this too?
kadhirvelm
2026-07-15 21:41
👁 3
查看原文 →
Engadget
What the leaf icon on Google Maps really means (and why it confuses so many users)
Eco-friendly routes on Google Maps are worth checking out, but there are a few things to know before you do.
staff@engadget.com (Dave Meikleham)
2026-07-15 21:30
👁 7
查看原文 →
Reddit r/programming
We compiled our TypeScript parser to WASM
submitted by /u/TheSwedeheart [link] [留言]
/u/TheSwedeheart
2026-07-15 21:24
👁 4
查看原文 →
Reddit r/programming
Can a PWA replace a native app?
I am an amateur developer (TS/Vue on the front) and build apps that are expected to run on both a desktop and a mobile. I may use some features specific to mobiles (a vibration for instance). Are there still limitations in PWAs in 2026 that make it so that everything a native app can do is not portable there? Note: this is specifically a technical question about the capacities of one technology vs another one. Please do not dive into "[PWA|Native] is better", except if there are technical reasons such as the above Note: Apologies if this is too basic of a question for r/programming , I can move it elsewhere if needed! submitted by /u/sendcodenotnudes [link] [留言]
/u/sendcodenotnudes
2026-07-15 21:04
👁 7
查看原文 →
The Verge AI
The Motorola Edge 70 Max is all about power
Motorola has launched the Edge 70 Max, its latest flagship phone that's designed for power intensive tasks like streaming video and mobile gaming. Alongside having a huge battery and rapid wired charging support, the Motorola Edge 70 Max is the first Android phone to support full 25W wireless Qi2 charging since Google launched the Pixel […]
Jess Weatherbed
2026-07-15 20:18
👁 6
查看原文 →
TechCrunch
Why Realta Fusion is building a fusion reactor at an old hot dog factory
An old Oscar Mayer factory in Wisconsin will become America's latest fusion power research and development hub.
Tim De Chant
2026-07-15 20:00
👁 9
查看原文 →