Throwback: Conway's Game Of Life Explained
A post originally from 2018 explaining the mechanisms and useful patterns of Conway's Game Of Life
A post originally from 2018 explaining the mechanisms and useful patterns of Conway's Game Of Life
Trying OCaml, exploring assertions and fuzzing to secure programs
Revisiting an experiment I tried when I was 16, where using mathematical equations to simulate logic gates I could execute computer programs
Learning Zig by implementing a Wolfenstein 3D styled raycaster
The why and how of switching Linux distros, and what benefits and drawbacks I found
Exploring using code to create clean visualisations of binary formats
How I beat the Roblox anti-cheat, explaining and bypassing the detection methods
Trying the Emacs org-agenda package for organising a calendar, and using DCGs, a special parsing technique, in Prolog
The experience I had and benefits I found converting ~300 lines of C to 200 lines of Rust
Analysing the Collatz Conjecture in Prolog, among other basic exercises to understand the language more