this post was submitted on 07 Aug 2023
52 points (100.0% liked)
Canvas
2347 readers
3 users here now
Canvas โ A collaborative annual pixel placing event for the Fediverse!
2025 Concluded!
Links
- fediverse.events
- GitLab / Source
- Matrix Space
- Discord Server (bridged to matrix)
Timelapses
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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