What’s the ATH?

Reply to this note

Please Login to reply.

Discussion

As of the past hour or so:

$ curl -s https://damus.io/stats/connections.txt | awk '{ print $2 }' | sort -n | tail -n1

3621

$2 > maxx {maxx = $2} END {print maxx}

nerd