diff options
author | Vincent Ambo <mail@tazj.in> | 2020-08-10T23·23+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-08-10T23·24+0000 |
commit | 1b5a5b0561b427c473ea1910669f1d4eba52bb02 (patch) | |
tree | f7df21151bdf2f51b6a35313edfec3867e4d364b | |
parent | 574d62c4b9f4314971dd32ee68ad22c3faa661b4 (diff) |
feat(tazjin/homepage): Add entry for the Joscha Bach interview r/1640
Change-Id: Iae7428da249e2a70bc55c4b404b57b74971e999f Reviewed-on: https://cl.tvl.fyi/c/depot/+/1716 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/homepage/entries.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/tazjin/homepage/entries.nix b/users/tazjin/homepage/entries.nix index 92749368f486..1e2b0b03dfc9 100644 --- a/users/tazjin/homepage/entries.nix +++ b/users/tazjin/homepage/entries.nix @@ -1,6 +1,16 @@ [ { class = "misc"; + title = "Interview with Joscha Bach"; + url = "https://www.youtube.com/watch?v=P-2P3MSZrBM"; + date = 1594594800; + description = '' + A fascinating, mind-bending interview by Lex Fridman with Joscha + Bach about the Nature of the Universe. + ''; + } + { + class = "misc"; title = "The Virus Lounge"; url = "https://tvl.fyi"; date = 1587435629; |