Recent Posts

Enig. Another estimation tool.

4 minute read

I created Enig, a tool for simple estimation for distributed teams. Its a shared session where you can agree on a scope of a given task, without any overhead.

Records as distinct types

3 minute read

Records are a new construct in C#9, and is a simplified way to create classes which have some intrinsic attributes defined. Value equality, toString, copying...

Pixel Picking large floats

7 minute read

In this post I describe the process of finding a strange inconsistency when trying to map large integer float values to a fragment shader in GLSL.