Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

and to test it here (it might be very loud!):

CTRL+SHIFT+I and in the console

    let o, a=new AudioContext();
    document.addEventListener("mousedown",function(){
      if (o) {o.stop(); o = undefined}
      else{ o=a.createOscillator(); o.type="sine"; o.frequency.value=100;
    o.connect(a.destination);o.start()}
    }) 

If you click anywhere it will start/stop.


It sounds like a pitch that you might hear from an airplane propeller, which leads to the question why airsickness exists if the antidote is ambiently present?




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: