Posts by me
Getting to know lambdas in C++
- 11 May 2025
\(\lambda\)s in C++: Nameless functions serving sweet syntactic sugar — just enough to give your codebase diabetes.
Learning CPP via Advent of Code 2024 [Day 9]
- 15 February 2025
This isn’t how you’re supposed to defrag a disk… right?
Writing C wrapper for C++ libraries
- 12 June 2024
When working on projects that involve both C and C++ components, integrating functionality between the two can sometimes pose challenges due to the differences in their language constructs and compilation models. One common scenario is when you have a C++ library that you want to use within a C codebase.
Threads in PySide6, Python packaging and Executables
- 15 January 2024
This post seves a guide as well as notes for developers working with PySide6. It covers topics such as managing output streams across scripts, running Python scripts in separate threads, and creating executable Python packages.