summaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/content')
-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/11/08/paradigm-shift-review.adoc1
-rw-r--r--src/content/blog/2020/11/12/database-parsers-trees.adoc1
-rw-r--r--src/content/blog/2020/11/14/local-first-review.adoc1
-rw-r--r--src/content/blog/2021/01/26/remembering-ann.adoc1
-rw-r--r--src/content/pastebins/2018/07/11/nix-pinning.adoc1
-rw-r--r--src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc1
-rw-r--r--src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc1
-rw-r--r--src/content/pastebins/2018/07/13/guixbuilder.adoc1
-rw-r--r--src/content/pastebins/2018/07/13/nix-strpad.adoc1
-rw-r--r--src/content/pastebins/2018/07/25/nix-exps.adoc1
-rw-r--r--src/content/pastebins/2018/07/25/nix-showdrv.adoc1
-rw-r--r--src/content/pastebins/2019/06/08/inconsistent-hash.adoc1
-rw-r--r--src/content/pastebins/2019/12/29/raku-tuple-type.adoc1
-rw-r--r--src/content/pastebins/2020/01/04/guix-import-failure.adoc1
-rw-r--r--src/content/pastebins/2020/02/14/guix-shebang.adoc1
-rw-r--r--src/content/pastebins/2020/11/27/guix-build-local.adoc1
-rw-r--r--src/content/pastebins/2020/12/15/guix-pack-fail.adoc1
-rw-r--r--src/content/pastebins/2021/09/02/sicp-3-19.adoc1
-rw-r--r--src/content/tils/2020/08/12/filename-timestamp.adoc1
-rw-r--r--src/content/tils/2020/08/14/browse-git.adoc1
-rw-r--r--src/content/tils/2020/08/16/git-search.adoc1
-rw-r--r--src/content/tils/2020/08/28/grep-online.adoc1
-rw-r--r--src/content/tils/2020/09/05/oldschool-pr.adoc1
-rw-r--r--src/content/tils/2020/10/11/search-git-history.adoc1
-rw-r--r--src/content/tils/2020/11/08/find-broken-symlink.adoc1
-rw-r--r--src/content/tils/2020/11/12/diy-nix-bash-ci.adoc1
-rw-r--r--src/content/tils/2020/11/12/git-bisect-automation.adoc1
-rw-r--r--src/content/tils/2020/11/12/useful-bashvars.adoc1
-rw-r--r--src/content/tils/2020/11/30/git-notes-ci.adoc1
-rw-r--r--src/content/tils/2020/12/15/shellcheck-repo.adoc1
-rw-r--r--src/content/tils/2021/04/24/scm-nif.adoc1
33 files changed, 33 insertions, 0 deletions
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 443a54e..318a276 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,4 +1,5 @@
= The database I wish I had
+:categories: mediator
: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 e0ce078..dee6f4d 100644
--- a/src/content/blog/2020/10/19/feature-flags.adoc
+++ b/src/content/blog/2020/10/19/feature-flags.adoc
@@ -1,4 +1,5 @@
= Feature flags: differences between backend, frontend and mobile
+:categories: presentation
:empty:
:slides: link:../../../../slides/2020/10/19/feature-flags.html FIXME
diff --git a/src/content/blog/2020/11/08/paradigm-shift-review.adoc b/src/content/blog/2020/11/08/paradigm-shift-review.adoc
index 7dd4f78..7a1e26c 100644
--- a/src/content/blog/2020/11/08/paradigm-shift-review.adoc
+++ b/src/content/blog/2020/11/08/paradigm-shift-review.adoc
@@ -1,4 +1,5 @@
= The Next Paradigm Shift in Programming - video review
+:categories: video review
:reviewed-video: https://www.youtube.com/watch?v=6YbK8o9rZfI
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 1d5770c..b7a2e78 100644
--- a/src/content/blog/2020/11/12/database-parsers-trees.adoc
+++ b/src/content/blog/2020/11/12/database-parsers-trees.adoc
@@ -1,4 +1,5 @@
= Durable persistent trees and parser combinators - building a database
+:categories: mediator
:empty:
:db-article: link:../../08/31/database-i-wish-i-had.html
diff --git a/src/content/blog/2020/11/14/local-first-review.adoc b/src/content/blog/2020/11/14/local-first-review.adoc
index 1c086d3..82258f6 100644
--- a/src/content/blog/2020/11/14/local-first-review.adoc
+++ b/src/content/blog/2020/11/14/local-first-review.adoc
@@ -1,4 +1,5 @@
= Local-First Software: article review
+:categories: presentation, article review
:empty:
:presentation: link:../../../../slides/2020/11/14/local-first.html FIXME
diff --git a/src/content/blog/2021/01/26/remembering-ann.adoc b/src/content/blog/2021/01/26/remembering-ann.adoc
index 5b7d2b0..889683d 100644
--- a/src/content/blog/2021/01/26/remembering-ann.adoc
+++ b/src/content/blog/2021/01/26/remembering-ann.adoc
@@ -1,4 +1,5 @@
= ANN: remembering - Add memory to dmenu, fzf and similar tools
+:categories: ann
:remembering: https://euandreh.xyz/remembering/
:dmenu: https://tools.suckless.org/dmenu/
diff --git a/src/content/pastebins/2018/07/11/nix-pinning.adoc b/src/content/pastebins/2018/07/11/nix-pinning.adoc
index d4bc905..63b1ac9 100644
--- a/src/content/pastebins/2018/07/11/nix-pinning.adoc
+++ b/src/content/pastebins/2018/07/11/nix-pinning.adoc
@@ -1,4 +1,5 @@
= Nix pinning
+:categories: nix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc b/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc
index 55c4509..df92548 100644
--- a/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc
+++ b/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc
@@ -3,6 +3,7 @@ export sort=3
////
= GNU Guix systemd daemon for NixOS
+:catgories: nix, guix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc b/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
index a56d0c5..38c1fe2 100644
--- a/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
+++ b/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
@@ -3,6 +3,7 @@ export sort=2
////
= Guix users in NixOS system configuration
+:categories: nix, guix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/13/guixbuilder.adoc b/src/content/pastebins/2018/07/13/guixbuilder.adoc
index 84e84d9..e8a8dd5 100644
--- a/src/content/pastebins/2018/07/13/guixbuilder.adoc
+++ b/src/content/pastebins/2018/07/13/guixbuilder.adoc
@@ -1,4 +1,5 @@
= Guix builder user creation commands
+:categories: guix
[source,shell]
----
diff --git a/src/content/pastebins/2018/07/13/nix-strpad.adoc b/src/content/pastebins/2018/07/13/nix-strpad.adoc
index f6c0823..e6d9d64 100644
--- a/src/content/pastebins/2018/07/13/nix-strpad.adoc
+++ b/src/content/pastebins/2018/07/13/nix-strpad.adoc
@@ -3,6 +3,7 @@ export sort=1
////
= Nix string padding
+:categories: nix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/25/nix-exps.adoc b/src/content/pastebins/2018/07/25/nix-exps.adoc
index 824be69..04cb7f4 100644
--- a/src/content/pastebins/2018/07/25/nix-exps.adoc
+++ b/src/content/pastebins/2018/07/25/nix-exps.adoc
@@ -1,4 +1,5 @@
= Nix exps
+:categories: nix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/25/nix-showdrv.adoc b/src/content/pastebins/2018/07/25/nix-showdrv.adoc
index d7faf13..700d430 100644
--- a/src/content/pastebins/2018/07/25/nix-showdrv.adoc
+++ b/src/content/pastebins/2018/07/25/nix-showdrv.adoc
@@ -3,6 +3,7 @@ export sort=1
////
= nix show-derivation sample output
+:categories: nix
[source,nix]
----
diff --git a/src/content/pastebins/2019/06/08/inconsistent-hash.adoc b/src/content/pastebins/2019/06/08/inconsistent-hash.adoc
index 5877018..32ebaec 100644
--- a/src/content/pastebins/2019/06/08/inconsistent-hash.adoc
+++ b/src/content/pastebins/2019/06/08/inconsistent-hash.adoc
@@ -1,4 +1,5 @@
= Inconsistent hash of buildGoModule
+:categories: nix
:commit: https://euandre.org/git/servers/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438
diff --git a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
index 8bb7250..1a0d779 100644
--- a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
+++ b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
@@ -1,4 +1,5 @@
= Raku tuple type annotation
+:categories: raku, programming languages
[source,perl]
----
diff --git a/src/content/pastebins/2020/01/04/guix-import-failure.adoc b/src/content/pastebins/2020/01/04/guix-import-failure.adoc
index 9e5d987..08c6ea1 100644
--- a/src/content/pastebins/2020/01/04/guix-import-failure.adoc
+++ b/src/content/pastebins/2020/01/04/guix-import-failure.adoc
@@ -1,4 +1,5 @@
= Failure on Guix TeX Live importer
+:categories: guix
[source,shell]
----
diff --git a/src/content/pastebins/2020/02/14/guix-shebang.adoc b/src/content/pastebins/2020/02/14/guix-shebang.adoc
index 862b12f..0dcbe54 100644
--- a/src/content/pastebins/2020/02/14/guix-shebang.adoc
+++ b/src/content/pastebins/2020/02/14/guix-shebang.adoc
@@ -1,4 +1,5 @@
= Guix shebang
+:categories: guix
[source,shell]
----
diff --git a/src/content/pastebins/2020/11/27/guix-build-local.adoc b/src/content/pastebins/2020/11/27/guix-build-local.adoc
index e703ba6..6fe5089 100644
--- a/src/content/pastebins/2020/11/27/guix-build-local.adoc
+++ b/src/content/pastebins/2020/11/27/guix-build-local.adoc
@@ -1,4 +1,5 @@
= Guix build local module
+:categories: guix
FIXED: rename `name` on line 9 of the first snippet, and use `"my-hello"`
instead of `"hello"`.
diff --git a/src/content/pastebins/2020/12/15/guix-pack-fail.adoc b/src/content/pastebins/2020/12/15/guix-pack-fail.adoc
index 72172db..369cae4 100644
--- a/src/content/pastebins/2020/12/15/guix-pack-fail.adoc
+++ b/src/content/pastebins/2020/12/15/guix-pack-fail.adoc
@@ -1,4 +1,5 @@
= Failure with relocatable Guix pack tarball
+:categories: guix
:post: https://guix.gnu.org/blog/2018/tarballs-the-ultimate-container-image-format/
diff --git a/src/content/pastebins/2021/09/02/sicp-3-19.adoc b/src/content/pastebins/2021/09/02/sicp-3-19.adoc
index f6aa8cf..f8245f7 100644
--- a/src/content/pastebins/2021/09/02/sicp-3-19.adoc
+++ b/src/content/pastebins/2021/09/02/sicp-3-19.adoc
@@ -1,4 +1,5 @@
= SICP exercise 3.19
+:categories: lisp, programming languages
[source,scheme]
----
diff --git a/src/content/tils/2020/08/12/filename-timestamp.adoc b/src/content/tils/2020/08/12/filename-timestamp.adoc
index ed7dee8..1cbe404 100644
--- a/src/content/tils/2020/08/12/filename-timestamp.adoc
+++ b/src/content/tils/2020/08/12/filename-timestamp.adoc
@@ -1,4 +1,5 @@
= Simple filename timestamp
+:categories: shell
When writing Jekyll posts or creating log files with dates on them, I usually
struggle with finding a direct way of accomplishing that. There's a simple
diff --git a/src/content/tils/2020/08/14/browse-git.adoc b/src/content/tils/2020/08/14/browse-git.adoc
index 556288c..3d7660e 100644
--- a/src/content/tils/2020/08/14/browse-git.adoc
+++ b/src/content/tils/2020/08/14/browse-git.adoc
@@ -1,4 +1,5 @@
= Browse a git repository at a specific commit
+:categories: git
I commonly use tools like `git log` together with `git show` when inspecting
past changes in a repository:
diff --git a/src/content/tils/2020/08/16/git-search.adoc b/src/content/tils/2020/08/16/git-search.adoc
index 5ad0eae..26e617d 100644
--- a/src/content/tils/2020/08/16/git-search.adoc
+++ b/src/content/tils/2020/08/16/git-search.adoc
@@ -1,4 +1,5 @@
= Search in git
+:categories: git
Here's a useful trio to know about to help you search things in git:
diff --git a/src/content/tils/2020/08/28/grep-online.adoc b/src/content/tils/2020/08/28/grep-online.adoc
index cade066..7d22cf8 100644
--- a/src/content/tils/2020/08/28/grep-online.adoc
+++ b/src/content/tils/2020/08/28/grep-online.adoc
@@ -1,4 +1,5 @@
= Grep online repositories
+:categories: git
:cgit: https://git.zx2c4.com/cgit/
diff --git a/src/content/tils/2020/09/05/oldschool-pr.adoc b/src/content/tils/2020/09/05/oldschool-pr.adoc
index 020861e..a2c758c 100644
--- a/src/content/tils/2020/09/05/oldschool-pr.adoc
+++ b/src/content/tils/2020/09/05/oldschool-pr.adoc
@@ -1,4 +1,5 @@
= Pull requests with Git, the old school way
+:categories: git
:empty:
:cgit: https://git.zx2c4.com/cgit/
diff --git a/src/content/tils/2020/10/11/search-git-history.adoc b/src/content/tils/2020/10/11/search-git-history.adoc
index b6af8f9..06df9dc 100644
--- a/src/content/tils/2020/10/11/search-git-history.adoc
+++ b/src/content/tils/2020/10/11/search-git-history.adoc
@@ -1,4 +1,5 @@
= Search changes to a filename pattern in Git history
+:categories: git
:yet: link:../../08/14/browse-git.html
:another: link:../../08/16/git-search.html
diff --git a/src/content/tils/2020/11/08/find-broken-symlink.adoc b/src/content/tils/2020/11/08/find-broken-symlink.adoc
index d8f6b20..9b44036 100644
--- a/src/content/tils/2020/11/08/find-broken-symlink.adoc
+++ b/src/content/tils/2020/11/08/find-broken-symlink.adoc
@@ -1,4 +1,5 @@
= Find broken symlinks with "find"
+:categories: shell
:annex: https://git-annex.branchable.com/
:annex-wanted: https://git-annex.branchable.com/git-annex-wanted/
diff --git a/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc b/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc
index cee2098..aa96466 100644
--- a/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc
+++ b/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc
@@ -3,6 +3,7 @@ export sort=2
////
= DIY bare bones CI server with Bash and Nix
+:categories: ci
:post-receive: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
:example-project: https://euandreh.xyz/remembering/ci.html
diff --git a/src/content/tils/2020/11/12/git-bisect-automation.adoc b/src/content/tils/2020/11/12/git-bisect-automation.adoc
index d068fc1..936d042 100644
--- a/src/content/tils/2020/11/12/git-bisect-automation.adoc
+++ b/src/content/tils/2020/11/12/git-bisect-automation.adoc
@@ -3,6 +3,7 @@ export sort=1
////
= Git bisect automation
+:categories: git
It is good to have an standardized way to run builds and tests on the repository
of a project, so that you can find when a bug was introduced by using
diff --git a/src/content/tils/2020/11/12/useful-bashvars.adoc b/src/content/tils/2020/11/12/useful-bashvars.adoc
index 5061b64..84b93c3 100644
--- a/src/content/tils/2020/11/12/useful-bashvars.adoc
+++ b/src/content/tils/2020/11/12/useful-bashvars.adoc
@@ -1,4 +1,5 @@
= Useful Bash variables
+:categories: shell
:bash: https://www.gnu.org/software/bash/
:bash-bang-bang: https://www.gnu.org/software/bash/manual/bash.html#Event-Designators
diff --git a/src/content/tils/2020/11/30/git-notes-ci.adoc b/src/content/tils/2020/11/30/git-notes-ci.adoc
index bfce42a..19f38d3 100644
--- a/src/content/tils/2020/11/30/git-notes-ci.adoc
+++ b/src/content/tils/2020/11/30/git-notes-ci.adoc
@@ -1,4 +1,5 @@
= Storing CI data on Git notes
+:categories: git, ci
:git-notes: https://git-scm.com/docs/git-notes
:nix-bash-ci: link:../12/diy-nix-bash-ci.html
diff --git a/src/content/tils/2020/12/15/shellcheck-repo.adoc b/src/content/tils/2020/12/15/shellcheck-repo.adoc
index e86cbff..c99b4a9 100644
--- a/src/content/tils/2020/12/15/shellcheck-repo.adoc
+++ b/src/content/tils/2020/12/15/shellcheck-repo.adoc
@@ -1,4 +1,5 @@
= Awk snippet: ShellCheck all scripts in a repository
+:categories: shell
:awk-20-min: https://ferd.ca/awk-in-20-minutes.html
:shellcheck: https://www.shellcheck.net/
diff --git a/src/content/tils/2021/04/24/scm-nif.adoc b/src/content/tils/2021/04/24/scm-nif.adoc
index abd62b9..32604d5 100644
--- a/src/content/tils/2021/04/24/scm-nif.adoc
+++ b/src/content/tils/2021/04/24/scm-nif.adoc
@@ -3,6 +3,7 @@ export sort=2
////
= Three-way conditional for number signs on Lisp
+:categories: lisp, scheme, common lisp
:on-lisp: https://www.paulgraham.com/onlisptext.html
:sicp: https://mitpress.mit.edu/sites/default/files/sicp/index.html