summaryrefslogtreecommitdiff
path: root/src/content/blog/2020
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-10 15:46:44 -0300
committerEuAndreh <eu@euandre.org>2025-04-10 15:46:44 -0300
commit8b71e1a23a8da5081a42b7b3e71d7cf81b329bf4 (patch)
tree6be2d045f7e27a0c196f899b0b9be6a126bc3a47 /src/content/blog/2020
parentsrc/content/style.css: Give #updated-at the same styling as #published-at (diff)
downloadeuandre.org-8b71e1a23a8da5081a42b7b3e71d7cf81b329bf4.tar.gz
euandre.org-8b71e1a23a8da5081a42b7b3e71d7cf81b329bf4.tar.xz
src/content/: Recover article updated-at metadata
Diffstat (limited to 'src/content/blog/2020')
-rw-r--r--src/content/blog/2020/08/10/guix-srht.adoc1
-rw-r--r--src/content/blog/2020/08/31/database-i-wish-i-had.adoc1
-rw-r--r--src/content/blog/2020/10/19/feature-flags.adoc1
-rw-r--r--src/content/blog/2020/10/20/wrong-interviewing.adoc1
-rw-r--r--src/content/blog/2020/11/07/diy-bugs.adoc1
-rw-r--r--src/content/blog/2020/11/12/database-parsers-trees.adoc1
6 files changed, 6 insertions, 0 deletions
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