about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-10-26T22·40+0300
committertazjin <tazjin@tvl.su>2022-10-27T08·49+0000
commit24b3c9eef51cafcc08d94c54f51795d575eea0ff (patch)
treee576b34b836e05d17b504ca3032ddb26982c3961 /web
parenteeb43d7b9381009ad560d5495e7bacf1fdcc80d8 (diff)
chore(web/tvl): clean up TVL graph a bit r/5207
* add an explicit `tvix` node to track who arrived here through
  Tvix-related means

* remove nodes that aren't actually relevant or informative for how
  people got to TVL (e.g. `anon1` or `lgbtslack`).

* remove some people that have been missing for a long time and are
  probably not coming back

Change-Id: I110180daa3c3c8f48593000b9e8d7cd4cf32b741
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7104
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com>
Diffstat (limited to 'web')
-rw-r--r--web/tvl/tvl.dot25
1 files changed, 9 insertions, 16 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index 0ce7ad24ad..74d5b6bda4 100644
--- a/web/tvl/tvl.dot
+++ b/web/tvl/tvl.dot
@@ -12,7 +12,6 @@ digraph tvl {
     adisbladis [href="http://nixos.expert/"];
     amjoseph [href="https://git.sr.ht/~amjoseph"];
     andi [label="andi-" href="https://andreas.rammhold.de/"];
-    anon1 [color="grey" fontcolor="grey"];
     aurora [href="https://nonegenderleftfox.aventine.se/"];
     benjojo [href="https://benjojo.co.uk/"];
     cynthia [href="https://cynthia.re/"];
@@ -25,7 +24,6 @@ digraph tvl {
     fzakaria [href="https://fzakaria.com/"];
     ghuntley [href="https://ghuntley.com/"];
     grfn [href="http://gws.fyi"];
-    htbf [href="https://htbf.dev/"];
     implr [href="https://twitter.com/implring"];
     isomer [href="https://www.lorier.net/"];
     j4m3s [href="https://github.com/j4m3s-s"];
@@ -39,7 +37,6 @@ digraph tvl {
     ncl;
     nikky [href="http://nikky.moe/"];
     nyanotech [href="https://twitter.com/nyanotech"];
-    poigon;
     Profpatsch [href="http://profpatsch.de/"];
     qyliss [href="https://alyssa.is"];
     seven [href="https://open.spotify.com/user/so7"];
@@ -62,8 +59,8 @@ digraph tvl {
     node [color="#db4437" fontcolor="#db4437"];
     eve [href="https://www.eveonline.com/"];
     nix [href="https://nixos.org/nix/"];
+    tvix [href="https://code.tvl.fyi/tree/tvix"];
     ircv3 [href="https://ircv3.net/"];
-    lgbtslack [label="lgbt.tech" href="https://lgbtq.technology/"];
     muccc [label="µccc" href="https://muc.ccc.de/"];
     afra [label="AfRA" href="https://afra-berlin.de/"];
   }
@@ -77,7 +74,9 @@ digraph tvl {
   // primary edges (how did they end up in TVL?)
   subgraph {
     // Direct edges
-    nix -> tazjin;
+    nix -> TVL;
+    tvix -> TVL;
+
     spotify -> tazjin;
     google -> tazjin;
     eve -> tazjin;
@@ -92,8 +91,10 @@ digraph tvl {
     andi -> nix;
     Profpatsch -> nix;
     lassulus -> nix;
-    j4m3s -> nix;
-    amjoseph -> nix;
+
+    // via tvix
+    j4m3s -> tvix;
+    amjoseph -> tvix;
 
     // via edef
     benjojo -> edef;
@@ -107,7 +108,6 @@ digraph tvl {
     seven -> spotify;
 
     // via google
-    htbf -> google;
     Irenes -> google;
     isomer -> google;
     lukegb -> google;
@@ -117,13 +117,11 @@ digraph tvl {
 
     // random primary
     grfn -> wpcarro;
-    anon1 -> google;
     aurora -> eve;
     cynthia -> benjojo;
-    eta -> anon1;
+    eta -> unspecific;
     ericvolp -> lukegb;
     marcusr -> unspecific;
-    poigon -> eve;
     implr -> lukegb;
     afra -> unspecific;
     nikky -> afra;
@@ -137,11 +135,6 @@ digraph tvl {
   subgraph {
     edge [weight=0 style="dotted" color="grey" arrowhead="none"];
 
-    // lgbt slack
-    aurora -> lgbtslack;
-    leah2 -> lgbtslack;
-    edef -> lgbtslack;
-
     // ircv3
     eta -> ircv3;
     firefly -> ircv3;