Show HN: Biber – ELF and PE binary inspector written in Zig
用Zig编写的轻量级ELF/PE二进制检查工具,是安全分析和逆向工程的好帮手。
Article URL: https://github.com/hrasityilmaz/Biber Comments URL: https://news.ycombinator.com/item?id=48458018 Points: 1 # Comments: 0
用Zig编写的轻量级ELF/PE二进制检查工具,是安全分析和逆向工程的好帮手。
Article URL: https://github.com/hrasityilmaz/Biber Comments URL: https://news.ycombinator.com/item?id=48458018 Points: 1 # Comments: 0
通过实例快速掌握Zig语言,适合新手实战入门的系统编程学习资源。
Article URL: https://github.com/boringcollege/zig-by-example Comments URL: https://news.ycombinator.com/item?id=48444871 Points: 201 # Comments: 97
在线体验Zig语言链接器优化成果,编译时间从36秒降至244毫秒,极速反馈助力开发迭代
Article URL: https://ziglang.org/devlog/2026/#2026-05-30 Comments URL: https://news.ycombinator.com/item?id=48338673 Points: 221 # Comments: 96
Zig 官方开发日志,实时追踪构建系统重构与主分支最新变更,技术细节深入,适合关注前沿编译器的开发者。
Article URL: https://ziglang.org/devlog/2026/#2026-05-26 Comments URL: https://news.ycombinator.com/item?id=48334048 Points: 292 # Comments: 184
用Zig打造的自修复微内核,已在真实硬件上启动运行
Article URL: https://github.com/rodancz/aion Comments URL: https://news.ycombinator.com/item?id=48326600 Points: 1 # Comments: 0
知名系统编程语言Zig团队披露2026年规划:坚持无AI立场、获67万美元基金会资助、撤离GitHub,并解释为何迟迟不发布1.0版本。
Article URL: https://www.youtube.com/watch?v=iqddnwKF8HQ Comments URL: https://news.ycombinator.com/item?id=48303273 Points: 5 # Comments: 0
Zig 写的有向超图库,支持学术、生物、金融等多场景复杂关系建模,带 Python 绑定。
Article URL: https://github.com/yamafaktory/hypergraphz Comments URL: https://news.ycombinator.com/item?id=48172202 Points: 1 # Comments: 0
Mitchell Hashimoto 谈编程语言可替换性:Bun 从 Zig 重写为 Rust 仅用一两个月,Rust 也只是可抛弃的工具。
[...] On the interesting side is how fungible programming languages are nowadays. Programming languages used to be LOCK IN, and they're increasingly n…
Vercel团队用Zig做交叉编译工具链,巧妙解决Rust和Go混合编译的musl兼容性难题,为多平台移植提供了一个优雅的工程范例。
We’ve been porting Turborepo , the high-performance build system for JavaScript and TypeScript, from Go to Rust. We talked about how we started the po…