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

Getting New Hobby and Fixing My Twitter Scrapers

Or how I finally decided to stop procrastinating and just simply fix my own old Python module to scrape tweets and generating wordcloud from it.

Fri, Jun 16, 2023 · Coding ·  Projects