ar bg de en es fr id it nl pl pt sv tr zh

awk

Why AWK in 2026?

Gábor Dombay

Because small is beautiful. Because AWK gives unmatched bang for the buck. Because AWK is the antidote to AI slop. Because AWK is always there when you need it. Because AWK assumes your data fits in a pipe, not a cluster. Because AWK makes you think, not just prompt. Because AWK’s syntax...

Linting dates in post filenames

Daniel Perelman

The problem# The actual filename structure of my blog posts contains the publishing date while the actual publishing date used by Pelican is in the file in a line starting Date:. For example, this file is content/2025/1026-lint-blog-dates.md and contains the header line Date: 2025-10-26 02:00...