Egregoros

Signal feed

witch_t *navi

@navi@social.vlhl.dev

wannabe hacker just going around

a c witch using gentoo, openrc dev, and wine/vkd3d hacker

♫♪ a thing of beauty, i know, will never fade away ♪♫

<3 @lizzy@social.vlhl.dev

Posts

Latest notes

@rose "private and secure"

> Stop worrying about accidentally exposing your private data. Our AI-powered security assistant reviews every draft for potentially sensitive content and suggests enabling encryption when needed. With Atomic Mail, your privacy is automatically protected every time

"private and secure"
i really hate this idea that every non-trivial struct in c must be an opaque heap allocated pointer because people can't trust their users to read documentation, or what?

abi stability is another topic, and that one is more valid of a reason, but i'd still say it's not that hard, use sonames properly -- but if you *know* the struct definition will be changing a lot, then it's fair (but consider structuring your api differently, be modular and rely less on one single big struct type)