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
lookin for my next full-time gig
// prev @ astronomer, puppet, and a few other startups
13 posts
26 followers
222 following
Getting Started
comment in response to
post
hopefully in a more reasonable and genuinely useful way than most of what's out there
comment in response to
post
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
comment in response to
post
^.^ hope u like!
comment in response to
post
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
comment in response to
post
I didn't see whatever it was
comment in response to
post
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!
comment in response to
post
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