this post was submitted on 07 Aug 2023
52 points (100.0% liked)
Canvas
2088 readers
1 users here now
Canvas — The Fediverse’s r/place
2024 Concluded!
Get a print!
- Check out the other items
- mastodon.world, lemmy.world, blahaj.zone, toot.community, toast.ooo, canvas 2024 stickers also available!
- Donate directly
Links
- fediverse.events
- GitLab / Source
- Matrix Space
- Discord Server (bridged to matrix)
Timelapses
founded 1 year 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