The Different Ways To Handle Errors In C
- Ethan McCue tl;dr: "C doesn't have a single clear way to handle errors... so for this post, we are going to work with the toy example of a function that parses natural numbers from a string and go through the different approaches."featured in #338
C Isn't A Programming Language Anymore
- Aria Beingessner tl;dr: "My problem is that C was elevated to a role of prestige and power, its reign so absolute and eternal that it has completely distorted the way we speak to each other. Rust and Swift cannot simply speak their native and comfortable tongues..."featured in #300
featured in #295
featured in #227
What Science Can Tell Us About C And C++'s Security
- Alex Gaynor tl;dr: Research suggests that using memory-safe programming languages results in reduction in number of vulnerabilities.featured in #184
featured in #175
featured in #166