From 8b71e1a23a8da5081a42b7b3e71d7cf81b329bf4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Apr 2025 15:46:44 -0300 Subject: src/content/: Recover article updated-at metadata --- src/content/blog/2018/08/01/npm-ci-reproducibility.adoc | 1 + src/content/blog/2020/08/10/guix-srht.adoc | 1 + src/content/blog/2020/08/31/database-i-wish-i-had.adoc | 1 + src/content/blog/2020/10/19/feature-flags.adoc | 1 + src/content/blog/2020/10/20/wrong-interviewing.adoc | 1 + src/content/blog/2020/11/07/diy-bugs.adoc | 1 + src/content/blog/2020/11/12/database-parsers-trees.adoc | 1 + src/content/blog/2021/02/17/fallible.adoc | 1 + src/content/pastebins/2021/04/03/naive-slugify-js.adoc | 1 + src/content/pastebins/2021/08/11/h1-spacing.adoc | 3 +-- src/content/screencasts/2021/02/07/autoqemu.adoc | 1 + src/content/tils/2020/12/15/shellcheck-repo.adoc | 1 + src/content/tils/2020/12/29/svg.adoc | 1 + src/content/tils/2021/04/24/clojure-autocurry.adoc | 1 + src/content/tils/2021/04/24/scm-nif.adoc | 1 + src/content/tils/2021/08/11/js-bigint-reviver.adoc | 1 + 16 files changed, 16 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/content/blog/2018/08/01/npm-ci-reproducibility.adoc b/src/content/blog/2018/08/01/npm-ci-reproducibility.adoc index 2692ed1..76bd8e6 100644 --- a/src/content/blog/2018/08/01/npm-ci-reproducibility.adoc +++ b/src/content/blog/2018/08/01/npm-ci-reproducibility.adoc @@ -1,4 +1,5 @@ = Verifying "npm ci" reproducibility +:updatedat: 2019-05-22 :empty: :npm-5: https://blog.npmjs.org/post/161081169345/v500 diff --git a/src/content/blog/2020/08/10/guix-srht.adoc b/src/content/blog/2020/08/10/guix-srht.adoc index b450da2..6411259 100644 --- a/src/content/blog/2020/08/10/guix-srht.adoc +++ b/src/content/blog/2020/08/10/guix-srht.adoc @@ -1,4 +1,5 @@ = Guix inside sourcehut builds.sr.ht CI +:updatedat: 2020-08-19 :nixos: https://man.sr.ht/builds.sr.ht/compatibility.md#nixos :guix: https://guix.gnu.org/ diff --git a/src/content/blog/2020/08/31/database-i-wish-i-had.adoc b/src/content/blog/2020/08/31/database-i-wish-i-had.adoc index 318a276..a22e9ea 100644 --- a/src/content/blog/2020/08/31/database-i-wish-i-had.adoc +++ b/src/content/blog/2020/08/31/database-i-wish-i-had.adoc @@ -1,5 +1,6 @@ = The database I wish I had :categories: mediator +:updatedat: 2020-09-03 :empty: :values-talk: https://vimeo.com/230142234 diff --git a/src/content/blog/2020/10/19/feature-flags.adoc b/src/content/blog/2020/10/19/feature-flags.adoc index dee6f4d..972f693 100644 --- a/src/content/blog/2020/10/19/feature-flags.adoc +++ b/src/content/blog/2020/10/19/feature-flags.adoc @@ -1,5 +1,6 @@ = Feature flags: differences between backend, frontend and mobile :categories: presentation +:updatedat: 2020-11-03 :empty: :slides: link:../../../../slides/2020/10/19/feature-flags.html FIXME diff --git a/src/content/blog/2020/10/20/wrong-interviewing.adoc b/src/content/blog/2020/10/20/wrong-interviewing.adoc index b673262..4b8d855 100644 --- a/src/content/blog/2020/10/20/wrong-interviewing.adoc +++ b/src/content/blog/2020/10/20/wrong-interviewing.adoc @@ -1,4 +1,5 @@ = How not to interview engineers +:updatedat: 2020-10-24 :bad-article: https://defmacro.substack.com/p/how-to-interview-engineers :satire-comment: https://defmacro.substack.com/p/how-to-interview-engineers/comments#comment-599996 diff --git a/src/content/blog/2020/11/07/diy-bugs.adoc b/src/content/blog/2020/11/07/diy-bugs.adoc index 0f561c1..8ab7953 100644 --- a/src/content/blog/2020/11/07/diy-bugs.adoc +++ b/src/content/blog/2020/11/07/diy-bugs.adoc @@ -1,4 +1,5 @@ = DIY an offline bug tracker with text files, Git and email +:updatedat: 2021-08-14 :attack-on-ytdl: https://github.com/github/dmca/blob/master/2020/10/2020-10-23-RIAA.md :list-discussions: https://sourcehut.org/blog/2020-10-29-how-mailing-lists-prevent-censorship/ diff --git a/src/content/blog/2020/11/12/database-parsers-trees.adoc b/src/content/blog/2020/11/12/database-parsers-trees.adoc index b7a2e78..c96f3e2 100644 --- a/src/content/blog/2020/11/12/database-parsers-trees.adoc +++ b/src/content/blog/2020/11/12/database-parsers-trees.adoc @@ -1,5 +1,6 @@ = Durable persistent trees and parser combinators - building a database :categories: mediator +:updatedat: 2021-02-09 :empty: :db-article: link:../../08/31/database-i-wish-i-had.html diff --git a/src/content/blog/2021/02/17/fallible.adoc b/src/content/blog/2021/02/17/fallible.adoc index e8dc8f6..f2aa333 100644 --- a/src/content/blog/2021/02/17/fallible.adoc +++ b/src/content/blog/2021/02/17/fallible.adoc @@ -1,4 +1,5 @@ = ANN: fallible - Fault injection library for stress-testing failure scenarios +:updatedat: 2022-03-06 :fallible: https://euandreh.xyz/fallible/ diff --git a/src/content/pastebins/2021/04/03/naive-slugify-js.adoc b/src/content/pastebins/2021/04/03/naive-slugify-js.adoc index 648e5fa..184ce97 100644 --- a/src/content/pastebins/2021/04/03/naive-slugify-js.adoc +++ b/src/content/pastebins/2021/04/03/naive-slugify-js.adoc @@ -1,4 +1,5 @@ = JavaScript naive slugify +:updatedat: 2021-08-15 [source,javascript] ---- diff --git a/src/content/pastebins/2021/08/11/h1-spacing.adoc b/src/content/pastebins/2021/08/11/h1-spacing.adoc index e8a6986..38dbb2e 100644 --- a/src/content/pastebins/2021/08/11/h1-spacing.adoc +++ b/src/content/pastebins/2021/08/11/h1-spacing.adoc @@ -1,6 +1,5 @@ = Spaces around h1 tags - -// FIXME updated_at: 2021-08-15 +:updatedat: 2021-08-15 _EDIT_: Apparently, the behaviour below is consistent between Firefox and Chromium for links, but not for `

`. My conclusion is that the `

` diff --git a/src/content/screencasts/2021/02/07/autoqemu.adoc b/src/content/screencasts/2021/02/07/autoqemu.adoc index 0383bc3..d7c9e12 100644 --- a/src/content/screencasts/2021/02/07/autoqemu.adoc +++ b/src/content/screencasts/2021/02/07/autoqemu.adoc @@ -1,4 +1,5 @@ = AutoQEMU - automate installation and SSH setup of ISO OS images +:updatedat: 2022-03-06 :empty: :begriffs-tips: https://begriffs.com/posts/2020-08-31-portable-stable-software.html diff --git a/src/content/tils/2020/12/15/shellcheck-repo.adoc b/src/content/tils/2020/12/15/shellcheck-repo.adoc index c99b4a9..db280db 100644 --- a/src/content/tils/2020/12/15/shellcheck-repo.adoc +++ b/src/content/tils/2020/12/15/shellcheck-repo.adoc @@ -1,5 +1,6 @@ = Awk snippet: ShellCheck all scripts in a repository :categories: shell +:updatedat: 2020-12-16 :awk-20-min: https://ferd.ca/awk-in-20-minutes.html :shellcheck: https://www.shellcheck.net/ diff --git a/src/content/tils/2020/12/29/svg.adoc b/src/content/tils/2020/12/29/svg.adoc index 2022c83..0e5dec3 100644 --- a/src/content/tils/2020/12/29/svg.adoc +++ b/src/content/tils/2020/12/29/svg.adoc @@ -1,4 +1,5 @@ = SVG favicon +:updatedat: 2021-01-12 :favicon: link:../../../../img/favicon.svg diff --git a/src/content/tils/2021/04/24/clojure-autocurry.adoc b/src/content/tils/2021/04/24/clojure-autocurry.adoc index fdc71f2..a2c2835 100644 --- a/src/content/tils/2021/04/24/clojure-autocurry.adoc +++ b/src/content/tils/2021/04/24/clojure-autocurry.adoc @@ -1,5 +1,6 @@ = Clojure auto curry :sort: 1 +:updatedat: 2021-04-27 :defcurry-orig: https://lorettahe.github.io/clojure/2016/09/22/clojure-auto-curry diff --git a/src/content/tils/2021/04/24/scm-nif.adoc b/src/content/tils/2021/04/24/scm-nif.adoc index 7177355..d057d66 100644 --- a/src/content/tils/2021/04/24/scm-nif.adoc +++ b/src/content/tils/2021/04/24/scm-nif.adoc @@ -1,6 +1,7 @@ = Three-way conditional for number signs on Lisp :categories: lisp, scheme, common lisp :sort: 2 +:updatedat: 2021-08-14 :on-lisp: https://www.paulgraham.com/onlisptext.html :sicp: https://mitpress.mit.edu/sites/default/files/sicp/index.html diff --git a/src/content/tils/2021/08/11/js-bigint-reviver.adoc b/src/content/tils/2021/08/11/js-bigint-reviver.adoc index 657248a..f7dd3de 100644 --- a/src/content/tils/2021/08/11/js-bigint-reviver.adoc +++ b/src/content/tils/2021/08/11/js-bigint-reviver.adoc @@ -1,4 +1,5 @@ = Encoding and decoding JavaScript BigInt values with reviver +:updatedat: 2021-08-13 :reviver-fn: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#using_the_reviver_parameter :bigint: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt -- cgit v1.2.3