Top 10 Most Contested Pixels

alycat@lemmy.blahaj.zone to Canvas@toast.ooo – 52 points –
2

The commands for the curious :3

cat pixels.log.txt | awk '{print $4, $5}' | sort | uniq -c | sort -nr | head -10

cat pixels.log.txt | awk '{print $3, $4, $5}' | grep '175.*171' | sort | uniq -c | sort -nr

The fact that 6 of these are pony blep locations and 3 of those specifically Starlight Glimmer is both unsurprising, and hilarious.