Who needs negative UTC offsets?

We were discussing time zones at work, and suddenly I had a refreshing thought: why do we have negative UTC offsets? This regularly causes bugs when translating times to dates. […]

I am using quite a bit of “vibe”-ish coding at my new job. I actually like it, but… Some day I will probably write a proper post about it, but […]

TL;DR If you use language other than English, you pay more per word sent/received from an LLM. If you don’t use Latin alphabet, you pay way more. Here’s why. LLMs […]

Disclaimer: this is a summary for my records after a deep dive into current state of Redis. I tried to be as precise as possible (after all, I am writing […]

In Python, Redis.hset function has ‘items’ that, per documentation “accepts a list of key/value pairs that will be added to hash “name“.”. You would think that it’s something like [(“key1”, […]