Blog posts

2024

Matrix

less than 1 minute read

Published:

A cool matrix wallpaper generator I found on the internet. It’s a simple HTML file that generates a matrix wallpaper on your browser.

Sudoku

less than 1 minute read

Published:

Just some experiments to solve sudoku puzzles. I’ve been solving them since I was a kid and wanted to make a simple web based solver to intuitively show how the hidden single technique works.

3D Gaussian Splatting 1

11 minute read

Published:

Here is my attempt to understand the rasterisation part in 3D Gaussian splatting pipeline. While undertaking my master’s thesis in 3DGS at University College London, I had to understand each part of the pipeline in depth and was fascinated with the forward pass rasterisation part which was responsible to create an image from many (thousands or even millions!!) of 3D Gaussian Primitive.