今日已更新 163 条资讯 | 累计 32493 条内容
关于我们

今日精选

HOT

最新资讯

共 32493 篇
第 614/1625 页
产品设计 Product Hunt

SonOf

Empty your backlog. Pay only when it ships Discussion | Link

Oleksii Sekundant 2026-07-15 22:09 4 原文
科技前沿 Reddit r/programming

A Tree and a Server Walk Into a Core...

This is about treesitter and LSP, specifically on their utility and recent journey into the Emacs core. Includes interactive visualizations of concrete syntax trees. submitted by /u/misterchiply [link] [留言]

/u/misterchiply 2026-07-15 21:57 8 原文
开发者 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 原文