Simon’s Fibonacci function and Fibonacci counter in p5.js

Simon came up with this Fibonacci function while taking a walk downtown: f(0) = 0 f(1) = 1 f(n) = f(n-1)+f(n-2) When we got home, he used the function to … Continue reading Simon’s Fibonacci function and Fibonacci counter in p5.js

Simon develops his own programming course ‘Living Code’

Simon has come with an idea of teaching a course as part of his live streams (every two weeks on Thursdays at 17 hrs CET) and developed a website with … Continue reading Simon develops his own programming course ‘Living Code’

Simon edits videos

Simon has done his first video editing work this week, changing his archived live streams from 16 November into two shorter tutorials. Since the YouTube video editor has been deprecated, … Continue reading Simon edits videos

Simon building a Perceptron in Processing

Simon has already built a Perceptron before, several months ago, while following along with Daniel Sgiffman’s Coding Train channel. This time around, he is writing his own code ad doing … Continue reading Simon building a Perceptron in Processing

Simon’s Live Streams (Speechjs and Supershape Morphing)

Simon’s second Live Stream today (in two parts, see the archived versions below) was a big success! He fixed the bug in his own Speechjs library (for speech recognition and … Continue reading Simon’s Live Streams (Speechjs and Supershape Morphing)