DEV Community

Olivia
Olivia

Posted on

I Needed a Quick Conversion Without Changing My Setup

I was deep into a debugging session when I noticed a mismatch between logged values and a reference doc.

The issue wasn’t code-related. The numbers were correct — just expressed in different units. Still, I needed to double-check before proceeding.

At that point, I didn’t want to context-switch into spreadsheets or write temporary code. I wanted the answer and nothing else.

So I did a quick browser-based conversion, checked the result, and went back to the debugger. Something like https://mmtocm.net
was enough.

The important part wasn’t the tool — it was not letting a minor task interrupt the workflow more than necessary.

Top comments (0)