Posts in English

Advent of Code 2024 [Days 10 and 11]

The plutonian pebbles are getting out of hand! And we also have to find a hiking trail.

Read more ...


Learning CPP via Advent of Code 2024 [Day 9]

This isn’t how you’re supposed to defrag a disk… right?

Read more ...


Advent of Code 2024 [Days 6 to 8]

This is my progress log for Advent of Code 2024, where I’m tackling the challenges using C++ to get good at the language. Contains work of Day 6 to Day 8.

Read more ...


Learning CPP via Advent of Code 2024 [Days 1 to 5]

This is my progress log for Advent of Code 2024, where I’m tackling the challenges using C++ to get good at the language.

Read more ...


Hello World

Hi!! I have made a website and if you are seeing this, it is live

Read more ...


Late Binding of Python Closures

A subtle source of bugs in loops and closures. When lambda functions capture loop variables, they may not behave as you expect.

Read more ...