Viewing profile — fsuuttg
fsuuttg
HN member- Joined
- Tue, Oct 20, 2020, 9:22 PM UTC
- HN karma
- 1
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About fsuuttg
No profile information was provided.
Recent public activity
-
comment
Comment #24852664
Why does it matter? Turing completeness is a low bar. Both exp(exp(N)) and log(log(N)) algorithms solve the AI problem in a finite number of steps, but one of them is a useless abs…
-
comment
Comment #24850508
The party is over, I guess. I'll give it another try later.
- comment
-
comment
Comment #24850460
I'm a little late to the party. What are those containers really? One feature that web really needs can be called a "container" or an advanced iframe. That super-iframe would allow…
-
comment
Comment #24842695
Author here. If you follow the github link, you'll see a few sample images and a live demo. It uses WebAudio to capture audio samples, runs FFT to calculate ACF and renders the res…
-
story
Visualizing music with the auto correlation function
ACF is a surprisingly simple, yet accurate way to visualize music: soundshader. github.io /docs/acf ACF is really just a couple FFTs that drop the phase component in between. Howev…