about summary refs log tree commit diff
path: root/users/tazjin/homepage/entries.nix
blob: 9e43516e5358c49dd37d43305a197e7184621ddf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[
  {
    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;
    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;
    description = "A community around Nix, monorepos, build tooling and the like!";
  }
  {
    class = "project";
    title = "depot";
    url = "https://code.tvl.fyi/about";
    date = 1576800000;
    description = "Merging all of my projects into a single, Nix-based monorepo";
  }
  {
    class = "project";
    title = "Nixery";
    url = "https://github.com/google/nixery";
    date = 1565132400;
    description = "A Nix-backed container registry that builds container images on demand";
  }
  {
    class = "project";
    title = "kontemplate";
    url = "https://code.tvl.fyi/about/ops/kontemplate";
    date = 1486550940;
    description = "Simple file templating tool built for Kubernetes resources";
  }
  {
    class = "misc";
    title = "dottime";
    url = "https://dotti.me/";
    date = 1560898800;
    description = "A universal convention for conveying time (by edef <3)";
  }
  {
    class = "project";
    title = "journaldriver";
    url = "https://code.tvl.fyi/about/ops/journaldriver";
    date = 1527375600;
    description = "Small daemon to forward logs from journald to Stackdriver Logging";
  }
  {
    class = "misc";
    title = "Principia Discordia";
    url = "https://principiadiscordia.com/book/1.php";
    date = 1495494000;
    description = ''
      The Principia is a short book I read as a child, and didn't
      understand until much later. It shaped much of my world view.
    '';
  }
  {
    class = "misc";
    title = "This Week in Virology";
    url = "http://www.microbe.tv/twiv/";
    date = 1585517557;
    description = ''
      Podcast with high-quality information about virology,
      epidemiology and so on. Highly relevant to COVID19.
    '';
  }
]