TVL depot development (mail to depot@tvl.su)
 help / color / mirror / code / Atom feed
45ffd9265f274128e26d06fdf22541914ae02783 blob 4381 bytes (raw)

  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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
 
digraph tvl {
  node [fontname = "JetBrains Mono"];
  overlap = false;
  splines = polyline;

  TVL [style="bold"];
  tazjin -> TVL [style="bold"];

  // people
  Q [href="https://magicalcodewit.ch/"];
  ac [href="https://the-alex.github.io/about/"];
  andi [label="andi-" href="https://andreas.rammhold.de/"];
  anon1 [color="grey" fontcolor="grey"];
  aranea;
  artemist [href="https://artem.ist/"];
  aurora [href="https://nonegenderleftfox.aventine.se/"];
  benjojo [href="https://benjojo.co.uk/"];
  borb [href="https://twitter.com/FR31H31T"];
  cynthia [href="https://cynthia.re/"];
  drathier;
  edef [href="https://edef.eu/files/edef.hs"];
  ericvolp [href="https://ericv.me"];
  espes;
  eta [href="https://theta.eu.org/"];
  firefly [href="http://firefly.nu/"];
  flokli [href="https://flokli.de/"];
  ghuntley [href="https://ghuntley.com/"];
  glittershark [href="http://gws.fyi"];
  grahamc [href="https://grahamc.com/"];
  hexchen [href="https://hxchn.de"];
  hyperfekt [href="https://hyperfekt.net"];
  isomer [href="https://www.lorier.net/"];
  jooiiee [href="https://jooiiee.se/"];
  jusrin [href="https://jusrin.dev/"];
  kanepyork [href="https://social.wxcafe.net/@riking"];
  leah2 [href="https://leahneukirchen.org/"];
  lukegb [href="https://lukegb.com/"];
  marcusr [href="http://marcus.nordaaker.com/"];
  maskerad [href="https://femalelegends.com/"];
  multi [href="https://1.0.168.192.in-addr.xyz/"];
  ncl;
  poigon;
  profpatsch [href="http://profpatsch.de/"];
  puck [href="https://puckipedia.com/"];
  q3k [href="https://q3k.org/"];
  qyliss [href="https://alyssa.is"];
  rcombs [href="http://rcombs.me/"];
  seven [href="https://open.spotify.com/user/so7"];
  tazjin [href="https://tazj.in/"];
  tehhobbit;
  wpcarro [href="https://wpcarro.dev/"];
  yuuko;

  // companies (blue)
  node [color="#4285f4" fontcolor="#4285f4"];
  spotify [href="https://www.spotify.com/"];
  google [href="https://www.google.com/"];

  // communities? (red)
  node [color="#db4437" fontcolor="#db4437"];
  eve [href="https://www.eveonline.com/"];
  nix [href="https://nixos.org/nix/"];
  ircv3 [href="https://ircv3.net/"];
  lgbtslack [label="lgbt.tech" href="https://lgbtq.technology/"];
  muccc [label="µccc" href="https://muc.ccc.de/"];
  hswaw [href="https://hackerspace.pl/"];

  // special
  baby [color="pink" fontcolor="pink" href="https://cynthia.re/s/baby"];
  unspecific [color="grey" fontcolor="grey"];

  // primary edges (how did they end up in TVL?)

  // Direct edges
  nix -> tazjin;
  spotify -> tazjin;
  google -> tazjin;
  eve -> tazjin;
  unspecific -> tazjin;
  edef -> tazjin;

  // via nix
  jusrin -> nix;
  ghuntley -> nix;
  flokli -> nix;
  andi -> nix;
  grahamc -> nix;
  profpatsch -> nix;

  // via edef
  benjojo -> edef;
  espes -> edef;
  firefly -> edef;
  leah2 -> aurora;
  multi -> edef;
  ncl -> edef;
  puck -> edef;
  qyliss -> edef;
  rcombs -> edef;

  // via spotify
  tehhobbit -> spotify;
  seven -> spotify;

  // via google
  lukegb -> google;
  isomer -> google;
  wpcarro -> google;

  // random primary
  Q -> cynthia;
  ac -> wpcarro;
  anon1 -> google;
  aranea -> multi;
  artemist -> cynthia;
  aurora -> eve;
  borb -> unspecific;
  cynthia -> benjojo;
  drathier -> maskerad;
  eta -> anon1;
  ericvolp -> lukegb;
  glittershark -> wpcarro;
  hexchen -> cynthia;
  jooiiee -> unspecific;
  kanepyork -> lukegb;
  marcusr -> unspecific;
  maskerad -> unspecific;
  poigon -> eve;
  q3k -> unspecific;
  yuuko -> ncl;
  hyperfekt -> espes;

  // secondary edges (how are they connected otherwise?)
  edge [weight=0 style="dotted" color="grey" arrowhead="none"];

  // lgbt slack
  aurora -> lgbtslack;
  leah2 -> lgbtslack;
  edef -> lgbtslack;
  artemist -> lgbtslack;

  // ircv3
  multi -> ircv3;
  eta -> ircv3;
  firefly -> ircv3;

  // µccc
  leah2 -> muccc;
  hexchen -> muccc;
  q3k -> muccc;

  // hswaw
  implr -> hswaw;
  q3k -> hswaw;

  // random
  leah2 -> edef;
  lukegb -> isomer;
  eta -> multi;
  eta -> firefly;
  cynthia -> firefly;
  cynthia -> lukegb;
  kanepyork -> google;
  lukegb -> benjojo;
  multi -> benjojo;
  espes -> benjojo;
  espes -> aurora;
  puck -> nix;
  qyliss -> nix;
  glittershark -> nix;
  edef -> nix;
  aranea -> nix;
  aranea -> profpatsch;
  artemist -> nix;
  hyperfekt -> edef;

  // baby
  edge [color="pink"];
  cynthia -> baby;
  eta -> baby;
  Q -> baby;
}
debug log:

solving 45ffd92 ...
found 45ffd92 in https://inbox.tvl.su/depot/20200510234509.30969-1-lukegb@hg.lukegb.com/
found ee31fc3 in https://code.tvl.fyi
preparing index
index prepared:
100644 ee31fc3e4f72717237f08cee77aa979107c5b6ee	web/tvl/tvl.dot

applying [1/1] https://inbox.tvl.su/depot/20200510234509.30969-1-lukegb@hg.lukegb.com/
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index ee31fc3..45ffd92 100644

Checking patch web/tvl/tvl.dot...
Applied patch web/tvl/tvl.dot cleanly.

index at:
100644 45ffd9265f274128e26d06fdf22541914ae02783	web/tvl/tvl.dot

Code repositories for project(s) associated with this public inbox

	https://code.tvl.fyi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).