Pavel Dolinin

Pavel Dolinin

Latest posts

Testing OpenGL Performance on CPU nouveau driver

While waiting for the right NVLink bridge, I decided to see how my dual RTX 2080 Ti setup performs without them—by turning the GPUs off entirely. The result? A deep dive into OpenGL on CPU using the humble Nouveau driver, where even spinning gears tell a story about patience and pixels.

Intel Z890 / B860 / H810 – What’s the difference?

Z890, B860, H810 — three Intel chipsets, one socket, and wildly different personalities. In this guide, we’ll unpack who’s the overclocker, who’s the office workhorse, and who’s the budget minimalist, helping you pick the perfect platform for your next build.

Managing Persistent Data with Docker Compose

Docker Compose is one of the essential tools in the Docker ecosystem that allows you to define and manage multi-container applications with ease. However, managing persistent data within a multi-container setup can be challenging