• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: January 25th, 2024

help-circle



  • My ex did tell me I’m shorter than she wants her bf to be. I was still talker than her by 2-3 inch but she wanted me taller than her in heels. And suggested I do exercises to get taller.

    I ended it with her soon after that. I think if someone has thought like that, there are other common patterns that makes the relationship too much to worth it. My wife now is same height as me and we’re happy about that, height difference of several inches seems weird/difficult to imagine now.




  • Yeah, and there’s no plan to stabilize the ABI because it’s developing.

    You can use C ABI for some data formats, but you’re limited on what you can use (mostly primitives). There’s a crate stable-abi or abi-stable that provides a way to do things to keep it stable, but since it’s external crate it has limitations.

    I know it’s frustrating because I am writing something in rust that loads functions in runtime. I thought it’d be easy because programs written in C do it all the time. Rust gives a lot of advantages but working on dynamic loading hasn’t been fun. And there aren’t a lot of resources about this either.