
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
oscilloscope and spectroscope that reads from stdin
If you type:
$ sox look_around_you.mp3 -c1 -r44k -t f32 - | sillyscope --range=100-20k
you will get a live scanning spectroscope in a chromeless chrome window.

usage: sillyscope OPTIONS
Show a scanning spectrograph from 32-bit little-endian float data from stdin.
where OPTIONS are:
--range=START-END
Limit the vertical axis between START and END in Hz.
You can use `k` as short-hand for 1000s. Default: 0-44k.
--rate=RATE
Expect RATE bytes per second as input. Default: 44k.
--samples=SAMPLES
Use SAMPLE many samples each sweep of the fft.
More samples will be slower but higher resolution.
Default: 11k.
Only supports 32-bit float input right now.
With npm do:
npm install -g sillyscope
MIT
FAQs
silly oscilloscope
We found that sillyscope demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.