chilimatic.hashnode.devNand to tetris Week 1I am currently participating a course on coursera where the target is "from nand to tetris". We start with a nand gate and in the end we will build our own virtual computer, our own programing language and our own applictions. Week 1: Boolean logic....Mar 27, 2020
chilimatic.hashnode.devA little rust for the scale intervalsPhoto by Geert Pieters on Unsplash The last time we stopped with our scale alphabet. In our case we picked the C Major alphabet. but in the end actually this is the mechanism we will use for the minor Tuning as well. Intervals, Frequencies and other ...Aug 1, 2019
chilimatic.hashnode.devA little rust program for the C major scalePicture is from Ahmed Rhizkaan Every year for the last 6 years during the summer I am on the mountain at the 'Turracher Höhe'. 'Participating' at the Thomas Leeb Bootcamp playing guitar for 1 week. I am composing a song every year for the last 3 ye...Jul 24, 2019
chilimatic.hashnode.devSetting up my new Server - First StepsI was migrating my current server to a new one + ofc distro change from debian to arch. Switching from debian to arch on production is highly debatable :D esp for security patches and staying bleeding edge isn't really a normal approach to ensure a ...Jul 11, 2019
chilimatic.hashnode.devMemory DataObject vs Array in PHPToday I wanted to create a tuple object, so I have a clear type definition. The last knowledge I had was that data-objects have a smaller memory footprint than arrays in PHP. This was true for a very long time, also the immutability since every arra...Jun 22, 2019