RSS: https://herecomesthemoon.net/index.xml
This is a website, which means it sometimes goes offline
提交点赞

C++ 的两派阵营:现代工具链派 vs 遗留代码派

C++ 标准委员会已达成共识:不破坏 ABI、不接受"传染性注解"(如生命周期注解),继续走零开销原则的老路。与此同时,Google 等大厂对 C++ 标准演进失去信心,转向 Rust 或自研语言(Carbon)。文章认为 C++ 社区已分裂为两派:能构建版本化源码、有自动化重构工具链的现代派,和依赖 1998 年预编译库、无法从源码构建的遗留派。核心分歧不在语言特性,而在工程工具能力。
评论点赞收藏3 天前

Remaking Party House

tl;dr: If you want to play the original, buy UFO 50 and play ‘Party House’. The remake was hosted on my site for demonstratitive purposes, but since it contained assets from the original, it made the ...
评论点赞收藏8 天前

How many options fit into a boolean?

Hello! Not too long ago, a friend of mine told me about Paged Out!, a “free experimental (one article == one page) technical magazine”. (Yes, that means that you can read them online right now. In fac...
评论点赞收藏165 天前

I Like the Helix Editor

The Helix editor is a modal1 (read: Vim-like) Kakoune-inspired ‘batteries included’ terminal editor with sane defaults and a focus on multiple cursors and selection-based editing. There are a lot of r...
评论点赞收藏417 天前