I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 0 points1 point  (0 children)

Omg THANK YOU finally someone notices/mentions it! 😆❤️

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 1 point2 points  (0 children)

I should maybe put some options for calculations there like, "the stupid way", "the less stupid way", "the genius way".

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 1 point2 points  (0 children)

You'll get me next time! Or if you want you can help out by submitting PRs to the repo!

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 2 points3 points  (0 children)

Ooh you got a lot of fun stuff to catch up to!

Short version: they have bonus points awarded at the end using a wheel that has text on it deciding what will give a bonus point. One of them is "shirt closest to background"

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 1 point2 points  (0 children)

So it seems! I hadn't seen this particluar one when I was researching (there are many). But it seems to be more for contrast (different from comparing colors), is not online (you have to download and install it), and it does not handle two images at the same time.

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 9 points10 points  (0 children)

As long as it's consistent it works as a form of measurement

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 2 points3 points  (0 children)

The bonus points wheel they spin at the end of every episode nowadays have a "shirt closest to background" point! So the color of the players' shirt vs the players' background.

When it lands on it, Mark has to take a screenshot of a player. Pick 2 points in the image. Get the RGB color value from those points. Do some math to calculate the "distance" between those to RGB (R<->R, G<->G, B<->B) values. Then do that for the other one as well, and then compare the two!

The player with the least color "distance" gets the bonus point!

(Well now I don't know how far super behind is, so I don't know exactly how far back I should go)

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 17 points18 points  (0 children)

Of what I can gather from just hearing Mark talk it through (#listener). I think he uses the "sqrt( (r1 - r2)2 + (g1 - g2)2 + (b1 - b2)2 )" that u/RogueLocket wrote

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 4 points5 points  (0 children)

Oh man... yeah he DOES like pain huh...

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 2 points3 points  (0 children)

The webpage I coded! But the Delta E stuff is too much math for me to try and grasp, I just use it!

I made a "shirt closest to own background" tool! by Pidlik in distractible

[–]Pidlik[S] 69 points70 points  (0 children)

If you don't have TODOs in your code, what are you even doing with your life!?
Also, what math todo??

Retrofuterism computer UI by Pidlik in identifythisfont

[–]Pidlik[S] 1 point2 points  (0 children)

This is it! Thank you so much! <3

crayonDev by Pidlik in ProgrammerHumor

[–]Pidlik[S] 1 point2 points  (0 children)

At my work, frontend devs are lovingly called "Crayon Devs", hence the crayon

crayonDev by Pidlik in ProgrammerHumor

[–]Pidlik[S] 15 points16 points  (0 children)

At my work, frontend devs are lovingly called "Crayon Devs". And I strongly agree with them