February 2023 Links
cscppc
A compiler wrapper that runs Clang Analyzer, Cppcheck, GCC Analyzer or Smatch in the background
How to improve application security using _FORTIFY_SOURCE=3 (2023)
FOSDEM23 - Lua for the lazy C developer
CMAKE_EXPORT_COMPILE_COMMANDS
Pretty neat.
Using GNU Stow to manage your dotfiles (2012)
I’ve procrastinated for years about writing a bunch of shell scripts which do this.
Flare RPG
An entire open source Diablo-like. Incredible.
Few lesser known tricks, quirks and features of C (2023)
I don’t really agree that major language features like designated initialisers are “lesser known” but it’s a good reference page.
FOSDEM23 - Bizarre and Unusual Uses of DNS
Of all the talks they cut this awesome, useful, and amusing talk down to 10 minutes. Anyway, TIL you can dig ip @dns.toys +short
to get your own IP, faster than curl
to a web service.
Best aspects of C language (2020)
This blog has been doing the rounds lately, eg: GOTOphobia considered harmful (in C)