Live data from Hacker News

Show HN: Open a browser by clapping twice (inspired by Iron Man)

github.com

1–6 of 6 posts

Show HN: Open a browser by clapping twice (inspired by Iron Man)

#1
Recently, I watched Iron Man and was inspired by the scene where Tony Stark claps twice to activate his computer. (https://www.youtube.com/watch?v=OT2b5KzMoC0&t=101s) I thought, “I want to try that!".

So I wrote a simple script that opens Google Chrome — and optionally a local file — when I clap twice.

Technically, I recorded sample clap sounds and analyzed their frequency content in MATLAB (most energy was around 1.4–1.8kHz). Then I built a real-time detection system in Python using a bandpass filter and peak detection to recognize claps and trigger an action.

Is it practical? Maybe not. But it’s fun. Imagine this: you're about to Netflix and chill and open Netflix with two claps. Or you're about to give a presentation and launch your slides like Tony Stark. Just clap twice.

GitHub: https://github.com/Yutarop/two_claps_open

Show HN: Open a browser by clapping twice (inspired by Iron Man)
github.com

Re: Show HN: Open a browser by clapping twice (inspired by Iron Man)

#5
post #4

https://www.nch.com.au/action/misc.html Tonedet. Try it

Thanks! I'll try that

i remember using this software to listen to my UPS beeping which would indicate that the electricity had gone off and then using autohotkey to close open apps and shut down pc.

this was wonderful and it worked brilliantly

Re: Show HN: Open a browser by clapping twice (inspired by Iron Man)

#6
post #4

Earlier quoted context omitted.

Thanks! I'll try that

i remember using this software to listen to my UPS beeping which would indicate that the electricity had gone off and then using autohotkey to close open apps and shut down pc. this was wonderful and it worked brilliantly

Thanks for sharing! That's an awesome use case. I hadn’t thought of combining it that way, but it’s a great idea.