Welcome to my personal website!
Latest Blog Posts
The 10 latest new posts on the blog (in reverse chronological order):
QEMU (on Windows)
2026-09-20 ·
Some notes and tips on how to build and run virtual machines (VMs) with the Quick Emulator (QEMU) on Windows.
Mini-Reviews #58
2026-07-01 ·
Short opinion pieces about films and TV shows that I’ve watched since 2026-01-08.
Powershell: GUI
2026-06-07 ·
This is not a tutorial article, just links to other scripts of mine that show (by example)
how to make use of GUI widgets with Powershell.
Image to Icon
2026-03-27 ·
A short guide on how to generate a program icon file (*.ico) for a Windows application from a PNG image by using a command-line tool.
Getting Started with SDL
2026-03-20 ·
After building SDL, here are the next steps: Setting up and testing SDL with a simple test program.
Mini-Reviews #57
2026-03-09 ·
Short opinion pieces about films and TV shows that I’ve watched since 2025-10-27.
C++ Diagnostics and Debugging Utilities
2026-03-08 ·
Some tools and techniques for detecting, reporting and investigating errors and unexpected behavior in C++ code.
How to set up GCC on Windows
2025-12-17 ·
Here’s a short tutorial on how to set up the GNU Compiler Collection (GCC)
on Microsoft Windows via MSYS2 (Minimal SYStem 2).
Mini-Reviews #56
2025-11-30 ·
Short opinion pieces about films and TV shows that I’ve watched since 2025-08-05.
Recent Changes
These are the 20 most recent content changes (in reverse chronological order). For notable changes related to the site itself: Look at the Changelog page.
- 2026-09-26: Modified About
- 2026-09-26: Modified Changelog
- 2026-09-22: Modified QEMU (on Windows)
- 2026-09-20: Modified How to use Git (on Windows)
- 2026-09-19: Modified Coding Style & Design Guide
- 2026-09-13: Modified Mozilla Firefox: Tips on usage
- 2026-09-13: Modified SSH Setup
- 2026-09-12: Modified On Software: Configuration
- 2026-09-09: Modified Powershell: Handle input from the pipeline
- 2026-07-29: Modified Powershell Snippets
- 2026-07-27: Modified Powershell: Dynamic Parameters
- 2026-07-01: Posted Mini-Reviews #58
- 2026-06-22: Modified Powershell: Parameters for Scripts and (Advanced) Functions
- 2026-06-21: Modified Powershell: Working with JSON
- 2026-06-13: Modified Powershell: PSCustomObject
- 2026-06-07: Posted Powershell: GUI
- 2026-05-29: Modified Powershell: Splatting
- 2026-04-04: Modified C++ Snippets
- 2026-03-27: Posted Image to Icon
- 2026-03-27: Modified Building SDL 3