Back to browse
GitHub Repository

A live log streaming workspace with ambient audio cues.

4 starsPython

Logs ASMR – Logs with ambient audio that reacts to your error rate

by justingrosvenor·Mar 1, 2026·1 point·0 comments

AI Analysis

●●●BangerNiche GemCozySlick

Ambient audio cues for error rates—leaves app running to hear infrastructure degradation without staring at dashboards.

Strengths
  • Novel, genuinely useful approach to ambient monitoring: solves 'stare at dashboard' friction with passive awareness
  • Multi-source support (CloudWatch, Docker, K8s, Loki, journald) means real, production-ready integration
  • Smart engineering: ring buffer, batched rendering, crossfade with cooldown prevents flip-flopping; feels polished and stable
Weaknesses
  • Narrow audience: most teams use dedicated monitoring dashboards (Datadog, New Relic) with alerting; this is a supplemental tool
  • Relies on user leaving desktop app running; unclear value over push notifications or dashboard alerts for remote teams
Target Audience

Ops engineers, DevOps teams, on-call engineers who monitor logs

Similar To

Datadog Dashboard notifications · Sentry alerts with sound · Custom monitoring dashboards with audio alerts

Post Description

I built a desktop app (PyQt6) that streams logs from CloudWatch, Docker, Kubernetes, GCP, Loki, journald, or local files, and plays ambient audio that shifts based on your error rate.

- 0 errors/sec: ocean waves - A few errors: rain and distant thunder - Things going wrong: full thunderstorm

The idea is you leave it running while you work and you can hear when something goes sideways without staring at a dashboard. The transitions are smooth crossfades with cooldown timers so it doesn't flip-flop.

I built this for fun but it turned out pretty solid and I think maybe others would also enjoy.

Similar Projects