Skip to main content

Technical Articles - Page 4

Deep dive into machine learning, computer vision, and software engineering. Expert insights on AI, local LLMs, quantization, and practical implementation details from real-world projects.

Articles - Page 4

Python's logging Module Is Already a Singleton

You don't need a logging framework, registry, or factory. Python's stdlib logging is a global singleton — getLogger(name) always returns the same instance, and dictConfig can configure any logger in the process, including third-party libraries.

H.264 vs H.265 vs AV1: Comparing Modern Video Codecs

How H.264 (AVC), H.265 (HEVC), and AV1 compare on compression efficiency, encoding cost, hardware decode support, patent licensing, and use-case fit. The practical decision matrix for choosing a video codec in 2024.

Showing 19-24 of 29 articles
Mastodon