From 24b3c9eef51cafcc08d94c54f51795d575eea0ff Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 27 Oct 2022 01:40:55 +0300 Subject: chore(web/tvl): clean up TVL graph a bit * 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 Tested-by: BuildkiteCI Reviewed-by: sterni Reviewed-by: tazjin Reviewed-by: ezemtsov --- web/tvl/tvl.dot | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'web') 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; -- cgit 1.4.1