Hacker News new | ask | show | jobs
by pseudo_meta 636 days ago
I sometimes use sounds as opposed to print statements when debugging automations or certain UI behavior, e.g. to indicate whether a certain if-condition was triggered or not.

The advantage over normal print debugging is that you get immediate feedback, and do not need to switch to a console. This is also useful when it comes to debugging split second timings (custom window movement scripts).

1 comments

You just gave me the idea for a tool that watches log files and plays sounds when certain patterns occur.