emmagamma
banner
emmagamma.codes
emmagamma
@emmagamma.codes
yet another 🏳️‍⚧️ 🐶 woman named emma who writes code, there are dozens of us!

did you lose your dice again? here, take this: heckadecimal.com
hopefully in a more reasonable and genuinely useful way than most of what's out there
May 19, 2025 at 11:15 PM
I'm not entirely opposed to ai, but the vast majority of companies out there rushed into it and did not think things through very much if at all, and the products and use cases are just some of the worst pieces of garbage I've ever seen

I actually have a project I'm working on that uses ai, but
May 19, 2025 at 11:15 PM
^.^ hope u like!
April 27, 2025 at 4:56 AM
oh nice, sounds pretty neat!

could be fun to try writing the compression yourself, if ur into that sorta thing I suppose, or perhaps something like crates.io/crates/brotli lol which I haven't used before but I know it's pure rust (no std lib) so cross compilation should be easier
crates.io: Rust Package Registry
crates.io
April 27, 2025 at 2:38 AM
I didn't see whatever it was
April 27, 2025 at 2:32 AM
yeah I'm havin fun with it lol

no custom compression, mostly just xChaCha20Poly1305 to encrypt the data itself, and argon2 for key-derivation + hashing, at least for now

I hasn't considered adding compression too but that could be a pretty useful feature!
April 27, 2025 at 1:49 AM
I'm planning on getting it set up soon with a homebrew cask, as well as putting it on a few other package managers, to make installation a little simpler

also planning to add a 'one-time-pad' mode, which is theoretically speaking the most secure classical encryption one could possibly have
April 25, 2025 at 9:17 PM