The Hacks of Life
Saturday, June 11, 2022
sRGB, Pre-Multiplied Alpha, and Compression
›
How do sRGB color-space textures (especially compressed ones) interact with blending? First, let's define some terms: An image is "...
Friday, October 29, 2021
This One Weird Trick Let's You Beat the Experts
›
As I've mentioned in the past, one of my goals with this blog is to launch my post-development career in tech punditry and eventually au...
Saturday, October 16, 2021
Is It Ever Okay to Future Proof?
›
A while ago I tried to make a case for solving domain-specific problems, rather than general ones . My basic view is that engineering is a ...
Monday, June 21, 2021
A Coroutine Can Be An Awaitable
›
This is part five of a five part series on coroutines in C++. Getting Past the Names Coroutines Look Like Factories co_await is the .then ...
Sunday, June 20, 2021
We Never Needed Stackfull Coroutines
›
This is part for of a five part series on coroutines in C++. Getting Past the Names Coroutines Look Like Factories co_await is the .then o...
Saturday, June 19, 2021
co_await is the .then of Coroutines
›
This is part three of a five part series on coroutines in C++. Getting Past the Names Coroutines Look Like Factories co_await is the .then...
Friday, June 18, 2021
Coroutines Look Like Factories
›
This is part two of a five part series on coroutines in C++. Getting Past the Names Coroutines Look Like Factories co_await is the .then o...
›
Home
View web version