mog_dev

↗ HN profile [ 613 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I built Collider because I needed a way to use and push my own artifacts in Meson projects. WrapDB is fine for upstream deps, but I wanted to publish my packages and depend on them with proper versioning and a lockfile,…

  2. I'm creating a C++ binding generator for GStreamer from GIR files with full RAII memory management. Looking for books, articles, or documentation on binding generation techniques, GIR file parsing, and implementing RAII…

  3. I'm creating a C++ binding generator for GStreamer from GIR files with full RAII memory management. Looking for books, articles, or documentation on binding generation techniques, GIR file parsing, and implementing RAII…

  4. As a developer, I recently encountered challenges with GRUB and discovered I lacked knowledge about my computer's boot process. I realized terms like EFI partition, MBR, GRUB, and Bootloader were unfamiliar to me and…

  5. I'm a dev and when I recently had to solve some issues with GRUB I realized I didn't know anything about how my computer boots. EFI partition, MBR, GRUB, Bootloader, etc At work it seems that a lot of my colleagues are…