Implementing Game Control, Part 2: On the Game of Life

How I implemented control in the Game of Life, Part 2 - Controlling world updates in the Game.

Mon, Apr 29, 2024 · Coding ·  Projects

Implementing Game Control, Part 1: Loop Control in Go

How I implemented control on the Game of Life, Part 1 - Controlling infinite loop in Go programming language.

Sat, Apr 20, 2024 · Coding ·  Projects

Making Game of Life in Go

In which I stumbled upon an article mentioning the Game of Life, felt a wave of nostalgia, and did a weekend project to make an implementation of it in Go, playable on Terminal.

Sat, Apr 13, 2024 · Coding ·  Projects

Matrix Solving with Julia (and Numpy as comparison)

In which I got curious, rekindled my past with Julia (the language), and did some benchmark tests against NumPy.

Wed, Oct 11, 2023 · Coding

So Long, and Thanks For All The Tweets (Scraper)

As of yesterday, and confirmed by Elon Musk himself (kinda), Twitter requires people to be signed in to see tweets, even public ones. End of an era.

Sat, Jul 1, 2023 · Tech ·  Coding ·  Projects