wiki/2020-09-14-10-46-15.org
Gabriel Arazas aea7015cd5 Update the files for convention
Apparently, the convention (at least starting from 2018) is to make the
keywords and block names to be in lowercase as stated from one of the
following discussions at
https://orgmode.org/list/87tuuw3n15.fsf@nicolasgoaziou.fr/.

The files was updated with a one liner of shell. However, this is Emacs
and org-mode does have an API to let you do stuff in your config and
interact with the documents internally so it is not an elegant solution
in any way.
2021-04-02 00:08:15 +08:00

16 lines
559 B
Org Mode

#+title: Reproducible builds
#+author: "Gabriel Arazas"
#+email: "foo.dogsquared@gmail.com"
#+date: "2020-09-14 10:46:15 +08:00"
#+date_modified: "2020-09-14 11:31:36 +08:00"
#+language: en
#+options: toc:t
#+property: header-args :exports both
- [[https://reproducible-builds.org/][Reproducible builds]]
- [[https://static.conf.archlinux.org/archconf2019/recordings/][Reproducible builds in Arch Linux from Arch Conf 2019]]
- [[file:2020-04-12-11-20-53.org][Reproducible research]] usually found on scientific workflows
- Docker containers
- Nix and Guix