Linux
`grep` uses Boyer-Moore-Horspool to skip most input without reading it character by character
2 Jun 2026
Linux
`cd` is a shell builtin, not a program: it cannot exist as a separate process
20 May 2026
C
`volatile` tells the compiler a variable can change outside of program control
18 May 2026
C
A `static` local variable in C keeps its value between function calls
8 May 2026
Culture
A Ga proverb: small streams that join together become a powerful river
4 May 2026