ch
Feedback
Programming Deadlock

Programming Deadlock

前往频道在 Telegram

Channel about programming: C, C++, Rust, Zig, Go, Type Theory, Compilers, Threading, Distributed Systems and more...

显示更多
1 683
订阅者
-424 小时
+77
+3530
帖子存档
The lockless page cache (Linux) https://lwn.net/Articles/291826/

I put a real-time 3D shader on the Game Boy Color https://blog.otterstack.com/posts/202512-gbshader/

Large Language Models Report Subjective Experience Under Self-Referential Processing https://arxiv.org/abs/2510.24797v1

SectorC: A C Compiler in 512 bytes https://xorvoid.com/sectorc.html

(Un)portable defer in C https://antonz.org/defer-in-c/

coqasm.pdf

Hot Takes on Systems Programming https://youtube.com/watch?v=g5rgIdy51vQ

The Rustonomicon: The Dark Arts of Unsafe Rust https://doc.rust-lang.org/nomicon/intro.html

Reimplementation of the std::any::Any trait supporting types with non-'static lifetimes (Rust) https://github.com/JRRudy1/transient

Interfaces and traits in C https://antonz.org/interfaces-in-c/