blog/content/pages/projects.md
Cyryl Płotnicki fadb45580e
Some checks failed
build and publish / Publish (push) Failing after 13m13s
build and publish / Check config (push) Has been cancelled
move to marmite
2025-01-04 20:38:09 +00:00

964 B

Projects

  • legdur - legdur is a simple CLI program to compute hashes of large sets of files in large directory structures and compare them with a previous snapshot. Think having your photo collection you acquired over time and worrying about bitrot.
  • genpass - A simple yet robust commandline random password generator written in Rust. Has an extensive generative test suite, including tests against a Rust port of Dropbox's password strength tester zxcvbn.
  • netlify deployer - A Python CLI tool to deploy a website to Netlify using their incremental API client. Not the best code but works like a charm.
  • my dotfiles - all of the settings for all of my machines, automated using Nix
  • bakare - work in progress on writing a modern backup solution in Rust