Note-taking comes naturally to me. Processing them never did.

My consistent note history goes back to 2021. Categorization, editing, deciding what matters — a huge barrier, even with PARA [1] and Second Brain [2]. Always other priorities, time already invested, reluctance to sit down and do it. When LLMs arrived, I had an idea: they’re good at exactly what I’m not — processing text. […]

Multitasking is not for me… Even in the world of LLMs

I was used to working on one task, one screen, in one application window. Arguments in favor that keep spinning in my head: Boris Cherny (Head of Claude Code) works across 5 parallel instances. Peter Steinberger (creator of OpenClaw) runs 3-8 Codex terminals at once. It makes sense on paper – why watch AI "think" […]

Transitioning to Colemak: My Experience

A month ago, I decided to fully switch to the Colemak keyboard layout. Until then, I had been typing on QWERTY and didn’t know how to type with all ten fingers. Now, I can type at a speed of about 30 words per minute. Why did I decide to make this change? I’m digitizing my […]

Hackerrank – Super Reduced String

Hackerrank – Problem Statement A description of the problem can be found on Hackerrank. Solution I created an accumulator with initial value as empty string. I iterated through each character and updated the accumulator if an actual character is equals to last accumulator character, delete this character from the accumulator else append the character to […]