Skip to content

Instantly share code, notes, and snippets.

View rkowalewski's full-sized avatar

Roger Kowalewski rkowalewski

View GitHub Profile
@MattPD
MattPD / cpp.std.coroutines.draft.md
Last active March 12, 2026 04:51
C++ links: Coroutines (WIP draft)
@olibre
olibre / cpp_legacy_inheritance_vs_std_variant.md
Last active June 6, 2025 07:27 — forked from GuillaumeDua/cpp_legacy_inheritance_vs_std_variant.md
C++ legacy inheritance vs CRTP + std::variant
@HardenedArray
HardenedArray / Efficient Encrypted UEFI-Booting Arch Installation
Last active December 5, 2025 10:26
An effcient method to install Arch Linux with encrypted root and swap filesystems and boot from UEFI. Multi-OS, and VirtualBox, UEFI-booting are also supported.
# OBJECTIVE: Install Arch Linux with encrypted root and swap filesystems and boot from UEFI.
# Note this encrypted installation method, while perfectly correct and highly secure, CANNOT support encrypted /boot and
# also CANNOT be subsequently converted to support an encrypted /boot!!! A CLEAN INSTALL will be required!
# Therefore, if you want to have an encrypted /boot or will want an encrypted /boot system at some point in the future,
# please ONLY follow my encrypted /boot installation guide, which lives here: