It is hard to cultivate a gopherhole.  It is also hard to find those
which are truly cared for, so I wrote this program to analyze the
gopherholes on tilde.institute.

It is a rude command invocation in terms of disk usage.  I hope its
impact on the server was not too noticeable.

========================================================================
time for dir in /home/*/public_gopher; do
       user=${dir#/home/}
       user=${user%/public_gopher}
       printf '~%s ' "$user"
       nice wcdir "$dir"
done | tee unsorted
sort -rnk3 unsorted | column -t | nl >sorted
========================================================================

wcdir is a simple perl program that can be found at ~simon/trinkets/wcdir
or at https://codeberg.org/simonmbranch/trinkets/src/branch/main/wcdir



The command was run at:  Wed Sep  4 06:31:20 UTC 2024

 rank  name             lines  words   bytes

    1  ~thewhodidthis   22180  244407  1748353
    2  ~meta4           15010  87439   864576
    3  ~screwtape       12391  63797   694885
    4  ~novaburst       7432   31092   303088
    5  ~jtecca          3207   21662   156546
    6  ~marmoset        2596   15870   100026
    7  ~mieum           1410   11759   69284
    8  ~rdh             1081   11149   66546
    9  ~hisacro         1310   8566    58307
   10  ~stevieo         919    6602    42765
   11  ~simon           743    4676    48884
   12  ~ensa            292    4413    29342
   13  ~stoickidoomer   262    4230    27944
   14  ~gamliel         1152   3338    58037
   15  ~mcsuper5        394    3047    16682
   16  ~varchs          763    2582    19311
   17  ~james           419    2494    15158
   18  ~didje           514    2255    16198
   19  ~kiiwiiwastaken  336    2175    29291
   20  ~shokara         259    1653    11107
   21  ~esthromeris     133    1272    7727
   22  ~slarti          142    1055    7031
   23  ~xvetrd          137    883     5607
   24  ~eirian          76     842     6002
   25  ~rebello         158    791     5697
   26  ~ghostglyph      152    687     5669
   27  ~id2             81     619     39460
   28  ~gaf             74     498     3126
   29  ~david           93     381     3057
   30  ~tomasino        68     342     3030
   31  ~lunar           55     261     2359
   32  ~cam             75     260     1632
   33  ~gbmor           137    259     8730
   34  ~silkevicious    32     246     1677
   35  ~droneriot       66     227     2332
   36  ~dbane           61     224     1515
   37  ~slappy          51     223     1963
   38  ~dos             46     211     3741
   39  ~comradecrow     18     209     1538
   40  ~birabittoh      40     179     1829
   41  ~katsuragi       42     152     1008
   42  ~chis            42     149     1437
   43  ~sillylaird      39     136     1292
   44  ~erxeto          15     93      626
   45  ~skyrm           34     82      1036
   46  ~vgk             34     79      1062
   47  ~underpower      32     70      996
   48  ~krzych          13     67      361
   49  ~hptr            27     63      820
   50  ~rain2727        26     62      436
   51  ~ftlrunner       11     31      352
   52  ~shrike          10     29      179
   53  ~ayb             3      28      159
   54  ~iev             6      27      316
   55  ~lel             6      23      213
   56  ~dlom            6      18      217
   57  ~krkk            3      16      85
   58  ~mao             22     13      99
   59  ~noisytoot       1      4       21
   60  ~aa              1      2       12
   61  ~performa        0      0       0
   62  ~paper           0      0       0
   63  ~mcornick        0      0       0
   64  ~dnied           0      0       0
   65  ~dacav           0      0       0
   66  ~amy             0      0       0