Post #2690050
2026-04-10 11:58 UTC
https://bsky.app/profile/weeble.bsky.social has crafted a jq garden! 🌻
$ jot -r 0 999999999 100000 | jq -nf <(curl -sL https://gist.githubusercontent.com/weeble/957a3fa0d64659600b20216f84c1181d/raw/bccf12125d14e85680cb80a31c1d78fb6f88906d/flowers.jq) -r --argjson frame 40
#jq #flowers
Replies (2)
-
@wader@fosstodon.org 2026-04-10 11:58
For linux: shuf -n100000 -ri0-999999999 | jq -nf <(curl -sL https://gist.githubusercontent.com/weeble/957a3fa0d64659600b20216f84c1181d/raw/bccf12125d14e85680cb80a31c1d78fb6f88906d/flowers.jq) -r --argjson frame 40
-
@k@layer8.space 2026-04-10 19:19
@wader@fosstodon.org curling a gist 🥴