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…

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).
more blog posts...

Recent Changes