fuzzer web interface: play a little jingle when it finds a bug! #20995
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
fuzzing
Milestone
Extracted from #20958.
What if there was a setting in the web UI where you could get a little sound notification to play if the fuzzer found a bug? It would be like a little cherry on top of a big bowl of ice cream.
Of course, we're not going to commit any sampled audio to the zig source repository, so the jingle would need to be procedurally generated by some DSP golf zig code that runs in wasm populating a buffer that gets played with the browser's audio API 😎
And it should probably be disabled by default, but have a persistent setting so that someone could toggle it on and it would stay on. Or perhaps it could be on by default, but only plays if a long time has passed between starting fuzzing and finding the bug, and rate limited to 1 per hour or something like that.
The text was updated successfully, but these errors were encountered: