d davlgd ~/blog/search.md
grep -r
→ Type a pattern. Searches titles, tags, descriptions, and full post content.
2026-08-31-rfc-atlasRFC Atlas: the whole RFC series, on a sphere #web #tools #v Aug 31, 2026 4m 2026-08-26-uutils-rust-coreutilsuutils: what a Rust coreutils changes for you #shell #linux #tools Aug 26, 2026 3m 2026-08-19-v-mcp-moduleMCP in V: shipping against a moving specification #v #tools #web Aug 19, 2026 3m 2026-08-12-mktemp-installmktemp: stop inventing your own temporary files #shell #tools Aug 12, 2026 2m 2026-07-29-env-shebangenv: the shebang line, and why it breaks #shell #tools Jul 29, 2026 2m 2026-07-22-v-net-s3V 0.5.2: object storage in the standard library #v #tools #web Jul 22, 2026 4m 2026-07-15-time-commandtime: two of them, and you use the wrong one #shell #tools Jul 15, 2026 2m 2026-07-01-script-record-terminalscript: record and replay your terminal #shell #tools Jul 1, 2026 2m 2026-06-24-smolvm-microvmssmolvm: microVMs for code you did not write #linux #tools Jun 24, 2026 3m 2026-06-17-lsof-open-fileslsof: everything is a file, and here is the proof #linux #shell #tools Jun 17, 2026 3m 2026-06-03-strings-file-xxdstrings, file and xxd: looking inside a binary #shell #tools Jun 3, 2026 3m 2026-05-27-verne-static-site-generatorVerne: I rewrote my blog's generator, in V #v #blog #tools #web May 27, 2026 5m 2026-05-20-shuf-splitshuf and split: cutting and shuffling files #shell #tools May 20, 2026 2m 2026-05-13-zen-cZen C, four months later: from promising to shipping #compiler #c #tools #tutorials May 13, 2026 6m 2026-05-06-tr-translatetr: the most underrated one-liner in your shell #shell #tools May 6, 2026 2m 2026-04-29-x402-v2x402 v2: the payment status code nobody used #web #tools Apr 29, 2026 4m 2026-04-22-comm-joincomm and join: set operations without a database #shell #tools Apr 22, 2026 2m 2026-04-08-column-numfmtcolumn and numfmt: making shell output readable #shell #tools Apr 8, 2026 2m 2026-03-25-seq-commandseq: the little generator that beats your for loop #shell #tools Mar 25, 2026 3m 2026-03-11-true-false-commandstrue and false: two commands that do nothing #shell #tools Mar 11, 2026 3m 2026-02-25-factor-primesfactor: your OS ships a prime factorization tool #shell #tools Feb 25, 2026 2m 2026-02-18-zellij-multiplexerzellij: a multiplexer that tells you the shortcuts #shell #tools Feb 18, 2026 2m 2026-02-11-tsort-topologicaltsort: there is a topological sort in your coreutils #shell #tools Feb 11, 2026 3m 2026-01-28-cgroups-v2-limitscgroups v2: the limits your tools cannot see #linux #shell #tools Jan 28, 2026 3m 2026-01-14-nice-prioritynice: being polite with the scheduler #shell #linux #tools Jan 14, 2026 3m 2026-01-07-jj-version-controljj: git without the staging area #git #tools Jan 7, 2026 3m 2025-12-31-cal-1752cal 9 1752: the eleven days that never existed #shell #tools Dec 31, 2025 4m 2025-12-17-taskpolicy-macostaskpolicy: the macOS answer to taskset #macos #apple #shell #tools Dec 17, 2025 3m 2025-12-03-taskset-cpu-affinitytaskset: choosing which cores your command runs on #shell #linux #tools Dec 3, 2025 3m 2025-11-19-watch-commandwatch: the poor man's monitoring, in one command #shell #tools #monitoring Nov 19, 2025 2m 2025-11-12-systemd-timerssystemd timers: cron, with a dry run #linux #shell #tools Nov 12, 2025 3m 2025-11-05-nohup-disown-setsidnohup, disown and setsid: surviving the hangup #shell #linux #tools Nov 5, 2025 3m 2025-10-22-flock-commandflock: stopping a cron job from running twice #shell #linux #tools Oct 22, 2025 3m 2025-10-08-at-commandat: scheduling a command to run once #shell #linux #tools Oct 8, 2025 3m 2025-09-24-sleep-timeoutsleep and timeout: doing nothing, on purpose #shell #tools Sep 24, 2025 3m 2025-09-10-pv-pipe-viewerpv: put a progress bar on any pipe #shell #tools Sep 10, 2025 3m 2025-09-03-mkosi-imagesmkosi: one config file, twelve kinds of image #linux #tools Sep 3, 2025 3m 2025-08-27-mkfifo-named-pipemkfifo: a file that is actually a pipe #shell #linux #tools Aug 27, 2025 3m 2025-08-13-stdbuf-bufferingstdbuf: why your tail -f | grep prints nothing #shell #tools Aug 13, 2025 3m 2025-07-30-moreutilsmoreutils: the coreutils that never shipped #shell #tools Jul 30, 2025 3m 2025-07-16-sponge-commandsponge: why sort file > file empties your file #shell #tools Jul 16, 2025 2m 2025-07-02-xargs-commandxargs: turning a text stream into arguments #shell #tools Jul 2, 2025 3m 2025-06-18-tee-commandtee: writing to a file you are not allowed to write to #shell #tools Jun 18, 2025 2m 2025-06-04-units-conversionunits: how many furlongs per fortnight is that? #shell #tools Jun 4, 2025 2m 2025-05-21-dc-calculatordc: the calculator that is older than C #shell #tools May 21, 2025 2m 2025-05-07-expect-commandexpect: when yes is not the answer to every question #shell #tools #tutorials May 7, 2025 3m 2025-05-06-back-to-writeBack to write #blog May 6, 2025 1m 2024-10-21-how-to-create-a-cli-vlangHow to create a CLI in V #v #cli #tools #tutorials Oct 21, 2024 4m 2024-05-chroot-to-any-linux-to-test-itChroot to any Linux (to test it) #linux #tools #tutorials May 11, 2024 4m 2024-05-whats-a-minimal-linuxWhat's a (minimal) Linux? #linux #tools #tutorials May 1, 2024 6m 2024-04-why-i-now-use-wordpress-for-this-blogWhy I do not use WordPress for this blog #blog #tools #web Apr 2, 2024 1m 2024-03-my-first-exherbo-packagesA road story to my first Exherbo Linux packages #exherbo #linux #tools #tutorials Mar 17, 2024 7m 2024-03-zig-compiler-wasmZig and WASM: your best friend here is the compiler #go #v #zig #wasm #compiler #tools Mar 7, 2024 5m 2024-03-having-fun-with-franken-phpHaving fun with (Franken)PHP #php #caddy #frankenphp #web #tools Mar 4, 2024 6m 2024-02-anchor-download-ping-attributesAnchor (<a>) element: do you know its download and ping attributes? #html #web #tools #tutorials Feb 26, 2024 2m 2024-02-how-own-web-server-vlangHow I developed my own static hosting web server, in V #v #blog #web #tools Feb 17, 2024 3m 2024-02-yes-commandDo you know the yes command? #shell #tools Feb 10, 2024 2m 2024-02-docker-aliasHow I use Linux distributions on my Mac, with a single command #alias #shell #docker #tools #apple #macos #tutorials Feb 7, 2024 2m 2024-02-add-up-aliasesPut an ‘up’ alias in your life (to start with) #alias #shell #tutorials Feb 3, 2024 3m 2024-01-automator-convert-webp-macosConvert images to WebP from Finder in macOS, thanks to Automator and Quick actions #apple #greenit #macos #tools #tutorials Jan 31, 2024 1m 2024-01-zedZed: your next IDE to try #editors #macos #tools Jan 27, 2024 2m 2024-01-easygit-icloud-driveEasyGit: a git server… based on iCloud Drive #git #apple #tools Jan 24, 2024 1m 2024-01-schedule-posts-astropaperSchedule article publication in an AstroPaper blog #astro #astropaper #blog #tutorials #web Jan 20, 2024 3m 2024-01-apple-silicon-asitopasitop: monitor your Apple Silicon SoC, power consumption included #apple #macos #tools #monitoring Jan 17, 2024 1m 2024-01-github-desktop-rewrite-historyGitHub Desktop became my best friend to rewrite (git) history #git #github #tutorials Jan 14, 2024 2m 2024-01-blog-update-astropaper-v4How I've upgraded this blog to Astro(Paper) 4.0 #astro #astropaper #blog #tutorials #web Jan 13, 2024 1m 2023-12-github-gitlab-framagitHow I mirror my GitHub repositories on GitLab (thanks to Framagit) #framasoft #git #github #gitlab #tutorials Dec 30, 2023 2m 2023-12-how-this-blog-was-builtHow this blog was built #astro #astropaper #blog #github #tutorials #web Dec 29, 2023 1m
up 3y · 68 posts · last Aug 31, 2026 rss · github · framagit · bluesky · x · linkedin © 2026 davlgd · no tracking · hand-rolled