Simon introducing himself for the World Science Scholars program

This is Simon’s introductory video for the World Science Scholars program (initiative of The World Science Festival). In May this year, Simon has been chosen as one of the 30 … Continue reading Simon introducing himself for the World Science Scholars program

It takes the sun to the ground, and violet on the observer’s eye.

Simon writes: This amazing sentence is generated by a Markov Text-Generation Algorithm. What is a Markov Algorithm? Simply put, it generates the rules from a source text, and it generates … Continue reading It takes the sun to the ground, and violet on the observer’s eye.

Heat Equation Visualization

A visual solution to Fourier’s heat equation in p5. Play with the two versions online: https://editor.p5js.org/simontiger/present/EaHr9886H https://editor.p5js.org/simontiger/sketches/EaHr9886H https://editor.p5js.org/simontiger/present/ruN8CQV77https://editor.p5js.org/simontiger/sketches/ruN8CQV77 Inspired by 3Blue1Brown’s Differential Equations series.

Simon’s new “giant project”: Sorting Visualizations

Simon writes: I’ve built a giant project; a website / community project / platform for making algorithms! I’ve built in this video Bubble Sort, Selection Sort, Insertion Sort, Mergesort, Quicksort, … Continue reading Simon’s new “giant project”: Sorting Visualizations

Simon creates a playlist with Sorting Algorithms tutorials in Python

Simon has started a huge new project: a series of video tutorials about sorting algorithms. In the videos, he codes on his RaspberryPi, but here is the link to the … Continue reading Simon creates a playlist with Sorting Algorithms tutorials in Python

Multiplicative Persistence in Wolfram Mathematica

Simon has tried Matt Parker’s multiplicative persistence challenge on Numberphile: by multiplying all the digits in a large number, looking for the number of steps it takes to bring that … Continue reading Multiplicative Persistence in Wolfram Mathematica

Domain Coloring with Complex Functions in Wolfram Mathematica

Simon has been completely carried away by Wolfram Mathematica. He keeps starting new projects, just to try something out. After working on his Knot Theory book for days, and making … Continue reading Domain Coloring with Complex Functions in Wolfram Mathematica

Building a 2048 Game. Part 3.

Simon’s general plan for his 2048 project: Link to the project in progress on GitHub: https://github.com/simon-tiger/2048 In this third part he shows how he changed the fonts, how that messed … Continue reading Building a 2048 Game. Part 3.