alycat

joined 2 years ago
[–] [email protected] 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?

[–] [email protected] 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

[–] [email protected] 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

[–] [email protected] 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

[–] [email protected] 3 points 2 years ago (1 children)

It's nearly done :)

[–] [email protected] 1 points 2 years ago (1 children)

That's why all my coats are made from organic grass fed human leather. If you really think about it, I'm doing a public service by going plastic free

[–] [email protected] 24 points 2 years ago (1 children)

For me it's a case of where the end justifies the means. While murder is terrible and I'd personally feel bad if I had to take another life, it'd be for the greater good of our species (as well as every other lifeform on this planet) if the world was suddenly ridded of a billionaire or two... or more...

I do recognise that this is a slippery slope in justifying homicide, but what is the alternative?

[–] [email protected] 6 points 2 years ago (2 children)

sudo reboot

[–] [email protected] 1 points 2 years ago

I can see this comment

[–] [email protected] 0 points 2 years ago

Sad rule :'(

[–] [email protected] 6 points 2 years ago

I have this issue all the time. Sadly, for some reason it's mostly when accessing medical care.... You'd think that places that "understand" autistic people would offer a solution other than phone calls.

[–] [email protected] 2 points 2 years ago

There's a few off them already. Seems like this one might be taking off

[email protected]

There's also this that I could find

[email protected]

I hope that helps :)

view more: ‹ prev next ›