alycat

joined 2 years ago
[–] alycat@lemmy.blahaj.zone 5 points 2 years ago

Praise the blahaj :3

[–] alycat@lemmy.blahaj.zone 2 points 2 years ago

It might have been my internet connection or the instance not liking it. I did try and fail on two instances tho ;-;

[–] alycat@lemmy.blahaj.zone 5 points 2 years ago (2 children)

That's a lot of pixels!

[–] alycat@lemmy.blahaj.zone 2 points 2 years ago (7 children)

I participated in the original and 2020 r/place and I can say that the canvas was just so much better. The community was really nice and I didn't really notice any griefing on the pixels I was placing.

I really hope someone is able to calculate who placed all the queer pixels so that I can thank them all, it was great working with you all! I really didn't expect anyone to help me with the lesbian flag (I had initially intended for it to just sit with the Linux projects), but it ended up turning into a bit of a project by the end of it. Thanks for helping with the flag :)

The rick roll was amazing, thanks for helping build it lol I remember watching it and I didn't know if it would disappear or completely take over the neighboring canvas. I like how it turned out.

Also, I could never get the chat feature to work so maybe that can be improved upon if the event were to happen again.

[–] alycat@lemmy.blahaj.zone 2 points 2 years ago* (last edited 2 years ago)

With say an average of 300 pixels per user and a 628000 pixel total it puts the total users at 2100. I would want someone else to double check my results tho as my brain is just pixels now

[–] alycat@lemmy.blahaj.zone 7 points 2 years ago* (last edited 2 years ago) (8 children)

I did this by hand, so that's why this isn't all of them. I just did the top 5 plus lemmy.nz. I don't know if I got the users / instance right, but the results seem reasonable.

Pxl Instance Users Pxl / User
264489 lemmy.world 851 311
56092 feddit.de 207 271
35315 lemmy.blahaj.zone 120 294
28312 lemm.ee 121 234
23844 sh.itjust.works 104 229
9109 lemmy.nz 31 294
1726 no.lastname.nz 1 1726
[–] alycat@lemmy.blahaj.zone 1 points 2 years ago

Thank you! I was just working on something in python to remove the "user undo" from the results. Your results look a lot more accurate now

[–] alycat@lemmy.blahaj.zone 1 points 2 years ago* (last edited 2 years ago)

I tried commenting how many pixels were placed by each instance, but it wouldn't post for some reason, so I made a post if anybody is interested.

The top three are:

270946 	lemmy.world
57002 	feddit.de
36019 	lemmy.blahaj.zone

For the rest check my profile

[–] alycat@lemmy.blahaj.zone 4 points 2 years ago (2 children)

I wanted to add this as a comment to another post, but for some reason I couldn't post spoilers with a table in it?

[–] alycat@lemmy.blahaj.zone 2 points 2 years ago (1 children)

This counts all placed pixels including undid ones. Someone would need to write a script to hone in on that kind of data

[–] alycat@lemmy.blahaj.zone 12 points 2 years ago (3 children)

I only posted top 100, your post is much more complete thanks :)

Also, I used cat pixels.log.txt | awk '{print $3}' | sort | uniq -c | sort -nr (then head -100) to parse it. Do you mind telling me what grep -o -P '[^ \t\r\n@]+[@][^ \t\r\n@]+' does in yours? It looks scary lol

[–] alycat@lemmy.blahaj.zone 8 points 2 years ago

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

view more: ‹ prev next ›