Posts in English

Learning CPP via Advent of Code 2024 [Day 9]

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

Read more ...


Learning CPP via Advent of Code 2024 [Days 1 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 1 to Day 8.

Read more ...


Hello World

The post excerpt goes here. And I don’t know what to write here.

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 ...