Latest

Logic Inversion as a Micro-Optimization Tool

2 min read

Sometimes the fastest optimization is not a new data structure but flipping the meaning of a flag.

Zeigarnik effect

1 min read

People aren’t overlooked by accident. They’re forgotten by design. Zeigarnik effect is one of them.

Is autism the next step in brain evolution?

1 min read

are we witnessing evolution?

Addendum on People

3 min read

People can differ in their character.

"Built to Last" book dark side.

3 min read

Built to Feeble: Hidden Sins of Moderate Companies.

CRTP Hack: Turning Protected Inside-Out

1 min read

Access derived protected members from base class.

When your hft app gets way bigger than 2,147,483,647.

1 min read

Fixing a 'relocation R_X86_64_32S out of range' error in GCC by recompiling CRT files with the large code model for a massive non-PIE binary.

Are we worshiping the wrong kind of leadership?

1 min read

Actual traits of Good to Great CEOs.

Hiring: Unraveling the culture mystery.

1 min read

Create a map of your culture.

Want a great manager?

1 min read

High emotional intelligence? Overrated.

Lean Template via Composite Construction

1 min read

No more long sheets of if - else.