HN user

ihiep

67 karma
Posts4
Comments16
View on HN

After building Zenta https://news.ycombinator.com/item?id=44394929, a tiny CLI tool to pause and breathe, I realized I needed more than awareness — I needed to protect my attention. So I made Flow: a minimalist tool that helps you stay with one task at a time. Start a session, focus, take a mindful pause, and end it with intention. No tracking. No metrics. Fully offline. Just one quiet boundary around your work. Zenta helped me return to the present. Flow helps me stay there.

After building Zenta, a small tool to help me pause and breathe during work, I felt the need to write down the story behind it. It’s not just about the tool — it’s about what changed in me: how presence, breath, and simple philosophy became part of my life as a developer. I’m sharing this in case it resonates with someone else on a similar path.

Thank you both for this feedback! You're right. I made a mistake by not testing thoroughly enough. I was being overly conservative based on assumptions rather than actual testing. Your detailed feedback about $TERM values and real-world tmux usage is exactly what I needed. I should have tested more environments before making assumptions about terminal compatibility. Thanks for keeping me honest and helping improve Zenta!

Update: Just released v0.3.1 with Terminal.app compatibility fixed! The tool now auto-detects your terminal and adapts gracefully. You'll see a beautiful progressive breathing animation that flows like: Inhale: · → ○ → ●○○ → ●●●● (building up) Exhale: ●●●● → ●○○ → ○ → · (releasing down) Try the latest version - it should breathe beautifully on Terminal.app now. Thanks for helping make mindfulness accessible to everyone!

Thanks for the feedback! You're right. I haven’t tested it on Terminal.app yet. It works well on iTerm2 and most Linux terminals, but I’ll review it on Terminal.app soon and update the tool or the README to reflect compatibility. Really appreciate you pointing that out.