
Article URL: https://www.scopeofwork.net/silica-gel/
Comments URL: https://news.ycombinator.com/item?id=43550556
Points: 58
# Comments: 44

Article URL: https://libreqos.io/2025/04/01/in-loving-memory-of-dave/
Comments URL: https://news.ycombinator.com/item?id=43550098
Points: 64
# Comments: 13

Article URL: https://job-boards.greenhouse.io/hightouch/jobs/5437380004
Comments URL: https://news.ycombinator.com/item?id=43551276
Points: 0
# Comments: 0
Article URL: https://technicallywewrite.com/2023/07/30/wordperfect
Comments URL: https://news.ycombinator.com/item?id=43551361
Points: 5
# Comments: 0

Article URL: https://github.com/dfd-tud/deda
Comments URL: https://news.ycombinator.com/item?id=43551397
Points: 8
# Comments: 0
EDIT: Back online?!
NPM discussion: https://github.com/npm/cli/issues/8203
NPM incident: https://status.npmjs.org/incidents/hdtkrsqp134s
Cloudflare messaging: https://www.cloudflarestatus.com/incidents/gshczn1wxh74

Article URL: https://glthr.com/myst-graph-1
Comments URL: https://news.ycombinator.com/item?id=43549293
Points: 77
# Comments: 11

I believe the best way to learn a language is by doing an in-depth project. This is my first Zig project intended for learning the ropes on publishing a Zig package. It turns out to be quite solid and performant. It might be a bit over-engineered.
This little library is packed with the following features:
- Building dependency graph from dependency data.
- Performing topological sort on the dependency graph.
- Generating dependence-free subsets for parallel processing.
