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
Artwork from the book that I bought, apparently part of [Penguin Vintage series](https://shop.penguin.co.uk/products/the-wind-up-bird-chronicle-vintage1) (I don’t know how it ended up at a small bookstore in Den Haag)

Artwork from the book that I bought, apparently part of Penguin Vintage series (I don’t know how it ended up at a small bookstore in Den Haag)

Is It Possible to Really Know Someone?

This shouldn’t have surprised me as much as it does, but I have come to the realization that, in conclusion, we will never fully know or understand others or even ourselves.

Sat, Aug 12, 2023 · Philosophy

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