Blog

Anything from tech exploration to personal reflections, you'll find it here.

Oops! JVM Heap Compression Gotcha

JVM heap compression. The JVM heap dead zone


Python Hash Collision

Explaining a very easy hash collision in Python's built-in hash function.


Arena Allocators

Exploring the implementation of arena allocators.


Solve Your Problems

Use your skills to identify and solve your own problems.


Urgency

While you can, be great.


A Tiny Compiler in Zig

Exploration of the Zig programming language through implementation of a tiny compiler.


Go: Simplicity by Design

Go: Simplicity is not a flaw, it's a strength.