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

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

Making TL;DR app With GPT

Work's been quite pressing for the past couple of week; for relaxation, I sprint-coded a webapp (using Streamlit) to summarize articles on the web this weekend.

Sun, May 14, 2023 · Coding ·  Projects ·  AI