Tommy’s /dev/null 🚮

My friends didn’t want to hear me speak about software development anymore, so here we are.

In Rust we trust #1 - Compile less with cfg_attr

You don’t want to compile what you don’t use, and you don’t want to use what you don’t need - let’s talk about cfg_attr. ...

September 20, 2023 Â· 3 min Â· 526 words Â· Tomer Lev

In Rust we trust #0 - Pattern matching

A series (hopefully) where I geek out on Rust to anyone willing to hear. This time ✨Pattern Matching✨. ...

August 31, 2023 Â· 2 min Â· 297 words Â· Tomer Lev

Discrepancies with std::exception

Given the C++ code below, what will be its output? ...

December 22, 2022 Â· 1 min Â· 167 words Â· Tomer Lev

Singletons in C++, just listen for a second

Singletons get a bad rep, but I argue that it shouldn’t always be the case. ...

August 25, 2022 Â· 2 min Â· 334 words Â· Tomer Lev

Trying to avoid WinAPI

I don’t like WinAPI. That’s why, when I can, I try to find tricks to avoid using it. ...

August 25, 2022 Â· 1 min Â· 141 words Â· Tomer Lev