A Discord proof of concept clone.
  • Rust 96.7%
  • Nix 3.3%
Find a file
2026-04-24 23:21:52 -04:00
assets/fonts init 2025-07-13 01:51:03 -04:00
core reactions 2025-08-15 23:12:52 -04:00
src reactions 2025-08-15 23:12:52 -04:00
widgets init 2025-07-13 01:51:03 -04:00
.env init 2025-07-13 01:51:03 -04:00
.envrc init 2025-07-13 01:51:03 -04:00
.gitignore init 2025-07-13 01:51:03 -04:00
Cargo.toml use patched tenor library with custom iso 639 2025-08-26 00:44:24 -04:00
flake.lock init 2025-07-13 01:51:03 -04:00
flake.nix init 2025-07-13 01:51:03 -04:00
README.md Add README.md 2026-04-24 23:21:52 -04:00

Saturn

This is a client only proof of concept I made over the summer with a goal of a peer 2 peer networking app. However I've realized the hard parts are never the software. The hard part is building community and adoption, Linux beat Solaris. Solaris was technically superior and still lost.

Things done

  • Wrote an api for Tenor
  • Wrote my own ISO 639 crate (Also resulted in fixing of internal Library of Congress files for the ISO 639 standard.)
  • Learned advanced async on mass demand
  • Futures cancellation