Personal channel of @lancern
Topics: programming, hacking, memes, life, and more. Forward anything as you wish.
Join the discussion group for more fun.
Discord: https://discord.gg/RwUx9et7
Topics: programming, hacking, memes, life, and more. Forward anything as you wish.
Join the discussion group for more fun.
Discord: https://discord.gg/RwUx9et7
First official release of LLVM Flang https://blog.llvm.org/posts/2025-03-11-flang-new/
https://blog.xiangpeng.systems/posts/system-researchers/
写了一篇非常 offensive 的 blog post,包含了对近期 deepseek, NSF funding 和整个 research community 的思考。有点长,也会引起很多人不适,慎点。
我一直以来都认为 NSF 对 system research 弊大于利;但重点并非政府该不该为自然科学花钱(当然应该!),重点在于这笔钱有没有被可问责的方式分配。
最后推荐一本书,我看了受益匪浅 The Unaccountability Machine: Why Big Systems Make Terrible Decisions - and How The World Lost its Mind
写了一篇非常 offensive 的 blog post,包含了对近期 deepseek, NSF funding 和整个 research community 的思考。有点长,也会引起很多人不适,慎点。
我一直以来都认为 NSF 对 system research 弊大于利;但重点并非政府该不该为自然科学花钱(当然应该!),重点在于这笔钱有没有被可问责的方式分配。
最后推荐一本书,我看了受益匪浅 The Unaccountability Machine: Why Big Systems Make Terrible Decisions - and How The World Lost its Mind
An epic treatise on error models for systems programming languages
Musings on the representation, propagation and handling of errors in existing programming languages, as well as thoughts on future systems. (15K+ words)
via @typesanitizer's blog
Musings on the representation, propagation and handling of errors in existing programming languages, as well as thoughts on future systems. (15K+ words)
via @typesanitizer's blog
How fast can you open 1000 files?
https://lemire.me/blog/2025/03/01/how-fast-can-you-open-1000-files/
https://lemire.me/blog/2025/03/01/how-fast-can-you-open-1000-files/
https://news.ycombinator.com/item?id=43178831
https://github.com/microsoft/vsmarketplace/issues/1168
妈耶...VS Code Material Theme 主题插件居然带毒,害怕
这得感染多少电脑啊...
https://github.com/microsoft/vsmarketplace/issues/1168
妈耶...VS Code Material Theme 主题插件居然带毒,害怕
这得感染多少电脑啊...
以前 asm 内联汇编代码模板必须为一个字符串字面量,从 gcc 15 开始 gcc 将允许使用 constexpr 变量来指定内联汇编的代码模板。
下一步是不是应该在编译期跑编译器了