diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-03-12T23·18+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-03-12T23·18+0100 |
commit | 3bf976fe45bfdf3e1d24e4080de630cdb7d0bb6a (patch) | |
tree | 76739a01c89de60e415aa5cff269a1781506f9a1 | |
parent | 88a2e0927d2b186144fea9ec8085278739606f2f (diff) |
feat(notes): "How to help" notes
-rw-r--r-- | notes.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/notes.org b/notes.org index 7aa469539ddf..363d75352e62 100644 --- a/notes.org +++ b/notes.org @@ -32,6 +32,7 @@ * References https://github.com/mame/quine-relay https://manishearth.github.io/blog/2016/12/02/reflections-on-rusting-trust/ + https://tests.reproducible-builds.org/debian/reproducible.html * Slide thoughts: 1. Hardware trust has been discussed here a bunch, most recently @@ -74,3 +75,15 @@ Notable exceptions: Some popular languages are not self-hosted, for example Clojure. Languages also have runtimes, which may be written in something else (e.g. Haskell -> C runtime) +* How to help: + Most of this advice is about reproducible builds, not bootstrapping, + as that is a much harder project. + + - fix reproducibility issues listed in Debian's issue tracker (focus + on non-Debian specific ones though) + - experiment with NixOS / GuixSD to get a better grasp on the + problem space of reproducibility + + If you want to contribute to bootstrapping, look at + bootstrappable.org and their wiki. Several initiatives such as MES + could need help! |