These are my notes from the book How to Design Programs available online here, using Racket and the Beginner Student Language (BSL) which is lot like the Scheme dialect of LISP. Look at Part 1 here. Prologue Part 2 Most of the code is commented out so…
Month: April 2020
How to Design Programs (HTDP) – Prologue Notes Part 1
These are my notes from the book How to Design Programs available online here, using Racket and the Beginner Student Language (BSL) which is lot like the Scheme dialect of LISP. Prologue Most of the code is commented out so I can run the latest…
Computing Britain Episode 1 – Electronic Brains
I recently stumbled across a brilliant podcast series called Computing Britain from the BBC. The first episode is the role Britain took in developing electronic memory, or “Electronic Brains“. It was originally from the BBC’s “Make it Digital” campaign that brought us the Micro:bit. It…
Learning from 0 – Part 2 Full Adder
Full Adder It’s take 1 year and 18 days for me to write the second part of this post about how to create a Full Adder. I originally wrote a post that demonstrated how to create a half adder logic circuit from simple logic statements…
Why don’t I believe me? Critical Thinking
Critical Thinking One thing that has bothered me recently, is how little I know about the real world. How little I understand of the arguments of politicians, scientists and journalists. This has led me to believe that I need to develop my ability to think…
Attention
Having worked from home for nearly a month now due to the Covid-19 pandemic, I’ve started to realise a few things about my attention. Looking back My attention span is shocking. Terribly bad. Thinking back to my (short) school career, every report had a section…