Click Balance

We ask, how does the click data long tail compare to the fat front which is huge. github

pages/click-balance

~datryn-ribdun 562018 ~master-hacser-finmep-lanteb 172789 ~lontus-racref 80047 ~littel-bacwyl-samweg 58008 ~baldyr-soldyr 12321 ~socrun-socdus 9000 ~walter-hinted 6969 ~ponput-marlug 3068 ~tirlyn-todnex 2943 ~wicdev-wisryt 2048 ~palrym-tamfep-mirfet-hocbyt 1654 ~datder-sonnet 1337 ~linnyd-sapnyr 1103 ~master-taster-minder-folden 833 ~dolmut-digpun 669 ~ranter-tapper 666 ~ricpun-havdys 601 ~malmur-halmex 556 ~figtyd-podtyp 420 ~rignyt-dirpem 320 ~socryn-pinfeb 256 ~pagbyn-sovseb 243 ~dalweb-donfun 223 ~risruc-habteb 208 ~midsum-salrux 200 ~tidren-nosryg 179 ~litneb-maltyp 178 ~ticmug-nosrym 151 ~lomder-librun 150 ~tiller-tolbus 116 ~nartes-fasrum-dozzod-sorwet 101 ~litmus-ritten 100 ~hanfel-dovned 99 ~dinnyt-divsud 96 ~sogrum-savluc 95 ~tarfed-tarfet 85 ~ravmel-ropdyl 70 ~sibhul-soctul 51 ~lossup-fabpyx 46 ~lomped-firser 35 ~tilryd-mosmex 33 ~pindet-timmut 33 ~nalled-nallet 22 ~hodzod-walrus 7 ~rabtev-borlep 7 ~fotmeg-naptyv 6 ~fogset-walrus 6 ~binryn-dathec 4 ~martyr-sarlev-sarsen 4 ~pathus-hiddyn 2 ~modlyn-samnet-niltus-somtux--miltus-napmud-padwed-binzod 2 ~soprel-dislyr-bitful-pannul 1 ~pinsyt-nossub 1 ~midden-fabler 1 ~habsul-rignyr 1

https://uvp.viki.wiki/assets/pages/click-balance/sums.html HEIGHT 1200 Hidden values on the left side.

We compute a running sum working up towards the fat front and compare that sum to the next larger click count. We notice that the larger of the two flips back and forth.

const cmp = (a,b) => a==b ? '=' : a>b ? '>' : '<' const context = await frame.context() const lines = context.page.story[2].text.split(/\n/) let sum = 0

We also wonder if any of the generated names were repeated. We found, yes, in this sample, twice.

curl -s http://.../click-balance.json |\ jq -r '.story[2].text' |\ perl -pe 's/\W+/\n/g' |\ egrep '[a-z]' |\ sort |\ uniq -c |\ sort -nr |\ head -5

Walrus and master both appear twice.

2 walrus 2 master 1 wisryt 1 wicdev 1 walter

We arrive at both conclusions by streaming data through an assortment of computations that are well beyond wiki's repertoire.

|install ~dister-hanfel-dovned %click