Running Docker and ROCm on Steam Deck (Neptune 6.11+) in 2025 Jun

🐧 Running Docker and ROCm on Steam Deck (Neptune 6.11+) With SteamOS kernel 6.11+, Docker fails to start out-of-the-box due to missing kernel modules (bridge, br_netfilter, overlay). This guide walks you through enabling Docker, disabling the broken default bridge, and optionally testing ROCm-based containers. 🧱 Step 0 – Unlock the Filesystem SteamOS uses a read-only … Read more

biparty graph

This slide is about formally defining “bipartite graph”. Here’s how you can explain it, avoiding repetition from the previous page: 🎓 Formal Definition of Bipartite Graph Core task of this page: From intuitive model → abstract definition. We just saw an example of a bipartite graph: one side is classrooms, the other is exams, and an edge … Read more

c++ learning resources

the most clear modern C++ course for free. cs106L at stanford CS 106L: Standard C++ Programming videos CS 106L Fall 2019 – Lecture 0: Introduction (Screencast) cs106l/cs106l-assignments: Course assignments for CS106L C++ template debugging tool: https://cppinsights.io/ C/C++ to assembly tool: https://godbolt.org/ macro debugger: notfoundry/ppstep: Interactive C/C++ preprocessor macro debugger