• Home
  • Music
  • Projects
  • Posts

Projects

  • LUFS.org Find out the integrated loudness (LUFS) & true peak (dBTP) for any audio file up to 384kHz/32bit and 8 channels.
  • QR Date A trusted timestamp that you can physically include in media using QR codes and audible data signals.

Open source

  • Bodyguard Streaming body parser and guard
  • paseto-ts A PASETO v4 implementation in TypeScript
  • argon2-wasi & bcrypt-wasi WASI-ready Argon2 and bcrypt

Other

  • otterations A collection of useful operations for working with arrays, objects, strings and numbers
  • wavesurfer A wavetable snipping tool
  • Plinky 8-voice polyphonic touch synthesiser by Alex Evans

argon2-wasi

Wraps the Rust crate argon2 in a very simple WASI (or commandline) compatible program.

Compatible with workerd / CloudFlare Workers' WASI support. You need to run the worker in unbounded mode for it to not time out.

Visit Github project

bcrypt-wasi

The same, but for bcrypt.

Visit Github project