Software

RSS feed: whole site

Unix utilities

Rust libraries

Other

A list of software I wrote but no longer maintain is also available.

Validation / verification

git commits

Since 2022-01-14 I have signed all of my git commits with an SSH key with the following public key:

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGLW2ICUhQkQQAYmgdxR8czAqJ2lHqweuKKrCMp0AYse laurie@tratt.net

If a git commit with my name and/or email address is not signed by this public key, then you should assume that the commit was not created by me.

Software releases

All software releases on this site are verified with the same ssh key:

$ echo 'laurie@tratt.net namespaces="file" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGLW2ICUhQkQQAYmgdxR8czAqJ2lHqweuKKrCMp0AYse' > allowed_signers
$ ssh-keygen -Y verify \
  -f allowed_signers \
  -I laurie@tratt.net \
  -n file \
  -s /path/to/file.sig \
  < /path/to/file