Welcome to my personal website!
Latest Blog Posts
Mini-Reviews #54
2025-07-06 ·
Short opinion pieces about films and TV shows that I’ve watched since 2025-02-16.
How to set up a SSH key pair (with PuTTY, on Windows, for BitBucket.org)
2025-07-05 ·
I encounter these same problems every time I set up a fresh computer – which doesn’t happen that often,
that’s why I don’t have the steps in my muscle memory.
On Software: API Design
2025-06-22 ·
I recently had the inspiration of writing a new post about my current thoughts on how to design/make a good
Application Programming Interface (API),
for functions/methods, classes, programs/scripts, and other things that offer such an interface.
On Software: Open Source Licenses
2025-06-22 ·
I mostly prefer permissive open source licenses that allow a lot but don’t restrict (or demand) much.
But this may also change, depending on specific projects and/or use cases…
But this may also change, depending on specific projects and/or use cases…
Mini-Reviews #53
2025-06-09 ·
Short opinion pieces about films and TV shows that I’ve watched since 2024-12-08.
How to use CMake
2025-05-30 ·
This is just a reminder for some syntax/parameter details on how to invoke CMake (i.e. the actual cmake program),
mainly from the CLI, to configure/generate/build a project – it’s not a tutorial on how to write a
CMakeLists.txt
file!Doxygen Cheatsheet
2025-05-13 ·
This is my personal Doxygen cheatsheet:
Its initial (and primary) purpose is to be a compact help on this topic for myself.
It’s not meant as a general introduction or comprehensive reference for this tool,
but it is meant to be a small knowledge base or collection of basics & “gotchas”, often-used commands, snippets, tips,
and instructions on how to do certain tasks.
Mozilla Firefox: Tips on usage
2025-05-12 ·
These tips for using Mozilla Firefox were originally spread over multiple blog posts,
but they are rather short and also pretty old (so maybe not valid anymore),
that’s why I now collected them all on this single page…
Calling a Lua/C++ function from C++/Lua code
2025-05-03 ·
Another post in my series on how to use C++ with Lua; this time it’s about calling a function of one language from code of the other language.
Mini-Reviews #52
2025-05-01 ·
More mini-reviews of films and TV shows that I’ve watched (since 2024-10-11).
Recent Changes
- 2025-07-06: Posted Mini-Reviews #54
- 2025-07-05: Posted How to set up a SSH key pair (with PuTTY, on Windows, for BitBucket.org)
- 2025-06-27: Modified Powershell: Profile
- 2025-06-24: Modified Powershell Snippets
- 2025-06-22: Posted On Software: API Design
- 2025-06-22: Posted On Software: Open Source Licenses
- 2025-06-22: Modified Coding Style & Design Guide
- 2025-06-15: Modified Doxygen Cheatsheet
- 2025-06-10: Modified Building Qt 6 on Windows with Visual Studio
- 2025-06-10: Modified Building Qt 5 on Windows with Visual Studio
- 2025-06-09: Modified How to use CMake
- 2025-06-09: Modified On Software: Documentation
- 2025-06-09: Posted Mini-Reviews #53
- 2025-05-29: Modified C++ Snippets
- 2025-05-15: Modified C++: Namespace
- 2025-05-12: Posted Mozilla Firefox: Tips on usage
- 2025-05-11: Modified Calling a Lua/C++ function from C++/Lua code
- 2025-05-01: Modified A C++ program that calls a Lua script
- 2025-05-01: Posted Mini-Reviews #52
- 2025-04-21: Modified Building Lua 5.4.7 on Windows 10 with Visual Studio 2022