From 8b0ffb7dc96db70cf0ec369ae657fa559d3f7b62 Mon Sep 17 00:00:00 2001 From: Seirdy Date: Thu, 7 Nov 2024 00:19:15 -0500 Subject: [PATCH] Add rush to uses --- content/about/uses.gmi | 2 ++ content/about/uses.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/content/about/uses.gmi b/content/about/uses.gmi index 022bd2d..4029457 100644 --- a/content/about/uses.gmi +++ b/content/about/uses.gmi @@ -71,6 +71,8 @@ I don't currently use a prebuilt desktop environment. I assemble mine out of the * scc * Pandoc * ghq, a VCS repository manager in the style of $GOPATH +* yt-dlp +* rush, a faster alternative to GNU Parallel for when xargs isn't enough (e.g. for non-interleaved output) => https://github.com/psanford/wormhole-william wormhole-william => https://github.com/eafer/rdrview rdrview diff --git a/content/about/uses.md b/content/about/uses.md index e34ac72..d0d932c 100644 --- a/content/about/uses.md +++ b/content/about/uses.md @@ -198,6 +198,9 @@ bmake yt-dlp : Download videos from hundreds of different sites, including YouTube. Integrates with external downloaders like aria2 and downloads DASH chunks in parallel to max out your connection speed. yt-dlp also integrates with Sponsorblock to add skippable chapters for the segments I'd otherwise have to manually skip (sponsored content, subscription-begging, an ending segment featuring other videos, and other useless bullshit). I've forgotten what it's like to watch a video ad. +rush +: A faster alternative to GNU Parallel for when `xargs(1)` isn't enough (e.g. for non-interleaved output). Also very easy to deploy on a new server, as it's a single statically-linkable binary instead of a Perl program with a list of runtime dependencies. + ## This website I use multiple aforementioned tools (Neovim, bmake, sd, etc.) for routine tasks when building seirdy.one.