Tom Elovi Spruce

Results 6 comments of Tom Elovi Spruce

This will also allow me to add preferences to [DrRacket's user preference file](https://docs.racket-lang.org/drracket/drracket-files.html#(part._.Preference_.Files)). Since the first and last lines of those files are opening and closing parenthesis, I need to...

I was curious too, so I looked at [the wavesurfer's spectrogram example page](https://wavesurfer-js.org/example/spectrogram/index.html) and set a breakpoint where they [grab the audio buffer and calculate the spectrum](https://github.com/katspaugh/wavesurfer.js/blob/master/src/plugin/spectrogram.js#L500). When the breakpoint...

I was sorely mistaken. Both wavesurfer and spectrogram.js grab the entire audio buffer, so why is wavesurfer drawing the whole spectrum at once while spectogram only draws one at a...

If you're wondering why Waverunner uses it's own FFT, it's not because AnalyserNode can't sample the entire audio buffer. There is a way to work around that, but it's fraught...

Upon further review, PKCE was designed assuming apps could [only be registered once](https://developer.okta.com/blog/2019/05/01/is-the-oauth-implicit-flow-dead#the-oauth-authorization-code-flow-is-better). However, Mastodon instances allow you to register your client app multiple times as can be demonstrated with...

Current workaround is to use an upcoming version of fedifinder and download the resulting JSON of your lists https://fedifinder-backup2.glitch.me/