Blog

Thoughts, ideas, and projects I am working on.

How to run C# projects in Visual Studio Code preview image

How to run C# projects in Visual Studio Code

April 21, 2026

How to open, build and run many C# projects in VS Code using the .NET SDK and C# Dev Kit, with practical expectations for larger solutions.

csharp dotnet vscode
Hyprland setup preview image

Hyprland setup

January 7, 2026

A practical, step-by-step guide to install Arch Linux from a blank drive to a clean, bootable system.

linux arch-linux
Arch Linux installation preview image

Arch Linux installation

December 25, 2025

A practical, step-by-step guide to install Arch Linux from a blank drive to a clean, bootable system.

linux arch-linux installation
The pacman command preview image

The pacman command

August 31, 2025

A concise guide to using the `pacman` package manager on Arch Linux: refreshing databases, searching packages, managing installed software and keeping the system tidy without summoning dependency chaos

linux arch-linux pacman package-manager
Minecraft survival tweaks preview image

Minecraft survival tweaks

June 12, 2025

Mod and configuration recommendations for a smoother, more enjoyable Minecraft survival experience.

minecraft mods gaming
Compile and run C++ programs preview image

Compile and run C++ programs

June 11, 2025

Guide to compile and run C++ programs on Windows and Linux using GCC and other tools.

c++ programming compilers
Connection to GitHub via SSH preview image

Connection to GitHub via SSH

June 11, 2025

How to generate an SSH key, add it to GitHub, and test authentication for secure repository access.

git github ssh version-control
Tmux preview image

Tmux

June 11, 2025

Overview of tmux, the terminal multiplexer that enables panes, windows, and sessions for efficient terminal workflows.

tmux terminal productivity