The Many Graphics Translation Layers

Categories: Graphics, Linux

Lately we’ve seen a pretty dramatic increase in the number of graphics transition libraries. Here’s a brief look at the different projects. <= D3D8 D3D9 D3D10 D3D11 D3D12 OpenGL Vulkan Metal <= D3D8 dgVoodoo2 dgVoodoo2 Wine D3D9 dgVoodoo2 dgVoodoo2 Wine dxvk D3D10 Wine dxvk D3D11 Wine dxvk D3D12 vkd3d OpenGL Zink Vulkan MoltenVK Metal

Docker in 2020: Did Someone Say Isolation? (Part II)

Categories: Docker

In Part I, we ended with a basic WordPress stack composed of a WordPress web server container, and a database container. In Part II, we’ll move this towards a more production ready setup. Specifically, we’ll be focusing on proxy configuration, HTTPS support, and internal/external networks. For reference, here is the compose file we left with: … Read More

Docker in 2020: Did Someone Say Isolation? (Part I)

Categories: Docker

Well, 2020 has given me a fair bit a free time, and I finally figured it was time to dive into Docker. My first experience with Docker was back in 2014, when I spun up a vanilla Ubuntu container, installed Apache, set up a hello-word site, and then realized nothing was persistent. This was quickly … Read More