Recent Posts

Beautiful fractals, this time not programmed but drawn by hand in an image editor

Simon learned this technique from a wonderful channel he has recently discovered called CodeParade. He mainly follows this channel for its machine learning projects, but this cool little trick on … Continue reading Beautiful fractals, this time not programmed but drawn by hand in an image editor

Math for Neural Networks and Calculus Fundamentals via Brilliant.org

A little over a month ago, Simon picked up neural networks again (something he had tried a while ago but couldn’t grasp intuitively). He started the Artificial Neural Networks course … Continue reading Math for Neural Networks and Calculus Fundamentals via Brilliant.org

Spherical Geometry

After Simon read up on spherical geometry on Brilliant.org, he and Neva crafted some pretty colourful half-spheres. How’s that as an alternative to Easter eggs? Simon has also discovered a … Continue reading Spherical Geometry

Ancient Chinese Game Luk Tsut K’i Game in p5.js

Play Simon’s game: https://editor.p5js.org/simontiger/present/1pGeJY7c Code: https://editor.p5js.org/simontiger/sketches/1pGeJY7c Simon learned this game on Brilliant.org at https://brilliant.org/practice/winning-moves/?chapter=competitive-games (Warning: this link will only work if you have a Premium Subscription to Brilliant). Brilliant describes … Continue reading Ancient Chinese Game Luk Tsut K’i Game in p5.js

Fun crafty puzzles Simon did with Neva

Three boxes with fruit, all the three labels are misplaced. What is the minimum number of times one will have to sample a random piece of fruit from one of … Continue reading Fun crafty puzzles Simon did with Neva

How Many Dice Rolls Until You Get a Repeat. A Probability Experiment in p5.js

How many times, on average, do you have to roll a dice until you get a repeated value? I saw this probability challenge on the Mind Your Decisions channel. I … Continue reading How Many Dice Rolls Until You Get a Repeat. A Probability Experiment in p5.js