diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-27T22·11+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-27T22·14+0000 |
commit | 1673fe95c8e0187844b3607e02e37963cb79dba2 (patch) | |
tree | e6dea7bf9a75dd2d1b049b3d460eb03652927f05 | |
parent | 0f5295ebd182adbe403ad202f271a176e1ac0a85 (diff) |
feat(tazjin/homepage): Feed entries for Tvix, ShipIt! and @tazlog r/3691
Change-Id: I8de9427d92ed45760130ff8e929e2f2749eb1345 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5081 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/homepage/entries.nix | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/users/tazjin/homepage/entries.nix b/users/tazjin/homepage/entries.nix index 1e2b0b03dfc9..9e43516e5358 100644 --- a/users/tazjin/homepage/entries.nix +++ b/users/tazjin/homepage/entries.nix @@ -1,6 +1,35 @@ [ { class = "misc"; + title = "@tazlog on Telegram"; + url = "https://t.me/tazlog"; + date = 1643321164; + description = '' + My new channel on Telegram, for occasional updates smaller (and + more frequent) than what ends up being posted here. + ''; + } + { + class = "project"; + title = "Ship It! #37"; + url = "https://changelog.com/shipit/37"; + date = 1641819600; + description = '' + Episode #37 of Ship It!, a podcast about systems, featuring me. + We talk about TVL, Nix, monorepos and related things. + ''; + } + { + class = "project"; + title = "Tvix"; + url = "https://tvl.fyi/blog/rewriting-nix"; + date = 1638381387; + description = '' + TVL is rewriting Nix with funding from NLNet. + ''; + } + { + class = "misc"; title = "Interview with Joscha Bach"; url = "https://www.youtube.com/watch?v=P-2P3MSZrBM"; date = 1594594800; @@ -14,7 +43,7 @@ title = "The Virus Lounge"; url = "https://tvl.fyi"; date = 1587435629; - description = "A daily social video call in these trying pandemic times. Join us!"; + description = "A community around Nix, monorepos, build tooling and the like!"; } { class = "project"; |