Resources & Bookmarks
JetBrains plugin: NASM + MIPS support for CLion with inspections, CMake project wizard, and QEMU+GDB end-to-end debug.
Web-based circuit designer: wire up logic gates, flip-flops, and other components, then export a Minecraft-ready schematic with routing solved by A* and friends.
Write, build, and debug NASM assembly inside CLion using your WSL toolchain.
Build, run, and debug MIPS assembly from CLion on Windows — cross-compiled in WSL, executed transparently under QEMU, and debugged through gdb-multiarch.
Develop a CMake/C project against a real Linux toolchain without leaving CLion.
Install the JDK, build Spigot locally with BuildTools, and ship a first plugin via Maven — Spigot and Paper covered side-by-side, IntelliJ-friendly but IDE-independent.
Pick a drone class, train in a sim, then spend money — in that order.
// author: Nikolai
Compact reference for NASM x86 assembly instructions and directives — compiled from an FU Berlin course and a great companion to the CLion plugin.
Design custom patterns for your GitHub contribution graph — the original tool of its kind, ranked #1 on Google.
Build, visualize, and step through quantum circuits — a friendly way to learn quantum algorithms, installable via Homebrew.
A NixOS implementation of the HyDE dotfiles — a polished Hyprland desktop, declaratively managed.