I write things here. Why? Because writing a blog for yourself or for people to read is like teaching, and teaching forces you to actually understand what you’re talking about. Otherwise, it would be pretty hard to explain things to people.
I like to spend time sharpening my knowledge in the C++ programming language. I am blessed to find fun and joy in writing code, and even more so in the niche of low-latency C++.
Oh, and I also like robotics.
Other topics I like to spend my time on are: operating systems, compilers, and distributed systems.
And sometimes I may squeeze in some random stuff or projects.
If/When you find mistakes in my posts, which I think you will, I’d appreciate an email explaining/correcting my mistakes. Thank you!
Recent Posts
- 2026-02-22 [bit] Unevaluated Contexts in C++
- 2026-02-20 [bit] Forcing Compile-Time Evaluation
- 2026-02-20 [bit] if consteval
- 2026-02-17 [bit] SFINAE tldr
- 2026-01-09 [blog] Why RAM Is Slow: A Tiny Excerpt From Ulrich Drepper's Famous Paper