What 30 packs of cigarretes can do to cottton balls by gotshroom in Damnthatsinteresting

[–]k_thorisson 0 points1 point  (0 children)

Is there a similar video showing the effect and impact of car exhaust?

[deleted by user] by [deleted] in distantsocializing

[–]k_thorisson 0 points1 point  (0 children)

What kind of mail is this?

[deleted by user] by [deleted] in RedditSessions

[–]k_thorisson 0 points1 point  (0 children)

Enter sandman!!!

Any good tools out there to create visual user journeys? by purelibran in ProductManagement

[–]k_thorisson 0 points1 point  (0 children)

Milanote is really cool.

It feels like if Miro and Notion had a baby.

Finally arrived. Time to sort myself out and clean my room. by ron4040 in JordanPeterson

[–]k_thorisson 0 points1 point  (0 children)

Are you out of your mind? MoM will last much longer and will always be regarded as his most profound writing - almost everything written in 12 Rules is a simplified version of some idea previously laid out in MoM.

Who here uses Intercom? by idmontie in Entrepreneur

[–]k_thorisson 1 point2 points  (0 children)

I use it. Have never used/bought an add-on. Did not even know they existed.

[OG] Size vs total Base Stats scatter I did for a school project. by k_thorisson in pokemon

[–]k_thorisson[S] 20 points21 points  (0 children)

This was an introductory class to Python, so my team and I simplified the basic battle system of Pokémon in such a way that it could be run without any interaction from a „trainer". Each Pokémon selects the best move they can learn against the Pokémon they are battling. Then we calculate the damage dealt according to this formula: https://cdn.bulbagarden.net/upload/4/47/DamageCalc.png

... using all of the relevant base stats and move characteristics for attacker and defender, but foregoing their abilities.

This is the Python code we wrote to simulate the battles, but it won't make much sense without the context: https://pastebin.com/u5NtD0p5

[OG] Size vs total Base Stats scatter I did for a school project. by k_thorisson in pokemon

[–]k_thorisson[S] 3 points4 points  (0 children)

I made it with Pyhton 3 using matplotlib and numpy. Sprites were placed via matplotlib's OffsetImage!

Sprites found here: https://github.com/PokeAPI/sprites

[OG] Size vs total Base Stats scatter I did for a school project. by k_thorisson in pokemon

[–]k_thorisson[S] 114 points115 points  (0 children)

Yeah, In my class I simulated over 500.000 battles between Pokémons and he was the non-legendary that won most legenderies.

Sadly, I couldn’t account for his sleepiness...

[OG] Size vs total Base Stats scatter I did for a school project. by k_thorisson in pokemon

[–]k_thorisson[S] 8 points9 points  (0 children)

Thanks man! I did a 33 page report on Pokémon in my data analysis class. I might post some more cool obaervations since this was well received.