Skip to main content

Cognos Notes

A personal blog and technical reference site for C++ and other programming topics.

Preloading Multiple ExoPlayer Instances Without Exhausting the VPU's MPS Budget

Published Jul 11, 2026 by Austin Kim

Read more →

Pinned references

Windows & Linux Memory Management, Base Addresses, and Dispatch Mechanisms

Windows & Linux Memory Management, Base Addresses, and Dispatch Mechanisms Reference notes covering PE/ELF binary loading, base address/relocation history on Wi

Read more →

Objective-C: Message Dispatch, Runtime Layers, and Windows Support

Objective C: Message Dispatch, Runtime Layers, and Windows Support 1. Message Send vs. Operator Overloading [obj method] is fundamentally different from any C++

Read more →
Cognos Notes icon mark

Cognos Notes

Cognos Notes is a comprehensive documentation platform for storing and managing technical notes and references.

C++

C++ is preferred for writing media codecs because it provides uncompromised low-level hardware control, superior integration with legacy C-based multimedia libraries (like FFmpeg), and optimal execution speeds required for real-time video processing.