An unofficial guide to the Rust ecosystem
https://blessed.rs/crates
https://blessed.rs/crates
๐ฅ1
Collection of insane and fun facts about SQLite
https://avi.im/blag/2024/sqlite-facts
https://avi.im/blag/2024/sqlite-facts
avi.im
Collection of insane and fun facts about SQLite - blag
Some of the interesting and insane facts I learned about SQLite
๐3๐คฏ1
My failed attempt at AGI on the Tokio Runtime
https://www.christo.sh/building-agi-on-the-tokio-runtime/
https://www.christo.sh/building-agi-on-the-tokio-runtime/
๐ฅด4๐ญ3๐ค1
2004-01-30-CGO-LLVM.pdf
202 KB
LLVM: A Compilation Framework for Lifelong Program Analysis & Transformationโค5
Hefty Algebras: Modular Elaboration of Higher-Order Algebraic Effects
https://casperbp.net/store/hefty-algebras.pdf
https://casperbp.net/store/hefty-algebras.pdf
โค1๐1
Simple defer, ready to use (C)
https://gustedt.wordpress.com/2025/01/06/simple-defer-ready-to-use/
https://gustedt.wordpress.com/2025/01/06/simple-defer-ready-to-use/
Jens Gustedt's Blog
Simple defer, ready to use
With this post I will concentrate on the here and now: how to use Cโs future lifesaving defer feature with existing tools and compilers.
๐ฅด2๐1๐1๐1
Myth and reality about inline in C99
https://gustedt.wordpress.com/2010/11/29/myth-and-reality-about-inline-in-c99/
https://gustedt.wordpress.com/2010/11/29/myth-and-reality-about-inline-in-c99/
Jens Gustedt's Blog
Myth and reality about inline in C99
There is a very common misunderstanding about the inline keyword in C99. Rumors go that this would just be a useless hint to the compiler, that generation of external symbols or not is left to the โฆ
๐1๐ค1๐1๐1
Zig's Comptime is Bonkers Good
https://www.scottredig.com/blog/bonkers_comptime/
https://www.scottredig.com/blog/bonkers_comptime/
๐2๐2
11-ghuloum.pdf
581.7 KB
An Incremental Approach to Compiler Construction
On Ada's Dependent Types, and its Types as a Whole
https://nytpu.com/gemlog/2024-12-27
https://nytpu.com/gemlog/2024-12-27
nytpu.com
On Ada's Dependent Types, and its Types as a Whole
Writing an Operating System in 1,000 Lines (C)
https://github.com/nuta/operating-system-in-1000-lines?tab=readme-ov-file
https://github.com/nuta/operating-system-in-1000-lines?tab=readme-ov-file
GitHub
GitHub - nuta/operating-system-in-1000-lines: Writing an OS in 1,000 lines.
Writing an OS in 1,000 lines. Contribute to nuta/operating-system-in-1000-lines development by creating an account on GitHub.
๐ฅ3๐3
Comptime as Configuration (Zig)
https://www.openmymind.net/Comptime-as-Configuration/
https://www.openmymind.net/Comptime-as-Configuration/
www.openmymind.net
Comptime as Configuration
Karl Seguin's Blog - A mix of coding and creative writing
๐3โค1
Be aware of the Makefile effect
https://blog.yossarian.net/2025/01/10/Be-aware-of-the-Makefile-effect
https://blog.yossarian.net/2025/01/10/Be-aware-of-the-Makefile-effect
blog.yossarian.net
Be aware of the Makefile effect
Nearly All Binary Searches and Mergesorts are Broken
https://research.google/blog/extra-extra-read-all-about-it-nearly-all-binary-searches-and-mergesorts-are-broken/
https://research.google/blog/extra-extra-read-all-about-it-nearly-all-binary-searches-and-mergesorts-are-broken/
research.google
Extra, Extra - Read All About It: Nearly All Binary Searches and Mergesorts are
Posted by Joshua Bloch, Software EngineerI remember vividly Jon Bentley's first Algorithms lecture at CMU, where he asked all of us incoming Ph.D. ...
๐คฏ3๐ฅ1๐1๐1๐ฆ1
Getting silly with C: C is beautiful yet full of horrors. Here's to uncovering its hidden depths.https://lcamtuf.substack.com/p/weekend-projects-getting-silly-with
Substack
Weekend projects: getting silly with C
C is beautiful yet full of horrors. Here's to uncovering its hidden depths.
๐คฏ1
Memory error checking in C and C++: Comparing Sanitizers and Valgrindhttps://developers.redhat.com/blog/2021/05/05/memory-error-checking-in-c-and-c-comparing-sanitizers-and-valgrind
Red Hat Developer
Memory error checking in C and C++: Comparing Sanitizers and Valgrind | Red Hat Developer
This article compares two tools, Sanitizers and Valgrind, that find memory bugs in programs written in memory-unsafe languages. These two tools work in very different ways. Therefore, while Sanitizers
๐1