Jjinchilimatic.hashnode.dev·Mar 27, 2020Nand 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....00
Jjinchilimatic.hashnode.dev·Aug 1, 2019A 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 ...01W
Jjinchilimatic.hashnode.dev·Jul 24, 2019A 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...01S
Jjinchilimatic.hashnode.dev·Jul 11, 2019Setting 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 ...01S
Jjinchilimatic.hashnode.dev·Jun 22, 2019Memory 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...01E