diff options
Diffstat (limited to '')
-rw-r--r-- | deps.mk | 1984 |
1 files changed, 992 insertions, 992 deletions
@@ -1,93 +1,93 @@ pages.adoc = \ - src/content/about.adoc \ - src/content/index.adoc \ + src/content/en/about.adoc \ + src/content/en/index.adoc \ articles.adoc = \ - src/content/blog/2018/07/17/guix-nixos.adoc \ - src/content/blog/2018/08/01/npm-ci-reproducibility.adoc \ - src/content/blog/2018/12/21/ytdl-subs.adoc \ - src/content/blog/2019/06/02/nixos-stateless-workstation.adoc \ - src/content/blog/2020/08/10/guix-srht.adoc \ - src/content/blog/2020/08/31/database-i-wish-i-had.adoc \ - src/content/blog/2020/10/05/cargo2nix.adoc \ - src/content/blog/2020/10/05/swift2nix.adoc \ - src/content/blog/2020/10/19/feature-flags.adoc \ - src/content/blog/2020/10/20/wrong-interviewing.adoc \ - src/content/blog/2020/11/07/diy-bugs.adoc \ - src/content/blog/2020/11/08/paradigm-shift-review.adoc \ - src/content/blog/2020/11/12/database-parsers-trees.adoc \ - src/content/blog/2020/11/14/local-first-review.adoc \ - src/content/blog/2021/01/26/remembering-ann.adoc \ - src/content/blog/2021/02/17/fallible.adoc \ - src/content/blog/2021/04/29/relational-review.adoc \ - src/content/pastebins/2016/04/05/rpn.adoc \ - src/content/pastebins/2018/07/11/nix-pinning.adoc \ - src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc \ - src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc \ - src/content/pastebins/2018/07/13/guixbuilder.adoc \ - src/content/pastebins/2018/07/13/nix-strpad.adoc \ - src/content/pastebins/2018/07/25/nix-exps.adoc \ - src/content/pastebins/2018/07/25/nix-showdrv.adoc \ - src/content/pastebins/2019/06/08/inconsistent-hash.adoc \ - src/content/pastebins/2019/12/29/raku-tuple-type.adoc \ - src/content/pastebins/2020/01/04/guix-import-failure.adoc \ - src/content/pastebins/2020/02/14/guix-shebang.adoc \ - src/content/pastebins/2020/11/27/guix-build-local.adoc \ - src/content/pastebins/2020/12/15/guix-pack-fail.adoc \ - src/content/pastebins/2021/04/03/naive-slugify-js.adoc \ - src/content/pastebins/2021/06/08/reading-session-pt1.adoc \ - src/content/pastebins/2021/06/22/curl-wget.adoc \ - src/content/pastebins/2021/08/11/h1-spacing.adoc \ - src/content/pastebins/2021/09/02/sicp-3-19.adoc \ - src/content/pastebins/2021/09/03/sicp-persistent-queue.adoc \ - src/content/pastebins/2022/07/14/git-cleanup.adoc \ - src/content/pastebins/2023/07/22/funcallable-amop.adoc \ - src/content/podcasts/2020/12/19/test-entry.adoc \ - src/content/screencasts/2021/02/07/autoqemu.adoc \ - src/content/tils/2020/08/12/filename-timestamp.adoc \ - src/content/tils/2020/08/13/code-jekyll.adoc \ - src/content/tils/2020/08/14/browse-git.adoc \ - src/content/tils/2020/08/16/git-search.adoc \ - src/content/tils/2020/08/28/grep-online.adoc \ - src/content/tils/2020/09/04/cli-email-fun-profit.adoc \ - src/content/tils/2020/09/05/oldschool-pr.adoc \ - src/content/tils/2020/10/11/search-git-history.adoc \ - src/content/tils/2020/11/08/find-broken-symlink.adoc \ - src/content/tils/2020/11/12/diy-nix-bash-ci.adoc \ - src/content/tils/2020/11/12/git-bisect-automation.adoc \ - src/content/tils/2020/11/12/useful-bashvars.adoc \ - src/content/tils/2020/11/14/gpodder-media.adoc \ - src/content/tils/2020/11/30/git-notes-ci.adoc \ - src/content/tils/2020/12/15/shellcheck-repo.adoc \ - src/content/tils/2020/12/29/svg.adoc \ - src/content/tils/2021/01/12/curl-awk-emails.adoc \ - src/content/tils/2021/01/17/posix-shebang.adoc \ - src/content/tils/2021/04/24/cl-generic-precedence.adoc \ - src/content/tils/2021/04/24/clojure-autocurry.adoc \ - src/content/tils/2021/04/24/scm-nif.adoc \ - src/content/tils/2021/07/23/git-tls-gpg.adoc \ - src/content/tils/2021/08/11/js-bigint-reviver.adoc \ + src/content/en/blog/2018/07/17/guix-nixos.adoc \ + src/content/en/blog/2018/08/01/npm-ci-reproducibility.adoc \ + src/content/en/blog/2018/12/21/ytdl-subs.adoc \ + src/content/en/blog/2019/06/02/nixos-stateless-workstation.adoc \ + src/content/en/blog/2020/08/10/guix-srht.adoc \ + src/content/en/blog/2020/08/31/database-i-wish-i-had.adoc \ + src/content/en/blog/2020/10/05/cargo2nix.adoc \ + src/content/en/blog/2020/10/05/swift2nix.adoc \ + src/content/en/blog/2020/10/19/feature-flags.adoc \ + src/content/en/blog/2020/10/20/wrong-interviewing.adoc \ + src/content/en/blog/2020/11/07/diy-bugs.adoc \ + src/content/en/blog/2020/11/08/paradigm-shift-review.adoc \ + src/content/en/blog/2020/11/12/database-parsers-trees.adoc \ + src/content/en/blog/2020/11/14/local-first-review.adoc \ + src/content/en/blog/2021/01/26/remembering-ann.adoc \ + src/content/en/blog/2021/02/17/fallible.adoc \ + src/content/en/blog/2021/04/29/relational-review.adoc \ + src/content/en/pastebins/2016/04/05/rpn.adoc \ + src/content/en/pastebins/2018/07/11/nix-pinning.adoc \ + src/content/en/pastebins/2018/07/13/guix-nixos-systemd.adoc \ + src/content/en/pastebins/2018/07/13/guixbuilder-nixos.adoc \ + src/content/en/pastebins/2018/07/13/guixbuilder.adoc \ + src/content/en/pastebins/2018/07/13/nix-strpad.adoc \ + src/content/en/pastebins/2018/07/25/nix-exps.adoc \ + src/content/en/pastebins/2018/07/25/nix-showdrv.adoc \ + src/content/en/pastebins/2019/06/08/inconsistent-hash.adoc \ + src/content/en/pastebins/2019/12/29/raku-tuple-type.adoc \ + src/content/en/pastebins/2020/01/04/guix-import-failure.adoc \ + src/content/en/pastebins/2020/02/14/guix-shebang.adoc \ + src/content/en/pastebins/2020/11/27/guix-build-local.adoc \ + src/content/en/pastebins/2020/12/15/guix-pack-fail.adoc \ + src/content/en/pastebins/2021/04/03/naive-slugify-js.adoc \ + src/content/en/pastebins/2021/06/08/reading-session-pt1.adoc \ + src/content/en/pastebins/2021/06/22/curl-wget.adoc \ + src/content/en/pastebins/2021/08/11/h1-spacing.adoc \ + src/content/en/pastebins/2021/09/02/sicp-3-19.adoc \ + src/content/en/pastebins/2021/09/03/sicp-persistent-queue.adoc \ + src/content/en/pastebins/2022/07/14/git-cleanup.adoc \ + src/content/en/pastebins/2023/07/22/funcallable-amop.adoc \ + src/content/en/podcasts/2020/12/19/test-entry.adoc \ + src/content/en/screencasts/2021/02/07/autoqemu.adoc \ + src/content/en/tils/2020/08/12/filename-timestamp.adoc \ + src/content/en/tils/2020/08/13/code-jekyll.adoc \ + src/content/en/tils/2020/08/14/browse-git.adoc \ + src/content/en/tils/2020/08/16/git-search.adoc \ + src/content/en/tils/2020/08/28/grep-online.adoc \ + src/content/en/tils/2020/09/04/cli-email-fun-profit.adoc \ + src/content/en/tils/2020/09/05/oldschool-pr.adoc \ + src/content/en/tils/2020/10/11/search-git-history.adoc \ + src/content/en/tils/2020/11/08/find-broken-symlink.adoc \ + src/content/en/tils/2020/11/12/diy-nix-bash-ci.adoc \ + src/content/en/tils/2020/11/12/git-bisect-automation.adoc \ + src/content/en/tils/2020/11/12/useful-bashvars.adoc \ + src/content/en/tils/2020/11/14/gpodder-media.adoc \ + src/content/en/tils/2020/11/30/git-notes-ci.adoc \ + src/content/en/tils/2020/12/15/shellcheck-repo.adoc \ + src/content/en/tils/2020/12/29/svg.adoc \ + src/content/en/tils/2021/01/12/curl-awk-emails.adoc \ + src/content/en/tils/2021/01/17/posix-shebang.adoc \ + src/content/en/tils/2021/04/24/cl-generic-precedence.adoc \ + src/content/en/tils/2021/04/24/clojure-autocurry.adoc \ + src/content/en/tils/2021/04/24/scm-nif.adoc \ + src/content/en/tils/2021/07/23/git-tls-gpg.adoc \ + src/content/en/tils/2021/08/11/js-bigint-reviver.adoc \ categories.adoc = \ - src/content/blog/categories.adoc \ - src/content/pastebins/categories.adoc \ - src/content/podcasts/categories.adoc \ - src/content/screencasts/categories.adoc \ - src/content/tils/categories.adoc \ + src/content/en/blog/categories.adoc \ + src/content/en/pastebins/categories.adoc \ + src/content/en/podcasts/categories.adoc \ + src/content/en/screencasts/categories.adoc \ + src/content/en/tils/categories.adoc \ indexes.adoc = \ - src/content/blog/index.adoc \ - src/content/pastebins/index.adoc \ - src/content/podcasts/index.adoc \ - src/content/screencasts/index.adoc \ - src/content/tils/index.adoc \ + src/content/en/blog/index.adoc \ + src/content/en/pastebins/index.adoc \ + src/content/en/podcasts/index.adoc \ + src/content/en/screencasts/index.adoc \ + src/content/en/tils/index.adoc \ feeds.xml = \ - src/content/blog/feed.xml \ - src/content/pastebins/feed.xml \ - src/content/podcasts/feed.xml \ - src/content/screencasts/feed.xml \ - src/content/tils/feed.xml \ + src/content/en/blog/feed.xml \ + src/content/en/pastebins/feed.xml \ + src/content/en/podcasts/feed.xml \ + src/content/en/screencasts/feed.xml \ + src/content/en/tils/feed.xml \ images.svg = \ src/content/img/atom/dark.svg \ @@ -103,970 +103,970 @@ images.svg = \ src/content/img/logo/light.svg \ sources.extras = \ - src/content/blog/2020/10/05/cargo2nix-demo.tar.gz \ - src/content/blog/2020/10/05/cargo2nix.tar.gz \ - src/content/blog/2020/10/05/swift2nix-demo.tar.gz \ - src/content/blog/2020/10/05/swift2nix.tar.gz \ - src/content/blog/2021/02/17/fallible.tar.gz \ - src/content/podcasts/2020/12/19/test-entry.flac \ - src/content/screencasts/2021/02/07/autoqemu.tar.gz \ - src/content/screencasts/2021/02/07/autoqemu.webm \ + src/content/en/blog/2020/10/05/cargo2nix-demo.tar.gz \ + src/content/en/blog/2020/10/05/cargo2nix.tar.gz \ + src/content/en/blog/2020/10/05/swift2nix-demo.tar.gz \ + src/content/en/blog/2020/10/05/swift2nix.tar.gz \ + src/content/en/blog/2021/02/17/fallible.tar.gz \ + src/content/en/podcasts/2020/12/19/test-entry.flac \ + src/content/en/screencasts/2021/02/07/autoqemu.tar.gz \ + src/content/en/screencasts/2021/02/07/autoqemu.webm \ -src/content/about.html.gz: src/content/about.html -src/content/index.html.gz: src/content/index.html -src/content/blog/2018/07/17/guix-nixos.html.gz: src/content/blog/2018/07/17/guix-nixos.html -src/content/blog/2018/08/01/npm-ci-reproducibility.html.gz: src/content/blog/2018/08/01/npm-ci-reproducibility.html -src/content/blog/2018/12/21/ytdl-subs.html.gz: src/content/blog/2018/12/21/ytdl-subs.html -src/content/blog/2019/06/02/nixos-stateless-workstation.html.gz: src/content/blog/2019/06/02/nixos-stateless-workstation.html -src/content/blog/2020/08/10/guix-srht.html.gz: src/content/blog/2020/08/10/guix-srht.html -src/content/blog/2020/08/31/database-i-wish-i-had.html.gz: src/content/blog/2020/08/31/database-i-wish-i-had.html -src/content/blog/2020/10/05/cargo2nix.html.gz: src/content/blog/2020/10/05/cargo2nix.html -src/content/blog/2020/10/05/swift2nix.html.gz: src/content/blog/2020/10/05/swift2nix.html -src/content/blog/2020/10/19/feature-flags.html.gz: src/content/blog/2020/10/19/feature-flags.html -src/content/blog/2020/10/20/wrong-interviewing.html.gz: src/content/blog/2020/10/20/wrong-interviewing.html -src/content/blog/2020/11/07/diy-bugs.html.gz: src/content/blog/2020/11/07/diy-bugs.html -src/content/blog/2020/11/08/paradigm-shift-review.html.gz: src/content/blog/2020/11/08/paradigm-shift-review.html -src/content/blog/2020/11/12/database-parsers-trees.html.gz: src/content/blog/2020/11/12/database-parsers-trees.html -src/content/blog/2020/11/14/local-first-review.html.gz: src/content/blog/2020/11/14/local-first-review.html -src/content/blog/2021/01/26/remembering-ann.html.gz: src/content/blog/2021/01/26/remembering-ann.html -src/content/blog/2021/02/17/fallible.html.gz: src/content/blog/2021/02/17/fallible.html -src/content/blog/2021/04/29/relational-review.html.gz: src/content/blog/2021/04/29/relational-review.html -src/content/pastebins/2016/04/05/rpn.html.gz: src/content/pastebins/2016/04/05/rpn.html -src/content/pastebins/2018/07/11/nix-pinning.html.gz: src/content/pastebins/2018/07/11/nix-pinning.html -src/content/pastebins/2018/07/13/guix-nixos-systemd.html.gz: src/content/pastebins/2018/07/13/guix-nixos-systemd.html -src/content/pastebins/2018/07/13/guixbuilder-nixos.html.gz: src/content/pastebins/2018/07/13/guixbuilder-nixos.html -src/content/pastebins/2018/07/13/guixbuilder.html.gz: src/content/pastebins/2018/07/13/guixbuilder.html -src/content/pastebins/2018/07/13/nix-strpad.html.gz: src/content/pastebins/2018/07/13/nix-strpad.html -src/content/pastebins/2018/07/25/nix-exps.html.gz: src/content/pastebins/2018/07/25/nix-exps.html -src/content/pastebins/2018/07/25/nix-showdrv.html.gz: src/content/pastebins/2018/07/25/nix-showdrv.html -src/content/pastebins/2019/06/08/inconsistent-hash.html.gz: src/content/pastebins/2019/06/08/inconsistent-hash.html -src/content/pastebins/2019/12/29/raku-tuple-type.html.gz: src/content/pastebins/2019/12/29/raku-tuple-type.html -src/content/pastebins/2020/01/04/guix-import-failure.html.gz: src/content/pastebins/2020/01/04/guix-import-failure.html -src/content/pastebins/2020/02/14/guix-shebang.html.gz: src/content/pastebins/2020/02/14/guix-shebang.html -src/content/pastebins/2020/11/27/guix-build-local.html.gz: src/content/pastebins/2020/11/27/guix-build-local.html -src/content/pastebins/2020/12/15/guix-pack-fail.html.gz: src/content/pastebins/2020/12/15/guix-pack-fail.html -src/content/pastebins/2021/04/03/naive-slugify-js.html.gz: src/content/pastebins/2021/04/03/naive-slugify-js.html -src/content/pastebins/2021/06/08/reading-session-pt1.html.gz: src/content/pastebins/2021/06/08/reading-session-pt1.html -src/content/pastebins/2021/06/22/curl-wget.html.gz: src/content/pastebins/2021/06/22/curl-wget.html -src/content/pastebins/2021/08/11/h1-spacing.html.gz: src/content/pastebins/2021/08/11/h1-spacing.html -src/content/pastebins/2021/09/02/sicp-3-19.html.gz: src/content/pastebins/2021/09/02/sicp-3-19.html -src/content/pastebins/2021/09/03/sicp-persistent-queue.html.gz: src/content/pastebins/2021/09/03/sicp-persistent-queue.html -src/content/pastebins/2022/07/14/git-cleanup.html.gz: src/content/pastebins/2022/07/14/git-cleanup.html -src/content/pastebins/2023/07/22/funcallable-amop.html.gz: src/content/pastebins/2023/07/22/funcallable-amop.html -src/content/podcasts/2020/12/19/test-entry.html.gz: src/content/podcasts/2020/12/19/test-entry.html -src/content/screencasts/2021/02/07/autoqemu.html.gz: src/content/screencasts/2021/02/07/autoqemu.html -src/content/tils/2020/08/12/filename-timestamp.html.gz: src/content/tils/2020/08/12/filename-timestamp.html -src/content/tils/2020/08/13/code-jekyll.html.gz: src/content/tils/2020/08/13/code-jekyll.html -src/content/tils/2020/08/14/browse-git.html.gz: src/content/tils/2020/08/14/browse-git.html -src/content/tils/2020/08/16/git-search.html.gz: src/content/tils/2020/08/16/git-search.html -src/content/tils/2020/08/28/grep-online.html.gz: src/content/tils/2020/08/28/grep-online.html -src/content/tils/2020/09/04/cli-email-fun-profit.html.gz: src/content/tils/2020/09/04/cli-email-fun-profit.html -src/content/tils/2020/09/05/oldschool-pr.html.gz: src/content/tils/2020/09/05/oldschool-pr.html -src/content/tils/2020/10/11/search-git-history.html.gz: src/content/tils/2020/10/11/search-git-history.html -src/content/tils/2020/11/08/find-broken-symlink.html.gz: src/content/tils/2020/11/08/find-broken-symlink.html -src/content/tils/2020/11/12/diy-nix-bash-ci.html.gz: src/content/tils/2020/11/12/diy-nix-bash-ci.html -src/content/tils/2020/11/12/git-bisect-automation.html.gz: src/content/tils/2020/11/12/git-bisect-automation.html -src/content/tils/2020/11/12/useful-bashvars.html.gz: src/content/tils/2020/11/12/useful-bashvars.html -src/content/tils/2020/11/14/gpodder-media.html.gz: src/content/tils/2020/11/14/gpodder-media.html -src/content/tils/2020/11/30/git-notes-ci.html.gz: src/content/tils/2020/11/30/git-notes-ci.html -src/content/tils/2020/12/15/shellcheck-repo.html.gz: src/content/tils/2020/12/15/shellcheck-repo.html -src/content/tils/2020/12/29/svg.html.gz: src/content/tils/2020/12/29/svg.html -src/content/tils/2021/01/12/curl-awk-emails.html.gz: src/content/tils/2021/01/12/curl-awk-emails.html -src/content/tils/2021/01/17/posix-shebang.html.gz: src/content/tils/2021/01/17/posix-shebang.html -src/content/tils/2021/04/24/cl-generic-precedence.html.gz: src/content/tils/2021/04/24/cl-generic-precedence.html -src/content/tils/2021/04/24/clojure-autocurry.html.gz: src/content/tils/2021/04/24/clojure-autocurry.html -src/content/tils/2021/04/24/scm-nif.html.gz: src/content/tils/2021/04/24/scm-nif.html -src/content/tils/2021/07/23/git-tls-gpg.html.gz: src/content/tils/2021/07/23/git-tls-gpg.html -src/content/tils/2021/08/11/js-bigint-reviver.html.gz: src/content/tils/2021/08/11/js-bigint-reviver.html -src/content/blog/index.html.gz: src/content/blog/index.html -src/content/pastebins/index.html.gz: src/content/pastebins/index.html -src/content/podcasts/index.html.gz: src/content/podcasts/index.html -src/content/screencasts/index.html.gz: src/content/screencasts/index.html -src/content/tils/index.html.gz: src/content/tils/index.html -src/content/blog/categories.html.gz: src/content/blog/categories.html -src/content/pastebins/categories.html.gz: src/content/pastebins/categories.html -src/content/podcasts/categories.html.gz: src/content/podcasts/categories.html -src/content/screencasts/categories.html.gz: src/content/screencasts/categories.html -src/content/tils/categories.html.gz: src/content/tils/categories.html -src/content/about.snippets.gz: src/content/about.snippets -src/content/index.snippets.gz: src/content/index.snippets -src/content/blog/2018/07/17/guix-nixos.snippets.gz: src/content/blog/2018/07/17/guix-nixos.snippets -src/content/blog/2018/08/01/npm-ci-reproducibility.snippets.gz: src/content/blog/2018/08/01/npm-ci-reproducibility.snippets -src/content/blog/2018/12/21/ytdl-subs.snippets.gz: src/content/blog/2018/12/21/ytdl-subs.snippets -src/content/blog/2019/06/02/nixos-stateless-workstation.snippets.gz: src/content/blog/2019/06/02/nixos-stateless-workstation.snippets -src/content/blog/2020/08/10/guix-srht.snippets.gz: src/content/blog/2020/08/10/guix-srht.snippets -src/content/blog/2020/08/31/database-i-wish-i-had.snippets.gz: src/content/blog/2020/08/31/database-i-wish-i-had.snippets -src/content/blog/2020/10/05/cargo2nix.snippets.gz: src/content/blog/2020/10/05/cargo2nix.snippets -src/content/blog/2020/10/05/swift2nix.snippets.gz: src/content/blog/2020/10/05/swift2nix.snippets -src/content/blog/2020/10/19/feature-flags.snippets.gz: src/content/blog/2020/10/19/feature-flags.snippets -src/content/blog/2020/10/20/wrong-interviewing.snippets.gz: src/content/blog/2020/10/20/wrong-interviewing.snippets -src/content/blog/2020/11/07/diy-bugs.snippets.gz: src/content/blog/2020/11/07/diy-bugs.snippets -src/content/blog/2020/11/08/paradigm-shift-review.snippets.gz: src/content/blog/2020/11/08/paradigm-shift-review.snippets -src/content/blog/2020/11/12/database-parsers-trees.snippets.gz: src/content/blog/2020/11/12/database-parsers-trees.snippets -src/content/blog/2020/11/14/local-first-review.snippets.gz: src/content/blog/2020/11/14/local-first-review.snippets -src/content/blog/2021/01/26/remembering-ann.snippets.gz: src/content/blog/2021/01/26/remembering-ann.snippets -src/content/blog/2021/02/17/fallible.snippets.gz: src/content/blog/2021/02/17/fallible.snippets -src/content/blog/2021/04/29/relational-review.snippets.gz: src/content/blog/2021/04/29/relational-review.snippets -src/content/pastebins/2016/04/05/rpn.snippets.gz: src/content/pastebins/2016/04/05/rpn.snippets -src/content/pastebins/2018/07/11/nix-pinning.snippets.gz: src/content/pastebins/2018/07/11/nix-pinning.snippets -src/content/pastebins/2018/07/13/guix-nixos-systemd.snippets.gz: src/content/pastebins/2018/07/13/guix-nixos-systemd.snippets -src/content/pastebins/2018/07/13/guixbuilder-nixos.snippets.gz: src/content/pastebins/2018/07/13/guixbuilder-nixos.snippets -src/content/pastebins/2018/07/13/guixbuilder.snippets.gz: src/content/pastebins/2018/07/13/guixbuilder.snippets -src/content/pastebins/2018/07/13/nix-strpad.snippets.gz: src/content/pastebins/2018/07/13/nix-strpad.snippets -src/content/pastebins/2018/07/25/nix-exps.snippets.gz: src/content/pastebins/2018/07/25/nix-exps.snippets -src/content/pastebins/2018/07/25/nix-showdrv.snippets.gz: src/content/pastebins/2018/07/25/nix-showdrv.snippets -src/content/pastebins/2019/06/08/inconsistent-hash.snippets.gz: src/content/pastebins/2019/06/08/inconsistent-hash.snippets -src/content/pastebins/2019/12/29/raku-tuple-type.snippets.gz: src/content/pastebins/2019/12/29/raku-tuple-type.snippets -src/content/pastebins/2020/01/04/guix-import-failure.snippets.gz: src/content/pastebins/2020/01/04/guix-import-failure.snippets -src/content/pastebins/2020/02/14/guix-shebang.snippets.gz: src/content/pastebins/2020/02/14/guix-shebang.snippets -src/content/pastebins/2020/11/27/guix-build-local.snippets.gz: src/content/pastebins/2020/11/27/guix-build-local.snippets -src/content/pastebins/2020/12/15/guix-pack-fail.snippets.gz: src/content/pastebins/2020/12/15/guix-pack-fail.snippets -src/content/pastebins/2021/04/03/naive-slugify-js.snippets.gz: src/content/pastebins/2021/04/03/naive-slugify-js.snippets -src/content/pastebins/2021/06/08/reading-session-pt1.snippets.gz: src/content/pastebins/2021/06/08/reading-session-pt1.snippets -src/content/pastebins/2021/06/22/curl-wget.snippets.gz: src/content/pastebins/2021/06/22/curl-wget.snippets -src/content/pastebins/2021/08/11/h1-spacing.snippets.gz: src/content/pastebins/2021/08/11/h1-spacing.snippets -src/content/pastebins/2021/09/02/sicp-3-19.snippets.gz: src/content/pastebins/2021/09/02/sicp-3-19.snippets -src/content/pastebins/2021/09/03/sicp-persistent-queue.snippets.gz: src/content/pastebins/2021/09/03/sicp-persistent-queue.snippets -src/content/pastebins/2022/07/14/git-cleanup.snippets.gz: src/content/pastebins/2022/07/14/git-cleanup.snippets -src/content/pastebins/2023/07/22/funcallable-amop.snippets.gz: src/content/pastebins/2023/07/22/funcallable-amop.snippets -src/content/podcasts/2020/12/19/test-entry.snippets.gz: src/content/podcasts/2020/12/19/test-entry.snippets -src/content/screencasts/2021/02/07/autoqemu.snippets.gz: src/content/screencasts/2021/02/07/autoqemu.snippets -src/content/tils/2020/08/12/filename-timestamp.snippets.gz: src/content/tils/2020/08/12/filename-timestamp.snippets -src/content/tils/2020/08/13/code-jekyll.snippets.gz: src/content/tils/2020/08/13/code-jekyll.snippets -src/content/tils/2020/08/14/browse-git.snippets.gz: src/content/tils/2020/08/14/browse-git.snippets -src/content/tils/2020/08/16/git-search.snippets.gz: src/content/tils/2020/08/16/git-search.snippets -src/content/tils/2020/08/28/grep-online.snippets.gz: src/content/tils/2020/08/28/grep-online.snippets -src/content/tils/2020/09/04/cli-email-fun-profit.snippets.gz: src/content/tils/2020/09/04/cli-email-fun-profit.snippets -src/content/tils/2020/09/05/oldschool-pr.snippets.gz: src/content/tils/2020/09/05/oldschool-pr.snippets -src/content/tils/2020/10/11/search-git-history.snippets.gz: src/content/tils/2020/10/11/search-git-history.snippets -src/content/tils/2020/11/08/find-broken-symlink.snippets.gz: src/content/tils/2020/11/08/find-broken-symlink.snippets -src/content/tils/2020/11/12/diy-nix-bash-ci.snippets.gz: src/content/tils/2020/11/12/diy-nix-bash-ci.snippets -src/content/tils/2020/11/12/git-bisect-automation.snippets.gz: src/content/tils/2020/11/12/git-bisect-automation.snippets -src/content/tils/2020/11/12/useful-bashvars.snippets.gz: src/content/tils/2020/11/12/useful-bashvars.snippets -src/content/tils/2020/11/14/gpodder-media.snippets.gz: src/content/tils/2020/11/14/gpodder-media.snippets -src/content/tils/2020/11/30/git-notes-ci.snippets.gz: src/content/tils/2020/11/30/git-notes-ci.snippets -src/content/tils/2020/12/15/shellcheck-repo.snippets.gz: src/content/tils/2020/12/15/shellcheck-repo.snippets -src/content/tils/2020/12/29/svg.snippets.gz: src/content/tils/2020/12/29/svg.snippets -src/content/tils/2021/01/12/curl-awk-emails.snippets.gz: src/content/tils/2021/01/12/curl-awk-emails.snippets -src/content/tils/2021/01/17/posix-shebang.snippets.gz: src/content/tils/2021/01/17/posix-shebang.snippets -src/content/tils/2021/04/24/cl-generic-precedence.snippets.gz: src/content/tils/2021/04/24/cl-generic-precedence.snippets -src/content/tils/2021/04/24/clojure-autocurry.snippets.gz: src/content/tils/2021/04/24/clojure-autocurry.snippets -src/content/tils/2021/04/24/scm-nif.snippets.gz: src/content/tils/2021/04/24/scm-nif.snippets -src/content/tils/2021/07/23/git-tls-gpg.snippets.gz: src/content/tils/2021/07/23/git-tls-gpg.snippets -src/content/tils/2021/08/11/js-bigint-reviver.snippets.gz: src/content/tils/2021/08/11/js-bigint-reviver.snippets -src/content/blog/index.snippets.gz: src/content/blog/index.snippets -src/content/pastebins/index.snippets.gz: src/content/pastebins/index.snippets -src/content/podcasts/index.snippets.gz: src/content/podcasts/index.snippets -src/content/screencasts/index.snippets.gz: src/content/screencasts/index.snippets -src/content/tils/index.snippets.gz: src/content/tils/index.snippets -src/content/blog/categories.snippets.gz: src/content/blog/categories.snippets -src/content/pastebins/categories.snippets.gz: src/content/pastebins/categories.snippets -src/content/podcasts/categories.snippets.gz: src/content/podcasts/categories.snippets -src/content/screencasts/categories.snippets.gz: src/content/screencasts/categories.snippets -src/content/tils/categories.snippets.gz: src/content/tils/categories.snippets -src/content/blog/categories.xml.gz: src/content/blog/categories.xml -src/content/pastebins/categories.xml.gz: src/content/pastebins/categories.xml -src/content/podcasts/categories.xml.gz: src/content/podcasts/categories.xml -src/content/screencasts/categories.xml.gz: src/content/screencasts/categories.xml -src/content/tils/categories.xml.gz: src/content/tils/categories.xml -src/content/blog/feed.xml.gz: src/content/blog/feed.xml -src/content/pastebins/feed.xml.gz: src/content/pastebins/feed.xml -src/content/podcasts/feed.xml.gz: src/content/podcasts/feed.xml -src/content/screencasts/feed.xml.gz: src/content/screencasts/feed.xml -src/content/tils/feed.xml.gz: src/content/tils/feed.xml +src/content/en/about.html.gz: src/content/en/about.html +src/content/en/index.html.gz: src/content/en/index.html +src/content/en/blog/2018/07/17/guix-nixos.html.gz: src/content/en/blog/2018/07/17/guix-nixos.html +src/content/en/blog/2018/08/01/npm-ci-reproducibility.html.gz: src/content/en/blog/2018/08/01/npm-ci-reproducibility.html +src/content/en/blog/2018/12/21/ytdl-subs.html.gz: src/content/en/blog/2018/12/21/ytdl-subs.html +src/content/en/blog/2019/06/02/nixos-stateless-workstation.html.gz: src/content/en/blog/2019/06/02/nixos-stateless-workstation.html +src/content/en/blog/2020/08/10/guix-srht.html.gz: src/content/en/blog/2020/08/10/guix-srht.html +src/content/en/blog/2020/08/31/database-i-wish-i-had.html.gz: src/content/en/blog/2020/08/31/database-i-wish-i-had.html +src/content/en/blog/2020/10/05/cargo2nix.html.gz: src/content/en/blog/2020/10/05/cargo2nix.html +src/content/en/blog/2020/10/05/swift2nix.html.gz: src/content/en/blog/2020/10/05/swift2nix.html +src/content/en/blog/2020/10/19/feature-flags.html.gz: src/content/en/blog/2020/10/19/feature-flags.html +src/content/en/blog/2020/10/20/wrong-interviewing.html.gz: src/content/en/blog/2020/10/20/wrong-interviewing.html +src/content/en/blog/2020/11/07/diy-bugs.html.gz: src/content/en/blog/2020/11/07/diy-bugs.html +src/content/en/blog/2020/11/08/paradigm-shift-review.html.gz: src/content/en/blog/2020/11/08/paradigm-shift-review.html +src/content/en/blog/2020/11/12/database-parsers-trees.html.gz: src/content/en/blog/2020/11/12/database-parsers-trees.html +src/content/en/blog/2020/11/14/local-first-review.html.gz: src/content/en/blog/2020/11/14/local-first-review.html +src/content/en/blog/2021/01/26/remembering-ann.html.gz: src/content/en/blog/2021/01/26/remembering-ann.html +src/content/en/blog/2021/02/17/fallible.html.gz: src/content/en/blog/2021/02/17/fallible.html +src/content/en/blog/2021/04/29/relational-review.html.gz: src/content/en/blog/2021/04/29/relational-review.html +src/content/en/pastebins/2016/04/05/rpn.html.gz: src/content/en/pastebins/2016/04/05/rpn.html +src/content/en/pastebins/2018/07/11/nix-pinning.html.gz: src/content/en/pastebins/2018/07/11/nix-pinning.html +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.html.gz: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.html +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.html.gz: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.html +src/content/en/pastebins/2018/07/13/guixbuilder.html.gz: src/content/en/pastebins/2018/07/13/guixbuilder.html +src/content/en/pastebins/2018/07/13/nix-strpad.html.gz: src/content/en/pastebins/2018/07/13/nix-strpad.html +src/content/en/pastebins/2018/07/25/nix-exps.html.gz: src/content/en/pastebins/2018/07/25/nix-exps.html +src/content/en/pastebins/2018/07/25/nix-showdrv.html.gz: src/content/en/pastebins/2018/07/25/nix-showdrv.html +src/content/en/pastebins/2019/06/08/inconsistent-hash.html.gz: src/content/en/pastebins/2019/06/08/inconsistent-hash.html +src/content/en/pastebins/2019/12/29/raku-tuple-type.html.gz: src/content/en/pastebins/2019/12/29/raku-tuple-type.html +src/content/en/pastebins/2020/01/04/guix-import-failure.html.gz: src/content/en/pastebins/2020/01/04/guix-import-failure.html +src/content/en/pastebins/2020/02/14/guix-shebang.html.gz: src/content/en/pastebins/2020/02/14/guix-shebang.html +src/content/en/pastebins/2020/11/27/guix-build-local.html.gz: src/content/en/pastebins/2020/11/27/guix-build-local.html +src/content/en/pastebins/2020/12/15/guix-pack-fail.html.gz: src/content/en/pastebins/2020/12/15/guix-pack-fail.html +src/content/en/pastebins/2021/04/03/naive-slugify-js.html.gz: src/content/en/pastebins/2021/04/03/naive-slugify-js.html +src/content/en/pastebins/2021/06/08/reading-session-pt1.html.gz: src/content/en/pastebins/2021/06/08/reading-session-pt1.html +src/content/en/pastebins/2021/06/22/curl-wget.html.gz: src/content/en/pastebins/2021/06/22/curl-wget.html +src/content/en/pastebins/2021/08/11/h1-spacing.html.gz: src/content/en/pastebins/2021/08/11/h1-spacing.html +src/content/en/pastebins/2021/09/02/sicp-3-19.html.gz: src/content/en/pastebins/2021/09/02/sicp-3-19.html +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.html.gz: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.html +src/content/en/pastebins/2022/07/14/git-cleanup.html.gz: src/content/en/pastebins/2022/07/14/git-cleanup.html +src/content/en/pastebins/2023/07/22/funcallable-amop.html.gz: src/content/en/pastebins/2023/07/22/funcallable-amop.html +src/content/en/podcasts/2020/12/19/test-entry.html.gz: src/content/en/podcasts/2020/12/19/test-entry.html +src/content/en/screencasts/2021/02/07/autoqemu.html.gz: src/content/en/screencasts/2021/02/07/autoqemu.html +src/content/en/tils/2020/08/12/filename-timestamp.html.gz: src/content/en/tils/2020/08/12/filename-timestamp.html +src/content/en/tils/2020/08/13/code-jekyll.html.gz: src/content/en/tils/2020/08/13/code-jekyll.html +src/content/en/tils/2020/08/14/browse-git.html.gz: src/content/en/tils/2020/08/14/browse-git.html +src/content/en/tils/2020/08/16/git-search.html.gz: src/content/en/tils/2020/08/16/git-search.html +src/content/en/tils/2020/08/28/grep-online.html.gz: src/content/en/tils/2020/08/28/grep-online.html +src/content/en/tils/2020/09/04/cli-email-fun-profit.html.gz: src/content/en/tils/2020/09/04/cli-email-fun-profit.html +src/content/en/tils/2020/09/05/oldschool-pr.html.gz: src/content/en/tils/2020/09/05/oldschool-pr.html +src/content/en/tils/2020/10/11/search-git-history.html.gz: src/content/en/tils/2020/10/11/search-git-history.html +src/content/en/tils/2020/11/08/find-broken-symlink.html.gz: src/content/en/tils/2020/11/08/find-broken-symlink.html +src/content/en/tils/2020/11/12/diy-nix-bash-ci.html.gz: src/content/en/tils/2020/11/12/diy-nix-bash-ci.html +src/content/en/tils/2020/11/12/git-bisect-automation.html.gz: src/content/en/tils/2020/11/12/git-bisect-automation.html +src/content/en/tils/2020/11/12/useful-bashvars.html.gz: src/content/en/tils/2020/11/12/useful-bashvars.html +src/content/en/tils/2020/11/14/gpodder-media.html.gz: src/content/en/tils/2020/11/14/gpodder-media.html +src/content/en/tils/2020/11/30/git-notes-ci.html.gz: src/content/en/tils/2020/11/30/git-notes-ci.html +src/content/en/tils/2020/12/15/shellcheck-repo.html.gz: src/content/en/tils/2020/12/15/shellcheck-repo.html +src/content/en/tils/2020/12/29/svg.html.gz: src/content/en/tils/2020/12/29/svg.html +src/content/en/tils/2021/01/12/curl-awk-emails.html.gz: src/content/en/tils/2021/01/12/curl-awk-emails.html +src/content/en/tils/2021/01/17/posix-shebang.html.gz: src/content/en/tils/2021/01/17/posix-shebang.html +src/content/en/tils/2021/04/24/cl-generic-precedence.html.gz: src/content/en/tils/2021/04/24/cl-generic-precedence.html +src/content/en/tils/2021/04/24/clojure-autocurry.html.gz: src/content/en/tils/2021/04/24/clojure-autocurry.html +src/content/en/tils/2021/04/24/scm-nif.html.gz: src/content/en/tils/2021/04/24/scm-nif.html +src/content/en/tils/2021/07/23/git-tls-gpg.html.gz: src/content/en/tils/2021/07/23/git-tls-gpg.html +src/content/en/tils/2021/08/11/js-bigint-reviver.html.gz: src/content/en/tils/2021/08/11/js-bigint-reviver.html +src/content/en/blog/index.html.gz: src/content/en/blog/index.html +src/content/en/pastebins/index.html.gz: src/content/en/pastebins/index.html +src/content/en/podcasts/index.html.gz: src/content/en/podcasts/index.html +src/content/en/screencasts/index.html.gz: src/content/en/screencasts/index.html +src/content/en/tils/index.html.gz: src/content/en/tils/index.html +src/content/en/blog/categories.html.gz: src/content/en/blog/categories.html +src/content/en/pastebins/categories.html.gz: src/content/en/pastebins/categories.html +src/content/en/podcasts/categories.html.gz: src/content/en/podcasts/categories.html +src/content/en/screencasts/categories.html.gz: src/content/en/screencasts/categories.html +src/content/en/tils/categories.html.gz: src/content/en/tils/categories.html +src/content/en/about.snippets.gz: src/content/en/about.snippets +src/content/en/index.snippets.gz: src/content/en/index.snippets +src/content/en/blog/2018/07/17/guix-nixos.snippets.gz: src/content/en/blog/2018/07/17/guix-nixos.snippets +src/content/en/blog/2018/08/01/npm-ci-reproducibility.snippets.gz: src/content/en/blog/2018/08/01/npm-ci-reproducibility.snippets +src/content/en/blog/2018/12/21/ytdl-subs.snippets.gz: src/content/en/blog/2018/12/21/ytdl-subs.snippets +src/content/en/blog/2019/06/02/nixos-stateless-workstation.snippets.gz: src/content/en/blog/2019/06/02/nixos-stateless-workstation.snippets +src/content/en/blog/2020/08/10/guix-srht.snippets.gz: src/content/en/blog/2020/08/10/guix-srht.snippets +src/content/en/blog/2020/08/31/database-i-wish-i-had.snippets.gz: src/content/en/blog/2020/08/31/database-i-wish-i-had.snippets +src/content/en/blog/2020/10/05/cargo2nix.snippets.gz: src/content/en/blog/2020/10/05/cargo2nix.snippets +src/content/en/blog/2020/10/05/swift2nix.snippets.gz: src/content/en/blog/2020/10/05/swift2nix.snippets +src/content/en/blog/2020/10/19/feature-flags.snippets.gz: src/content/en/blog/2020/10/19/feature-flags.snippets +src/content/en/blog/2020/10/20/wrong-interviewing.snippets.gz: src/content/en/blog/2020/10/20/wrong-interviewing.snippets +src/content/en/blog/2020/11/07/diy-bugs.snippets.gz: src/content/en/blog/2020/11/07/diy-bugs.snippets +src/content/en/blog/2020/11/08/paradigm-shift-review.snippets.gz: src/content/en/blog/2020/11/08/paradigm-shift-review.snippets +src/content/en/blog/2020/11/12/database-parsers-trees.snippets.gz: src/content/en/blog/2020/11/12/database-parsers-trees.snippets +src/content/en/blog/2020/11/14/local-first-review.snippets.gz: src/content/en/blog/2020/11/14/local-first-review.snippets +src/content/en/blog/2021/01/26/remembering-ann.snippets.gz: src/content/en/blog/2021/01/26/remembering-ann.snippets +src/content/en/blog/2021/02/17/fallible.snippets.gz: src/content/en/blog/2021/02/17/fallible.snippets +src/content/en/blog/2021/04/29/relational-review.snippets.gz: src/content/en/blog/2021/04/29/relational-review.snippets +src/content/en/pastebins/2016/04/05/rpn.snippets.gz: src/content/en/pastebins/2016/04/05/rpn.snippets +src/content/en/pastebins/2018/07/11/nix-pinning.snippets.gz: src/content/en/pastebins/2018/07/11/nix-pinning.snippets +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.snippets.gz: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.snippets +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.snippets.gz: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.snippets +src/content/en/pastebins/2018/07/13/guixbuilder.snippets.gz: src/content/en/pastebins/2018/07/13/guixbuilder.snippets +src/content/en/pastebins/2018/07/13/nix-strpad.snippets.gz: src/content/en/pastebins/2018/07/13/nix-strpad.snippets +src/content/en/pastebins/2018/07/25/nix-exps.snippets.gz: src/content/en/pastebins/2018/07/25/nix-exps.snippets +src/content/en/pastebins/2018/07/25/nix-showdrv.snippets.gz: src/content/en/pastebins/2018/07/25/nix-showdrv.snippets +src/content/en/pastebins/2019/06/08/inconsistent-hash.snippets.gz: src/content/en/pastebins/2019/06/08/inconsistent-hash.snippets +src/content/en/pastebins/2019/12/29/raku-tuple-type.snippets.gz: src/content/en/pastebins/2019/12/29/raku-tuple-type.snippets +src/content/en/pastebins/2020/01/04/guix-import-failure.snippets.gz: src/content/en/pastebins/2020/01/04/guix-import-failure.snippets +src/content/en/pastebins/2020/02/14/guix-shebang.snippets.gz: src/content/en/pastebins/2020/02/14/guix-shebang.snippets +src/content/en/pastebins/2020/11/27/guix-build-local.snippets.gz: src/content/en/pastebins/2020/11/27/guix-build-local.snippets +src/content/en/pastebins/2020/12/15/guix-pack-fail.snippets.gz: src/content/en/pastebins/2020/12/15/guix-pack-fail.snippets +src/content/en/pastebins/2021/04/03/naive-slugify-js.snippets.gz: src/content/en/pastebins/2021/04/03/naive-slugify-js.snippets +src/content/en/pastebins/2021/06/08/reading-session-pt1.snippets.gz: src/content/en/pastebins/2021/06/08/reading-session-pt1.snippets +src/content/en/pastebins/2021/06/22/curl-wget.snippets.gz: src/content/en/pastebins/2021/06/22/curl-wget.snippets +src/content/en/pastebins/2021/08/11/h1-spacing.snippets.gz: src/content/en/pastebins/2021/08/11/h1-spacing.snippets +src/content/en/pastebins/2021/09/02/sicp-3-19.snippets.gz: src/content/en/pastebins/2021/09/02/sicp-3-19.snippets +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.snippets.gz: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.snippets +src/content/en/pastebins/2022/07/14/git-cleanup.snippets.gz: src/content/en/pastebins/2022/07/14/git-cleanup.snippets +src/content/en/pastebins/2023/07/22/funcallable-amop.snippets.gz: src/content/en/pastebins/2023/07/22/funcallable-amop.snippets +src/content/en/podcasts/2020/12/19/test-entry.snippets.gz: src/content/en/podcasts/2020/12/19/test-entry.snippets +src/content/en/screencasts/2021/02/07/autoqemu.snippets.gz: src/content/en/screencasts/2021/02/07/autoqemu.snippets +src/content/en/tils/2020/08/12/filename-timestamp.snippets.gz: src/content/en/tils/2020/08/12/filename-timestamp.snippets +src/content/en/tils/2020/08/13/code-jekyll.snippets.gz: src/content/en/tils/2020/08/13/code-jekyll.snippets +src/content/en/tils/2020/08/14/browse-git.snippets.gz: src/content/en/tils/2020/08/14/browse-git.snippets +src/content/en/tils/2020/08/16/git-search.snippets.gz: src/content/en/tils/2020/08/16/git-search.snippets +src/content/en/tils/2020/08/28/grep-online.snippets.gz: src/content/en/tils/2020/08/28/grep-online.snippets +src/content/en/tils/2020/09/04/cli-email-fun-profit.snippets.gz: src/content/en/tils/2020/09/04/cli-email-fun-profit.snippets +src/content/en/tils/2020/09/05/oldschool-pr.snippets.gz: src/content/en/tils/2020/09/05/oldschool-pr.snippets +src/content/en/tils/2020/10/11/search-git-history.snippets.gz: src/content/en/tils/2020/10/11/search-git-history.snippets +src/content/en/tils/2020/11/08/find-broken-symlink.snippets.gz: src/content/en/tils/2020/11/08/find-broken-symlink.snippets +src/content/en/tils/2020/11/12/diy-nix-bash-ci.snippets.gz: src/content/en/tils/2020/11/12/diy-nix-bash-ci.snippets +src/content/en/tils/2020/11/12/git-bisect-automation.snippets.gz: src/content/en/tils/2020/11/12/git-bisect-automation.snippets +src/content/en/tils/2020/11/12/useful-bashvars.snippets.gz: src/content/en/tils/2020/11/12/useful-bashvars.snippets +src/content/en/tils/2020/11/14/gpodder-media.snippets.gz: src/content/en/tils/2020/11/14/gpodder-media.snippets +src/content/en/tils/2020/11/30/git-notes-ci.snippets.gz: src/content/en/tils/2020/11/30/git-notes-ci.snippets +src/content/en/tils/2020/12/15/shellcheck-repo.snippets.gz: src/content/en/tils/2020/12/15/shellcheck-repo.snippets +src/content/en/tils/2020/12/29/svg.snippets.gz: src/content/en/tils/2020/12/29/svg.snippets +src/content/en/tils/2021/01/12/curl-awk-emails.snippets.gz: src/content/en/tils/2021/01/12/curl-awk-emails.snippets +src/content/en/tils/2021/01/17/posix-shebang.snippets.gz: src/content/en/tils/2021/01/17/posix-shebang.snippets +src/content/en/tils/2021/04/24/cl-generic-precedence.snippets.gz: src/content/en/tils/2021/04/24/cl-generic-precedence.snippets +src/content/en/tils/2021/04/24/clojure-autocurry.snippets.gz: src/content/en/tils/2021/04/24/clojure-autocurry.snippets +src/content/en/tils/2021/04/24/scm-nif.snippets.gz: src/content/en/tils/2021/04/24/scm-nif.snippets +src/content/en/tils/2021/07/23/git-tls-gpg.snippets.gz: src/content/en/tils/2021/07/23/git-tls-gpg.snippets +src/content/en/tils/2021/08/11/js-bigint-reviver.snippets.gz: src/content/en/tils/2021/08/11/js-bigint-reviver.snippets +src/content/en/blog/index.snippets.gz: src/content/en/blog/index.snippets +src/content/en/pastebins/index.snippets.gz: src/content/en/pastebins/index.snippets +src/content/en/podcasts/index.snippets.gz: src/content/en/podcasts/index.snippets +src/content/en/screencasts/index.snippets.gz: src/content/en/screencasts/index.snippets +src/content/en/tils/index.snippets.gz: src/content/en/tils/index.snippets +src/content/en/blog/categories.snippets.gz: src/content/en/blog/categories.snippets +src/content/en/pastebins/categories.snippets.gz: src/content/en/pastebins/categories.snippets +src/content/en/podcasts/categories.snippets.gz: src/content/en/podcasts/categories.snippets +src/content/en/screencasts/categories.snippets.gz: src/content/en/screencasts/categories.snippets +src/content/en/tils/categories.snippets.gz: src/content/en/tils/categories.snippets +src/content/en/blog/categories.xml.gz: src/content/en/blog/categories.xml +src/content/en/pastebins/categories.xml.gz: src/content/en/pastebins/categories.xml +src/content/en/podcasts/categories.xml.gz: src/content/en/podcasts/categories.xml +src/content/en/screencasts/categories.xml.gz: src/content/en/screencasts/categories.xml +src/content/en/tils/categories.xml.gz: src/content/en/tils/categories.xml +src/content/en/blog/feed.xml.gz: src/content/en/blog/feed.xml +src/content/en/pastebins/feed.xml.gz: src/content/en/pastebins/feed.xml +src/content/en/podcasts/feed.xml.gz: src/content/en/podcasts/feed.xml +src/content/en/screencasts/feed.xml.gz: src/content/en/screencasts/feed.xml +src/content/en/tils/feed.xml.gz: src/content/en/tils/feed.xml -src/content/about.htmlbody src/content/about.snippets src/content/about.conf: src/content/about.adoc -src/content/index.htmlbody src/content/index.snippets src/content/index.conf: src/content/index.adoc -src/content/blog/2018/07/17/guix-nixos.htmlbody src/content/blog/2018/07/17/guix-nixos.snippets src/content/blog/2018/07/17/guix-nixos.conf: src/content/blog/2018/07/17/guix-nixos.adoc -src/content/blog/2018/08/01/npm-ci-reproducibility.htmlbody src/content/blog/2018/08/01/npm-ci-reproducibility.snippets src/content/blog/2018/08/01/npm-ci-reproducibility.conf: src/content/blog/2018/08/01/npm-ci-reproducibility.adoc -src/content/blog/2018/12/21/ytdl-subs.htmlbody src/content/blog/2018/12/21/ytdl-subs.snippets src/content/blog/2018/12/21/ytdl-subs.conf: src/content/blog/2018/12/21/ytdl-subs.adoc -src/content/blog/2019/06/02/nixos-stateless-workstation.htmlbody src/content/blog/2019/06/02/nixos-stateless-workstation.snippets src/content/blog/2019/06/02/nixos-stateless-workstation.conf: src/content/blog/2019/06/02/nixos-stateless-workstation.adoc -src/content/blog/2020/08/10/guix-srht.htmlbody src/content/blog/2020/08/10/guix-srht.snippets src/content/blog/2020/08/10/guix-srht.conf: src/content/blog/2020/08/10/guix-srht.adoc -src/content/blog/2020/08/31/database-i-wish-i-had.htmlbody src/content/blog/2020/08/31/database-i-wish-i-had.snippets src/content/blog/2020/08/31/database-i-wish-i-had.conf: src/content/blog/2020/08/31/database-i-wish-i-had.adoc -src/content/blog/2020/10/05/cargo2nix.htmlbody src/content/blog/2020/10/05/cargo2nix.snippets src/content/blog/2020/10/05/cargo2nix.conf: src/content/blog/2020/10/05/cargo2nix.adoc -src/content/blog/2020/10/05/swift2nix.htmlbody src/content/blog/2020/10/05/swift2nix.snippets src/content/blog/2020/10/05/swift2nix.conf: src/content/blog/2020/10/05/swift2nix.adoc -src/content/blog/2020/10/19/feature-flags.htmlbody src/content/blog/2020/10/19/feature-flags.snippets src/content/blog/2020/10/19/feature-flags.conf: src/content/blog/2020/10/19/feature-flags.adoc -src/content/blog/2020/10/20/wrong-interviewing.htmlbody src/content/blog/2020/10/20/wrong-interviewing.snippets src/content/blog/2020/10/20/wrong-interviewing.conf: src/content/blog/2020/10/20/wrong-interviewing.adoc -src/content/blog/2020/11/07/diy-bugs.htmlbody src/content/blog/2020/11/07/diy-bugs.snippets src/content/blog/2020/11/07/diy-bugs.conf: src/content/blog/2020/11/07/diy-bugs.adoc -src/content/blog/2020/11/08/paradigm-shift-review.htmlbody src/content/blog/2020/11/08/paradigm-shift-review.snippets src/content/blog/2020/11/08/paradigm-shift-review.conf: src/content/blog/2020/11/08/paradigm-shift-review.adoc -src/content/blog/2020/11/12/database-parsers-trees.htmlbody src/content/blog/2020/11/12/database-parsers-trees.snippets src/content/blog/2020/11/12/database-parsers-trees.conf: src/content/blog/2020/11/12/database-parsers-trees.adoc -src/content/blog/2020/11/14/local-first-review.htmlbody src/content/blog/2020/11/14/local-first-review.snippets src/content/blog/2020/11/14/local-first-review.conf: src/content/blog/2020/11/14/local-first-review.adoc -src/content/blog/2021/01/26/remembering-ann.htmlbody src/content/blog/2021/01/26/remembering-ann.snippets src/content/blog/2021/01/26/remembering-ann.conf: src/content/blog/2021/01/26/remembering-ann.adoc -src/content/blog/2021/02/17/fallible.htmlbody src/content/blog/2021/02/17/fallible.snippets src/content/blog/2021/02/17/fallible.conf: src/content/blog/2021/02/17/fallible.adoc -src/content/blog/2021/04/29/relational-review.htmlbody src/content/blog/2021/04/29/relational-review.snippets src/content/blog/2021/04/29/relational-review.conf: src/content/blog/2021/04/29/relational-review.adoc -src/content/pastebins/2016/04/05/rpn.htmlbody src/content/pastebins/2016/04/05/rpn.snippets src/content/pastebins/2016/04/05/rpn.conf: src/content/pastebins/2016/04/05/rpn.adoc -src/content/pastebins/2018/07/11/nix-pinning.htmlbody src/content/pastebins/2018/07/11/nix-pinning.snippets src/content/pastebins/2018/07/11/nix-pinning.conf: src/content/pastebins/2018/07/11/nix-pinning.adoc -src/content/pastebins/2018/07/13/guix-nixos-systemd.htmlbody src/content/pastebins/2018/07/13/guix-nixos-systemd.snippets src/content/pastebins/2018/07/13/guix-nixos-systemd.conf: src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc -src/content/pastebins/2018/07/13/guixbuilder-nixos.htmlbody src/content/pastebins/2018/07/13/guixbuilder-nixos.snippets src/content/pastebins/2018/07/13/guixbuilder-nixos.conf: src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc -src/content/pastebins/2018/07/13/guixbuilder.htmlbody src/content/pastebins/2018/07/13/guixbuilder.snippets src/content/pastebins/2018/07/13/guixbuilder.conf: src/content/pastebins/2018/07/13/guixbuilder.adoc -src/content/pastebins/2018/07/13/nix-strpad.htmlbody src/content/pastebins/2018/07/13/nix-strpad.snippets src/content/pastebins/2018/07/13/nix-strpad.conf: src/content/pastebins/2018/07/13/nix-strpad.adoc -src/content/pastebins/2018/07/25/nix-exps.htmlbody src/content/pastebins/2018/07/25/nix-exps.snippets src/content/pastebins/2018/07/25/nix-exps.conf: src/content/pastebins/2018/07/25/nix-exps.adoc -src/content/pastebins/2018/07/25/nix-showdrv.htmlbody src/content/pastebins/2018/07/25/nix-showdrv.snippets src/content/pastebins/2018/07/25/nix-showdrv.conf: src/content/pastebins/2018/07/25/nix-showdrv.adoc -src/content/pastebins/2019/06/08/inconsistent-hash.htmlbody src/content/pastebins/2019/06/08/inconsistent-hash.snippets src/content/pastebins/2019/06/08/inconsistent-hash.conf: src/content/pastebins/2019/06/08/inconsistent-hash.adoc -src/content/pastebins/2019/12/29/raku-tuple-type.htmlbody src/content/pastebins/2019/12/29/raku-tuple-type.snippets src/content/pastebins/2019/12/29/raku-tuple-type.conf: src/content/pastebins/2019/12/29/raku-tuple-type.adoc -src/content/pastebins/2020/01/04/guix-import-failure.htmlbody src/content/pastebins/2020/01/04/guix-import-failure.snippets src/content/pastebins/2020/01/04/guix-import-failure.conf: src/content/pastebins/2020/01/04/guix-import-failure.adoc -src/content/pastebins/2020/02/14/guix-shebang.htmlbody src/content/pastebins/2020/02/14/guix-shebang.snippets src/content/pastebins/2020/02/14/guix-shebang.conf: src/content/pastebins/2020/02/14/guix-shebang.adoc -src/content/pastebins/2020/11/27/guix-build-local.htmlbody src/content/pastebins/2020/11/27/guix-build-local.snippets src/content/pastebins/2020/11/27/guix-build-local.conf: src/content/pastebins/2020/11/27/guix-build-local.adoc -src/content/pastebins/2020/12/15/guix-pack-fail.htmlbody src/content/pastebins/2020/12/15/guix-pack-fail.snippets src/content/pastebins/2020/12/15/guix-pack-fail.conf: src/content/pastebins/2020/12/15/guix-pack-fail.adoc -src/content/pastebins/2021/04/03/naive-slugify-js.htmlbody src/content/pastebins/2021/04/03/naive-slugify-js.snippets src/content/pastebins/2021/04/03/naive-slugify-js.conf: src/content/pastebins/2021/04/03/naive-slugify-js.adoc -src/content/pastebins/2021/06/08/reading-session-pt1.htmlbody src/content/pastebins/2021/06/08/reading-session-pt1.snippets src/content/pastebins/2021/06/08/reading-session-pt1.conf: src/content/pastebins/2021/06/08/reading-session-pt1.adoc -src/content/pastebins/2021/06/22/curl-wget.htmlbody src/content/pastebins/2021/06/22/curl-wget.snippets src/content/pastebins/2021/06/22/curl-wget.conf: src/content/pastebins/2021/06/22/curl-wget.adoc -src/content/pastebins/2021/08/11/h1-spacing.htmlbody src/content/pastebins/2021/08/11/h1-spacing.snippets src/content/pastebins/2021/08/11/h1-spacing.conf: src/content/pastebins/2021/08/11/h1-spacing.adoc -src/content/pastebins/2021/09/02/sicp-3-19.htmlbody src/content/pastebins/2021/09/02/sicp-3-19.snippets src/content/pastebins/2021/09/02/sicp-3-19.conf: src/content/pastebins/2021/09/02/sicp-3-19.adoc -src/content/pastebins/2021/09/03/sicp-persistent-queue.htmlbody src/content/pastebins/2021/09/03/sicp-persistent-queue.snippets src/content/pastebins/2021/09/03/sicp-persistent-queue.conf: src/content/pastebins/2021/09/03/sicp-persistent-queue.adoc -src/content/pastebins/2022/07/14/git-cleanup.htmlbody src/content/pastebins/2022/07/14/git-cleanup.snippets src/content/pastebins/2022/07/14/git-cleanup.conf: src/content/pastebins/2022/07/14/git-cleanup.adoc -src/content/pastebins/2023/07/22/funcallable-amop.htmlbody src/content/pastebins/2023/07/22/funcallable-amop.snippets src/content/pastebins/2023/07/22/funcallable-amop.conf: src/content/pastebins/2023/07/22/funcallable-amop.adoc -src/content/podcasts/2020/12/19/test-entry.htmlbody src/content/podcasts/2020/12/19/test-entry.snippets src/content/podcasts/2020/12/19/test-entry.conf: src/content/podcasts/2020/12/19/test-entry.adoc -src/content/screencasts/2021/02/07/autoqemu.htmlbody src/content/screencasts/2021/02/07/autoqemu.snippets src/content/screencasts/2021/02/07/autoqemu.conf: src/content/screencasts/2021/02/07/autoqemu.adoc -src/content/tils/2020/08/12/filename-timestamp.htmlbody src/content/tils/2020/08/12/filename-timestamp.snippets src/content/tils/2020/08/12/filename-timestamp.conf: src/content/tils/2020/08/12/filename-timestamp.adoc -src/content/tils/2020/08/13/code-jekyll.htmlbody src/content/tils/2020/08/13/code-jekyll.snippets src/content/tils/2020/08/13/code-jekyll.conf: src/content/tils/2020/08/13/code-jekyll.adoc -src/content/tils/2020/08/14/browse-git.htmlbody src/content/tils/2020/08/14/browse-git.snippets src/content/tils/2020/08/14/browse-git.conf: src/content/tils/2020/08/14/browse-git.adoc -src/content/tils/2020/08/16/git-search.htmlbody src/content/tils/2020/08/16/git-search.snippets src/content/tils/2020/08/16/git-search.conf: src/content/tils/2020/08/16/git-search.adoc -src/content/tils/2020/08/28/grep-online.htmlbody src/content/tils/2020/08/28/grep-online.snippets src/content/tils/2020/08/28/grep-online.conf: src/content/tils/2020/08/28/grep-online.adoc -src/content/tils/2020/09/04/cli-email-fun-profit.htmlbody src/content/tils/2020/09/04/cli-email-fun-profit.snippets src/content/tils/2020/09/04/cli-email-fun-profit.conf: src/content/tils/2020/09/04/cli-email-fun-profit.adoc -src/content/tils/2020/09/05/oldschool-pr.htmlbody src/content/tils/2020/09/05/oldschool-pr.snippets src/content/tils/2020/09/05/oldschool-pr.conf: src/content/tils/2020/09/05/oldschool-pr.adoc -src/content/tils/2020/10/11/search-git-history.htmlbody src/content/tils/2020/10/11/search-git-history.snippets src/content/tils/2020/10/11/search-git-history.conf: src/content/tils/2020/10/11/search-git-history.adoc -src/content/tils/2020/11/08/find-broken-symlink.htmlbody src/content/tils/2020/11/08/find-broken-symlink.snippets src/content/tils/2020/11/08/find-broken-symlink.conf: src/content/tils/2020/11/08/find-broken-symlink.adoc -src/content/tils/2020/11/12/diy-nix-bash-ci.htmlbody src/content/tils/2020/11/12/diy-nix-bash-ci.snippets src/content/tils/2020/11/12/diy-nix-bash-ci.conf: src/content/tils/2020/11/12/diy-nix-bash-ci.adoc -src/content/tils/2020/11/12/git-bisect-automation.htmlbody src/content/tils/2020/11/12/git-bisect-automation.snippets src/content/tils/2020/11/12/git-bisect-automation.conf: src/content/tils/2020/11/12/git-bisect-automation.adoc -src/content/tils/2020/11/12/useful-bashvars.htmlbody src/content/tils/2020/11/12/useful-bashvars.snippets src/content/tils/2020/11/12/useful-bashvars.conf: src/content/tils/2020/11/12/useful-bashvars.adoc -src/content/tils/2020/11/14/gpodder-media.htmlbody src/content/tils/2020/11/14/gpodder-media.snippets src/content/tils/2020/11/14/gpodder-media.conf: src/content/tils/2020/11/14/gpodder-media.adoc -src/content/tils/2020/11/30/git-notes-ci.htmlbody src/content/tils/2020/11/30/git-notes-ci.snippets src/content/tils/2020/11/30/git-notes-ci.conf: src/content/tils/2020/11/30/git-notes-ci.adoc -src/content/tils/2020/12/15/shellcheck-repo.htmlbody src/content/tils/2020/12/15/shellcheck-repo.snippets src/content/tils/2020/12/15/shellcheck-repo.conf: src/content/tils/2020/12/15/shellcheck-repo.adoc -src/content/tils/2020/12/29/svg.htmlbody src/content/tils/2020/12/29/svg.snippets src/content/tils/2020/12/29/svg.conf: src/content/tils/2020/12/29/svg.adoc -src/content/tils/2021/01/12/curl-awk-emails.htmlbody src/content/tils/2021/01/12/curl-awk-emails.snippets src/content/tils/2021/01/12/curl-awk-emails.conf: src/content/tils/2021/01/12/curl-awk-emails.adoc -src/content/tils/2021/01/17/posix-shebang.htmlbody src/content/tils/2021/01/17/posix-shebang.snippets src/content/tils/2021/01/17/posix-shebang.conf: src/content/tils/2021/01/17/posix-shebang.adoc -src/content/tils/2021/04/24/cl-generic-precedence.htmlbody src/content/tils/2021/04/24/cl-generic-precedence.snippets src/content/tils/2021/04/24/cl-generic-precedence.conf: src/content/tils/2021/04/24/cl-generic-precedence.adoc -src/content/tils/2021/04/24/clojure-autocurry.htmlbody src/content/tils/2021/04/24/clojure-autocurry.snippets src/content/tils/2021/04/24/clojure-autocurry.conf: src/content/tils/2021/04/24/clojure-autocurry.adoc -src/content/tils/2021/04/24/scm-nif.htmlbody src/content/tils/2021/04/24/scm-nif.snippets src/content/tils/2021/04/24/scm-nif.conf: src/content/tils/2021/04/24/scm-nif.adoc -src/content/tils/2021/07/23/git-tls-gpg.htmlbody src/content/tils/2021/07/23/git-tls-gpg.snippets src/content/tils/2021/07/23/git-tls-gpg.conf: src/content/tils/2021/07/23/git-tls-gpg.adoc -src/content/tils/2021/08/11/js-bigint-reviver.htmlbody src/content/tils/2021/08/11/js-bigint-reviver.snippets src/content/tils/2021/08/11/js-bigint-reviver.conf: src/content/tils/2021/08/11/js-bigint-reviver.adoc -src/content/blog/index.htmlbody src/content/blog/index.snippets src/content/blog/index.conf: src/content/blog/index.adoc -src/content/pastebins/index.htmlbody src/content/pastebins/index.snippets src/content/pastebins/index.conf: src/content/pastebins/index.adoc -src/content/podcasts/index.htmlbody src/content/podcasts/index.snippets src/content/podcasts/index.conf: src/content/podcasts/index.adoc -src/content/screencasts/index.htmlbody src/content/screencasts/index.snippets src/content/screencasts/index.conf: src/content/screencasts/index.adoc -src/content/tils/index.htmlbody src/content/tils/index.snippets src/content/tils/index.conf: src/content/tils/index.adoc -src/content/blog/categories.htmlbody src/content/blog/categories.snippets src/content/blog/categories.conf: src/content/blog/categories.adoc -src/content/pastebins/categories.htmlbody src/content/pastebins/categories.snippets src/content/pastebins/categories.conf: src/content/pastebins/categories.adoc -src/content/podcasts/categories.htmlbody src/content/podcasts/categories.snippets src/content/podcasts/categories.conf: src/content/podcasts/categories.adoc -src/content/screencasts/categories.htmlbody src/content/screencasts/categories.snippets src/content/screencasts/categories.conf: src/content/screencasts/categories.adoc -src/content/tils/categories.htmlbody src/content/tils/categories.snippets src/content/tils/categories.conf: src/content/tils/categories.adoc -src/content/about.html: src/content/about.conf src/content/about.htmlbody -src/content/index.html: src/content/index.conf src/content/index.htmlbody -src/content/blog/2018/07/17/guix-nixos.html: src/content/blog/2018/07/17/guix-nixos.conf src/content/blog/2018/07/17/guix-nixos.htmlbody -src/content/blog/2018/08/01/npm-ci-reproducibility.html: src/content/blog/2018/08/01/npm-ci-reproducibility.conf src/content/blog/2018/08/01/npm-ci-reproducibility.htmlbody -src/content/blog/2018/12/21/ytdl-subs.html: src/content/blog/2018/12/21/ytdl-subs.conf src/content/blog/2018/12/21/ytdl-subs.htmlbody -src/content/blog/2019/06/02/nixos-stateless-workstation.html: src/content/blog/2019/06/02/nixos-stateless-workstation.conf src/content/blog/2019/06/02/nixos-stateless-workstation.htmlbody -src/content/blog/2020/08/10/guix-srht.html: src/content/blog/2020/08/10/guix-srht.conf src/content/blog/2020/08/10/guix-srht.htmlbody -src/content/blog/2020/08/31/database-i-wish-i-had.html: src/content/blog/2020/08/31/database-i-wish-i-had.conf src/content/blog/2020/08/31/database-i-wish-i-had.htmlbody -src/content/blog/2020/10/05/cargo2nix.html: src/content/blog/2020/10/05/cargo2nix.conf src/content/blog/2020/10/05/cargo2nix.htmlbody -src/content/blog/2020/10/05/swift2nix.html: src/content/blog/2020/10/05/swift2nix.conf src/content/blog/2020/10/05/swift2nix.htmlbody -src/content/blog/2020/10/19/feature-flags.html: src/content/blog/2020/10/19/feature-flags.conf src/content/blog/2020/10/19/feature-flags.htmlbody -src/content/blog/2020/10/20/wrong-interviewing.html: src/content/blog/2020/10/20/wrong-interviewing.conf src/content/blog/2020/10/20/wrong-interviewing.htmlbody -src/content/blog/2020/11/07/diy-bugs.html: src/content/blog/2020/11/07/diy-bugs.conf src/content/blog/2020/11/07/diy-bugs.htmlbody -src/content/blog/2020/11/08/paradigm-shift-review.html: src/content/blog/2020/11/08/paradigm-shift-review.conf src/content/blog/2020/11/08/paradigm-shift-review.htmlbody -src/content/blog/2020/11/12/database-parsers-trees.html: src/content/blog/2020/11/12/database-parsers-trees.conf src/content/blog/2020/11/12/database-parsers-trees.htmlbody -src/content/blog/2020/11/14/local-first-review.html: src/content/blog/2020/11/14/local-first-review.conf src/content/blog/2020/11/14/local-first-review.htmlbody -src/content/blog/2021/01/26/remembering-ann.html: src/content/blog/2021/01/26/remembering-ann.conf src/content/blog/2021/01/26/remembering-ann.htmlbody -src/content/blog/2021/02/17/fallible.html: src/content/blog/2021/02/17/fallible.conf src/content/blog/2021/02/17/fallible.htmlbody -src/content/blog/2021/04/29/relational-review.html: src/content/blog/2021/04/29/relational-review.conf src/content/blog/2021/04/29/relational-review.htmlbody -src/content/pastebins/2016/04/05/rpn.html: src/content/pastebins/2016/04/05/rpn.conf src/content/pastebins/2016/04/05/rpn.htmlbody -src/content/pastebins/2018/07/11/nix-pinning.html: src/content/pastebins/2018/07/11/nix-pinning.conf src/content/pastebins/2018/07/11/nix-pinning.htmlbody -src/content/pastebins/2018/07/13/guix-nixos-systemd.html: src/content/pastebins/2018/07/13/guix-nixos-systemd.conf src/content/pastebins/2018/07/13/guix-nixos-systemd.htmlbody -src/content/pastebins/2018/07/13/guixbuilder-nixos.html: src/content/pastebins/2018/07/13/guixbuilder-nixos.conf src/content/pastebins/2018/07/13/guixbuilder-nixos.htmlbody -src/content/pastebins/2018/07/13/guixbuilder.html: src/content/pastebins/2018/07/13/guixbuilder.conf src/content/pastebins/2018/07/13/guixbuilder.htmlbody -src/content/pastebins/2018/07/13/nix-strpad.html: src/content/pastebins/2018/07/13/nix-strpad.conf src/content/pastebins/2018/07/13/nix-strpad.htmlbody -src/content/pastebins/2018/07/25/nix-exps.html: src/content/pastebins/2018/07/25/nix-exps.conf src/content/pastebins/2018/07/25/nix-exps.htmlbody -src/content/pastebins/2018/07/25/nix-showdrv.html: src/content/pastebins/2018/07/25/nix-showdrv.conf src/content/pastebins/2018/07/25/nix-showdrv.htmlbody -src/content/pastebins/2019/06/08/inconsistent-hash.html: src/content/pastebins/2019/06/08/inconsistent-hash.conf src/content/pastebins/2019/06/08/inconsistent-hash.htmlbody -src/content/pastebins/2019/12/29/raku-tuple-type.html: src/content/pastebins/2019/12/29/raku-tuple-type.conf src/content/pastebins/2019/12/29/raku-tuple-type.htmlbody -src/content/pastebins/2020/01/04/guix-import-failure.html: src/content/pastebins/2020/01/04/guix-import-failure.conf src/content/pastebins/2020/01/04/guix-import-failure.htmlbody -src/content/pastebins/2020/02/14/guix-shebang.html: src/content/pastebins/2020/02/14/guix-shebang.conf src/content/pastebins/2020/02/14/guix-shebang.htmlbody -src/content/pastebins/2020/11/27/guix-build-local.html: src/content/pastebins/2020/11/27/guix-build-local.conf src/content/pastebins/2020/11/27/guix-build-local.htmlbody -src/content/pastebins/2020/12/15/guix-pack-fail.html: src/content/pastebins/2020/12/15/guix-pack-fail.conf src/content/pastebins/2020/12/15/guix-pack-fail.htmlbody -src/content/pastebins/2021/04/03/naive-slugify-js.html: src/content/pastebins/2021/04/03/naive-slugify-js.conf src/content/pastebins/2021/04/03/naive-slugify-js.htmlbody -src/content/pastebins/2021/06/08/reading-session-pt1.html: src/content/pastebins/2021/06/08/reading-session-pt1.conf src/content/pastebins/2021/06/08/reading-session-pt1.htmlbody -src/content/pastebins/2021/06/22/curl-wget.html: src/content/pastebins/2021/06/22/curl-wget.conf src/content/pastebins/2021/06/22/curl-wget.htmlbody -src/content/pastebins/2021/08/11/h1-spacing.html: src/content/pastebins/2021/08/11/h1-spacing.conf src/content/pastebins/2021/08/11/h1-spacing.htmlbody -src/content/pastebins/2021/09/02/sicp-3-19.html: src/content/pastebins/2021/09/02/sicp-3-19.conf src/content/pastebins/2021/09/02/sicp-3-19.htmlbody -src/content/pastebins/2021/09/03/sicp-persistent-queue.html: src/content/pastebins/2021/09/03/sicp-persistent-queue.conf src/content/pastebins/2021/09/03/sicp-persistent-queue.htmlbody -src/content/pastebins/2022/07/14/git-cleanup.html: src/content/pastebins/2022/07/14/git-cleanup.conf src/content/pastebins/2022/07/14/git-cleanup.htmlbody -src/content/pastebins/2023/07/22/funcallable-amop.html: src/content/pastebins/2023/07/22/funcallable-amop.conf src/content/pastebins/2023/07/22/funcallable-amop.htmlbody -src/content/podcasts/2020/12/19/test-entry.html: src/content/podcasts/2020/12/19/test-entry.conf src/content/podcasts/2020/12/19/test-entry.htmlbody -src/content/screencasts/2021/02/07/autoqemu.html: src/content/screencasts/2021/02/07/autoqemu.conf src/content/screencasts/2021/02/07/autoqemu.htmlbody -src/content/tils/2020/08/12/filename-timestamp.html: src/content/tils/2020/08/12/filename-timestamp.conf src/content/tils/2020/08/12/filename-timestamp.htmlbody -src/content/tils/2020/08/13/code-jekyll.html: src/content/tils/2020/08/13/code-jekyll.conf src/content/tils/2020/08/13/code-jekyll.htmlbody -src/content/tils/2020/08/14/browse-git.html: src/content/tils/2020/08/14/browse-git.conf src/content/tils/2020/08/14/browse-git.htmlbody -src/content/tils/2020/08/16/git-search.html: src/content/tils/2020/08/16/git-search.conf src/content/tils/2020/08/16/git-search.htmlbody -src/content/tils/2020/08/28/grep-online.html: src/content/tils/2020/08/28/grep-online.conf src/content/tils/2020/08/28/grep-online.htmlbody -src/content/tils/2020/09/04/cli-email-fun-profit.html: src/content/tils/2020/09/04/cli-email-fun-profit.conf src/content/tils/2020/09/04/cli-email-fun-profit.htmlbody -src/content/tils/2020/09/05/oldschool-pr.html: src/content/tils/2020/09/05/oldschool-pr.conf src/content/tils/2020/09/05/oldschool-pr.htmlbody -src/content/tils/2020/10/11/search-git-history.html: src/content/tils/2020/10/11/search-git-history.conf src/content/tils/2020/10/11/search-git-history.htmlbody -src/content/tils/2020/11/08/find-broken-symlink.html: src/content/tils/2020/11/08/find-broken-symlink.conf src/content/tils/2020/11/08/find-broken-symlink.htmlbody -src/content/tils/2020/11/12/diy-nix-bash-ci.html: src/content/tils/2020/11/12/diy-nix-bash-ci.conf src/content/tils/2020/11/12/diy-nix-bash-ci.htmlbody -src/content/tils/2020/11/12/git-bisect-automation.html: src/content/tils/2020/11/12/git-bisect-automation.conf src/content/tils/2020/11/12/git-bisect-automation.htmlbody -src/content/tils/2020/11/12/useful-bashvars.html: src/content/tils/2020/11/12/useful-bashvars.conf src/content/tils/2020/11/12/useful-bashvars.htmlbody -src/content/tils/2020/11/14/gpodder-media.html: src/content/tils/2020/11/14/gpodder-media.conf src/content/tils/2020/11/14/gpodder-media.htmlbody -src/content/tils/2020/11/30/git-notes-ci.html: src/content/tils/2020/11/30/git-notes-ci.conf src/content/tils/2020/11/30/git-notes-ci.htmlbody -src/content/tils/2020/12/15/shellcheck-repo.html: src/content/tils/2020/12/15/shellcheck-repo.conf src/content/tils/2020/12/15/shellcheck-repo.htmlbody -src/content/tils/2020/12/29/svg.html: src/content/tils/2020/12/29/svg.conf src/content/tils/2020/12/29/svg.htmlbody -src/content/tils/2021/01/12/curl-awk-emails.html: src/content/tils/2021/01/12/curl-awk-emails.conf src/content/tils/2021/01/12/curl-awk-emails.htmlbody -src/content/tils/2021/01/17/posix-shebang.html: src/content/tils/2021/01/17/posix-shebang.conf src/content/tils/2021/01/17/posix-shebang.htmlbody -src/content/tils/2021/04/24/cl-generic-precedence.html: src/content/tils/2021/04/24/cl-generic-precedence.conf src/content/tils/2021/04/24/cl-generic-precedence.htmlbody -src/content/tils/2021/04/24/clojure-autocurry.html: src/content/tils/2021/04/24/clojure-autocurry.conf src/content/tils/2021/04/24/clojure-autocurry.htmlbody -src/content/tils/2021/04/24/scm-nif.html: src/content/tils/2021/04/24/scm-nif.conf src/content/tils/2021/04/24/scm-nif.htmlbody -src/content/tils/2021/07/23/git-tls-gpg.html: src/content/tils/2021/07/23/git-tls-gpg.conf src/content/tils/2021/07/23/git-tls-gpg.htmlbody -src/content/tils/2021/08/11/js-bigint-reviver.html: src/content/tils/2021/08/11/js-bigint-reviver.conf src/content/tils/2021/08/11/js-bigint-reviver.htmlbody -src/content/blog/index.html: src/content/blog/index.conf src/content/blog/index.htmlbody -src/content/pastebins/index.html: src/content/pastebins/index.conf src/content/pastebins/index.htmlbody -src/content/podcasts/index.html: src/content/podcasts/index.conf src/content/podcasts/index.htmlbody -src/content/screencasts/index.html: src/content/screencasts/index.conf src/content/screencasts/index.htmlbody -src/content/tils/index.html: src/content/tils/index.conf src/content/tils/index.htmlbody -src/content/blog/categories.html: src/content/blog/categories.conf src/content/blog/categories.htmlbody -src/content/pastebins/categories.html: src/content/pastebins/categories.conf src/content/pastebins/categories.htmlbody -src/content/podcasts/categories.html: src/content/podcasts/categories.conf src/content/podcasts/categories.htmlbody -src/content/screencasts/categories.html: src/content/screencasts/categories.conf src/content/screencasts/categories.htmlbody -src/content/tils/categories.html: src/content/tils/categories.conf src/content/tils/categories.htmlbody +src/content/en/about.htmlbody src/content/en/about.snippets src/content/en/about.conf: src/content/en/about.adoc +src/content/en/index.htmlbody src/content/en/index.snippets src/content/en/index.conf: src/content/en/index.adoc +src/content/en/blog/2018/07/17/guix-nixos.htmlbody src/content/en/blog/2018/07/17/guix-nixos.snippets src/content/en/blog/2018/07/17/guix-nixos.conf: src/content/en/blog/2018/07/17/guix-nixos.adoc +src/content/en/blog/2018/08/01/npm-ci-reproducibility.htmlbody src/content/en/blog/2018/08/01/npm-ci-reproducibility.snippets src/content/en/blog/2018/08/01/npm-ci-reproducibility.conf: src/content/en/blog/2018/08/01/npm-ci-reproducibility.adoc +src/content/en/blog/2018/12/21/ytdl-subs.htmlbody src/content/en/blog/2018/12/21/ytdl-subs.snippets src/content/en/blog/2018/12/21/ytdl-subs.conf: src/content/en/blog/2018/12/21/ytdl-subs.adoc +src/content/en/blog/2019/06/02/nixos-stateless-workstation.htmlbody src/content/en/blog/2019/06/02/nixos-stateless-workstation.snippets src/content/en/blog/2019/06/02/nixos-stateless-workstation.conf: src/content/en/blog/2019/06/02/nixos-stateless-workstation.adoc +src/content/en/blog/2020/08/10/guix-srht.htmlbody src/content/en/blog/2020/08/10/guix-srht.snippets src/content/en/blog/2020/08/10/guix-srht.conf: src/content/en/blog/2020/08/10/guix-srht.adoc +src/content/en/blog/2020/08/31/database-i-wish-i-had.htmlbody src/content/en/blog/2020/08/31/database-i-wish-i-had.snippets src/content/en/blog/2020/08/31/database-i-wish-i-had.conf: src/content/en/blog/2020/08/31/database-i-wish-i-had.adoc +src/content/en/blog/2020/10/05/cargo2nix.htmlbody src/content/en/blog/2020/10/05/cargo2nix.snippets src/content/en/blog/2020/10/05/cargo2nix.conf: src/content/en/blog/2020/10/05/cargo2nix.adoc +src/content/en/blog/2020/10/05/swift2nix.htmlbody src/content/en/blog/2020/10/05/swift2nix.snippets src/content/en/blog/2020/10/05/swift2nix.conf: src/content/en/blog/2020/10/05/swift2nix.adoc +src/content/en/blog/2020/10/19/feature-flags.htmlbody src/content/en/blog/2020/10/19/feature-flags.snippets src/content/en/blog/2020/10/19/feature-flags.conf: src/content/en/blog/2020/10/19/feature-flags.adoc +src/content/en/blog/2020/10/20/wrong-interviewing.htmlbody src/content/en/blog/2020/10/20/wrong-interviewing.snippets src/content/en/blog/2020/10/20/wrong-interviewing.conf: src/content/en/blog/2020/10/20/wrong-interviewing.adoc +src/content/en/blog/2020/11/07/diy-bugs.htmlbody src/content/en/blog/2020/11/07/diy-bugs.snippets src/content/en/blog/2020/11/07/diy-bugs.conf: src/content/en/blog/2020/11/07/diy-bugs.adoc +src/content/en/blog/2020/11/08/paradigm-shift-review.htmlbody src/content/en/blog/2020/11/08/paradigm-shift-review.snippets src/content/en/blog/2020/11/08/paradigm-shift-review.conf: src/content/en/blog/2020/11/08/paradigm-shift-review.adoc +src/content/en/blog/2020/11/12/database-parsers-trees.htmlbody src/content/en/blog/2020/11/12/database-parsers-trees.snippets src/content/en/blog/2020/11/12/database-parsers-trees.conf: src/content/en/blog/2020/11/12/database-parsers-trees.adoc +src/content/en/blog/2020/11/14/local-first-review.htmlbody src/content/en/blog/2020/11/14/local-first-review.snippets src/content/en/blog/2020/11/14/local-first-review.conf: src/content/en/blog/2020/11/14/local-first-review.adoc +src/content/en/blog/2021/01/26/remembering-ann.htmlbody src/content/en/blog/2021/01/26/remembering-ann.snippets src/content/en/blog/2021/01/26/remembering-ann.conf: src/content/en/blog/2021/01/26/remembering-ann.adoc +src/content/en/blog/2021/02/17/fallible.htmlbody src/content/en/blog/2021/02/17/fallible.snippets src/content/en/blog/2021/02/17/fallible.conf: src/content/en/blog/2021/02/17/fallible.adoc +src/content/en/blog/2021/04/29/relational-review.htmlbody src/content/en/blog/2021/04/29/relational-review.snippets src/content/en/blog/2021/04/29/relational-review.conf: src/content/en/blog/2021/04/29/relational-review.adoc +src/content/en/pastebins/2016/04/05/rpn.htmlbody src/content/en/pastebins/2016/04/05/rpn.snippets src/content/en/pastebins/2016/04/05/rpn.conf: src/content/en/pastebins/2016/04/05/rpn.adoc +src/content/en/pastebins/2018/07/11/nix-pinning.htmlbody src/content/en/pastebins/2018/07/11/nix-pinning.snippets src/content/en/pastebins/2018/07/11/nix-pinning.conf: src/content/en/pastebins/2018/07/11/nix-pinning.adoc +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.htmlbody src/content/en/pastebins/2018/07/13/guix-nixos-systemd.snippets src/content/en/pastebins/2018/07/13/guix-nixos-systemd.conf: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.adoc +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.htmlbody src/content/en/pastebins/2018/07/13/guixbuilder-nixos.snippets src/content/en/pastebins/2018/07/13/guixbuilder-nixos.conf: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.adoc +src/content/en/pastebins/2018/07/13/guixbuilder.htmlbody src/content/en/pastebins/2018/07/13/guixbuilder.snippets src/content/en/pastebins/2018/07/13/guixbuilder.conf: src/content/en/pastebins/2018/07/13/guixbuilder.adoc +src/content/en/pastebins/2018/07/13/nix-strpad.htmlbody src/content/en/pastebins/2018/07/13/nix-strpad.snippets src/content/en/pastebins/2018/07/13/nix-strpad.conf: src/content/en/pastebins/2018/07/13/nix-strpad.adoc +src/content/en/pastebins/2018/07/25/nix-exps.htmlbody src/content/en/pastebins/2018/07/25/nix-exps.snippets src/content/en/pastebins/2018/07/25/nix-exps.conf: src/content/en/pastebins/2018/07/25/nix-exps.adoc +src/content/en/pastebins/2018/07/25/nix-showdrv.htmlbody src/content/en/pastebins/2018/07/25/nix-showdrv.snippets src/content/en/pastebins/2018/07/25/nix-showdrv.conf: src/content/en/pastebins/2018/07/25/nix-showdrv.adoc +src/content/en/pastebins/2019/06/08/inconsistent-hash.htmlbody src/content/en/pastebins/2019/06/08/inconsistent-hash.snippets src/content/en/pastebins/2019/06/08/inconsistent-hash.conf: src/content/en/pastebins/2019/06/08/inconsistent-hash.adoc +src/content/en/pastebins/2019/12/29/raku-tuple-type.htmlbody src/content/en/pastebins/2019/12/29/raku-tuple-type.snippets src/content/en/pastebins/2019/12/29/raku-tuple-type.conf: src/content/en/pastebins/2019/12/29/raku-tuple-type.adoc +src/content/en/pastebins/2020/01/04/guix-import-failure.htmlbody src/content/en/pastebins/2020/01/04/guix-import-failure.snippets src/content/en/pastebins/2020/01/04/guix-import-failure.conf: src/content/en/pastebins/2020/01/04/guix-import-failure.adoc +src/content/en/pastebins/2020/02/14/guix-shebang.htmlbody src/content/en/pastebins/2020/02/14/guix-shebang.snippets src/content/en/pastebins/2020/02/14/guix-shebang.conf: src/content/en/pastebins/2020/02/14/guix-shebang.adoc +src/content/en/pastebins/2020/11/27/guix-build-local.htmlbody src/content/en/pastebins/2020/11/27/guix-build-local.snippets src/content/en/pastebins/2020/11/27/guix-build-local.conf: src/content/en/pastebins/2020/11/27/guix-build-local.adoc +src/content/en/pastebins/2020/12/15/guix-pack-fail.htmlbody src/content/en/pastebins/2020/12/15/guix-pack-fail.snippets src/content/en/pastebins/2020/12/15/guix-pack-fail.conf: src/content/en/pastebins/2020/12/15/guix-pack-fail.adoc +src/content/en/pastebins/2021/04/03/naive-slugify-js.htmlbody src/content/en/pastebins/2021/04/03/naive-slugify-js.snippets src/content/en/pastebins/2021/04/03/naive-slugify-js.conf: src/content/en/pastebins/2021/04/03/naive-slugify-js.adoc +src/content/en/pastebins/2021/06/08/reading-session-pt1.htmlbody src/content/en/pastebins/2021/06/08/reading-session-pt1.snippets src/content/en/pastebins/2021/06/08/reading-session-pt1.conf: src/content/en/pastebins/2021/06/08/reading-session-pt1.adoc +src/content/en/pastebins/2021/06/22/curl-wget.htmlbody src/content/en/pastebins/2021/06/22/curl-wget.snippets src/content/en/pastebins/2021/06/22/curl-wget.conf: src/content/en/pastebins/2021/06/22/curl-wget.adoc +src/content/en/pastebins/2021/08/11/h1-spacing.htmlbody src/content/en/pastebins/2021/08/11/h1-spacing.snippets src/content/en/pastebins/2021/08/11/h1-spacing.conf: src/content/en/pastebins/2021/08/11/h1-spacing.adoc +src/content/en/pastebins/2021/09/02/sicp-3-19.htmlbody src/content/en/pastebins/2021/09/02/sicp-3-19.snippets src/content/en/pastebins/2021/09/02/sicp-3-19.conf: src/content/en/pastebins/2021/09/02/sicp-3-19.adoc +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.htmlbody src/content/en/pastebins/2021/09/03/sicp-persistent-queue.snippets src/content/en/pastebins/2021/09/03/sicp-persistent-queue.conf: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.adoc +src/content/en/pastebins/2022/07/14/git-cleanup.htmlbody src/content/en/pastebins/2022/07/14/git-cleanup.snippets src/content/en/pastebins/2022/07/14/git-cleanup.conf: src/content/en/pastebins/2022/07/14/git-cleanup.adoc +src/content/en/pastebins/2023/07/22/funcallable-amop.htmlbody src/content/en/pastebins/2023/07/22/funcallable-amop.snippets src/content/en/pastebins/2023/07/22/funcallable-amop.conf: src/content/en/pastebins/2023/07/22/funcallable-amop.adoc +src/content/en/podcasts/2020/12/19/test-entry.htmlbody src/content/en/podcasts/2020/12/19/test-entry.snippets src/content/en/podcasts/2020/12/19/test-entry.conf: src/content/en/podcasts/2020/12/19/test-entry.adoc +src/content/en/screencasts/2021/02/07/autoqemu.htmlbody src/content/en/screencasts/2021/02/07/autoqemu.snippets src/content/en/screencasts/2021/02/07/autoqemu.conf: src/content/en/screencasts/2021/02/07/autoqemu.adoc +src/content/en/tils/2020/08/12/filename-timestamp.htmlbody src/content/en/tils/2020/08/12/filename-timestamp.snippets src/content/en/tils/2020/08/12/filename-timestamp.conf: src/content/en/tils/2020/08/12/filename-timestamp.adoc +src/content/en/tils/2020/08/13/code-jekyll.htmlbody src/content/en/tils/2020/08/13/code-jekyll.snippets src/content/en/tils/2020/08/13/code-jekyll.conf: src/content/en/tils/2020/08/13/code-jekyll.adoc +src/content/en/tils/2020/08/14/browse-git.htmlbody src/content/en/tils/2020/08/14/browse-git.snippets src/content/en/tils/2020/08/14/browse-git.conf: src/content/en/tils/2020/08/14/browse-git.adoc +src/content/en/tils/2020/08/16/git-search.htmlbody src/content/en/tils/2020/08/16/git-search.snippets src/content/en/tils/2020/08/16/git-search.conf: src/content/en/tils/2020/08/16/git-search.adoc +src/content/en/tils/2020/08/28/grep-online.htmlbody src/content/en/tils/2020/08/28/grep-online.snippets src/content/en/tils/2020/08/28/grep-online.conf: src/content/en/tils/2020/08/28/grep-online.adoc +src/content/en/tils/2020/09/04/cli-email-fun-profit.htmlbody src/content/en/tils/2020/09/04/cli-email-fun-profit.snippets src/content/en/tils/2020/09/04/cli-email-fun-profit.conf: src/content/en/tils/2020/09/04/cli-email-fun-profit.adoc +src/content/en/tils/2020/09/05/oldschool-pr.htmlbody src/content/en/tils/2020/09/05/oldschool-pr.snippets src/content/en/tils/2020/09/05/oldschool-pr.conf: src/content/en/tils/2020/09/05/oldschool-pr.adoc +src/content/en/tils/2020/10/11/search-git-history.htmlbody src/content/en/tils/2020/10/11/search-git-history.snippets src/content/en/tils/2020/10/11/search-git-history.conf: src/content/en/tils/2020/10/11/search-git-history.adoc +src/content/en/tils/2020/11/08/find-broken-symlink.htmlbody src/content/en/tils/2020/11/08/find-broken-symlink.snippets src/content/en/tils/2020/11/08/find-broken-symlink.conf: src/content/en/tils/2020/11/08/find-broken-symlink.adoc +src/content/en/tils/2020/11/12/diy-nix-bash-ci.htmlbody src/content/en/tils/2020/11/12/diy-nix-bash-ci.snippets src/content/en/tils/2020/11/12/diy-nix-bash-ci.conf: src/content/en/tils/2020/11/12/diy-nix-bash-ci.adoc +src/content/en/tils/2020/11/12/git-bisect-automation.htmlbody src/content/en/tils/2020/11/12/git-bisect-automation.snippets src/content/en/tils/2020/11/12/git-bisect-automation.conf: src/content/en/tils/2020/11/12/git-bisect-automation.adoc +src/content/en/tils/2020/11/12/useful-bashvars.htmlbody src/content/en/tils/2020/11/12/useful-bashvars.snippets src/content/en/tils/2020/11/12/useful-bashvars.conf: src/content/en/tils/2020/11/12/useful-bashvars.adoc +src/content/en/tils/2020/11/14/gpodder-media.htmlbody src/content/en/tils/2020/11/14/gpodder-media.snippets src/content/en/tils/2020/11/14/gpodder-media.conf: src/content/en/tils/2020/11/14/gpodder-media.adoc +src/content/en/tils/2020/11/30/git-notes-ci.htmlbody src/content/en/tils/2020/11/30/git-notes-ci.snippets src/content/en/tils/2020/11/30/git-notes-ci.conf: src/content/en/tils/2020/11/30/git-notes-ci.adoc +src/content/en/tils/2020/12/15/shellcheck-repo.htmlbody src/content/en/tils/2020/12/15/shellcheck-repo.snippets src/content/en/tils/2020/12/15/shellcheck-repo.conf: src/content/en/tils/2020/12/15/shellcheck-repo.adoc +src/content/en/tils/2020/12/29/svg.htmlbody src/content/en/tils/2020/12/29/svg.snippets src/content/en/tils/2020/12/29/svg.conf: src/content/en/tils/2020/12/29/svg.adoc +src/content/en/tils/2021/01/12/curl-awk-emails.htmlbody src/content/en/tils/2021/01/12/curl-awk-emails.snippets src/content/en/tils/2021/01/12/curl-awk-emails.conf: src/content/en/tils/2021/01/12/curl-awk-emails.adoc +src/content/en/tils/2021/01/17/posix-shebang.htmlbody src/content/en/tils/2021/01/17/posix-shebang.snippets src/content/en/tils/2021/01/17/posix-shebang.conf: src/content/en/tils/2021/01/17/posix-shebang.adoc +src/content/en/tils/2021/04/24/cl-generic-precedence.htmlbody src/content/en/tils/2021/04/24/cl-generic-precedence.snippets src/content/en/tils/2021/04/24/cl-generic-precedence.conf: src/content/en/tils/2021/04/24/cl-generic-precedence.adoc +src/content/en/tils/2021/04/24/clojure-autocurry.htmlbody src/content/en/tils/2021/04/24/clojure-autocurry.snippets src/content/en/tils/2021/04/24/clojure-autocurry.conf: src/content/en/tils/2021/04/24/clojure-autocurry.adoc +src/content/en/tils/2021/04/24/scm-nif.htmlbody src/content/en/tils/2021/04/24/scm-nif.snippets src/content/en/tils/2021/04/24/scm-nif.conf: src/content/en/tils/2021/04/24/scm-nif.adoc +src/content/en/tils/2021/07/23/git-tls-gpg.htmlbody src/content/en/tils/2021/07/23/git-tls-gpg.snippets src/content/en/tils/2021/07/23/git-tls-gpg.conf: src/content/en/tils/2021/07/23/git-tls-gpg.adoc +src/content/en/tils/2021/08/11/js-bigint-reviver.htmlbody src/content/en/tils/2021/08/11/js-bigint-reviver.snippets src/content/en/tils/2021/08/11/js-bigint-reviver.conf: src/content/en/tils/2021/08/11/js-bigint-reviver.adoc +src/content/en/blog/index.htmlbody src/content/en/blog/index.snippets src/content/en/blog/index.conf: src/content/en/blog/index.adoc +src/content/en/pastebins/index.htmlbody src/content/en/pastebins/index.snippets src/content/en/pastebins/index.conf: src/content/en/pastebins/index.adoc +src/content/en/podcasts/index.htmlbody src/content/en/podcasts/index.snippets src/content/en/podcasts/index.conf: src/content/en/podcasts/index.adoc +src/content/en/screencasts/index.htmlbody src/content/en/screencasts/index.snippets src/content/en/screencasts/index.conf: src/content/en/screencasts/index.adoc +src/content/en/tils/index.htmlbody src/content/en/tils/index.snippets src/content/en/tils/index.conf: src/content/en/tils/index.adoc +src/content/en/blog/categories.htmlbody src/content/en/blog/categories.snippets src/content/en/blog/categories.conf: src/content/en/blog/categories.adoc +src/content/en/pastebins/categories.htmlbody src/content/en/pastebins/categories.snippets src/content/en/pastebins/categories.conf: src/content/en/pastebins/categories.adoc +src/content/en/podcasts/categories.htmlbody src/content/en/podcasts/categories.snippets src/content/en/podcasts/categories.conf: src/content/en/podcasts/categories.adoc +src/content/en/screencasts/categories.htmlbody src/content/en/screencasts/categories.snippets src/content/en/screencasts/categories.conf: src/content/en/screencasts/categories.adoc +src/content/en/tils/categories.htmlbody src/content/en/tils/categories.snippets src/content/en/tils/categories.conf: src/content/en/tils/categories.adoc +src/content/en/about.html: src/content/en/about.conf src/content/en/about.htmlbody +src/content/en/index.html: src/content/en/index.conf src/content/en/index.htmlbody +src/content/en/blog/2018/07/17/guix-nixos.html: src/content/en/blog/2018/07/17/guix-nixos.conf src/content/en/blog/2018/07/17/guix-nixos.htmlbody +src/content/en/blog/2018/08/01/npm-ci-reproducibility.html: src/content/en/blog/2018/08/01/npm-ci-reproducibility.conf src/content/en/blog/2018/08/01/npm-ci-reproducibility.htmlbody +src/content/en/blog/2018/12/21/ytdl-subs.html: src/content/en/blog/2018/12/21/ytdl-subs.conf src/content/en/blog/2018/12/21/ytdl-subs.htmlbody +src/content/en/blog/2019/06/02/nixos-stateless-workstation.html: src/content/en/blog/2019/06/02/nixos-stateless-workstation.conf src/content/en/blog/2019/06/02/nixos-stateless-workstation.htmlbody +src/content/en/blog/2020/08/10/guix-srht.html: src/content/en/blog/2020/08/10/guix-srht.conf src/content/en/blog/2020/08/10/guix-srht.htmlbody +src/content/en/blog/2020/08/31/database-i-wish-i-had.html: src/content/en/blog/2020/08/31/database-i-wish-i-had.conf src/content/en/blog/2020/08/31/database-i-wish-i-had.htmlbody +src/content/en/blog/2020/10/05/cargo2nix.html: src/content/en/blog/2020/10/05/cargo2nix.conf src/content/en/blog/2020/10/05/cargo2nix.htmlbody +src/content/en/blog/2020/10/05/swift2nix.html: src/content/en/blog/2020/10/05/swift2nix.conf src/content/en/blog/2020/10/05/swift2nix.htmlbody +src/content/en/blog/2020/10/19/feature-flags.html: src/content/en/blog/2020/10/19/feature-flags.conf src/content/en/blog/2020/10/19/feature-flags.htmlbody +src/content/en/blog/2020/10/20/wrong-interviewing.html: src/content/en/blog/2020/10/20/wrong-interviewing.conf src/content/en/blog/2020/10/20/wrong-interviewing.htmlbody +src/content/en/blog/2020/11/07/diy-bugs.html: src/content/en/blog/2020/11/07/diy-bugs.conf src/content/en/blog/2020/11/07/diy-bugs.htmlbody +src/content/en/blog/2020/11/08/paradigm-shift-review.html: src/content/en/blog/2020/11/08/paradigm-shift-review.conf src/content/en/blog/2020/11/08/paradigm-shift-review.htmlbody +src/content/en/blog/2020/11/12/database-parsers-trees.html: src/content/en/blog/2020/11/12/database-parsers-trees.conf src/content/en/blog/2020/11/12/database-parsers-trees.htmlbody +src/content/en/blog/2020/11/14/local-first-review.html: src/content/en/blog/2020/11/14/local-first-review.conf src/content/en/blog/2020/11/14/local-first-review.htmlbody +src/content/en/blog/2021/01/26/remembering-ann.html: src/content/en/blog/2021/01/26/remembering-ann.conf src/content/en/blog/2021/01/26/remembering-ann.htmlbody +src/content/en/blog/2021/02/17/fallible.html: src/content/en/blog/2021/02/17/fallible.conf src/content/en/blog/2021/02/17/fallible.htmlbody +src/content/en/blog/2021/04/29/relational-review.html: src/content/en/blog/2021/04/29/relational-review.conf src/content/en/blog/2021/04/29/relational-review.htmlbody +src/content/en/pastebins/2016/04/05/rpn.html: src/content/en/pastebins/2016/04/05/rpn.conf src/content/en/pastebins/2016/04/05/rpn.htmlbody +src/content/en/pastebins/2018/07/11/nix-pinning.html: src/content/en/pastebins/2018/07/11/nix-pinning.conf src/content/en/pastebins/2018/07/11/nix-pinning.htmlbody +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.html: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.conf src/content/en/pastebins/2018/07/13/guix-nixos-systemd.htmlbody +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.html: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.conf src/content/en/pastebins/2018/07/13/guixbuilder-nixos.htmlbody +src/content/en/pastebins/2018/07/13/guixbuilder.html: src/content/en/pastebins/2018/07/13/guixbuilder.conf src/content/en/pastebins/2018/07/13/guixbuilder.htmlbody +src/content/en/pastebins/2018/07/13/nix-strpad.html: src/content/en/pastebins/2018/07/13/nix-strpad.conf src/content/en/pastebins/2018/07/13/nix-strpad.htmlbody +src/content/en/pastebins/2018/07/25/nix-exps.html: src/content/en/pastebins/2018/07/25/nix-exps.conf src/content/en/pastebins/2018/07/25/nix-exps.htmlbody +src/content/en/pastebins/2018/07/25/nix-showdrv.html: src/content/en/pastebins/2018/07/25/nix-showdrv.conf src/content/en/pastebins/2018/07/25/nix-showdrv.htmlbody +src/content/en/pastebins/2019/06/08/inconsistent-hash.html: src/content/en/pastebins/2019/06/08/inconsistent-hash.conf src/content/en/pastebins/2019/06/08/inconsistent-hash.htmlbody +src/content/en/pastebins/2019/12/29/raku-tuple-type.html: src/content/en/pastebins/2019/12/29/raku-tuple-type.conf src/content/en/pastebins/2019/12/29/raku-tuple-type.htmlbody +src/content/en/pastebins/2020/01/04/guix-import-failure.html: src/content/en/pastebins/2020/01/04/guix-import-failure.conf src/content/en/pastebins/2020/01/04/guix-import-failure.htmlbody +src/content/en/pastebins/2020/02/14/guix-shebang.html: src/content/en/pastebins/2020/02/14/guix-shebang.conf src/content/en/pastebins/2020/02/14/guix-shebang.htmlbody +src/content/en/pastebins/2020/11/27/guix-build-local.html: src/content/en/pastebins/2020/11/27/guix-build-local.conf src/content/en/pastebins/2020/11/27/guix-build-local.htmlbody +src/content/en/pastebins/2020/12/15/guix-pack-fail.html: src/content/en/pastebins/2020/12/15/guix-pack-fail.conf src/content/en/pastebins/2020/12/15/guix-pack-fail.htmlbody +src/content/en/pastebins/2021/04/03/naive-slugify-js.html: src/content/en/pastebins/2021/04/03/naive-slugify-js.conf src/content/en/pastebins/2021/04/03/naive-slugify-js.htmlbody +src/content/en/pastebins/2021/06/08/reading-session-pt1.html: src/content/en/pastebins/2021/06/08/reading-session-pt1.conf src/content/en/pastebins/2021/06/08/reading-session-pt1.htmlbody +src/content/en/pastebins/2021/06/22/curl-wget.html: src/content/en/pastebins/2021/06/22/curl-wget.conf src/content/en/pastebins/2021/06/22/curl-wget.htmlbody +src/content/en/pastebins/2021/08/11/h1-spacing.html: src/content/en/pastebins/2021/08/11/h1-spacing.conf src/content/en/pastebins/2021/08/11/h1-spacing.htmlbody +src/content/en/pastebins/2021/09/02/sicp-3-19.html: src/content/en/pastebins/2021/09/02/sicp-3-19.conf src/content/en/pastebins/2021/09/02/sicp-3-19.htmlbody +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.html: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.conf src/content/en/pastebins/2021/09/03/sicp-persistent-queue.htmlbody +src/content/en/pastebins/2022/07/14/git-cleanup.html: src/content/en/pastebins/2022/07/14/git-cleanup.conf src/content/en/pastebins/2022/07/14/git-cleanup.htmlbody +src/content/en/pastebins/2023/07/22/funcallable-amop.html: src/content/en/pastebins/2023/07/22/funcallable-amop.conf src/content/en/pastebins/2023/07/22/funcallable-amop.htmlbody +src/content/en/podcasts/2020/12/19/test-entry.html: src/content/en/podcasts/2020/12/19/test-entry.conf src/content/en/podcasts/2020/12/19/test-entry.htmlbody +src/content/en/screencasts/2021/02/07/autoqemu.html: src/content/en/screencasts/2021/02/07/autoqemu.conf src/content/en/screencasts/2021/02/07/autoqemu.htmlbody +src/content/en/tils/2020/08/12/filename-timestamp.html: src/content/en/tils/2020/08/12/filename-timestamp.conf src/content/en/tils/2020/08/12/filename-timestamp.htmlbody +src/content/en/tils/2020/08/13/code-jekyll.html: src/content/en/tils/2020/08/13/code-jekyll.conf src/content/en/tils/2020/08/13/code-jekyll.htmlbody +src/content/en/tils/2020/08/14/browse-git.html: src/content/en/tils/2020/08/14/browse-git.conf src/content/en/tils/2020/08/14/browse-git.htmlbody +src/content/en/tils/2020/08/16/git-search.html: src/content/en/tils/2020/08/16/git-search.conf src/content/en/tils/2020/08/16/git-search.htmlbody +src/content/en/tils/2020/08/28/grep-online.html: src/content/en/tils/2020/08/28/grep-online.conf src/content/en/tils/2020/08/28/grep-online.htmlbody +src/content/en/tils/2020/09/04/cli-email-fun-profit.html: src/content/en/tils/2020/09/04/cli-email-fun-profit.conf src/content/en/tils/2020/09/04/cli-email-fun-profit.htmlbody +src/content/en/tils/2020/09/05/oldschool-pr.html: src/content/en/tils/2020/09/05/oldschool-pr.conf src/content/en/tils/2020/09/05/oldschool-pr.htmlbody +src/content/en/tils/2020/10/11/search-git-history.html: src/content/en/tils/2020/10/11/search-git-history.conf src/content/en/tils/2020/10/11/search-git-history.htmlbody +src/content/en/tils/2020/11/08/find-broken-symlink.html: src/content/en/tils/2020/11/08/find-broken-symlink.conf src/content/en/tils/2020/11/08/find-broken-symlink.htmlbody +src/content/en/tils/2020/11/12/diy-nix-bash-ci.html: src/content/en/tils/2020/11/12/diy-nix-bash-ci.conf src/content/en/tils/2020/11/12/diy-nix-bash-ci.htmlbody +src/content/en/tils/2020/11/12/git-bisect-automation.html: src/content/en/tils/2020/11/12/git-bisect-automation.conf src/content/en/tils/2020/11/12/git-bisect-automation.htmlbody +src/content/en/tils/2020/11/12/useful-bashvars.html: src/content/en/tils/2020/11/12/useful-bashvars.conf src/content/en/tils/2020/11/12/useful-bashvars.htmlbody +src/content/en/tils/2020/11/14/gpodder-media.html: src/content/en/tils/2020/11/14/gpodder-media.conf src/content/en/tils/2020/11/14/gpodder-media.htmlbody +src/content/en/tils/2020/11/30/git-notes-ci.html: src/content/en/tils/2020/11/30/git-notes-ci.conf src/content/en/tils/2020/11/30/git-notes-ci.htmlbody +src/content/en/tils/2020/12/15/shellcheck-repo.html: src/content/en/tils/2020/12/15/shellcheck-repo.conf src/content/en/tils/2020/12/15/shellcheck-repo.htmlbody +src/content/en/tils/2020/12/29/svg.html: src/content/en/tils/2020/12/29/svg.conf src/content/en/tils/2020/12/29/svg.htmlbody +src/content/en/tils/2021/01/12/curl-awk-emails.html: src/content/en/tils/2021/01/12/curl-awk-emails.conf src/content/en/tils/2021/01/12/curl-awk-emails.htmlbody +src/content/en/tils/2021/01/17/posix-shebang.html: src/content/en/tils/2021/01/17/posix-shebang.conf src/content/en/tils/2021/01/17/posix-shebang.htmlbody +src/content/en/tils/2021/04/24/cl-generic-precedence.html: src/content/en/tils/2021/04/24/cl-generic-precedence.conf src/content/en/tils/2021/04/24/cl-generic-precedence.htmlbody +src/content/en/tils/2021/04/24/clojure-autocurry.html: src/content/en/tils/2021/04/24/clojure-autocurry.conf src/content/en/tils/2021/04/24/clojure-autocurry.htmlbody +src/content/en/tils/2021/04/24/scm-nif.html: src/content/en/tils/2021/04/24/scm-nif.conf src/content/en/tils/2021/04/24/scm-nif.htmlbody +src/content/en/tils/2021/07/23/git-tls-gpg.html: src/content/en/tils/2021/07/23/git-tls-gpg.conf src/content/en/tils/2021/07/23/git-tls-gpg.htmlbody +src/content/en/tils/2021/08/11/js-bigint-reviver.html: src/content/en/tils/2021/08/11/js-bigint-reviver.conf src/content/en/tils/2021/08/11/js-bigint-reviver.htmlbody +src/content/en/blog/index.html: src/content/en/blog/index.conf src/content/en/blog/index.htmlbody +src/content/en/pastebins/index.html: src/content/en/pastebins/index.conf src/content/en/pastebins/index.htmlbody +src/content/en/podcasts/index.html: src/content/en/podcasts/index.conf src/content/en/podcasts/index.htmlbody +src/content/en/screencasts/index.html: src/content/en/screencasts/index.conf src/content/en/screencasts/index.htmlbody +src/content/en/tils/index.html: src/content/en/tils/index.conf src/content/en/tils/index.htmlbody +src/content/en/blog/categories.html: src/content/en/blog/categories.conf src/content/en/blog/categories.htmlbody +src/content/en/pastebins/categories.html: src/content/en/pastebins/categories.conf src/content/en/pastebins/categories.htmlbody +src/content/en/podcasts/categories.html: src/content/en/podcasts/categories.conf src/content/en/podcasts/categories.htmlbody +src/content/en/screencasts/categories.html: src/content/en/screencasts/categories.conf src/content/en/screencasts/categories.htmlbody +src/content/en/tils/categories.html: src/content/en/tils/categories.conf src/content/en/tils/categories.htmlbody -src/content/about.updatedat-check: src/content/about.conf -src/content/index.updatedat-check: src/content/index.conf -src/content/blog/2018/07/17/guix-nixos.updatedat-check: src/content/blog/2018/07/17/guix-nixos.conf -src/content/blog/2018/08/01/npm-ci-reproducibility.updatedat-check: src/content/blog/2018/08/01/npm-ci-reproducibility.conf -src/content/blog/2018/12/21/ytdl-subs.updatedat-check: src/content/blog/2018/12/21/ytdl-subs.conf -src/content/blog/2019/06/02/nixos-stateless-workstation.updatedat-check: src/content/blog/2019/06/02/nixos-stateless-workstation.conf -src/content/blog/2020/08/10/guix-srht.updatedat-check: src/content/blog/2020/08/10/guix-srht.conf -src/content/blog/2020/08/31/database-i-wish-i-had.updatedat-check: src/content/blog/2020/08/31/database-i-wish-i-had.conf -src/content/blog/2020/10/05/cargo2nix.updatedat-check: src/content/blog/2020/10/05/cargo2nix.conf -src/content/blog/2020/10/05/swift2nix.updatedat-check: src/content/blog/2020/10/05/swift2nix.conf -src/content/blog/2020/10/19/feature-flags.updatedat-check: src/content/blog/2020/10/19/feature-flags.conf -src/content/blog/2020/10/20/wrong-interviewing.updatedat-check: src/content/blog/2020/10/20/wrong-interviewing.conf -src/content/blog/2020/11/07/diy-bugs.updatedat-check: src/content/blog/2020/11/07/diy-bugs.conf -src/content/blog/2020/11/08/paradigm-shift-review.updatedat-check: src/content/blog/2020/11/08/paradigm-shift-review.conf -src/content/blog/2020/11/12/database-parsers-trees.updatedat-check: src/content/blog/2020/11/12/database-parsers-trees.conf -src/content/blog/2020/11/14/local-first-review.updatedat-check: src/content/blog/2020/11/14/local-first-review.conf -src/content/blog/2021/01/26/remembering-ann.updatedat-check: src/content/blog/2021/01/26/remembering-ann.conf -src/content/blog/2021/02/17/fallible.updatedat-check: src/content/blog/2021/02/17/fallible.conf -src/content/blog/2021/04/29/relational-review.updatedat-check: src/content/blog/2021/04/29/relational-review.conf -src/content/pastebins/2016/04/05/rpn.updatedat-check: src/content/pastebins/2016/04/05/rpn.conf -src/content/pastebins/2018/07/11/nix-pinning.updatedat-check: src/content/pastebins/2018/07/11/nix-pinning.conf -src/content/pastebins/2018/07/13/guix-nixos-systemd.updatedat-check: src/content/pastebins/2018/07/13/guix-nixos-systemd.conf -src/content/pastebins/2018/07/13/guixbuilder-nixos.updatedat-check: src/content/pastebins/2018/07/13/guixbuilder-nixos.conf -src/content/pastebins/2018/07/13/guixbuilder.updatedat-check: src/content/pastebins/2018/07/13/guixbuilder.conf -src/content/pastebins/2018/07/13/nix-strpad.updatedat-check: src/content/pastebins/2018/07/13/nix-strpad.conf -src/content/pastebins/2018/07/25/nix-exps.updatedat-check: src/content/pastebins/2018/07/25/nix-exps.conf -src/content/pastebins/2018/07/25/nix-showdrv.updatedat-check: src/content/pastebins/2018/07/25/nix-showdrv.conf -src/content/pastebins/2019/06/08/inconsistent-hash.updatedat-check: src/content/pastebins/2019/06/08/inconsistent-hash.conf -src/content/pastebins/2019/12/29/raku-tuple-type.updatedat-check: src/content/pastebins/2019/12/29/raku-tuple-type.conf -src/content/pastebins/2020/01/04/guix-import-failure.updatedat-check: src/content/pastebins/2020/01/04/guix-import-failure.conf -src/content/pastebins/2020/02/14/guix-shebang.updatedat-check: src/content/pastebins/2020/02/14/guix-shebang.conf -src/content/pastebins/2020/11/27/guix-build-local.updatedat-check: src/content/pastebins/2020/11/27/guix-build-local.conf -src/content/pastebins/2020/12/15/guix-pack-fail.updatedat-check: src/content/pastebins/2020/12/15/guix-pack-fail.conf -src/content/pastebins/2021/04/03/naive-slugify-js.updatedat-check: src/content/pastebins/2021/04/03/naive-slugify-js.conf -src/content/pastebins/2021/06/08/reading-session-pt1.updatedat-check: src/content/pastebins/2021/06/08/reading-session-pt1.conf -src/content/pastebins/2021/06/22/curl-wget.updatedat-check: src/content/pastebins/2021/06/22/curl-wget.conf -src/content/pastebins/2021/08/11/h1-spacing.updatedat-check: src/content/pastebins/2021/08/11/h1-spacing.conf -src/content/pastebins/2021/09/02/sicp-3-19.updatedat-check: src/content/pastebins/2021/09/02/sicp-3-19.conf -src/content/pastebins/2021/09/03/sicp-persistent-queue.updatedat-check: src/content/pastebins/2021/09/03/sicp-persistent-queue.conf -src/content/pastebins/2022/07/14/git-cleanup.updatedat-check: src/content/pastebins/2022/07/14/git-cleanup.conf -src/content/pastebins/2023/07/22/funcallable-amop.updatedat-check: src/content/pastebins/2023/07/22/funcallable-amop.conf -src/content/podcasts/2020/12/19/test-entry.updatedat-check: src/content/podcasts/2020/12/19/test-entry.conf -src/content/screencasts/2021/02/07/autoqemu.updatedat-check: src/content/screencasts/2021/02/07/autoqemu.conf -src/content/tils/2020/08/12/filename-timestamp.updatedat-check: src/content/tils/2020/08/12/filename-timestamp.conf -src/content/tils/2020/08/13/code-jekyll.updatedat-check: src/content/tils/2020/08/13/code-jekyll.conf -src/content/tils/2020/08/14/browse-git.updatedat-check: src/content/tils/2020/08/14/browse-git.conf -src/content/tils/2020/08/16/git-search.updatedat-check: src/content/tils/2020/08/16/git-search.conf -src/content/tils/2020/08/28/grep-online.updatedat-check: src/content/tils/2020/08/28/grep-online.conf -src/content/tils/2020/09/04/cli-email-fun-profit.updatedat-check: src/content/tils/2020/09/04/cli-email-fun-profit.conf -src/content/tils/2020/09/05/oldschool-pr.updatedat-check: src/content/tils/2020/09/05/oldschool-pr.conf -src/content/tils/2020/10/11/search-git-history.updatedat-check: src/content/tils/2020/10/11/search-git-history.conf -src/content/tils/2020/11/08/find-broken-symlink.updatedat-check: src/content/tils/2020/11/08/find-broken-symlink.conf -src/content/tils/2020/11/12/diy-nix-bash-ci.updatedat-check: src/content/tils/2020/11/12/diy-nix-bash-ci.conf -src/content/tils/2020/11/12/git-bisect-automation.updatedat-check: src/content/tils/2020/11/12/git-bisect-automation.conf -src/content/tils/2020/11/12/useful-bashvars.updatedat-check: src/content/tils/2020/11/12/useful-bashvars.conf -src/content/tils/2020/11/14/gpodder-media.updatedat-check: src/content/tils/2020/11/14/gpodder-media.conf -src/content/tils/2020/11/30/git-notes-ci.updatedat-check: src/content/tils/2020/11/30/git-notes-ci.conf -src/content/tils/2020/12/15/shellcheck-repo.updatedat-check: src/content/tils/2020/12/15/shellcheck-repo.conf -src/content/tils/2020/12/29/svg.updatedat-check: src/content/tils/2020/12/29/svg.conf -src/content/tils/2021/01/12/curl-awk-emails.updatedat-check: src/content/tils/2021/01/12/curl-awk-emails.conf -src/content/tils/2021/01/17/posix-shebang.updatedat-check: src/content/tils/2021/01/17/posix-shebang.conf -src/content/tils/2021/04/24/cl-generic-precedence.updatedat-check: src/content/tils/2021/04/24/cl-generic-precedence.conf -src/content/tils/2021/04/24/clojure-autocurry.updatedat-check: src/content/tils/2021/04/24/clojure-autocurry.conf -src/content/tils/2021/04/24/scm-nif.updatedat-check: src/content/tils/2021/04/24/scm-nif.conf -src/content/tils/2021/07/23/git-tls-gpg.updatedat-check: src/content/tils/2021/07/23/git-tls-gpg.conf -src/content/tils/2021/08/11/js-bigint-reviver.updatedat-check: src/content/tils/2021/08/11/js-bigint-reviver.conf -src/content/blog/index.updatedat-check: src/content/blog/index.conf -src/content/pastebins/index.updatedat-check: src/content/pastebins/index.conf -src/content/podcasts/index.updatedat-check: src/content/podcasts/index.conf -src/content/screencasts/index.updatedat-check: src/content/screencasts/index.conf -src/content/tils/index.updatedat-check: src/content/tils/index.conf -src/content/blog/categories.updatedat-check: src/content/blog/categories.conf -src/content/pastebins/categories.updatedat-check: src/content/pastebins/categories.conf -src/content/podcasts/categories.updatedat-check: src/content/podcasts/categories.conf -src/content/screencasts/categories.updatedat-check: src/content/screencasts/categories.conf -src/content/tils/categories.updatedat-check: src/content/tils/categories.conf -src/content/about.links-internal-check: src/content/about.links -src/content/index.links-internal-check: src/content/index.links -src/content/blog/2018/07/17/guix-nixos.links-internal-check: src/content/blog/2018/07/17/guix-nixos.links -src/content/blog/2018/08/01/npm-ci-reproducibility.links-internal-check: src/content/blog/2018/08/01/npm-ci-reproducibility.links -src/content/blog/2018/12/21/ytdl-subs.links-internal-check: src/content/blog/2018/12/21/ytdl-subs.links -src/content/blog/2019/06/02/nixos-stateless-workstation.links-internal-check: src/content/blog/2019/06/02/nixos-stateless-workstation.links -src/content/blog/2020/08/10/guix-srht.links-internal-check: src/content/blog/2020/08/10/guix-srht.links -src/content/blog/2020/08/31/database-i-wish-i-had.links-internal-check: src/content/blog/2020/08/31/database-i-wish-i-had.links -src/content/blog/2020/10/05/cargo2nix.links-internal-check: src/content/blog/2020/10/05/cargo2nix.links -src/content/blog/2020/10/05/swift2nix.links-internal-check: src/content/blog/2020/10/05/swift2nix.links -src/content/blog/2020/10/19/feature-flags.links-internal-check: src/content/blog/2020/10/19/feature-flags.links -src/content/blog/2020/10/20/wrong-interviewing.links-internal-check: src/content/blog/2020/10/20/wrong-interviewing.links -src/content/blog/2020/11/07/diy-bugs.links-internal-check: src/content/blog/2020/11/07/diy-bugs.links -src/content/blog/2020/11/08/paradigm-shift-review.links-internal-check: src/content/blog/2020/11/08/paradigm-shift-review.links -src/content/blog/2020/11/12/database-parsers-trees.links-internal-check: src/content/blog/2020/11/12/database-parsers-trees.links -src/content/blog/2020/11/14/local-first-review.links-internal-check: src/content/blog/2020/11/14/local-first-review.links -src/content/blog/2021/01/26/remembering-ann.links-internal-check: src/content/blog/2021/01/26/remembering-ann.links -src/content/blog/2021/02/17/fallible.links-internal-check: src/content/blog/2021/02/17/fallible.links -src/content/blog/2021/04/29/relational-review.links-internal-check: src/content/blog/2021/04/29/relational-review.links -src/content/pastebins/2016/04/05/rpn.links-internal-check: src/content/pastebins/2016/04/05/rpn.links -src/content/pastebins/2018/07/11/nix-pinning.links-internal-check: src/content/pastebins/2018/07/11/nix-pinning.links -src/content/pastebins/2018/07/13/guix-nixos-systemd.links-internal-check: src/content/pastebins/2018/07/13/guix-nixos-systemd.links -src/content/pastebins/2018/07/13/guixbuilder-nixos.links-internal-check: src/content/pastebins/2018/07/13/guixbuilder-nixos.links -src/content/pastebins/2018/07/13/guixbuilder.links-internal-check: src/content/pastebins/2018/07/13/guixbuilder.links -src/content/pastebins/2018/07/13/nix-strpad.links-internal-check: src/content/pastebins/2018/07/13/nix-strpad.links -src/content/pastebins/2018/07/25/nix-exps.links-internal-check: src/content/pastebins/2018/07/25/nix-exps.links -src/content/pastebins/2018/07/25/nix-showdrv.links-internal-check: src/content/pastebins/2018/07/25/nix-showdrv.links -src/content/pastebins/2019/06/08/inconsistent-hash.links-internal-check: src/content/pastebins/2019/06/08/inconsistent-hash.links -src/content/pastebins/2019/12/29/raku-tuple-type.links-internal-check: src/content/pastebins/2019/12/29/raku-tuple-type.links -src/content/pastebins/2020/01/04/guix-import-failure.links-internal-check: src/content/pastebins/2020/01/04/guix-import-failure.links -src/content/pastebins/2020/02/14/guix-shebang.links-internal-check: src/content/pastebins/2020/02/14/guix-shebang.links -src/content/pastebins/2020/11/27/guix-build-local.links-internal-check: src/content/pastebins/2020/11/27/guix-build-local.links -src/content/pastebins/2020/12/15/guix-pack-fail.links-internal-check: src/content/pastebins/2020/12/15/guix-pack-fail.links -src/content/pastebins/2021/04/03/naive-slugify-js.links-internal-check: src/content/pastebins/2021/04/03/naive-slugify-js.links -src/content/pastebins/2021/06/08/reading-session-pt1.links-internal-check: src/content/pastebins/2021/06/08/reading-session-pt1.links -src/content/pastebins/2021/06/22/curl-wget.links-internal-check: src/content/pastebins/2021/06/22/curl-wget.links -src/content/pastebins/2021/08/11/h1-spacing.links-internal-check: src/content/pastebins/2021/08/11/h1-spacing.links -src/content/pastebins/2021/09/02/sicp-3-19.links-internal-check: src/content/pastebins/2021/09/02/sicp-3-19.links -src/content/pastebins/2021/09/03/sicp-persistent-queue.links-internal-check: src/content/pastebins/2021/09/03/sicp-persistent-queue.links -src/content/pastebins/2022/07/14/git-cleanup.links-internal-check: src/content/pastebins/2022/07/14/git-cleanup.links -src/content/pastebins/2023/07/22/funcallable-amop.links-internal-check: src/content/pastebins/2023/07/22/funcallable-amop.links -src/content/podcasts/2020/12/19/test-entry.links-internal-check: src/content/podcasts/2020/12/19/test-entry.links -src/content/screencasts/2021/02/07/autoqemu.links-internal-check: src/content/screencasts/2021/02/07/autoqemu.links -src/content/tils/2020/08/12/filename-timestamp.links-internal-check: src/content/tils/2020/08/12/filename-timestamp.links -src/content/tils/2020/08/13/code-jekyll.links-internal-check: src/content/tils/2020/08/13/code-jekyll.links -src/content/tils/2020/08/14/browse-git.links-internal-check: src/content/tils/2020/08/14/browse-git.links -src/content/tils/2020/08/16/git-search.links-internal-check: src/content/tils/2020/08/16/git-search.links -src/content/tils/2020/08/28/grep-online.links-internal-check: src/content/tils/2020/08/28/grep-online.links -src/content/tils/2020/09/04/cli-email-fun-profit.links-internal-check: src/content/tils/2020/09/04/cli-email-fun-profit.links -src/content/tils/2020/09/05/oldschool-pr.links-internal-check: src/content/tils/2020/09/05/oldschool-pr.links -src/content/tils/2020/10/11/search-git-history.links-internal-check: src/content/tils/2020/10/11/search-git-history.links -src/content/tils/2020/11/08/find-broken-symlink.links-internal-check: src/content/tils/2020/11/08/find-broken-symlink.links -src/content/tils/2020/11/12/diy-nix-bash-ci.links-internal-check: src/content/tils/2020/11/12/diy-nix-bash-ci.links -src/content/tils/2020/11/12/git-bisect-automation.links-internal-check: src/content/tils/2020/11/12/git-bisect-automation.links -src/content/tils/2020/11/12/useful-bashvars.links-internal-check: src/content/tils/2020/11/12/useful-bashvars.links -src/content/tils/2020/11/14/gpodder-media.links-internal-check: src/content/tils/2020/11/14/gpodder-media.links -src/content/tils/2020/11/30/git-notes-ci.links-internal-check: src/content/tils/2020/11/30/git-notes-ci.links -src/content/tils/2020/12/15/shellcheck-repo.links-internal-check: src/content/tils/2020/12/15/shellcheck-repo.links -src/content/tils/2020/12/29/svg.links-internal-check: src/content/tils/2020/12/29/svg.links -src/content/tils/2021/01/12/curl-awk-emails.links-internal-check: src/content/tils/2021/01/12/curl-awk-emails.links -src/content/tils/2021/01/17/posix-shebang.links-internal-check: src/content/tils/2021/01/17/posix-shebang.links -src/content/tils/2021/04/24/cl-generic-precedence.links-internal-check: src/content/tils/2021/04/24/cl-generic-precedence.links -src/content/tils/2021/04/24/clojure-autocurry.links-internal-check: src/content/tils/2021/04/24/clojure-autocurry.links -src/content/tils/2021/04/24/scm-nif.links-internal-check: src/content/tils/2021/04/24/scm-nif.links -src/content/tils/2021/07/23/git-tls-gpg.links-internal-check: src/content/tils/2021/07/23/git-tls-gpg.links -src/content/tils/2021/08/11/js-bigint-reviver.links-internal-check: src/content/tils/2021/08/11/js-bigint-reviver.links -src/content/blog/index.links-internal-check: src/content/blog/index.links -src/content/pastebins/index.links-internal-check: src/content/pastebins/index.links -src/content/podcasts/index.links-internal-check: src/content/podcasts/index.links -src/content/screencasts/index.links-internal-check: src/content/screencasts/index.links -src/content/tils/index.links-internal-check: src/content/tils/index.links -src/content/blog/categories.links-internal-check: src/content/blog/categories.links -src/content/pastebins/categories.links-internal-check: src/content/pastebins/categories.links -src/content/podcasts/categories.links-internal-check: src/content/podcasts/categories.links -src/content/screencasts/categories.links-internal-check: src/content/screencasts/categories.links -src/content/tils/categories.links-internal-check: src/content/tils/categories.links -src/content/about.caslinks: src/content/about.links -src/content/index.caslinks: src/content/index.links -src/content/blog/2018/07/17/guix-nixos.caslinks: src/content/blog/2018/07/17/guix-nixos.links -src/content/blog/2018/08/01/npm-ci-reproducibility.caslinks: src/content/blog/2018/08/01/npm-ci-reproducibility.links -src/content/blog/2018/12/21/ytdl-subs.caslinks: src/content/blog/2018/12/21/ytdl-subs.links -src/content/blog/2019/06/02/nixos-stateless-workstation.caslinks: src/content/blog/2019/06/02/nixos-stateless-workstation.links -src/content/blog/2020/08/10/guix-srht.caslinks: src/content/blog/2020/08/10/guix-srht.links -src/content/blog/2020/08/31/database-i-wish-i-had.caslinks: src/content/blog/2020/08/31/database-i-wish-i-had.links -src/content/blog/2020/10/05/cargo2nix.caslinks: src/content/blog/2020/10/05/cargo2nix.links -src/content/blog/2020/10/05/swift2nix.caslinks: src/content/blog/2020/10/05/swift2nix.links -src/content/blog/2020/10/19/feature-flags.caslinks: src/content/blog/2020/10/19/feature-flags.links -src/content/blog/2020/10/20/wrong-interviewing.caslinks: src/content/blog/2020/10/20/wrong-interviewing.links -src/content/blog/2020/11/07/diy-bugs.caslinks: src/content/blog/2020/11/07/diy-bugs.links -src/content/blog/2020/11/08/paradigm-shift-review.caslinks: src/content/blog/2020/11/08/paradigm-shift-review.links -src/content/blog/2020/11/12/database-parsers-trees.caslinks: src/content/blog/2020/11/12/database-parsers-trees.links -src/content/blog/2020/11/14/local-first-review.caslinks: src/content/blog/2020/11/14/local-first-review.links -src/content/blog/2021/01/26/remembering-ann.caslinks: src/content/blog/2021/01/26/remembering-ann.links -src/content/blog/2021/02/17/fallible.caslinks: src/content/blog/2021/02/17/fallible.links -src/content/blog/2021/04/29/relational-review.caslinks: src/content/blog/2021/04/29/relational-review.links -src/content/pastebins/2016/04/05/rpn.caslinks: src/content/pastebins/2016/04/05/rpn.links -src/content/pastebins/2018/07/11/nix-pinning.caslinks: src/content/pastebins/2018/07/11/nix-pinning.links -src/content/pastebins/2018/07/13/guix-nixos-systemd.caslinks: src/content/pastebins/2018/07/13/guix-nixos-systemd.links -src/content/pastebins/2018/07/13/guixbuilder-nixos.caslinks: src/content/pastebins/2018/07/13/guixbuilder-nixos.links -src/content/pastebins/2018/07/13/guixbuilder.caslinks: src/content/pastebins/2018/07/13/guixbuilder.links -src/content/pastebins/2018/07/13/nix-strpad.caslinks: src/content/pastebins/2018/07/13/nix-strpad.links -src/content/pastebins/2018/07/25/nix-exps.caslinks: src/content/pastebins/2018/07/25/nix-exps.links -src/content/pastebins/2018/07/25/nix-showdrv.caslinks: src/content/pastebins/2018/07/25/nix-showdrv.links -src/content/pastebins/2019/06/08/inconsistent-hash.caslinks: src/content/pastebins/2019/06/08/inconsistent-hash.links -src/content/pastebins/2019/12/29/raku-tuple-type.caslinks: src/content/pastebins/2019/12/29/raku-tuple-type.links -src/content/pastebins/2020/01/04/guix-import-failure.caslinks: src/content/pastebins/2020/01/04/guix-import-failure.links -src/content/pastebins/2020/02/14/guix-shebang.caslinks: src/content/pastebins/2020/02/14/guix-shebang.links -src/content/pastebins/2020/11/27/guix-build-local.caslinks: src/content/pastebins/2020/11/27/guix-build-local.links -src/content/pastebins/2020/12/15/guix-pack-fail.caslinks: src/content/pastebins/2020/12/15/guix-pack-fail.links -src/content/pastebins/2021/04/03/naive-slugify-js.caslinks: src/content/pastebins/2021/04/03/naive-slugify-js.links -src/content/pastebins/2021/06/08/reading-session-pt1.caslinks: src/content/pastebins/2021/06/08/reading-session-pt1.links -src/content/pastebins/2021/06/22/curl-wget.caslinks: src/content/pastebins/2021/06/22/curl-wget.links -src/content/pastebins/2021/08/11/h1-spacing.caslinks: src/content/pastebins/2021/08/11/h1-spacing.links -src/content/pastebins/2021/09/02/sicp-3-19.caslinks: src/content/pastebins/2021/09/02/sicp-3-19.links -src/content/pastebins/2021/09/03/sicp-persistent-queue.caslinks: src/content/pastebins/2021/09/03/sicp-persistent-queue.links -src/content/pastebins/2022/07/14/git-cleanup.caslinks: src/content/pastebins/2022/07/14/git-cleanup.links -src/content/pastebins/2023/07/22/funcallable-amop.caslinks: src/content/pastebins/2023/07/22/funcallable-amop.links -src/content/podcasts/2020/12/19/test-entry.caslinks: src/content/podcasts/2020/12/19/test-entry.links -src/content/screencasts/2021/02/07/autoqemu.caslinks: src/content/screencasts/2021/02/07/autoqemu.links -src/content/tils/2020/08/12/filename-timestamp.caslinks: src/content/tils/2020/08/12/filename-timestamp.links -src/content/tils/2020/08/13/code-jekyll.caslinks: src/content/tils/2020/08/13/code-jekyll.links -src/content/tils/2020/08/14/browse-git.caslinks: src/content/tils/2020/08/14/browse-git.links -src/content/tils/2020/08/16/git-search.caslinks: src/content/tils/2020/08/16/git-search.links -src/content/tils/2020/08/28/grep-online.caslinks: src/content/tils/2020/08/28/grep-online.links -src/content/tils/2020/09/04/cli-email-fun-profit.caslinks: src/content/tils/2020/09/04/cli-email-fun-profit.links -src/content/tils/2020/09/05/oldschool-pr.caslinks: src/content/tils/2020/09/05/oldschool-pr.links -src/content/tils/2020/10/11/search-git-history.caslinks: src/content/tils/2020/10/11/search-git-history.links -src/content/tils/2020/11/08/find-broken-symlink.caslinks: src/content/tils/2020/11/08/find-broken-symlink.links -src/content/tils/2020/11/12/diy-nix-bash-ci.caslinks: src/content/tils/2020/11/12/diy-nix-bash-ci.links -src/content/tils/2020/11/12/git-bisect-automation.caslinks: src/content/tils/2020/11/12/git-bisect-automation.links -src/content/tils/2020/11/12/useful-bashvars.caslinks: src/content/tils/2020/11/12/useful-bashvars.links -src/content/tils/2020/11/14/gpodder-media.caslinks: src/content/tils/2020/11/14/gpodder-media.links -src/content/tils/2020/11/30/git-notes-ci.caslinks: src/content/tils/2020/11/30/git-notes-ci.links -src/content/tils/2020/12/15/shellcheck-repo.caslinks: src/content/tils/2020/12/15/shellcheck-repo.links -src/content/tils/2020/12/29/svg.caslinks: src/content/tils/2020/12/29/svg.links -src/content/tils/2021/01/12/curl-awk-emails.caslinks: src/content/tils/2021/01/12/curl-awk-emails.links -src/content/tils/2021/01/17/posix-shebang.caslinks: src/content/tils/2021/01/17/posix-shebang.links -src/content/tils/2021/04/24/cl-generic-precedence.caslinks: src/content/tils/2021/04/24/cl-generic-precedence.links -src/content/tils/2021/04/24/clojure-autocurry.caslinks: src/content/tils/2021/04/24/clojure-autocurry.links -src/content/tils/2021/04/24/scm-nif.caslinks: src/content/tils/2021/04/24/scm-nif.links -src/content/tils/2021/07/23/git-tls-gpg.caslinks: src/content/tils/2021/07/23/git-tls-gpg.links -src/content/tils/2021/08/11/js-bigint-reviver.caslinks: src/content/tils/2021/08/11/js-bigint-reviver.links -src/content/blog/index.caslinks: src/content/blog/index.links -src/content/pastebins/index.caslinks: src/content/pastebins/index.links -src/content/podcasts/index.caslinks: src/content/podcasts/index.links -src/content/screencasts/index.caslinks: src/content/screencasts/index.links -src/content/tils/index.caslinks: src/content/tils/index.links -src/content/blog/categories.caslinks: src/content/blog/categories.links -src/content/pastebins/categories.caslinks: src/content/pastebins/categories.links -src/content/podcasts/categories.caslinks: src/content/podcasts/categories.links -src/content/screencasts/categories.caslinks: src/content/screencasts/categories.links -src/content/tils/categories.caslinks: src/content/tils/categories.links +src/content/en/about.updatedat-check: src/content/en/about.conf +src/content/en/index.updatedat-check: src/content/en/index.conf +src/content/en/blog/2018/07/17/guix-nixos.updatedat-check: src/content/en/blog/2018/07/17/guix-nixos.conf +src/content/en/blog/2018/08/01/npm-ci-reproducibility.updatedat-check: src/content/en/blog/2018/08/01/npm-ci-reproducibility.conf +src/content/en/blog/2018/12/21/ytdl-subs.updatedat-check: src/content/en/blog/2018/12/21/ytdl-subs.conf +src/content/en/blog/2019/06/02/nixos-stateless-workstation.updatedat-check: src/content/en/blog/2019/06/02/nixos-stateless-workstation.conf +src/content/en/blog/2020/08/10/guix-srht.updatedat-check: src/content/en/blog/2020/08/10/guix-srht.conf +src/content/en/blog/2020/08/31/database-i-wish-i-had.updatedat-check: src/content/en/blog/2020/08/31/database-i-wish-i-had.conf +src/content/en/blog/2020/10/05/cargo2nix.updatedat-check: src/content/en/blog/2020/10/05/cargo2nix.conf +src/content/en/blog/2020/10/05/swift2nix.updatedat-check: src/content/en/blog/2020/10/05/swift2nix.conf +src/content/en/blog/2020/10/19/feature-flags.updatedat-check: src/content/en/blog/2020/10/19/feature-flags.conf +src/content/en/blog/2020/10/20/wrong-interviewing.updatedat-check: src/content/en/blog/2020/10/20/wrong-interviewing.conf +src/content/en/blog/2020/11/07/diy-bugs.updatedat-check: src/content/en/blog/2020/11/07/diy-bugs.conf +src/content/en/blog/2020/11/08/paradigm-shift-review.updatedat-check: src/content/en/blog/2020/11/08/paradigm-shift-review.conf +src/content/en/blog/2020/11/12/database-parsers-trees.updatedat-check: src/content/en/blog/2020/11/12/database-parsers-trees.conf +src/content/en/blog/2020/11/14/local-first-review.updatedat-check: src/content/en/blog/2020/11/14/local-first-review.conf +src/content/en/blog/2021/01/26/remembering-ann.updatedat-check: src/content/en/blog/2021/01/26/remembering-ann.conf +src/content/en/blog/2021/02/17/fallible.updatedat-check: src/content/en/blog/2021/02/17/fallible.conf +src/content/en/blog/2021/04/29/relational-review.updatedat-check: src/content/en/blog/2021/04/29/relational-review.conf +src/content/en/pastebins/2016/04/05/rpn.updatedat-check: src/content/en/pastebins/2016/04/05/rpn.conf +src/content/en/pastebins/2018/07/11/nix-pinning.updatedat-check: src/content/en/pastebins/2018/07/11/nix-pinning.conf +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.updatedat-check: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.conf +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.updatedat-check: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.conf +src/content/en/pastebins/2018/07/13/guixbuilder.updatedat-check: src/content/en/pastebins/2018/07/13/guixbuilder.conf +src/content/en/pastebins/2018/07/13/nix-strpad.updatedat-check: src/content/en/pastebins/2018/07/13/nix-strpad.conf +src/content/en/pastebins/2018/07/25/nix-exps.updatedat-check: src/content/en/pastebins/2018/07/25/nix-exps.conf +src/content/en/pastebins/2018/07/25/nix-showdrv.updatedat-check: src/content/en/pastebins/2018/07/25/nix-showdrv.conf +src/content/en/pastebins/2019/06/08/inconsistent-hash.updatedat-check: src/content/en/pastebins/2019/06/08/inconsistent-hash.conf +src/content/en/pastebins/2019/12/29/raku-tuple-type.updatedat-check: src/content/en/pastebins/2019/12/29/raku-tuple-type.conf +src/content/en/pastebins/2020/01/04/guix-import-failure.updatedat-check: src/content/en/pastebins/2020/01/04/guix-import-failure.conf +src/content/en/pastebins/2020/02/14/guix-shebang.updatedat-check: src/content/en/pastebins/2020/02/14/guix-shebang.conf +src/content/en/pastebins/2020/11/27/guix-build-local.updatedat-check: src/content/en/pastebins/2020/11/27/guix-build-local.conf +src/content/en/pastebins/2020/12/15/guix-pack-fail.updatedat-check: src/content/en/pastebins/2020/12/15/guix-pack-fail.conf +src/content/en/pastebins/2021/04/03/naive-slugify-js.updatedat-check: src/content/en/pastebins/2021/04/03/naive-slugify-js.conf +src/content/en/pastebins/2021/06/08/reading-session-pt1.updatedat-check: src/content/en/pastebins/2021/06/08/reading-session-pt1.conf +src/content/en/pastebins/2021/06/22/curl-wget.updatedat-check: src/content/en/pastebins/2021/06/22/curl-wget.conf +src/content/en/pastebins/2021/08/11/h1-spacing.updatedat-check: src/content/en/pastebins/2021/08/11/h1-spacing.conf +src/content/en/pastebins/2021/09/02/sicp-3-19.updatedat-check: src/content/en/pastebins/2021/09/02/sicp-3-19.conf +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.updatedat-check: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.conf +src/content/en/pastebins/2022/07/14/git-cleanup.updatedat-check: src/content/en/pastebins/2022/07/14/git-cleanup.conf +src/content/en/pastebins/2023/07/22/funcallable-amop.updatedat-check: src/content/en/pastebins/2023/07/22/funcallable-amop.conf +src/content/en/podcasts/2020/12/19/test-entry.updatedat-check: src/content/en/podcasts/2020/12/19/test-entry.conf +src/content/en/screencasts/2021/02/07/autoqemu.updatedat-check: src/content/en/screencasts/2021/02/07/autoqemu.conf +src/content/en/tils/2020/08/12/filename-timestamp.updatedat-check: src/content/en/tils/2020/08/12/filename-timestamp.conf +src/content/en/tils/2020/08/13/code-jekyll.updatedat-check: src/content/en/tils/2020/08/13/code-jekyll.conf +src/content/en/tils/2020/08/14/browse-git.updatedat-check: src/content/en/tils/2020/08/14/browse-git.conf +src/content/en/tils/2020/08/16/git-search.updatedat-check: src/content/en/tils/2020/08/16/git-search.conf +src/content/en/tils/2020/08/28/grep-online.updatedat-check: src/content/en/tils/2020/08/28/grep-online.conf +src/content/en/tils/2020/09/04/cli-email-fun-profit.updatedat-check: src/content/en/tils/2020/09/04/cli-email-fun-profit.conf +src/content/en/tils/2020/09/05/oldschool-pr.updatedat-check: src/content/en/tils/2020/09/05/oldschool-pr.conf +src/content/en/tils/2020/10/11/search-git-history.updatedat-check: src/content/en/tils/2020/10/11/search-git-history.conf +src/content/en/tils/2020/11/08/find-broken-symlink.updatedat-check: src/content/en/tils/2020/11/08/find-broken-symlink.conf +src/content/en/tils/2020/11/12/diy-nix-bash-ci.updatedat-check: src/content/en/tils/2020/11/12/diy-nix-bash-ci.conf +src/content/en/tils/2020/11/12/git-bisect-automation.updatedat-check: src/content/en/tils/2020/11/12/git-bisect-automation.conf +src/content/en/tils/2020/11/12/useful-bashvars.updatedat-check: src/content/en/tils/2020/11/12/useful-bashvars.conf +src/content/en/tils/2020/11/14/gpodder-media.updatedat-check: src/content/en/tils/2020/11/14/gpodder-media.conf +src/content/en/tils/2020/11/30/git-notes-ci.updatedat-check: src/content/en/tils/2020/11/30/git-notes-ci.conf +src/content/en/tils/2020/12/15/shellcheck-repo.updatedat-check: src/content/en/tils/2020/12/15/shellcheck-repo.conf +src/content/en/tils/2020/12/29/svg.updatedat-check: src/content/en/tils/2020/12/29/svg.conf +src/content/en/tils/2021/01/12/curl-awk-emails.updatedat-check: src/content/en/tils/2021/01/12/curl-awk-emails.conf +src/content/en/tils/2021/01/17/posix-shebang.updatedat-check: src/content/en/tils/2021/01/17/posix-shebang.conf +src/content/en/tils/2021/04/24/cl-generic-precedence.updatedat-check: src/content/en/tils/2021/04/24/cl-generic-precedence.conf +src/content/en/tils/2021/04/24/clojure-autocurry.updatedat-check: src/content/en/tils/2021/04/24/clojure-autocurry.conf +src/content/en/tils/2021/04/24/scm-nif.updatedat-check: src/content/en/tils/2021/04/24/scm-nif.conf +src/content/en/tils/2021/07/23/git-tls-gpg.updatedat-check: src/content/en/tils/2021/07/23/git-tls-gpg.conf +src/content/en/tils/2021/08/11/js-bigint-reviver.updatedat-check: src/content/en/tils/2021/08/11/js-bigint-reviver.conf +src/content/en/blog/index.updatedat-check: src/content/en/blog/index.conf +src/content/en/pastebins/index.updatedat-check: src/content/en/pastebins/index.conf +src/content/en/podcasts/index.updatedat-check: src/content/en/podcasts/index.conf +src/content/en/screencasts/index.updatedat-check: src/content/en/screencasts/index.conf +src/content/en/tils/index.updatedat-check: src/content/en/tils/index.conf +src/content/en/blog/categories.updatedat-check: src/content/en/blog/categories.conf +src/content/en/pastebins/categories.updatedat-check: src/content/en/pastebins/categories.conf +src/content/en/podcasts/categories.updatedat-check: src/content/en/podcasts/categories.conf +src/content/en/screencasts/categories.updatedat-check: src/content/en/screencasts/categories.conf +src/content/en/tils/categories.updatedat-check: src/content/en/tils/categories.conf +src/content/en/about.links-internal-check: src/content/en/about.links +src/content/en/index.links-internal-check: src/content/en/index.links +src/content/en/blog/2018/07/17/guix-nixos.links-internal-check: src/content/en/blog/2018/07/17/guix-nixos.links +src/content/en/blog/2018/08/01/npm-ci-reproducibility.links-internal-check: src/content/en/blog/2018/08/01/npm-ci-reproducibility.links +src/content/en/blog/2018/12/21/ytdl-subs.links-internal-check: src/content/en/blog/2018/12/21/ytdl-subs.links +src/content/en/blog/2019/06/02/nixos-stateless-workstation.links-internal-check: src/content/en/blog/2019/06/02/nixos-stateless-workstation.links +src/content/en/blog/2020/08/10/guix-srht.links-internal-check: src/content/en/blog/2020/08/10/guix-srht.links +src/content/en/blog/2020/08/31/database-i-wish-i-had.links-internal-check: src/content/en/blog/2020/08/31/database-i-wish-i-had.links +src/content/en/blog/2020/10/05/cargo2nix.links-internal-check: src/content/en/blog/2020/10/05/cargo2nix.links +src/content/en/blog/2020/10/05/swift2nix.links-internal-check: src/content/en/blog/2020/10/05/swift2nix.links +src/content/en/blog/2020/10/19/feature-flags.links-internal-check: src/content/en/blog/2020/10/19/feature-flags.links +src/content/en/blog/2020/10/20/wrong-interviewing.links-internal-check: src/content/en/blog/2020/10/20/wrong-interviewing.links +src/content/en/blog/2020/11/07/diy-bugs.links-internal-check: src/content/en/blog/2020/11/07/diy-bugs.links +src/content/en/blog/2020/11/08/paradigm-shift-review.links-internal-check: src/content/en/blog/2020/11/08/paradigm-shift-review.links +src/content/en/blog/2020/11/12/database-parsers-trees.links-internal-check: src/content/en/blog/2020/11/12/database-parsers-trees.links +src/content/en/blog/2020/11/14/local-first-review.links-internal-check: src/content/en/blog/2020/11/14/local-first-review.links +src/content/en/blog/2021/01/26/remembering-ann.links-internal-check: src/content/en/blog/2021/01/26/remembering-ann.links +src/content/en/blog/2021/02/17/fallible.links-internal-check: src/content/en/blog/2021/02/17/fallible.links +src/content/en/blog/2021/04/29/relational-review.links-internal-check: src/content/en/blog/2021/04/29/relational-review.links +src/content/en/pastebins/2016/04/05/rpn.links-internal-check: src/content/en/pastebins/2016/04/05/rpn.links +src/content/en/pastebins/2018/07/11/nix-pinning.links-internal-check: src/content/en/pastebins/2018/07/11/nix-pinning.links +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.links-internal-check: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.links +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.links-internal-check: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.links +src/content/en/pastebins/2018/07/13/guixbuilder.links-internal-check: src/content/en/pastebins/2018/07/13/guixbuilder.links +src/content/en/pastebins/2018/07/13/nix-strpad.links-internal-check: src/content/en/pastebins/2018/07/13/nix-strpad.links +src/content/en/pastebins/2018/07/25/nix-exps.links-internal-check: src/content/en/pastebins/2018/07/25/nix-exps.links +src/content/en/pastebins/2018/07/25/nix-showdrv.links-internal-check: src/content/en/pastebins/2018/07/25/nix-showdrv.links +src/content/en/pastebins/2019/06/08/inconsistent-hash.links-internal-check: src/content/en/pastebins/2019/06/08/inconsistent-hash.links +src/content/en/pastebins/2019/12/29/raku-tuple-type.links-internal-check: src/content/en/pastebins/2019/12/29/raku-tuple-type.links +src/content/en/pastebins/2020/01/04/guix-import-failure.links-internal-check: src/content/en/pastebins/2020/01/04/guix-import-failure.links +src/content/en/pastebins/2020/02/14/guix-shebang.links-internal-check: src/content/en/pastebins/2020/02/14/guix-shebang.links +src/content/en/pastebins/2020/11/27/guix-build-local.links-internal-check: src/content/en/pastebins/2020/11/27/guix-build-local.links +src/content/en/pastebins/2020/12/15/guix-pack-fail.links-internal-check: src/content/en/pastebins/2020/12/15/guix-pack-fail.links +src/content/en/pastebins/2021/04/03/naive-slugify-js.links-internal-check: src/content/en/pastebins/2021/04/03/naive-slugify-js.links +src/content/en/pastebins/2021/06/08/reading-session-pt1.links-internal-check: src/content/en/pastebins/2021/06/08/reading-session-pt1.links +src/content/en/pastebins/2021/06/22/curl-wget.links-internal-check: src/content/en/pastebins/2021/06/22/curl-wget.links +src/content/en/pastebins/2021/08/11/h1-spacing.links-internal-check: src/content/en/pastebins/2021/08/11/h1-spacing.links +src/content/en/pastebins/2021/09/02/sicp-3-19.links-internal-check: src/content/en/pastebins/2021/09/02/sicp-3-19.links +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.links-internal-check: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.links +src/content/en/pastebins/2022/07/14/git-cleanup.links-internal-check: src/content/en/pastebins/2022/07/14/git-cleanup.links +src/content/en/pastebins/2023/07/22/funcallable-amop.links-internal-check: src/content/en/pastebins/2023/07/22/funcallable-amop.links +src/content/en/podcasts/2020/12/19/test-entry.links-internal-check: src/content/en/podcasts/2020/12/19/test-entry.links +src/content/en/screencasts/2021/02/07/autoqemu.links-internal-check: src/content/en/screencasts/2021/02/07/autoqemu.links +src/content/en/tils/2020/08/12/filename-timestamp.links-internal-check: src/content/en/tils/2020/08/12/filename-timestamp.links +src/content/en/tils/2020/08/13/code-jekyll.links-internal-check: src/content/en/tils/2020/08/13/code-jekyll.links +src/content/en/tils/2020/08/14/browse-git.links-internal-check: src/content/en/tils/2020/08/14/browse-git.links +src/content/en/tils/2020/08/16/git-search.links-internal-check: src/content/en/tils/2020/08/16/git-search.links +src/content/en/tils/2020/08/28/grep-online.links-internal-check: src/content/en/tils/2020/08/28/grep-online.links +src/content/en/tils/2020/09/04/cli-email-fun-profit.links-internal-check: src/content/en/tils/2020/09/04/cli-email-fun-profit.links +src/content/en/tils/2020/09/05/oldschool-pr.links-internal-check: src/content/en/tils/2020/09/05/oldschool-pr.links +src/content/en/tils/2020/10/11/search-git-history.links-internal-check: src/content/en/tils/2020/10/11/search-git-history.links +src/content/en/tils/2020/11/08/find-broken-symlink.links-internal-check: src/content/en/tils/2020/11/08/find-broken-symlink.links +src/content/en/tils/2020/11/12/diy-nix-bash-ci.links-internal-check: src/content/en/tils/2020/11/12/diy-nix-bash-ci.links +src/content/en/tils/2020/11/12/git-bisect-automation.links-internal-check: src/content/en/tils/2020/11/12/git-bisect-automation.links +src/content/en/tils/2020/11/12/useful-bashvars.links-internal-check: src/content/en/tils/2020/11/12/useful-bashvars.links +src/content/en/tils/2020/11/14/gpodder-media.links-internal-check: src/content/en/tils/2020/11/14/gpodder-media.links +src/content/en/tils/2020/11/30/git-notes-ci.links-internal-check: src/content/en/tils/2020/11/30/git-notes-ci.links +src/content/en/tils/2020/12/15/shellcheck-repo.links-internal-check: src/content/en/tils/2020/12/15/shellcheck-repo.links +src/content/en/tils/2020/12/29/svg.links-internal-check: src/content/en/tils/2020/12/29/svg.links +src/content/en/tils/2021/01/12/curl-awk-emails.links-internal-check: src/content/en/tils/2021/01/12/curl-awk-emails.links +src/content/en/tils/2021/01/17/posix-shebang.links-internal-check: src/content/en/tils/2021/01/17/posix-shebang.links +src/content/en/tils/2021/04/24/cl-generic-precedence.links-internal-check: src/content/en/tils/2021/04/24/cl-generic-precedence.links +src/content/en/tils/2021/04/24/clojure-autocurry.links-internal-check: src/content/en/tils/2021/04/24/clojure-autocurry.links +src/content/en/tils/2021/04/24/scm-nif.links-internal-check: src/content/en/tils/2021/04/24/scm-nif.links +src/content/en/tils/2021/07/23/git-tls-gpg.links-internal-check: src/content/en/tils/2021/07/23/git-tls-gpg.links +src/content/en/tils/2021/08/11/js-bigint-reviver.links-internal-check: src/content/en/tils/2021/08/11/js-bigint-reviver.links +src/content/en/blog/index.links-internal-check: src/content/en/blog/index.links +src/content/en/pastebins/index.links-internal-check: src/content/en/pastebins/index.links +src/content/en/podcasts/index.links-internal-check: src/content/en/podcasts/index.links +src/content/en/screencasts/index.links-internal-check: src/content/en/screencasts/index.links +src/content/en/tils/index.links-internal-check: src/content/en/tils/index.links +src/content/en/blog/categories.links-internal-check: src/content/en/blog/categories.links +src/content/en/pastebins/categories.links-internal-check: src/content/en/pastebins/categories.links +src/content/en/podcasts/categories.links-internal-check: src/content/en/podcasts/categories.links +src/content/en/screencasts/categories.links-internal-check: src/content/en/screencasts/categories.links +src/content/en/tils/categories.links-internal-check: src/content/en/tils/categories.links +src/content/en/about.caslinks: src/content/en/about.links +src/content/en/index.caslinks: src/content/en/index.links +src/content/en/blog/2018/07/17/guix-nixos.caslinks: src/content/en/blog/2018/07/17/guix-nixos.links +src/content/en/blog/2018/08/01/npm-ci-reproducibility.caslinks: src/content/en/blog/2018/08/01/npm-ci-reproducibility.links +src/content/en/blog/2018/12/21/ytdl-subs.caslinks: src/content/en/blog/2018/12/21/ytdl-subs.links +src/content/en/blog/2019/06/02/nixos-stateless-workstation.caslinks: src/content/en/blog/2019/06/02/nixos-stateless-workstation.links +src/content/en/blog/2020/08/10/guix-srht.caslinks: src/content/en/blog/2020/08/10/guix-srht.links +src/content/en/blog/2020/08/31/database-i-wish-i-had.caslinks: src/content/en/blog/2020/08/31/database-i-wish-i-had.links +src/content/en/blog/2020/10/05/cargo2nix.caslinks: src/content/en/blog/2020/10/05/cargo2nix.links +src/content/en/blog/2020/10/05/swift2nix.caslinks: src/content/en/blog/2020/10/05/swift2nix.links +src/content/en/blog/2020/10/19/feature-flags.caslinks: src/content/en/blog/2020/10/19/feature-flags.links +src/content/en/blog/2020/10/20/wrong-interviewing.caslinks: src/content/en/blog/2020/10/20/wrong-interviewing.links +src/content/en/blog/2020/11/07/diy-bugs.caslinks: src/content/en/blog/2020/11/07/diy-bugs.links +src/content/en/blog/2020/11/08/paradigm-shift-review.caslinks: src/content/en/blog/2020/11/08/paradigm-shift-review.links +src/content/en/blog/2020/11/12/database-parsers-trees.caslinks: src/content/en/blog/2020/11/12/database-parsers-trees.links +src/content/en/blog/2020/11/14/local-first-review.caslinks: src/content/en/blog/2020/11/14/local-first-review.links +src/content/en/blog/2021/01/26/remembering-ann.caslinks: src/content/en/blog/2021/01/26/remembering-ann.links +src/content/en/blog/2021/02/17/fallible.caslinks: src/content/en/blog/2021/02/17/fallible.links +src/content/en/blog/2021/04/29/relational-review.caslinks: src/content/en/blog/2021/04/29/relational-review.links +src/content/en/pastebins/2016/04/05/rpn.caslinks: src/content/en/pastebins/2016/04/05/rpn.links +src/content/en/pastebins/2018/07/11/nix-pinning.caslinks: src/content/en/pastebins/2018/07/11/nix-pinning.links +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.caslinks: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.links +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.caslinks: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.links +src/content/en/pastebins/2018/07/13/guixbuilder.caslinks: src/content/en/pastebins/2018/07/13/guixbuilder.links +src/content/en/pastebins/2018/07/13/nix-strpad.caslinks: src/content/en/pastebins/2018/07/13/nix-strpad.links +src/content/en/pastebins/2018/07/25/nix-exps.caslinks: src/content/en/pastebins/2018/07/25/nix-exps.links +src/content/en/pastebins/2018/07/25/nix-showdrv.caslinks: src/content/en/pastebins/2018/07/25/nix-showdrv.links +src/content/en/pastebins/2019/06/08/inconsistent-hash.caslinks: src/content/en/pastebins/2019/06/08/inconsistent-hash.links +src/content/en/pastebins/2019/12/29/raku-tuple-type.caslinks: src/content/en/pastebins/2019/12/29/raku-tuple-type.links +src/content/en/pastebins/2020/01/04/guix-import-failure.caslinks: src/content/en/pastebins/2020/01/04/guix-import-failure.links +src/content/en/pastebins/2020/02/14/guix-shebang.caslinks: src/content/en/pastebins/2020/02/14/guix-shebang.links +src/content/en/pastebins/2020/11/27/guix-build-local.caslinks: src/content/en/pastebins/2020/11/27/guix-build-local.links +src/content/en/pastebins/2020/12/15/guix-pack-fail.caslinks: src/content/en/pastebins/2020/12/15/guix-pack-fail.links +src/content/en/pastebins/2021/04/03/naive-slugify-js.caslinks: src/content/en/pastebins/2021/04/03/naive-slugify-js.links +src/content/en/pastebins/2021/06/08/reading-session-pt1.caslinks: src/content/en/pastebins/2021/06/08/reading-session-pt1.links +src/content/en/pastebins/2021/06/22/curl-wget.caslinks: src/content/en/pastebins/2021/06/22/curl-wget.links +src/content/en/pastebins/2021/08/11/h1-spacing.caslinks: src/content/en/pastebins/2021/08/11/h1-spacing.links +src/content/en/pastebins/2021/09/02/sicp-3-19.caslinks: src/content/en/pastebins/2021/09/02/sicp-3-19.links +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.caslinks: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.links +src/content/en/pastebins/2022/07/14/git-cleanup.caslinks: src/content/en/pastebins/2022/07/14/git-cleanup.links +src/content/en/pastebins/2023/07/22/funcallable-amop.caslinks: src/content/en/pastebins/2023/07/22/funcallable-amop.links +src/content/en/podcasts/2020/12/19/test-entry.caslinks: src/content/en/podcasts/2020/12/19/test-entry.links +src/content/en/screencasts/2021/02/07/autoqemu.caslinks: src/content/en/screencasts/2021/02/07/autoqemu.links +src/content/en/tils/2020/08/12/filename-timestamp.caslinks: src/content/en/tils/2020/08/12/filename-timestamp.links +src/content/en/tils/2020/08/13/code-jekyll.caslinks: src/content/en/tils/2020/08/13/code-jekyll.links +src/content/en/tils/2020/08/14/browse-git.caslinks: src/content/en/tils/2020/08/14/browse-git.links +src/content/en/tils/2020/08/16/git-search.caslinks: src/content/en/tils/2020/08/16/git-search.links +src/content/en/tils/2020/08/28/grep-online.caslinks: src/content/en/tils/2020/08/28/grep-online.links +src/content/en/tils/2020/09/04/cli-email-fun-profit.caslinks: src/content/en/tils/2020/09/04/cli-email-fun-profit.links +src/content/en/tils/2020/09/05/oldschool-pr.caslinks: src/content/en/tils/2020/09/05/oldschool-pr.links +src/content/en/tils/2020/10/11/search-git-history.caslinks: src/content/en/tils/2020/10/11/search-git-history.links +src/content/en/tils/2020/11/08/find-broken-symlink.caslinks: src/content/en/tils/2020/11/08/find-broken-symlink.links +src/content/en/tils/2020/11/12/diy-nix-bash-ci.caslinks: src/content/en/tils/2020/11/12/diy-nix-bash-ci.links +src/content/en/tils/2020/11/12/git-bisect-automation.caslinks: src/content/en/tils/2020/11/12/git-bisect-automation.links +src/content/en/tils/2020/11/12/useful-bashvars.caslinks: src/content/en/tils/2020/11/12/useful-bashvars.links +src/content/en/tils/2020/11/14/gpodder-media.caslinks: src/content/en/tils/2020/11/14/gpodder-media.links +src/content/en/tils/2020/11/30/git-notes-ci.caslinks: src/content/en/tils/2020/11/30/git-notes-ci.links +src/content/en/tils/2020/12/15/shellcheck-repo.caslinks: src/content/en/tils/2020/12/15/shellcheck-repo.links +src/content/en/tils/2020/12/29/svg.caslinks: src/content/en/tils/2020/12/29/svg.links +src/content/en/tils/2021/01/12/curl-awk-emails.caslinks: src/content/en/tils/2021/01/12/curl-awk-emails.links +src/content/en/tils/2021/01/17/posix-shebang.caslinks: src/content/en/tils/2021/01/17/posix-shebang.links +src/content/en/tils/2021/04/24/cl-generic-precedence.caslinks: src/content/en/tils/2021/04/24/cl-generic-precedence.links +src/content/en/tils/2021/04/24/clojure-autocurry.caslinks: src/content/en/tils/2021/04/24/clojure-autocurry.links +src/content/en/tils/2021/04/24/scm-nif.caslinks: src/content/en/tils/2021/04/24/scm-nif.links +src/content/en/tils/2021/07/23/git-tls-gpg.caslinks: src/content/en/tils/2021/07/23/git-tls-gpg.links +src/content/en/tils/2021/08/11/js-bigint-reviver.caslinks: src/content/en/tils/2021/08/11/js-bigint-reviver.links +src/content/en/blog/index.caslinks: src/content/en/blog/index.links +src/content/en/pastebins/index.caslinks: src/content/en/pastebins/index.links +src/content/en/podcasts/index.caslinks: src/content/en/podcasts/index.links +src/content/en/screencasts/index.caslinks: src/content/en/screencasts/index.links +src/content/en/tils/index.caslinks: src/content/en/tils/index.links +src/content/en/blog/categories.caslinks: src/content/en/blog/categories.links +src/content/en/pastebins/categories.caslinks: src/content/en/pastebins/categories.links +src/content/en/podcasts/categories.caslinks: src/content/en/podcasts/categories.links +src/content/en/screencasts/categories.caslinks: src/content/en/screencasts/categories.links +src/content/en/tils/categories.caslinks: src/content/en/tils/categories.links -src/content/blog/2018/07/17/guix-nixos.feedentry: src/content/blog/2018/07/17/guix-nixos.conf src/content/blog/2018/07/17/guix-nixos.htmlbody -src/content/blog/2018/08/01/npm-ci-reproducibility.feedentry: src/content/blog/2018/08/01/npm-ci-reproducibility.conf src/content/blog/2018/08/01/npm-ci-reproducibility.htmlbody -src/content/blog/2018/12/21/ytdl-subs.feedentry: src/content/blog/2018/12/21/ytdl-subs.conf src/content/blog/2018/12/21/ytdl-subs.htmlbody -src/content/blog/2019/06/02/nixos-stateless-workstation.feedentry: src/content/blog/2019/06/02/nixos-stateless-workstation.conf src/content/blog/2019/06/02/nixos-stateless-workstation.htmlbody -src/content/blog/2020/08/10/guix-srht.feedentry: src/content/blog/2020/08/10/guix-srht.conf src/content/blog/2020/08/10/guix-srht.htmlbody -src/content/blog/2020/08/31/database-i-wish-i-had.feedentry: src/content/blog/2020/08/31/database-i-wish-i-had.conf src/content/blog/2020/08/31/database-i-wish-i-had.htmlbody -src/content/blog/2020/10/05/cargo2nix.feedentry: src/content/blog/2020/10/05/cargo2nix.conf src/content/blog/2020/10/05/cargo2nix.htmlbody -src/content/blog/2020/10/05/swift2nix.feedentry: src/content/blog/2020/10/05/swift2nix.conf src/content/blog/2020/10/05/swift2nix.htmlbody -src/content/blog/2020/10/19/feature-flags.feedentry: src/content/blog/2020/10/19/feature-flags.conf src/content/blog/2020/10/19/feature-flags.htmlbody -src/content/blog/2020/10/20/wrong-interviewing.feedentry: src/content/blog/2020/10/20/wrong-interviewing.conf src/content/blog/2020/10/20/wrong-interviewing.htmlbody -src/content/blog/2020/11/07/diy-bugs.feedentry: src/content/blog/2020/11/07/diy-bugs.conf src/content/blog/2020/11/07/diy-bugs.htmlbody -src/content/blog/2020/11/08/paradigm-shift-review.feedentry: src/content/blog/2020/11/08/paradigm-shift-review.conf src/content/blog/2020/11/08/paradigm-shift-review.htmlbody -src/content/blog/2020/11/12/database-parsers-trees.feedentry: src/content/blog/2020/11/12/database-parsers-trees.conf src/content/blog/2020/11/12/database-parsers-trees.htmlbody -src/content/blog/2020/11/14/local-first-review.feedentry: src/content/blog/2020/11/14/local-first-review.conf src/content/blog/2020/11/14/local-first-review.htmlbody -src/content/blog/2021/01/26/remembering-ann.feedentry: src/content/blog/2021/01/26/remembering-ann.conf src/content/blog/2021/01/26/remembering-ann.htmlbody -src/content/blog/2021/02/17/fallible.feedentry: src/content/blog/2021/02/17/fallible.conf src/content/blog/2021/02/17/fallible.htmlbody -src/content/blog/2021/04/29/relational-review.feedentry: src/content/blog/2021/04/29/relational-review.conf src/content/blog/2021/04/29/relational-review.htmlbody -src/content/pastebins/2016/04/05/rpn.feedentry: src/content/pastebins/2016/04/05/rpn.conf src/content/pastebins/2016/04/05/rpn.htmlbody -src/content/pastebins/2018/07/11/nix-pinning.feedentry: src/content/pastebins/2018/07/11/nix-pinning.conf src/content/pastebins/2018/07/11/nix-pinning.htmlbody -src/content/pastebins/2018/07/13/guix-nixos-systemd.feedentry: src/content/pastebins/2018/07/13/guix-nixos-systemd.conf src/content/pastebins/2018/07/13/guix-nixos-systemd.htmlbody -src/content/pastebins/2018/07/13/guixbuilder-nixos.feedentry: src/content/pastebins/2018/07/13/guixbuilder-nixos.conf src/content/pastebins/2018/07/13/guixbuilder-nixos.htmlbody -src/content/pastebins/2018/07/13/guixbuilder.feedentry: src/content/pastebins/2018/07/13/guixbuilder.conf src/content/pastebins/2018/07/13/guixbuilder.htmlbody -src/content/pastebins/2018/07/13/nix-strpad.feedentry: src/content/pastebins/2018/07/13/nix-strpad.conf src/content/pastebins/2018/07/13/nix-strpad.htmlbody -src/content/pastebins/2018/07/25/nix-exps.feedentry: src/content/pastebins/2018/07/25/nix-exps.conf src/content/pastebins/2018/07/25/nix-exps.htmlbody -src/content/pastebins/2018/07/25/nix-showdrv.feedentry: src/content/pastebins/2018/07/25/nix-showdrv.conf src/content/pastebins/2018/07/25/nix-showdrv.htmlbody -src/content/pastebins/2019/06/08/inconsistent-hash.feedentry: src/content/pastebins/2019/06/08/inconsistent-hash.conf src/content/pastebins/2019/06/08/inconsistent-hash.htmlbody -src/content/pastebins/2019/12/29/raku-tuple-type.feedentry: src/content/pastebins/2019/12/29/raku-tuple-type.conf src/content/pastebins/2019/12/29/raku-tuple-type.htmlbody -src/content/pastebins/2020/01/04/guix-import-failure.feedentry: src/content/pastebins/2020/01/04/guix-import-failure.conf src/content/pastebins/2020/01/04/guix-import-failure.htmlbody -src/content/pastebins/2020/02/14/guix-shebang.feedentry: src/content/pastebins/2020/02/14/guix-shebang.conf src/content/pastebins/2020/02/14/guix-shebang.htmlbody -src/content/pastebins/2020/11/27/guix-build-local.feedentry: src/content/pastebins/2020/11/27/guix-build-local.conf src/content/pastebins/2020/11/27/guix-build-local.htmlbody -src/content/pastebins/2020/12/15/guix-pack-fail.feedentry: src/content/pastebins/2020/12/15/guix-pack-fail.conf src/content/pastebins/2020/12/15/guix-pack-fail.htmlbody -src/content/pastebins/2021/04/03/naive-slugify-js.feedentry: src/content/pastebins/2021/04/03/naive-slugify-js.conf src/content/pastebins/2021/04/03/naive-slugify-js.htmlbody -src/content/pastebins/2021/06/08/reading-session-pt1.feedentry: src/content/pastebins/2021/06/08/reading-session-pt1.conf src/content/pastebins/2021/06/08/reading-session-pt1.htmlbody -src/content/pastebins/2021/06/22/curl-wget.feedentry: src/content/pastebins/2021/06/22/curl-wget.conf src/content/pastebins/2021/06/22/curl-wget.htmlbody -src/content/pastebins/2021/08/11/h1-spacing.feedentry: src/content/pastebins/2021/08/11/h1-spacing.conf src/content/pastebins/2021/08/11/h1-spacing.htmlbody -src/content/pastebins/2021/09/02/sicp-3-19.feedentry: src/content/pastebins/2021/09/02/sicp-3-19.conf src/content/pastebins/2021/09/02/sicp-3-19.htmlbody -src/content/pastebins/2021/09/03/sicp-persistent-queue.feedentry: src/content/pastebins/2021/09/03/sicp-persistent-queue.conf src/content/pastebins/2021/09/03/sicp-persistent-queue.htmlbody -src/content/pastebins/2022/07/14/git-cleanup.feedentry: src/content/pastebins/2022/07/14/git-cleanup.conf src/content/pastebins/2022/07/14/git-cleanup.htmlbody -src/content/pastebins/2023/07/22/funcallable-amop.feedentry: src/content/pastebins/2023/07/22/funcallable-amop.conf src/content/pastebins/2023/07/22/funcallable-amop.htmlbody -src/content/podcasts/2020/12/19/test-entry.feedentry: src/content/podcasts/2020/12/19/test-entry.conf src/content/podcasts/2020/12/19/test-entry.htmlbody -src/content/screencasts/2021/02/07/autoqemu.feedentry: src/content/screencasts/2021/02/07/autoqemu.conf src/content/screencasts/2021/02/07/autoqemu.htmlbody -src/content/tils/2020/08/12/filename-timestamp.feedentry: src/content/tils/2020/08/12/filename-timestamp.conf src/content/tils/2020/08/12/filename-timestamp.htmlbody -src/content/tils/2020/08/13/code-jekyll.feedentry: src/content/tils/2020/08/13/code-jekyll.conf src/content/tils/2020/08/13/code-jekyll.htmlbody -src/content/tils/2020/08/14/browse-git.feedentry: src/content/tils/2020/08/14/browse-git.conf src/content/tils/2020/08/14/browse-git.htmlbody -src/content/tils/2020/08/16/git-search.feedentry: src/content/tils/2020/08/16/git-search.conf src/content/tils/2020/08/16/git-search.htmlbody -src/content/tils/2020/08/28/grep-online.feedentry: src/content/tils/2020/08/28/grep-online.conf src/content/tils/2020/08/28/grep-online.htmlbody -src/content/tils/2020/09/04/cli-email-fun-profit.feedentry: src/content/tils/2020/09/04/cli-email-fun-profit.conf src/content/tils/2020/09/04/cli-email-fun-profit.htmlbody -src/content/tils/2020/09/05/oldschool-pr.feedentry: src/content/tils/2020/09/05/oldschool-pr.conf src/content/tils/2020/09/05/oldschool-pr.htmlbody -src/content/tils/2020/10/11/search-git-history.feedentry: src/content/tils/2020/10/11/search-git-history.conf src/content/tils/2020/10/11/search-git-history.htmlbody -src/content/tils/2020/11/08/find-broken-symlink.feedentry: src/content/tils/2020/11/08/find-broken-symlink.conf src/content/tils/2020/11/08/find-broken-symlink.htmlbody -src/content/tils/2020/11/12/diy-nix-bash-ci.feedentry: src/content/tils/2020/11/12/diy-nix-bash-ci.conf src/content/tils/2020/11/12/diy-nix-bash-ci.htmlbody -src/content/tils/2020/11/12/git-bisect-automation.feedentry: src/content/tils/2020/11/12/git-bisect-automation.conf src/content/tils/2020/11/12/git-bisect-automation.htmlbody -src/content/tils/2020/11/12/useful-bashvars.feedentry: src/content/tils/2020/11/12/useful-bashvars.conf src/content/tils/2020/11/12/useful-bashvars.htmlbody -src/content/tils/2020/11/14/gpodder-media.feedentry: src/content/tils/2020/11/14/gpodder-media.conf src/content/tils/2020/11/14/gpodder-media.htmlbody -src/content/tils/2020/11/30/git-notes-ci.feedentry: src/content/tils/2020/11/30/git-notes-ci.conf src/content/tils/2020/11/30/git-notes-ci.htmlbody -src/content/tils/2020/12/15/shellcheck-repo.feedentry: src/content/tils/2020/12/15/shellcheck-repo.conf src/content/tils/2020/12/15/shellcheck-repo.htmlbody -src/content/tils/2020/12/29/svg.feedentry: src/content/tils/2020/12/29/svg.conf src/content/tils/2020/12/29/svg.htmlbody -src/content/tils/2021/01/12/curl-awk-emails.feedentry: src/content/tils/2021/01/12/curl-awk-emails.conf src/content/tils/2021/01/12/curl-awk-emails.htmlbody -src/content/tils/2021/01/17/posix-shebang.feedentry: src/content/tils/2021/01/17/posix-shebang.conf src/content/tils/2021/01/17/posix-shebang.htmlbody -src/content/tils/2021/04/24/cl-generic-precedence.feedentry: src/content/tils/2021/04/24/cl-generic-precedence.conf src/content/tils/2021/04/24/cl-generic-precedence.htmlbody -src/content/tils/2021/04/24/clojure-autocurry.feedentry: src/content/tils/2021/04/24/clojure-autocurry.conf src/content/tils/2021/04/24/clojure-autocurry.htmlbody -src/content/tils/2021/04/24/scm-nif.feedentry: src/content/tils/2021/04/24/scm-nif.conf src/content/tils/2021/04/24/scm-nif.htmlbody -src/content/tils/2021/07/23/git-tls-gpg.feedentry: src/content/tils/2021/07/23/git-tls-gpg.conf src/content/tils/2021/07/23/git-tls-gpg.htmlbody -src/content/tils/2021/08/11/js-bigint-reviver.feedentry: src/content/tils/2021/08/11/js-bigint-reviver.conf src/content/tils/2021/08/11/js-bigint-reviver.htmlbody -src/content/blog/2018/07/17/guix-nixos.sortdata: src/content/blog/2018/07/17/guix-nixos.conf -src/content/blog/2018/08/01/npm-ci-reproducibility.sortdata: src/content/blog/2018/08/01/npm-ci-reproducibility.conf -src/content/blog/2018/12/21/ytdl-subs.sortdata: src/content/blog/2018/12/21/ytdl-subs.conf -src/content/blog/2019/06/02/nixos-stateless-workstation.sortdata: src/content/blog/2019/06/02/nixos-stateless-workstation.conf -src/content/blog/2020/08/10/guix-srht.sortdata: src/content/blog/2020/08/10/guix-srht.conf -src/content/blog/2020/08/31/database-i-wish-i-had.sortdata: src/content/blog/2020/08/31/database-i-wish-i-had.conf -src/content/blog/2020/10/05/cargo2nix.sortdata: src/content/blog/2020/10/05/cargo2nix.conf -src/content/blog/2020/10/05/swift2nix.sortdata: src/content/blog/2020/10/05/swift2nix.conf -src/content/blog/2020/10/19/feature-flags.sortdata: src/content/blog/2020/10/19/feature-flags.conf -src/content/blog/2020/10/20/wrong-interviewing.sortdata: src/content/blog/2020/10/20/wrong-interviewing.conf -src/content/blog/2020/11/07/diy-bugs.sortdata: src/content/blog/2020/11/07/diy-bugs.conf -src/content/blog/2020/11/08/paradigm-shift-review.sortdata: src/content/blog/2020/11/08/paradigm-shift-review.conf -src/content/blog/2020/11/12/database-parsers-trees.sortdata: src/content/blog/2020/11/12/database-parsers-trees.conf -src/content/blog/2020/11/14/local-first-review.sortdata: src/content/blog/2020/11/14/local-first-review.conf -src/content/blog/2021/01/26/remembering-ann.sortdata: src/content/blog/2021/01/26/remembering-ann.conf -src/content/blog/2021/02/17/fallible.sortdata: src/content/blog/2021/02/17/fallible.conf -src/content/blog/2021/04/29/relational-review.sortdata: src/content/blog/2021/04/29/relational-review.conf -src/content/pastebins/2016/04/05/rpn.sortdata: src/content/pastebins/2016/04/05/rpn.conf -src/content/pastebins/2018/07/11/nix-pinning.sortdata: src/content/pastebins/2018/07/11/nix-pinning.conf -src/content/pastebins/2018/07/13/guix-nixos-systemd.sortdata: src/content/pastebins/2018/07/13/guix-nixos-systemd.conf -src/content/pastebins/2018/07/13/guixbuilder-nixos.sortdata: src/content/pastebins/2018/07/13/guixbuilder-nixos.conf -src/content/pastebins/2018/07/13/guixbuilder.sortdata: src/content/pastebins/2018/07/13/guixbuilder.conf -src/content/pastebins/2018/07/13/nix-strpad.sortdata: src/content/pastebins/2018/07/13/nix-strpad.conf -src/content/pastebins/2018/07/25/nix-exps.sortdata: src/content/pastebins/2018/07/25/nix-exps.conf -src/content/pastebins/2018/07/25/nix-showdrv.sortdata: src/content/pastebins/2018/07/25/nix-showdrv.conf -src/content/pastebins/2019/06/08/inconsistent-hash.sortdata: src/content/pastebins/2019/06/08/inconsistent-hash.conf -src/content/pastebins/2019/12/29/raku-tuple-type.sortdata: src/content/pastebins/2019/12/29/raku-tuple-type.conf -src/content/pastebins/2020/01/04/guix-import-failure.sortdata: src/content/pastebins/2020/01/04/guix-import-failure.conf -src/content/pastebins/2020/02/14/guix-shebang.sortdata: src/content/pastebins/2020/02/14/guix-shebang.conf -src/content/pastebins/2020/11/27/guix-build-local.sortdata: src/content/pastebins/2020/11/27/guix-build-local.conf -src/content/pastebins/2020/12/15/guix-pack-fail.sortdata: src/content/pastebins/2020/12/15/guix-pack-fail.conf -src/content/pastebins/2021/04/03/naive-slugify-js.sortdata: src/content/pastebins/2021/04/03/naive-slugify-js.conf -src/content/pastebins/2021/06/08/reading-session-pt1.sortdata: src/content/pastebins/2021/06/08/reading-session-pt1.conf -src/content/pastebins/2021/06/22/curl-wget.sortdata: src/content/pastebins/2021/06/22/curl-wget.conf -src/content/pastebins/2021/08/11/h1-spacing.sortdata: src/content/pastebins/2021/08/11/h1-spacing.conf -src/content/pastebins/2021/09/02/sicp-3-19.sortdata: src/content/pastebins/2021/09/02/sicp-3-19.conf -src/content/pastebins/2021/09/03/sicp-persistent-queue.sortdata: src/content/pastebins/2021/09/03/sicp-persistent-queue.conf -src/content/pastebins/2022/07/14/git-cleanup.sortdata: src/content/pastebins/2022/07/14/git-cleanup.conf -src/content/pastebins/2023/07/22/funcallable-amop.sortdata: src/content/pastebins/2023/07/22/funcallable-amop.conf -src/content/podcasts/2020/12/19/test-entry.sortdata: src/content/podcasts/2020/12/19/test-entry.conf -src/content/screencasts/2021/02/07/autoqemu.sortdata: src/content/screencasts/2021/02/07/autoqemu.conf -src/content/tils/2020/08/12/filename-timestamp.sortdata: src/content/tils/2020/08/12/filename-timestamp.conf -src/content/tils/2020/08/13/code-jekyll.sortdata: src/content/tils/2020/08/13/code-jekyll.conf -src/content/tils/2020/08/14/browse-git.sortdata: src/content/tils/2020/08/14/browse-git.conf -src/content/tils/2020/08/16/git-search.sortdata: src/content/tils/2020/08/16/git-search.conf -src/content/tils/2020/08/28/grep-online.sortdata: src/content/tils/2020/08/28/grep-online.conf -src/content/tils/2020/09/04/cli-email-fun-profit.sortdata: src/content/tils/2020/09/04/cli-email-fun-profit.conf -src/content/tils/2020/09/05/oldschool-pr.sortdata: src/content/tils/2020/09/05/oldschool-pr.conf -src/content/tils/2020/10/11/search-git-history.sortdata: src/content/tils/2020/10/11/search-git-history.conf -src/content/tils/2020/11/08/find-broken-symlink.sortdata: src/content/tils/2020/11/08/find-broken-symlink.conf -src/content/tils/2020/11/12/diy-nix-bash-ci.sortdata: src/content/tils/2020/11/12/diy-nix-bash-ci.conf -src/content/tils/2020/11/12/git-bisect-automation.sortdata: src/content/tils/2020/11/12/git-bisect-automation.conf -src/content/tils/2020/11/12/useful-bashvars.sortdata: src/content/tils/2020/11/12/useful-bashvars.conf -src/content/tils/2020/11/14/gpodder-media.sortdata: src/content/tils/2020/11/14/gpodder-media.conf -src/content/tils/2020/11/30/git-notes-ci.sortdata: src/content/tils/2020/11/30/git-notes-ci.conf -src/content/tils/2020/12/15/shellcheck-repo.sortdata: src/content/tils/2020/12/15/shellcheck-repo.conf -src/content/tils/2020/12/29/svg.sortdata: src/content/tils/2020/12/29/svg.conf -src/content/tils/2021/01/12/curl-awk-emails.sortdata: src/content/tils/2021/01/12/curl-awk-emails.conf -src/content/tils/2021/01/17/posix-shebang.sortdata: src/content/tils/2021/01/17/posix-shebang.conf -src/content/tils/2021/04/24/cl-generic-precedence.sortdata: src/content/tils/2021/04/24/cl-generic-precedence.conf -src/content/tils/2021/04/24/clojure-autocurry.sortdata: src/content/tils/2021/04/24/clojure-autocurry.conf -src/content/tils/2021/04/24/scm-nif.sortdata: src/content/tils/2021/04/24/scm-nif.conf -src/content/tils/2021/07/23/git-tls-gpg.sortdata: src/content/tils/2021/07/23/git-tls-gpg.conf -src/content/tils/2021/08/11/js-bigint-reviver.sortdata: src/content/tils/2021/08/11/js-bigint-reviver.conf -src/content/blog/2018/07/17/guix-nixos.categorydata: src/content/blog/2018/07/17/guix-nixos.conf -src/content/blog/2018/08/01/npm-ci-reproducibility.categorydata: src/content/blog/2018/08/01/npm-ci-reproducibility.conf -src/content/blog/2018/12/21/ytdl-subs.categorydata: src/content/blog/2018/12/21/ytdl-subs.conf -src/content/blog/2019/06/02/nixos-stateless-workstation.categorydata: src/content/blog/2019/06/02/nixos-stateless-workstation.conf -src/content/blog/2020/08/10/guix-srht.categorydata: src/content/blog/2020/08/10/guix-srht.conf -src/content/blog/2020/08/31/database-i-wish-i-had.categorydata: src/content/blog/2020/08/31/database-i-wish-i-had.conf -src/content/blog/2020/10/05/cargo2nix.categorydata: src/content/blog/2020/10/05/cargo2nix.conf -src/content/blog/2020/10/05/swift2nix.categorydata: src/content/blog/2020/10/05/swift2nix.conf -src/content/blog/2020/10/19/feature-flags.categorydata: src/content/blog/2020/10/19/feature-flags.conf -src/content/blog/2020/10/20/wrong-interviewing.categorydata: src/content/blog/2020/10/20/wrong-interviewing.conf -src/content/blog/2020/11/07/diy-bugs.categorydata: src/content/blog/2020/11/07/diy-bugs.conf -src/content/blog/2020/11/08/paradigm-shift-review.categorydata: src/content/blog/2020/11/08/paradigm-shift-review.conf -src/content/blog/2020/11/12/database-parsers-trees.categorydata: src/content/blog/2020/11/12/database-parsers-trees.conf -src/content/blog/2020/11/14/local-first-review.categorydata: src/content/blog/2020/11/14/local-first-review.conf -src/content/blog/2021/01/26/remembering-ann.categorydata: src/content/blog/2021/01/26/remembering-ann.conf -src/content/blog/2021/02/17/fallible.categorydata: src/content/blog/2021/02/17/fallible.conf -src/content/blog/2021/04/29/relational-review.categorydata: src/content/blog/2021/04/29/relational-review.conf -src/content/pastebins/2016/04/05/rpn.categorydata: src/content/pastebins/2016/04/05/rpn.conf -src/content/pastebins/2018/07/11/nix-pinning.categorydata: src/content/pastebins/2018/07/11/nix-pinning.conf -src/content/pastebins/2018/07/13/guix-nixos-systemd.categorydata: src/content/pastebins/2018/07/13/guix-nixos-systemd.conf -src/content/pastebins/2018/07/13/guixbuilder-nixos.categorydata: src/content/pastebins/2018/07/13/guixbuilder-nixos.conf -src/content/pastebins/2018/07/13/guixbuilder.categorydata: src/content/pastebins/2018/07/13/guixbuilder.conf -src/content/pastebins/2018/07/13/nix-strpad.categorydata: src/content/pastebins/2018/07/13/nix-strpad.conf -src/content/pastebins/2018/07/25/nix-exps.categorydata: src/content/pastebins/2018/07/25/nix-exps.conf -src/content/pastebins/2018/07/25/nix-showdrv.categorydata: src/content/pastebins/2018/07/25/nix-showdrv.conf -src/content/pastebins/2019/06/08/inconsistent-hash.categorydata: src/content/pastebins/2019/06/08/inconsistent-hash.conf -src/content/pastebins/2019/12/29/raku-tuple-type.categorydata: src/content/pastebins/2019/12/29/raku-tuple-type.conf -src/content/pastebins/2020/01/04/guix-import-failure.categorydata: src/content/pastebins/2020/01/04/guix-import-failure.conf -src/content/pastebins/2020/02/14/guix-shebang.categorydata: src/content/pastebins/2020/02/14/guix-shebang.conf -src/content/pastebins/2020/11/27/guix-build-local.categorydata: src/content/pastebins/2020/11/27/guix-build-local.conf -src/content/pastebins/2020/12/15/guix-pack-fail.categorydata: src/content/pastebins/2020/12/15/guix-pack-fail.conf -src/content/pastebins/2021/04/03/naive-slugify-js.categorydata: src/content/pastebins/2021/04/03/naive-slugify-js.conf -src/content/pastebins/2021/06/08/reading-session-pt1.categorydata: src/content/pastebins/2021/06/08/reading-session-pt1.conf -src/content/pastebins/2021/06/22/curl-wget.categorydata: src/content/pastebins/2021/06/22/curl-wget.conf -src/content/pastebins/2021/08/11/h1-spacing.categorydata: src/content/pastebins/2021/08/11/h1-spacing.conf -src/content/pastebins/2021/09/02/sicp-3-19.categorydata: src/content/pastebins/2021/09/02/sicp-3-19.conf -src/content/pastebins/2021/09/03/sicp-persistent-queue.categorydata: src/content/pastebins/2021/09/03/sicp-persistent-queue.conf -src/content/pastebins/2022/07/14/git-cleanup.categorydata: src/content/pastebins/2022/07/14/git-cleanup.conf -src/content/pastebins/2023/07/22/funcallable-amop.categorydata: src/content/pastebins/2023/07/22/funcallable-amop.conf -src/content/podcasts/2020/12/19/test-entry.categorydata: src/content/podcasts/2020/12/19/test-entry.conf -src/content/screencasts/2021/02/07/autoqemu.categorydata: src/content/screencasts/2021/02/07/autoqemu.conf -src/content/tils/2020/08/12/filename-timestamp.categorydata: src/content/tils/2020/08/12/filename-timestamp.conf -src/content/tils/2020/08/13/code-jekyll.categorydata: src/content/tils/2020/08/13/code-jekyll.conf -src/content/tils/2020/08/14/browse-git.categorydata: src/content/tils/2020/08/14/browse-git.conf -src/content/tils/2020/08/16/git-search.categorydata: src/content/tils/2020/08/16/git-search.conf -src/content/tils/2020/08/28/grep-online.categorydata: src/content/tils/2020/08/28/grep-online.conf -src/content/tils/2020/09/04/cli-email-fun-profit.categorydata: src/content/tils/2020/09/04/cli-email-fun-profit.conf -src/content/tils/2020/09/05/oldschool-pr.categorydata: src/content/tils/2020/09/05/oldschool-pr.conf -src/content/tils/2020/10/11/search-git-history.categorydata: src/content/tils/2020/10/11/search-git-history.conf -src/content/tils/2020/11/08/find-broken-symlink.categorydata: src/content/tils/2020/11/08/find-broken-symlink.conf -src/content/tils/2020/11/12/diy-nix-bash-ci.categorydata: src/content/tils/2020/11/12/diy-nix-bash-ci.conf -src/content/tils/2020/11/12/git-bisect-automation.categorydata: src/content/tils/2020/11/12/git-bisect-automation.conf -src/content/tils/2020/11/12/useful-bashvars.categorydata: src/content/tils/2020/11/12/useful-bashvars.conf -src/content/tils/2020/11/14/gpodder-media.categorydata: src/content/tils/2020/11/14/gpodder-media.conf -src/content/tils/2020/11/30/git-notes-ci.categorydata: src/content/tils/2020/11/30/git-notes-ci.conf -src/content/tils/2020/12/15/shellcheck-repo.categorydata: src/content/tils/2020/12/15/shellcheck-repo.conf -src/content/tils/2020/12/29/svg.categorydata: src/content/tils/2020/12/29/svg.conf -src/content/tils/2021/01/12/curl-awk-emails.categorydata: src/content/tils/2021/01/12/curl-awk-emails.conf -src/content/tils/2021/01/17/posix-shebang.categorydata: src/content/tils/2021/01/17/posix-shebang.conf -src/content/tils/2021/04/24/cl-generic-precedence.categorydata: src/content/tils/2021/04/24/cl-generic-precedence.conf -src/content/tils/2021/04/24/clojure-autocurry.categorydata: src/content/tils/2021/04/24/clojure-autocurry.conf -src/content/tils/2021/04/24/scm-nif.categorydata: src/content/tils/2021/04/24/scm-nif.conf -src/content/tils/2021/07/23/git-tls-gpg.categorydata: src/content/tils/2021/07/23/git-tls-gpg.conf -src/content/tils/2021/08/11/js-bigint-reviver.categorydata: src/content/tils/2021/08/11/js-bigint-reviver.conf +src/content/en/blog/2018/07/17/guix-nixos.feedentry: src/content/en/blog/2018/07/17/guix-nixos.conf src/content/en/blog/2018/07/17/guix-nixos.htmlbody +src/content/en/blog/2018/08/01/npm-ci-reproducibility.feedentry: src/content/en/blog/2018/08/01/npm-ci-reproducibility.conf src/content/en/blog/2018/08/01/npm-ci-reproducibility.htmlbody +src/content/en/blog/2018/12/21/ytdl-subs.feedentry: src/content/en/blog/2018/12/21/ytdl-subs.conf src/content/en/blog/2018/12/21/ytdl-subs.htmlbody +src/content/en/blog/2019/06/02/nixos-stateless-workstation.feedentry: src/content/en/blog/2019/06/02/nixos-stateless-workstation.conf src/content/en/blog/2019/06/02/nixos-stateless-workstation.htmlbody +src/content/en/blog/2020/08/10/guix-srht.feedentry: src/content/en/blog/2020/08/10/guix-srht.conf src/content/en/blog/2020/08/10/guix-srht.htmlbody +src/content/en/blog/2020/08/31/database-i-wish-i-had.feedentry: src/content/en/blog/2020/08/31/database-i-wish-i-had.conf src/content/en/blog/2020/08/31/database-i-wish-i-had.htmlbody +src/content/en/blog/2020/10/05/cargo2nix.feedentry: src/content/en/blog/2020/10/05/cargo2nix.conf src/content/en/blog/2020/10/05/cargo2nix.htmlbody +src/content/en/blog/2020/10/05/swift2nix.feedentry: src/content/en/blog/2020/10/05/swift2nix.conf src/content/en/blog/2020/10/05/swift2nix.htmlbody +src/content/en/blog/2020/10/19/feature-flags.feedentry: src/content/en/blog/2020/10/19/feature-flags.conf src/content/en/blog/2020/10/19/feature-flags.htmlbody +src/content/en/blog/2020/10/20/wrong-interviewing.feedentry: src/content/en/blog/2020/10/20/wrong-interviewing.conf src/content/en/blog/2020/10/20/wrong-interviewing.htmlbody +src/content/en/blog/2020/11/07/diy-bugs.feedentry: src/content/en/blog/2020/11/07/diy-bugs.conf src/content/en/blog/2020/11/07/diy-bugs.htmlbody +src/content/en/blog/2020/11/08/paradigm-shift-review.feedentry: src/content/en/blog/2020/11/08/paradigm-shift-review.conf src/content/en/blog/2020/11/08/paradigm-shift-review.htmlbody +src/content/en/blog/2020/11/12/database-parsers-trees.feedentry: src/content/en/blog/2020/11/12/database-parsers-trees.conf src/content/en/blog/2020/11/12/database-parsers-trees.htmlbody +src/content/en/blog/2020/11/14/local-first-review.feedentry: src/content/en/blog/2020/11/14/local-first-review.conf src/content/en/blog/2020/11/14/local-first-review.htmlbody +src/content/en/blog/2021/01/26/remembering-ann.feedentry: src/content/en/blog/2021/01/26/remembering-ann.conf src/content/en/blog/2021/01/26/remembering-ann.htmlbody +src/content/en/blog/2021/02/17/fallible.feedentry: src/content/en/blog/2021/02/17/fallible.conf src/content/en/blog/2021/02/17/fallible.htmlbody +src/content/en/blog/2021/04/29/relational-review.feedentry: src/content/en/blog/2021/04/29/relational-review.conf src/content/en/blog/2021/04/29/relational-review.htmlbody +src/content/en/pastebins/2016/04/05/rpn.feedentry: src/content/en/pastebins/2016/04/05/rpn.conf src/content/en/pastebins/2016/04/05/rpn.htmlbody +src/content/en/pastebins/2018/07/11/nix-pinning.feedentry: src/content/en/pastebins/2018/07/11/nix-pinning.conf src/content/en/pastebins/2018/07/11/nix-pinning.htmlbody +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.feedentry: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.conf src/content/en/pastebins/2018/07/13/guix-nixos-systemd.htmlbody +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.feedentry: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.conf src/content/en/pastebins/2018/07/13/guixbuilder-nixos.htmlbody +src/content/en/pastebins/2018/07/13/guixbuilder.feedentry: src/content/en/pastebins/2018/07/13/guixbuilder.conf src/content/en/pastebins/2018/07/13/guixbuilder.htmlbody +src/content/en/pastebins/2018/07/13/nix-strpad.feedentry: src/content/en/pastebins/2018/07/13/nix-strpad.conf src/content/en/pastebins/2018/07/13/nix-strpad.htmlbody +src/content/en/pastebins/2018/07/25/nix-exps.feedentry: src/content/en/pastebins/2018/07/25/nix-exps.conf src/content/en/pastebins/2018/07/25/nix-exps.htmlbody +src/content/en/pastebins/2018/07/25/nix-showdrv.feedentry: src/content/en/pastebins/2018/07/25/nix-showdrv.conf src/content/en/pastebins/2018/07/25/nix-showdrv.htmlbody +src/content/en/pastebins/2019/06/08/inconsistent-hash.feedentry: src/content/en/pastebins/2019/06/08/inconsistent-hash.conf src/content/en/pastebins/2019/06/08/inconsistent-hash.htmlbody +src/content/en/pastebins/2019/12/29/raku-tuple-type.feedentry: src/content/en/pastebins/2019/12/29/raku-tuple-type.conf src/content/en/pastebins/2019/12/29/raku-tuple-type.htmlbody +src/content/en/pastebins/2020/01/04/guix-import-failure.feedentry: src/content/en/pastebins/2020/01/04/guix-import-failure.conf src/content/en/pastebins/2020/01/04/guix-import-failure.htmlbody +src/content/en/pastebins/2020/02/14/guix-shebang.feedentry: src/content/en/pastebins/2020/02/14/guix-shebang.conf src/content/en/pastebins/2020/02/14/guix-shebang.htmlbody +src/content/en/pastebins/2020/11/27/guix-build-local.feedentry: src/content/en/pastebins/2020/11/27/guix-build-local.conf src/content/en/pastebins/2020/11/27/guix-build-local.htmlbody +src/content/en/pastebins/2020/12/15/guix-pack-fail.feedentry: src/content/en/pastebins/2020/12/15/guix-pack-fail.conf src/content/en/pastebins/2020/12/15/guix-pack-fail.htmlbody +src/content/en/pastebins/2021/04/03/naive-slugify-js.feedentry: src/content/en/pastebins/2021/04/03/naive-slugify-js.conf src/content/en/pastebins/2021/04/03/naive-slugify-js.htmlbody +src/content/en/pastebins/2021/06/08/reading-session-pt1.feedentry: src/content/en/pastebins/2021/06/08/reading-session-pt1.conf src/content/en/pastebins/2021/06/08/reading-session-pt1.htmlbody +src/content/en/pastebins/2021/06/22/curl-wget.feedentry: src/content/en/pastebins/2021/06/22/curl-wget.conf src/content/en/pastebins/2021/06/22/curl-wget.htmlbody +src/content/en/pastebins/2021/08/11/h1-spacing.feedentry: src/content/en/pastebins/2021/08/11/h1-spacing.conf src/content/en/pastebins/2021/08/11/h1-spacing.htmlbody +src/content/en/pastebins/2021/09/02/sicp-3-19.feedentry: src/content/en/pastebins/2021/09/02/sicp-3-19.conf src/content/en/pastebins/2021/09/02/sicp-3-19.htmlbody +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.feedentry: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.conf src/content/en/pastebins/2021/09/03/sicp-persistent-queue.htmlbody +src/content/en/pastebins/2022/07/14/git-cleanup.feedentry: src/content/en/pastebins/2022/07/14/git-cleanup.conf src/content/en/pastebins/2022/07/14/git-cleanup.htmlbody +src/content/en/pastebins/2023/07/22/funcallable-amop.feedentry: src/content/en/pastebins/2023/07/22/funcallable-amop.conf src/content/en/pastebins/2023/07/22/funcallable-amop.htmlbody +src/content/en/podcasts/2020/12/19/test-entry.feedentry: src/content/en/podcasts/2020/12/19/test-entry.conf src/content/en/podcasts/2020/12/19/test-entry.htmlbody +src/content/en/screencasts/2021/02/07/autoqemu.feedentry: src/content/en/screencasts/2021/02/07/autoqemu.conf src/content/en/screencasts/2021/02/07/autoqemu.htmlbody +src/content/en/tils/2020/08/12/filename-timestamp.feedentry: src/content/en/tils/2020/08/12/filename-timestamp.conf src/content/en/tils/2020/08/12/filename-timestamp.htmlbody +src/content/en/tils/2020/08/13/code-jekyll.feedentry: src/content/en/tils/2020/08/13/code-jekyll.conf src/content/en/tils/2020/08/13/code-jekyll.htmlbody +src/content/en/tils/2020/08/14/browse-git.feedentry: src/content/en/tils/2020/08/14/browse-git.conf src/content/en/tils/2020/08/14/browse-git.htmlbody +src/content/en/tils/2020/08/16/git-search.feedentry: src/content/en/tils/2020/08/16/git-search.conf src/content/en/tils/2020/08/16/git-search.htmlbody +src/content/en/tils/2020/08/28/grep-online.feedentry: src/content/en/tils/2020/08/28/grep-online.conf src/content/en/tils/2020/08/28/grep-online.htmlbody +src/content/en/tils/2020/09/04/cli-email-fun-profit.feedentry: src/content/en/tils/2020/09/04/cli-email-fun-profit.conf src/content/en/tils/2020/09/04/cli-email-fun-profit.htmlbody +src/content/en/tils/2020/09/05/oldschool-pr.feedentry: src/content/en/tils/2020/09/05/oldschool-pr.conf src/content/en/tils/2020/09/05/oldschool-pr.htmlbody +src/content/en/tils/2020/10/11/search-git-history.feedentry: src/content/en/tils/2020/10/11/search-git-history.conf src/content/en/tils/2020/10/11/search-git-history.htmlbody +src/content/en/tils/2020/11/08/find-broken-symlink.feedentry: src/content/en/tils/2020/11/08/find-broken-symlink.conf src/content/en/tils/2020/11/08/find-broken-symlink.htmlbody +src/content/en/tils/2020/11/12/diy-nix-bash-ci.feedentry: src/content/en/tils/2020/11/12/diy-nix-bash-ci.conf src/content/en/tils/2020/11/12/diy-nix-bash-ci.htmlbody +src/content/en/tils/2020/11/12/git-bisect-automation.feedentry: src/content/en/tils/2020/11/12/git-bisect-automation.conf src/content/en/tils/2020/11/12/git-bisect-automation.htmlbody +src/content/en/tils/2020/11/12/useful-bashvars.feedentry: src/content/en/tils/2020/11/12/useful-bashvars.conf src/content/en/tils/2020/11/12/useful-bashvars.htmlbody +src/content/en/tils/2020/11/14/gpodder-media.feedentry: src/content/en/tils/2020/11/14/gpodder-media.conf src/content/en/tils/2020/11/14/gpodder-media.htmlbody +src/content/en/tils/2020/11/30/git-notes-ci.feedentry: src/content/en/tils/2020/11/30/git-notes-ci.conf src/content/en/tils/2020/11/30/git-notes-ci.htmlbody +src/content/en/tils/2020/12/15/shellcheck-repo.feedentry: src/content/en/tils/2020/12/15/shellcheck-repo.conf src/content/en/tils/2020/12/15/shellcheck-repo.htmlbody +src/content/en/tils/2020/12/29/svg.feedentry: src/content/en/tils/2020/12/29/svg.conf src/content/en/tils/2020/12/29/svg.htmlbody +src/content/en/tils/2021/01/12/curl-awk-emails.feedentry: src/content/en/tils/2021/01/12/curl-awk-emails.conf src/content/en/tils/2021/01/12/curl-awk-emails.htmlbody +src/content/en/tils/2021/01/17/posix-shebang.feedentry: src/content/en/tils/2021/01/17/posix-shebang.conf src/content/en/tils/2021/01/17/posix-shebang.htmlbody +src/content/en/tils/2021/04/24/cl-generic-precedence.feedentry: src/content/en/tils/2021/04/24/cl-generic-precedence.conf src/content/en/tils/2021/04/24/cl-generic-precedence.htmlbody +src/content/en/tils/2021/04/24/clojure-autocurry.feedentry: src/content/en/tils/2021/04/24/clojure-autocurry.conf src/content/en/tils/2021/04/24/clojure-autocurry.htmlbody +src/content/en/tils/2021/04/24/scm-nif.feedentry: src/content/en/tils/2021/04/24/scm-nif.conf src/content/en/tils/2021/04/24/scm-nif.htmlbody +src/content/en/tils/2021/07/23/git-tls-gpg.feedentry: src/content/en/tils/2021/07/23/git-tls-gpg.conf src/content/en/tils/2021/07/23/git-tls-gpg.htmlbody +src/content/en/tils/2021/08/11/js-bigint-reviver.feedentry: src/content/en/tils/2021/08/11/js-bigint-reviver.conf src/content/en/tils/2021/08/11/js-bigint-reviver.htmlbody +src/content/en/blog/2018/07/17/guix-nixos.sortdata: src/content/en/blog/2018/07/17/guix-nixos.conf +src/content/en/blog/2018/08/01/npm-ci-reproducibility.sortdata: src/content/en/blog/2018/08/01/npm-ci-reproducibility.conf +src/content/en/blog/2018/12/21/ytdl-subs.sortdata: src/content/en/blog/2018/12/21/ytdl-subs.conf +src/content/en/blog/2019/06/02/nixos-stateless-workstation.sortdata: src/content/en/blog/2019/06/02/nixos-stateless-workstation.conf +src/content/en/blog/2020/08/10/guix-srht.sortdata: src/content/en/blog/2020/08/10/guix-srht.conf +src/content/en/blog/2020/08/31/database-i-wish-i-had.sortdata: src/content/en/blog/2020/08/31/database-i-wish-i-had.conf +src/content/en/blog/2020/10/05/cargo2nix.sortdata: src/content/en/blog/2020/10/05/cargo2nix.conf +src/content/en/blog/2020/10/05/swift2nix.sortdata: src/content/en/blog/2020/10/05/swift2nix.conf +src/content/en/blog/2020/10/19/feature-flags.sortdata: src/content/en/blog/2020/10/19/feature-flags.conf +src/content/en/blog/2020/10/20/wrong-interviewing.sortdata: src/content/en/blog/2020/10/20/wrong-interviewing.conf +src/content/en/blog/2020/11/07/diy-bugs.sortdata: src/content/en/blog/2020/11/07/diy-bugs.conf +src/content/en/blog/2020/11/08/paradigm-shift-review.sortdata: src/content/en/blog/2020/11/08/paradigm-shift-review.conf +src/content/en/blog/2020/11/12/database-parsers-trees.sortdata: src/content/en/blog/2020/11/12/database-parsers-trees.conf +src/content/en/blog/2020/11/14/local-first-review.sortdata: src/content/en/blog/2020/11/14/local-first-review.conf +src/content/en/blog/2021/01/26/remembering-ann.sortdata: src/content/en/blog/2021/01/26/remembering-ann.conf +src/content/en/blog/2021/02/17/fallible.sortdata: src/content/en/blog/2021/02/17/fallible.conf +src/content/en/blog/2021/04/29/relational-review.sortdata: src/content/en/blog/2021/04/29/relational-review.conf +src/content/en/pastebins/2016/04/05/rpn.sortdata: src/content/en/pastebins/2016/04/05/rpn.conf +src/content/en/pastebins/2018/07/11/nix-pinning.sortdata: src/content/en/pastebins/2018/07/11/nix-pinning.conf +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.sortdata: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.conf +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.sortdata: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.conf +src/content/en/pastebins/2018/07/13/guixbuilder.sortdata: src/content/en/pastebins/2018/07/13/guixbuilder.conf +src/content/en/pastebins/2018/07/13/nix-strpad.sortdata: src/content/en/pastebins/2018/07/13/nix-strpad.conf +src/content/en/pastebins/2018/07/25/nix-exps.sortdata: src/content/en/pastebins/2018/07/25/nix-exps.conf +src/content/en/pastebins/2018/07/25/nix-showdrv.sortdata: src/content/en/pastebins/2018/07/25/nix-showdrv.conf +src/content/en/pastebins/2019/06/08/inconsistent-hash.sortdata: src/content/en/pastebins/2019/06/08/inconsistent-hash.conf +src/content/en/pastebins/2019/12/29/raku-tuple-type.sortdata: src/content/en/pastebins/2019/12/29/raku-tuple-type.conf +src/content/en/pastebins/2020/01/04/guix-import-failure.sortdata: src/content/en/pastebins/2020/01/04/guix-import-failure.conf +src/content/en/pastebins/2020/02/14/guix-shebang.sortdata: src/content/en/pastebins/2020/02/14/guix-shebang.conf +src/content/en/pastebins/2020/11/27/guix-build-local.sortdata: src/content/en/pastebins/2020/11/27/guix-build-local.conf +src/content/en/pastebins/2020/12/15/guix-pack-fail.sortdata: src/content/en/pastebins/2020/12/15/guix-pack-fail.conf +src/content/en/pastebins/2021/04/03/naive-slugify-js.sortdata: src/content/en/pastebins/2021/04/03/naive-slugify-js.conf +src/content/en/pastebins/2021/06/08/reading-session-pt1.sortdata: src/content/en/pastebins/2021/06/08/reading-session-pt1.conf +src/content/en/pastebins/2021/06/22/curl-wget.sortdata: src/content/en/pastebins/2021/06/22/curl-wget.conf +src/content/en/pastebins/2021/08/11/h1-spacing.sortdata: src/content/en/pastebins/2021/08/11/h1-spacing.conf +src/content/en/pastebins/2021/09/02/sicp-3-19.sortdata: src/content/en/pastebins/2021/09/02/sicp-3-19.conf +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.sortdata: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.conf +src/content/en/pastebins/2022/07/14/git-cleanup.sortdata: src/content/en/pastebins/2022/07/14/git-cleanup.conf +src/content/en/pastebins/2023/07/22/funcallable-amop.sortdata: src/content/en/pastebins/2023/07/22/funcallable-amop.conf +src/content/en/podcasts/2020/12/19/test-entry.sortdata: src/content/en/podcasts/2020/12/19/test-entry.conf +src/content/en/screencasts/2021/02/07/autoqemu.sortdata: src/content/en/screencasts/2021/02/07/autoqemu.conf +src/content/en/tils/2020/08/12/filename-timestamp.sortdata: src/content/en/tils/2020/08/12/filename-timestamp.conf +src/content/en/tils/2020/08/13/code-jekyll.sortdata: src/content/en/tils/2020/08/13/code-jekyll.conf +src/content/en/tils/2020/08/14/browse-git.sortdata: src/content/en/tils/2020/08/14/browse-git.conf +src/content/en/tils/2020/08/16/git-search.sortdata: src/content/en/tils/2020/08/16/git-search.conf +src/content/en/tils/2020/08/28/grep-online.sortdata: src/content/en/tils/2020/08/28/grep-online.conf +src/content/en/tils/2020/09/04/cli-email-fun-profit.sortdata: src/content/en/tils/2020/09/04/cli-email-fun-profit.conf +src/content/en/tils/2020/09/05/oldschool-pr.sortdata: src/content/en/tils/2020/09/05/oldschool-pr.conf +src/content/en/tils/2020/10/11/search-git-history.sortdata: src/content/en/tils/2020/10/11/search-git-history.conf +src/content/en/tils/2020/11/08/find-broken-symlink.sortdata: src/content/en/tils/2020/11/08/find-broken-symlink.conf +src/content/en/tils/2020/11/12/diy-nix-bash-ci.sortdata: src/content/en/tils/2020/11/12/diy-nix-bash-ci.conf +src/content/en/tils/2020/11/12/git-bisect-automation.sortdata: src/content/en/tils/2020/11/12/git-bisect-automation.conf +src/content/en/tils/2020/11/12/useful-bashvars.sortdata: src/content/en/tils/2020/11/12/useful-bashvars.conf +src/content/en/tils/2020/11/14/gpodder-media.sortdata: src/content/en/tils/2020/11/14/gpodder-media.conf +src/content/en/tils/2020/11/30/git-notes-ci.sortdata: src/content/en/tils/2020/11/30/git-notes-ci.conf +src/content/en/tils/2020/12/15/shellcheck-repo.sortdata: src/content/en/tils/2020/12/15/shellcheck-repo.conf +src/content/en/tils/2020/12/29/svg.sortdata: src/content/en/tils/2020/12/29/svg.conf +src/content/en/tils/2021/01/12/curl-awk-emails.sortdata: src/content/en/tils/2021/01/12/curl-awk-emails.conf +src/content/en/tils/2021/01/17/posix-shebang.sortdata: src/content/en/tils/2021/01/17/posix-shebang.conf +src/content/en/tils/2021/04/24/cl-generic-precedence.sortdata: src/content/en/tils/2021/04/24/cl-generic-precedence.conf +src/content/en/tils/2021/04/24/clojure-autocurry.sortdata: src/content/en/tils/2021/04/24/clojure-autocurry.conf +src/content/en/tils/2021/04/24/scm-nif.sortdata: src/content/en/tils/2021/04/24/scm-nif.conf +src/content/en/tils/2021/07/23/git-tls-gpg.sortdata: src/content/en/tils/2021/07/23/git-tls-gpg.conf +src/content/en/tils/2021/08/11/js-bigint-reviver.sortdata: src/content/en/tils/2021/08/11/js-bigint-reviver.conf +src/content/en/blog/2018/07/17/guix-nixos.categorydata: src/content/en/blog/2018/07/17/guix-nixos.conf +src/content/en/blog/2018/08/01/npm-ci-reproducibility.categorydata: src/content/en/blog/2018/08/01/npm-ci-reproducibility.conf +src/content/en/blog/2018/12/21/ytdl-subs.categorydata: src/content/en/blog/2018/12/21/ytdl-subs.conf +src/content/en/blog/2019/06/02/nixos-stateless-workstation.categorydata: src/content/en/blog/2019/06/02/nixos-stateless-workstation.conf +src/content/en/blog/2020/08/10/guix-srht.categorydata: src/content/en/blog/2020/08/10/guix-srht.conf +src/content/en/blog/2020/08/31/database-i-wish-i-had.categorydata: src/content/en/blog/2020/08/31/database-i-wish-i-had.conf +src/content/en/blog/2020/10/05/cargo2nix.categorydata: src/content/en/blog/2020/10/05/cargo2nix.conf +src/content/en/blog/2020/10/05/swift2nix.categorydata: src/content/en/blog/2020/10/05/swift2nix.conf +src/content/en/blog/2020/10/19/feature-flags.categorydata: src/content/en/blog/2020/10/19/feature-flags.conf +src/content/en/blog/2020/10/20/wrong-interviewing.categorydata: src/content/en/blog/2020/10/20/wrong-interviewing.conf +src/content/en/blog/2020/11/07/diy-bugs.categorydata: src/content/en/blog/2020/11/07/diy-bugs.conf +src/content/en/blog/2020/11/08/paradigm-shift-review.categorydata: src/content/en/blog/2020/11/08/paradigm-shift-review.conf +src/content/en/blog/2020/11/12/database-parsers-trees.categorydata: src/content/en/blog/2020/11/12/database-parsers-trees.conf +src/content/en/blog/2020/11/14/local-first-review.categorydata: src/content/en/blog/2020/11/14/local-first-review.conf +src/content/en/blog/2021/01/26/remembering-ann.categorydata: src/content/en/blog/2021/01/26/remembering-ann.conf +src/content/en/blog/2021/02/17/fallible.categorydata: src/content/en/blog/2021/02/17/fallible.conf +src/content/en/blog/2021/04/29/relational-review.categorydata: src/content/en/blog/2021/04/29/relational-review.conf +src/content/en/pastebins/2016/04/05/rpn.categorydata: src/content/en/pastebins/2016/04/05/rpn.conf +src/content/en/pastebins/2018/07/11/nix-pinning.categorydata: src/content/en/pastebins/2018/07/11/nix-pinning.conf +src/content/en/pastebins/2018/07/13/guix-nixos-systemd.categorydata: src/content/en/pastebins/2018/07/13/guix-nixos-systemd.conf +src/content/en/pastebins/2018/07/13/guixbuilder-nixos.categorydata: src/content/en/pastebins/2018/07/13/guixbuilder-nixos.conf +src/content/en/pastebins/2018/07/13/guixbuilder.categorydata: src/content/en/pastebins/2018/07/13/guixbuilder.conf +src/content/en/pastebins/2018/07/13/nix-strpad.categorydata: src/content/en/pastebins/2018/07/13/nix-strpad.conf +src/content/en/pastebins/2018/07/25/nix-exps.categorydata: src/content/en/pastebins/2018/07/25/nix-exps.conf +src/content/en/pastebins/2018/07/25/nix-showdrv.categorydata: src/content/en/pastebins/2018/07/25/nix-showdrv.conf +src/content/en/pastebins/2019/06/08/inconsistent-hash.categorydata: src/content/en/pastebins/2019/06/08/inconsistent-hash.conf +src/content/en/pastebins/2019/12/29/raku-tuple-type.categorydata: src/content/en/pastebins/2019/12/29/raku-tuple-type.conf +src/content/en/pastebins/2020/01/04/guix-import-failure.categorydata: src/content/en/pastebins/2020/01/04/guix-import-failure.conf +src/content/en/pastebins/2020/02/14/guix-shebang.categorydata: src/content/en/pastebins/2020/02/14/guix-shebang.conf +src/content/en/pastebins/2020/11/27/guix-build-local.categorydata: src/content/en/pastebins/2020/11/27/guix-build-local.conf +src/content/en/pastebins/2020/12/15/guix-pack-fail.categorydata: src/content/en/pastebins/2020/12/15/guix-pack-fail.conf +src/content/en/pastebins/2021/04/03/naive-slugify-js.categorydata: src/content/en/pastebins/2021/04/03/naive-slugify-js.conf +src/content/en/pastebins/2021/06/08/reading-session-pt1.categorydata: src/content/en/pastebins/2021/06/08/reading-session-pt1.conf +src/content/en/pastebins/2021/06/22/curl-wget.categorydata: src/content/en/pastebins/2021/06/22/curl-wget.conf +src/content/en/pastebins/2021/08/11/h1-spacing.categorydata: src/content/en/pastebins/2021/08/11/h1-spacing.conf +src/content/en/pastebins/2021/09/02/sicp-3-19.categorydata: src/content/en/pastebins/2021/09/02/sicp-3-19.conf +src/content/en/pastebins/2021/09/03/sicp-persistent-queue.categorydata: src/content/en/pastebins/2021/09/03/sicp-persistent-queue.conf +src/content/en/pastebins/2022/07/14/git-cleanup.categorydata: src/content/en/pastebins/2022/07/14/git-cleanup.conf +src/content/en/pastebins/2023/07/22/funcallable-amop.categorydata: src/content/en/pastebins/2023/07/22/funcallable-amop.conf +src/content/en/podcasts/2020/12/19/test-entry.categorydata: src/content/en/podcasts/2020/12/19/test-entry.conf +src/content/en/screencasts/2021/02/07/autoqemu.categorydata: src/content/en/screencasts/2021/02/07/autoqemu.conf +src/content/en/tils/2020/08/12/filename-timestamp.categorydata: src/content/en/tils/2020/08/12/filename-timestamp.conf +src/content/en/tils/2020/08/13/code-jekyll.categorydata: src/content/en/tils/2020/08/13/code-jekyll.conf +src/content/en/tils/2020/08/14/browse-git.categorydata: src/content/en/tils/2020/08/14/browse-git.conf +src/content/en/tils/2020/08/16/git-search.categorydata: src/content/en/tils/2020/08/16/git-search.conf +src/content/en/tils/2020/08/28/grep-online.categorydata: src/content/en/tils/2020/08/28/grep-online.conf +src/content/en/tils/2020/09/04/cli-email-fun-profit.categorydata: src/content/en/tils/2020/09/04/cli-email-fun-profit.conf +src/content/en/tils/2020/09/05/oldschool-pr.categorydata: src/content/en/tils/2020/09/05/oldschool-pr.conf +src/content/en/tils/2020/10/11/search-git-history.categorydata: src/content/en/tils/2020/10/11/search-git-history.conf +src/content/en/tils/2020/11/08/find-broken-symlink.categorydata: src/content/en/tils/2020/11/08/find-broken-symlink.conf +src/content/en/tils/2020/11/12/diy-nix-bash-ci.categorydata: src/content/en/tils/2020/11/12/diy-nix-bash-ci.conf +src/content/en/tils/2020/11/12/git-bisect-automation.categorydata: src/content/en/tils/2020/11/12/git-bisect-automation.conf +src/content/en/tils/2020/11/12/useful-bashvars.categorydata: src/content/en/tils/2020/11/12/useful-bashvars.conf +src/content/en/tils/2020/11/14/gpodder-media.categorydata: src/content/en/tils/2020/11/14/gpodder-media.conf +src/content/en/tils/2020/11/30/git-notes-ci.categorydata: src/content/en/tils/2020/11/30/git-notes-ci.conf +src/content/en/tils/2020/12/15/shellcheck-repo.categorydata: src/content/en/tils/2020/12/15/shellcheck-repo.conf +src/content/en/tils/2020/12/29/svg.categorydata: src/content/en/tils/2020/12/29/svg.conf +src/content/en/tils/2021/01/12/curl-awk-emails.categorydata: src/content/en/tils/2021/01/12/curl-awk-emails.conf +src/content/en/tils/2021/01/17/posix-shebang.categorydata: src/content/en/tils/2021/01/17/posix-shebang.conf +src/content/en/tils/2021/04/24/cl-generic-precedence.categorydata: src/content/en/tils/2021/04/24/cl-generic-precedence.conf +src/content/en/tils/2021/04/24/clojure-autocurry.categorydata: src/content/en/tils/2021/04/24/clojure-autocurry.conf +src/content/en/tils/2021/04/24/scm-nif.categorydata: src/content/en/tils/2021/04/24/scm-nif.conf +src/content/en/tils/2021/07/23/git-tls-gpg.categorydata: src/content/en/tils/2021/07/23/git-tls-gpg.conf +src/content/en/tils/2021/08/11/js-bigint-reviver.categorydata: src/content/en/tils/2021/08/11/js-bigint-reviver.conf -src/content/blog/index.htmlheader src/content/blog/index.htmlfooter: src/content/blog/index.conf -src/content/pastebins/index.htmlheader src/content/pastebins/index.htmlfooter: src/content/pastebins/index.conf -src/content/podcasts/index.htmlheader src/content/podcasts/index.htmlfooter: src/content/podcasts/index.conf -src/content/screencasts/index.htmlheader src/content/screencasts/index.htmlfooter: src/content/screencasts/index.conf -src/content/tils/index.htmlheader src/content/tils/index.htmlfooter: src/content/tils/index.conf -src/content/blog/categories.htmlheader src/content/blog/categories.htmlfooter: src/content/blog/categories.conf -src/content/pastebins/categories.htmlheader src/content/pastebins/categories.htmlfooter: src/content/pastebins/categories.conf -src/content/podcasts/categories.htmlheader src/content/podcasts/categories.htmlfooter: src/content/podcasts/categories.conf -src/content/screencasts/categories.htmlheader src/content/screencasts/categories.htmlfooter: src/content/screencasts/categories.conf -src/content/tils/categories.htmlheader src/content/tils/categories.htmlfooter: src/content/tils/categories.conf -src/content/blog/index.htmllisting: src/content/blog/index.conf -src/content/pastebins/index.htmllisting: src/content/pastebins/index.conf -src/content/podcasts/index.htmllisting: src/content/podcasts/index.conf -src/content/screencasts/index.htmllisting: src/content/screencasts/index.conf -src/content/tils/index.htmllisting: src/content/tils/index.conf -src/content/blog/categories.htmllisting: src/content/blog/categories.conf -src/content/pastebins/categories.htmllisting: src/content/pastebins/categories.conf -src/content/podcasts/categories.htmllisting: src/content/podcasts/categories.conf -src/content/screencasts/categories.htmllisting: src/content/screencasts/categories.conf -src/content/tils/categories.htmllisting: src/content/tils/categories.conf -src/content/blog/index.html: src/content/blog/index.htmlheader src/content/blog/index.htmlfooter -src/content/pastebins/index.html: src/content/pastebins/index.htmlheader src/content/pastebins/index.htmlfooter -src/content/podcasts/index.html: src/content/podcasts/index.htmlheader src/content/podcasts/index.htmlfooter -src/content/screencasts/index.html: src/content/screencasts/index.htmlheader src/content/screencasts/index.htmlfooter -src/content/tils/index.html: src/content/tils/index.htmlheader src/content/tils/index.htmlfooter -src/content/blog/categories.html: src/content/blog/categories.htmlheader src/content/blog/categories.htmlfooter -src/content/pastebins/categories.html: src/content/pastebins/categories.htmlheader src/content/pastebins/categories.htmlfooter -src/content/podcasts/categories.html: src/content/podcasts/categories.htmlheader src/content/podcasts/categories.htmlfooter -src/content/screencasts/categories.html: src/content/screencasts/categories.htmlheader src/content/screencasts/categories.htmlfooter -src/content/tils/categories.html: src/content/tils/categories.htmlheader src/content/tils/categories.htmlfooter -src/content/blog/index.html: src/content/blog/index.htmllisting src/content/blog/index.htmlbody -src/content/pastebins/index.html: src/content/pastebins/index.htmllisting src/content/pastebins/index.htmlbody -src/content/podcasts/index.html: src/content/podcasts/index.htmllisting src/content/podcasts/index.htmlbody -src/content/screencasts/index.html: src/content/screencasts/index.htmllisting src/content/screencasts/index.htmlbody -src/content/tils/index.html: src/content/tils/index.htmllisting src/content/tils/index.htmlbody -src/content/blog/categories.html: src/content/blog/categories.htmllisting src/content/blog/categories.htmlbody -src/content/pastebins/categories.html: src/content/pastebins/categories.htmllisting src/content/pastebins/categories.htmlbody -src/content/podcasts/categories.html: src/content/podcasts/categories.htmllisting src/content/podcasts/categories.htmlbody -src/content/screencasts/categories.html: src/content/screencasts/categories.htmllisting src/content/screencasts/categories.htmlbody -src/content/tils/categories.html: src/content/tils/categories.htmllisting src/content/tils/categories.htmlbody +src/content/en/blog/index.htmlheader src/content/en/blog/index.htmlfooter: src/content/en/blog/index.conf +src/content/en/pastebins/index.htmlheader src/content/en/pastebins/index.htmlfooter: src/content/en/pastebins/index.conf +src/content/en/podcasts/index.htmlheader src/content/en/podcasts/index.htmlfooter: src/content/en/podcasts/index.conf +src/content/en/screencasts/index.htmlheader src/content/en/screencasts/index.htmlfooter: src/content/en/screencasts/index.conf +src/content/en/tils/index.htmlheader src/content/en/tils/index.htmlfooter: src/content/en/tils/index.conf +src/content/en/blog/categories.htmlheader src/content/en/blog/categories.htmlfooter: src/content/en/blog/categories.conf +src/content/en/pastebins/categories.htmlheader src/content/en/pastebins/categories.htmlfooter: src/content/en/pastebins/categories.conf +src/content/en/podcasts/categories.htmlheader src/content/en/podcasts/categories.htmlfooter: src/content/en/podcasts/categories.conf +src/content/en/screencasts/categories.htmlheader src/content/en/screencasts/categories.htmlfooter: src/content/en/screencasts/categories.conf +src/content/en/tils/categories.htmlheader src/content/en/tils/categories.htmlfooter: src/content/en/tils/categories.conf +src/content/en/blog/index.htmllisting: src/content/en/blog/index.conf +src/content/en/pastebins/index.htmllisting: src/content/en/pastebins/index.conf +src/content/en/podcasts/index.htmllisting: src/content/en/podcasts/index.conf +src/content/en/screencasts/index.htmllisting: src/content/en/screencasts/index.conf +src/content/en/tils/index.htmllisting: src/content/en/tils/index.conf +src/content/en/blog/categories.htmllisting: src/content/en/blog/categories.conf +src/content/en/pastebins/categories.htmllisting: src/content/en/pastebins/categories.conf +src/content/en/podcasts/categories.htmllisting: src/content/en/podcasts/categories.conf +src/content/en/screencasts/categories.htmllisting: src/content/en/screencasts/categories.conf +src/content/en/tils/categories.htmllisting: src/content/en/tils/categories.conf +src/content/en/blog/index.html: src/content/en/blog/index.htmlheader src/content/en/blog/index.htmlfooter +src/content/en/pastebins/index.html: src/content/en/pastebins/index.htmlheader src/content/en/pastebins/index.htmlfooter +src/content/en/podcasts/index.html: src/content/en/podcasts/index.htmlheader src/content/en/podcasts/index.htmlfooter +src/content/en/screencasts/index.html: src/content/en/screencasts/index.htmlheader src/content/en/screencasts/index.htmlfooter +src/content/en/tils/index.html: src/content/en/tils/index.htmlheader src/content/en/tils/index.htmlfooter +src/content/en/blog/categories.html: src/content/en/blog/categories.htmlheader src/content/en/blog/categories.htmlfooter +src/content/en/pastebins/categories.html: src/content/en/pastebins/categories.htmlheader src/content/en/pastebins/categories.htmlfooter +src/content/en/podcasts/categories.html: src/content/en/podcasts/categories.htmlheader src/content/en/podcasts/categories.htmlfooter +src/content/en/screencasts/categories.html: src/content/en/screencasts/categories.htmlheader src/content/en/screencasts/categories.htmlfooter +src/content/en/tils/categories.html: src/content/en/tils/categories.htmlheader src/content/en/tils/categories.htmlfooter +src/content/en/blog/index.html: src/content/en/blog/index.htmllisting src/content/en/blog/index.htmlbody +src/content/en/pastebins/index.html: src/content/en/pastebins/index.htmllisting src/content/en/pastebins/index.htmlbody +src/content/en/podcasts/index.html: src/content/en/podcasts/index.htmllisting src/content/en/podcasts/index.htmlbody +src/content/en/screencasts/index.html: src/content/en/screencasts/index.htmllisting src/content/en/screencasts/index.htmlbody +src/content/en/tils/index.html: src/content/en/tils/index.htmllisting src/content/en/tils/index.htmlbody +src/content/en/blog/categories.html: src/content/en/blog/categories.htmllisting src/content/en/blog/categories.htmlbody +src/content/en/pastebins/categories.html: src/content/en/pastebins/categories.htmllisting src/content/en/pastebins/categories.htmlbody +src/content/en/podcasts/categories.html: src/content/en/podcasts/categories.htmllisting src/content/en/podcasts/categories.htmlbody +src/content/en/screencasts/categories.html: src/content/en/screencasts/categories.htmllisting src/content/en/screencasts/categories.htmlbody +src/content/en/tils/categories.html: src/content/en/tils/categories.htmllisting src/content/en/tils/categories.htmlbody articles.blog.adoc = \ - src/content/blog/2018/07/17/guix-nixos.adoc \ - src/content/blog/2018/08/01/npm-ci-reproducibility.adoc \ - src/content/blog/2018/12/21/ytdl-subs.adoc \ - src/content/blog/2019/06/02/nixos-stateless-workstation.adoc \ - src/content/blog/2020/08/10/guix-srht.adoc \ - src/content/blog/2020/08/31/database-i-wish-i-had.adoc \ - src/content/blog/2020/10/05/cargo2nix.adoc \ - src/content/blog/2020/10/05/swift2nix.adoc \ - src/content/blog/2020/10/19/feature-flags.adoc \ - src/content/blog/2020/10/20/wrong-interviewing.adoc \ - src/content/blog/2020/11/07/diy-bugs.adoc \ - src/content/blog/2020/11/08/paradigm-shift-review.adoc \ - src/content/blog/2020/11/12/database-parsers-trees.adoc \ - src/content/blog/2020/11/14/local-first-review.adoc \ - src/content/blog/2021/01/26/remembering-ann.adoc \ - src/content/blog/2021/02/17/fallible.adoc \ - src/content/blog/2021/04/29/relational-review.adoc \ + src/content/en/blog/2018/07/17/guix-nixos.adoc \ + src/content/en/blog/2018/08/01/npm-ci-reproducibility.adoc \ + src/content/en/blog/2018/12/21/ytdl-subs.adoc \ + src/content/en/blog/2019/06/02/nixos-stateless-workstation.adoc \ + src/content/en/blog/2020/08/10/guix-srht.adoc \ + src/content/en/blog/2020/08/31/database-i-wish-i-had.adoc \ + src/content/en/blog/2020/10/05/cargo2nix.adoc \ + src/content/en/blog/2020/10/05/swift2nix.adoc \ + src/content/en/blog/2020/10/19/feature-flags.adoc \ + src/content/en/blog/2020/10/20/wrong-interviewing.adoc \ + src/content/en/blog/2020/11/07/diy-bugs.adoc \ + src/content/en/blog/2020/11/08/paradigm-shift-review.adoc \ + src/content/en/blog/2020/11/12/database-parsers-trees.adoc \ + src/content/en/blog/2020/11/14/local-first-review.adoc \ + src/content/en/blog/2021/01/26/remembering-ann.adoc \ + src/content/en/blog/2021/02/17/fallible.adoc \ + src/content/en/blog/2021/04/29/relational-review.adoc \ articles.blog.sortdata = $(articles.blog.adoc:.adoc=.sortdata) articles.blog.indexentry = $(articles.blog.adoc:.adoc=.indexentry) articles.blog.feedentry = $(articles.blog.adoc:.adoc=.feedentry) articles.blog.categorydata = $(articles.blog.adoc:.adoc=.categorydata) -src/content/blog/sortdata.txt: deps.mk +src/content/en/blog/sortdata.txt: deps.mk printf '%s\n' $(articles.blog.sortdata) > $@ -src/content/blog/feed.xml: src/content/blog/sortdata.txt -src/content/blog/feed.xml: $(articles.blog.sortdata) -src/content/blog/index.htmllisting: src/content/blog/sortdata.txt -src/content/blog/index.htmllisting: $(articles.blog.sortdata) -src/content/blog/categories.htmllisting: src/content/blog/sortdata.txt -src/content/blog/categories.htmllisting: $(articles.blog.sortdata) -src/content/blog/categories.txt: src/content/blog/sortdata.txt -src/content/blog/categories.txt: $(articles.blog.sortdata) -src/content/blog/index.htmllisting src/content/blog/categories.htmllisting: $(articles.blog.indexentry) -src/content/blog/categories.txt: $(articles.blog.categorydata) -src/content/blog/categories.txt src/content/blog/feed.xml: $(articles.blog.feedentry) -src/content/blog/categories.htmllisting src/content/blog/categories.xml: src/content/blog/categories.txt +src/content/en/blog/feed.xml: src/content/en/blog/sortdata.txt +src/content/en/blog/feed.xml: $(articles.blog.sortdata) +src/content/en/blog/index.htmllisting: src/content/en/blog/sortdata.txt +src/content/en/blog/index.htmllisting: $(articles.blog.sortdata) +src/content/en/blog/categories.htmllisting: src/content/en/blog/sortdata.txt +src/content/en/blog/categories.htmllisting: $(articles.blog.sortdata) +src/content/en/blog/categories.txt: src/content/en/blog/sortdata.txt +src/content/en/blog/categories.txt: $(articles.blog.sortdata) +src/content/en/blog/index.htmllisting src/content/en/blog/categories.htmllisting: $(articles.blog.indexentry) +src/content/en/blog/categories.txt: $(articles.blog.categorydata) +src/content/en/blog/categories.txt src/content/en/blog/feed.xml: $(articles.blog.feedentry) +src/content/en/blog/categories.htmllisting src/content/en/blog/categories.xml: src/content/en/blog/categories.txt articles.pastebins.adoc = \ - src/content/pastebins/2016/04/05/rpn.adoc \ - src/content/pastebins/2018/07/11/nix-pinning.adoc \ - src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc \ - src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc \ - src/content/pastebins/2018/07/13/guixbuilder.adoc \ - src/content/pastebins/2018/07/13/nix-strpad.adoc \ - src/content/pastebins/2018/07/25/nix-exps.adoc \ - src/content/pastebins/2018/07/25/nix-showdrv.adoc \ - src/content/pastebins/2019/06/08/inconsistent-hash.adoc \ - src/content/pastebins/2019/12/29/raku-tuple-type.adoc \ - src/content/pastebins/2020/01/04/guix-import-failure.adoc \ - src/content/pastebins/2020/02/14/guix-shebang.adoc \ - src/content/pastebins/2020/11/27/guix-build-local.adoc \ - src/content/pastebins/2020/12/15/guix-pack-fail.adoc \ - src/content/pastebins/2021/04/03/naive-slugify-js.adoc \ - src/content/pastebins/2021/06/08/reading-session-pt1.adoc \ - src/content/pastebins/2021/06/22/curl-wget.adoc \ - src/content/pastebins/2021/08/11/h1-spacing.adoc \ - src/content/pastebins/2021/09/02/sicp-3-19.adoc \ - src/content/pastebins/2021/09/03/sicp-persistent-queue.adoc \ - src/content/pastebins/2022/07/14/git-cleanup.adoc \ - src/content/pastebins/2023/07/22/funcallable-amop.adoc \ + src/content/en/pastebins/2016/04/05/rpn.adoc \ + src/content/en/pastebins/2018/07/11/nix-pinning.adoc \ + src/content/en/pastebins/2018/07/13/guix-nixos-systemd.adoc \ + src/content/en/pastebins/2018/07/13/guixbuilder-nixos.adoc \ + src/content/en/pastebins/2018/07/13/guixbuilder.adoc \ + src/content/en/pastebins/2018/07/13/nix-strpad.adoc \ + src/content/en/pastebins/2018/07/25/nix-exps.adoc \ + src/content/en/pastebins/2018/07/25/nix-showdrv.adoc \ + src/content/en/pastebins/2019/06/08/inconsistent-hash.adoc \ + src/content/en/pastebins/2019/12/29/raku-tuple-type.adoc \ + src/content/en/pastebins/2020/01/04/guix-import-failure.adoc \ + src/content/en/pastebins/2020/02/14/guix-shebang.adoc \ + src/content/en/pastebins/2020/11/27/guix-build-local.adoc \ + src/content/en/pastebins/2020/12/15/guix-pack-fail.adoc \ + src/content/en/pastebins/2021/04/03/naive-slugify-js.adoc \ + src/content/en/pastebins/2021/06/08/reading-session-pt1.adoc \ + src/content/en/pastebins/2021/06/22/curl-wget.adoc \ + src/content/en/pastebins/2021/08/11/h1-spacing.adoc \ + src/content/en/pastebins/2021/09/02/sicp-3-19.adoc \ + src/content/en/pastebins/2021/09/03/sicp-persistent-queue.adoc \ + src/content/en/pastebins/2022/07/14/git-cleanup.adoc \ + src/content/en/pastebins/2023/07/22/funcallable-amop.adoc \ articles.pastebins.sortdata = $(articles.pastebins.adoc:.adoc=.sortdata) articles.pastebins.indexentry = $(articles.pastebins.adoc:.adoc=.indexentry) articles.pastebins.feedentry = $(articles.pastebins.adoc:.adoc=.feedentry) articles.pastebins.categorydata = $(articles.pastebins.adoc:.adoc=.categorydata) -src/content/pastebins/sortdata.txt: deps.mk +src/content/en/pastebins/sortdata.txt: deps.mk printf '%s\n' $(articles.pastebins.sortdata) > $@ -src/content/pastebins/feed.xml: src/content/pastebins/sortdata.txt -src/content/pastebins/feed.xml: $(articles.pastebins.sortdata) -src/content/pastebins/index.htmllisting: src/content/pastebins/sortdata.txt -src/content/pastebins/index.htmllisting: $(articles.pastebins.sortdata) -src/content/pastebins/categories.htmllisting: src/content/pastebins/sortdata.txt -src/content/pastebins/categories.htmllisting: $(articles.pastebins.sortdata) -src/content/pastebins/categories.txt: src/content/pastebins/sortdata.txt -src/content/pastebins/categories.txt: $(articles.pastebins.sortdata) -src/content/pastebins/index.htmllisting src/content/pastebins/categories.htmllisting: $(articles.pastebins.indexentry) -src/content/pastebins/categories.txt: $(articles.pastebins.categorydata) -src/content/pastebins/categories.txt src/content/pastebins/feed.xml: $(articles.pastebins.feedentry) -src/content/pastebins/categories.htmllisting src/content/pastebins/categories.xml: src/content/pastebins/categories.txt +src/content/en/pastebins/feed.xml: src/content/en/pastebins/sortdata.txt +src/content/en/pastebins/feed.xml: $(articles.pastebins.sortdata) +src/content/en/pastebins/index.htmllisting: src/content/en/pastebins/sortdata.txt +src/content/en/pastebins/index.htmllisting: $(articles.pastebins.sortdata) +src/content/en/pastebins/categories.htmllisting: src/content/en/pastebins/sortdata.txt +src/content/en/pastebins/categories.htmllisting: $(articles.pastebins.sortdata) +src/content/en/pastebins/categories.txt: src/content/en/pastebins/sortdata.txt +src/content/en/pastebins/categories.txt: $(articles.pastebins.sortdata) +src/content/en/pastebins/index.htmllisting src/content/en/pastebins/categories.htmllisting: $(articles.pastebins.indexentry) +src/content/en/pastebins/categories.txt: $(articles.pastebins.categorydata) +src/content/en/pastebins/categories.txt src/content/en/pastebins/feed.xml: $(articles.pastebins.feedentry) +src/content/en/pastebins/categories.htmllisting src/content/en/pastebins/categories.xml: src/content/en/pastebins/categories.txt articles.podcasts.adoc = \ - src/content/podcasts/2020/12/19/test-entry.adoc \ + src/content/en/podcasts/2020/12/19/test-entry.adoc \ articles.podcasts.sortdata = $(articles.podcasts.adoc:.adoc=.sortdata) articles.podcasts.indexentry = $(articles.podcasts.adoc:.adoc=.indexentry) articles.podcasts.feedentry = $(articles.podcasts.adoc:.adoc=.feedentry) articles.podcasts.categorydata = $(articles.podcasts.adoc:.adoc=.categorydata) -src/content/podcasts/sortdata.txt: deps.mk +src/content/en/podcasts/sortdata.txt: deps.mk printf '%s\n' $(articles.podcasts.sortdata) > $@ -src/content/podcasts/feed.xml: src/content/podcasts/sortdata.txt -src/content/podcasts/feed.xml: $(articles.podcasts.sortdata) -src/content/podcasts/index.htmllisting: src/content/podcasts/sortdata.txt -src/content/podcasts/index.htmllisting: $(articles.podcasts.sortdata) -src/content/podcasts/categories.htmllisting: src/content/podcasts/sortdata.txt -src/content/podcasts/categories.htmllisting: $(articles.podcasts.sortdata) -src/content/podcasts/categories.txt: src/content/podcasts/sortdata.txt -src/content/podcasts/categories.txt: $(articles.podcasts.sortdata) -src/content/podcasts/index.htmllisting src/content/podcasts/categories.htmllisting: $(articles.podcasts.indexentry) -src/content/podcasts/categories.txt: $(articles.podcasts.categorydata) -src/content/podcasts/categories.txt src/content/podcasts/feed.xml: $(articles.podcasts.feedentry) -src/content/podcasts/categories.htmllisting src/content/podcasts/categories.xml: src/content/podcasts/categories.txt +src/content/en/podcasts/feed.xml: src/content/en/podcasts/sortdata.txt +src/content/en/podcasts/feed.xml: $(articles.podcasts.sortdata) +src/content/en/podcasts/index.htmllisting: src/content/en/podcasts/sortdata.txt +src/content/en/podcasts/index.htmllisting: $(articles.podcasts.sortdata) +src/content/en/podcasts/categories.htmllisting: src/content/en/podcasts/sortdata.txt +src/content/en/podcasts/categories.htmllisting: $(articles.podcasts.sortdata) +src/content/en/podcasts/categories.txt: src/content/en/podcasts/sortdata.txt +src/content/en/podcasts/categories.txt: $(articles.podcasts.sortdata) +src/content/en/podcasts/index.htmllisting src/content/en/podcasts/categories.htmllisting: $(articles.podcasts.indexentry) +src/content/en/podcasts/categories.txt: $(articles.podcasts.categorydata) +src/content/en/podcasts/categories.txt src/content/en/podcasts/feed.xml: $(articles.podcasts.feedentry) +src/content/en/podcasts/categories.htmllisting src/content/en/podcasts/categories.xml: src/content/en/podcasts/categories.txt articles.screencasts.adoc = \ - src/content/screencasts/2021/02/07/autoqemu.adoc \ + src/content/en/screencasts/2021/02/07/autoqemu.adoc \ articles.screencasts.sortdata = $(articles.screencasts.adoc:.adoc=.sortdata) articles.screencasts.indexentry = $(articles.screencasts.adoc:.adoc=.indexentry) articles.screencasts.feedentry = $(articles.screencasts.adoc:.adoc=.feedentry) articles.screencasts.categorydata = $(articles.screencasts.adoc:.adoc=.categorydata) -src/content/screencasts/sortdata.txt: deps.mk +src/content/en/screencasts/sortdata.txt: deps.mk printf '%s\n' $(articles.screencasts.sortdata) > $@ -src/content/screencasts/feed.xml: src/content/screencasts/sortdata.txt -src/content/screencasts/feed.xml: $(articles.screencasts.sortdata) -src/content/screencasts/index.htmllisting: src/content/screencasts/sortdata.txt -src/content/screencasts/index.htmllisting: $(articles.screencasts.sortdata) -src/content/screencasts/categories.htmllisting: src/content/screencasts/sortdata.txt -src/content/screencasts/categories.htmllisting: $(articles.screencasts.sortdata) -src/content/screencasts/categories.txt: src/content/screencasts/sortdata.txt -src/content/screencasts/categories.txt: $(articles.screencasts.sortdata) -src/content/screencasts/index.htmllisting src/content/screencasts/categories.htmllisting: $(articles.screencasts.indexentry) -src/content/screencasts/categories.txt: $(articles.screencasts.categorydata) -src/content/screencasts/categories.txt src/content/screencasts/feed.xml: $(articles.screencasts.feedentry) -src/content/screencasts/categories.htmllisting src/content/screencasts/categories.xml: src/content/screencasts/categories.txt +src/content/en/screencasts/feed.xml: src/content/en/screencasts/sortdata.txt +src/content/en/screencasts/feed.xml: $(articles.screencasts.sortdata) +src/content/en/screencasts/index.htmllisting: src/content/en/screencasts/sortdata.txt +src/content/en/screencasts/index.htmllisting: $(articles.screencasts.sortdata) +src/content/en/screencasts/categories.htmllisting: src/content/en/screencasts/sortdata.txt +src/content/en/screencasts/categories.htmllisting: $(articles.screencasts.sortdata) +src/content/en/screencasts/categories.txt: src/content/en/screencasts/sortdata.txt +src/content/en/screencasts/categories.txt: $(articles.screencasts.sortdata) +src/content/en/screencasts/index.htmllisting src/content/en/screencasts/categories.htmllisting: $(articles.screencasts.indexentry) +src/content/en/screencasts/categories.txt: $(articles.screencasts.categorydata) +src/content/en/screencasts/categories.txt src/content/en/screencasts/feed.xml: $(articles.screencasts.feedentry) +src/content/en/screencasts/categories.htmllisting src/content/en/screencasts/categories.xml: src/content/en/screencasts/categories.txt articles.tils.adoc = \ - src/content/tils/2020/08/12/filename-timestamp.adoc \ - src/content/tils/2020/08/13/code-jekyll.adoc \ - src/content/tils/2020/08/14/browse-git.adoc \ - src/content/tils/2020/08/16/git-search.adoc \ - src/content/tils/2020/08/28/grep-online.adoc \ - src/content/tils/2020/09/04/cli-email-fun-profit.adoc \ - src/content/tils/2020/09/05/oldschool-pr.adoc \ - src/content/tils/2020/10/11/search-git-history.adoc \ - src/content/tils/2020/11/08/find-broken-symlink.adoc \ - src/content/tils/2020/11/12/diy-nix-bash-ci.adoc \ - src/content/tils/2020/11/12/git-bisect-automation.adoc \ - src/content/tils/2020/11/12/useful-bashvars.adoc \ - src/content/tils/2020/11/14/gpodder-media.adoc \ - src/content/tils/2020/11/30/git-notes-ci.adoc \ - src/content/tils/2020/12/15/shellcheck-repo.adoc \ - src/content/tils/2020/12/29/svg.adoc \ - src/content/tils/2021/01/12/curl-awk-emails.adoc \ - src/content/tils/2021/01/17/posix-shebang.adoc \ - src/content/tils/2021/04/24/cl-generic-precedence.adoc \ - src/content/tils/2021/04/24/clojure-autocurry.adoc \ - src/content/tils/2021/04/24/scm-nif.adoc \ - src/content/tils/2021/07/23/git-tls-gpg.adoc \ - src/content/tils/2021/08/11/js-bigint-reviver.adoc \ + src/content/en/tils/2020/08/12/filename-timestamp.adoc \ + src/content/en/tils/2020/08/13/code-jekyll.adoc \ + src/content/en/tils/2020/08/14/browse-git.adoc \ + src/content/en/tils/2020/08/16/git-search.adoc \ + src/content/en/tils/2020/08/28/grep-online.adoc \ + src/content/en/tils/2020/09/04/cli-email-fun-profit.adoc \ + src/content/en/tils/2020/09/05/oldschool-pr.adoc \ + src/content/en/tils/2020/10/11/search-git-history.adoc \ + src/content/en/tils/2020/11/08/find-broken-symlink.adoc \ + src/content/en/tils/2020/11/12/diy-nix-bash-ci.adoc \ + src/content/en/tils/2020/11/12/git-bisect-automation.adoc \ + src/content/en/tils/2020/11/12/useful-bashvars.adoc \ + src/content/en/tils/2020/11/14/gpodder-media.adoc \ + src/content/en/tils/2020/11/30/git-notes-ci.adoc \ + src/content/en/tils/2020/12/15/shellcheck-repo.adoc \ + src/content/en/tils/2020/12/29/svg.adoc \ + src/content/en/tils/2021/01/12/curl-awk-emails.adoc \ + src/content/en/tils/2021/01/17/posix-shebang.adoc \ + src/content/en/tils/2021/04/24/cl-generic-precedence.adoc \ + src/content/en/tils/2021/04/24/clojure-autocurry.adoc \ + src/content/en/tils/2021/04/24/scm-nif.adoc \ + src/content/en/tils/2021/07/23/git-tls-gpg.adoc \ + src/content/en/tils/2021/08/11/js-bigint-reviver.adoc \ articles.tils.sortdata = $(articles.tils.adoc:.adoc=.sortdata) articles.tils.indexentry = $(articles.tils.adoc:.adoc=.indexentry) articles.tils.feedentry = $(articles.tils.adoc:.adoc=.feedentry) articles.tils.categorydata = $(articles.tils.adoc:.adoc=.categorydata) -src/content/tils/sortdata.txt: deps.mk +src/content/en/tils/sortdata.txt: deps.mk printf '%s\n' $(articles.tils.sortdata) > $@ -src/content/tils/feed.xml: src/content/tils/sortdata.txt -src/content/tils/feed.xml: $(articles.tils.sortdata) -src/content/tils/index.htmllisting: src/content/tils/sortdata.txt -src/content/tils/index.htmllisting: $(articles.tils.sortdata) -src/content/tils/categories.htmllisting: src/content/tils/sortdata.txt -src/content/tils/categories.htmllisting: $(articles.tils.sortdata) -src/content/tils/categories.txt: src/content/tils/sortdata.txt -src/content/tils/categories.txt: $(articles.tils.sortdata) -src/content/tils/index.htmllisting src/content/tils/categories.htmllisting: $(articles.tils.indexentry) -src/content/tils/categories.txt: $(articles.tils.categorydata) -src/content/tils/categories.txt src/content/tils/feed.xml: $(articles.tils.feedentry) -src/content/tils/categories.htmllisting src/content/tils/categories.xml: src/content/tils/categories.txt +src/content/en/tils/feed.xml: src/content/en/tils/sortdata.txt +src/content/en/tils/feed.xml: $(articles.tils.sortdata) +src/content/en/tils/index.htmllisting: src/content/en/tils/sortdata.txt +src/content/en/tils/index.htmllisting: $(articles.tils.sortdata) +src/content/en/tils/categories.htmllisting: src/content/en/tils/sortdata.txt +src/content/en/tils/categories.htmllisting: $(articles.tils.sortdata) +src/content/en/tils/categories.txt: src/content/en/tils/sortdata.txt +src/content/en/tils/categories.txt: $(articles.tils.sortdata) +src/content/en/tils/index.htmllisting src/content/en/tils/categories.htmllisting: $(articles.tils.indexentry) +src/content/en/tils/categories.txt: $(articles.tils.categorydata) +src/content/en/tils/categories.txt src/content/en/tils/feed.xml: $(articles.tils.feedentry) +src/content/en/tils/categories.htmllisting src/content/en/tils/categories.xml: src/content/en/tils/categories.txt |