If something I say sounds insane it's usually a shitpost, but if you wanna be sure u can ask (It will give me feedback to add notation so that I can be sure it's not misunderstood)
I can be weird and lewd here, I usually try to CW stuff correctly, mostly succeed but viewer discretion is advised, I am not strictly mDNI but I def would require not interacting with lewd posts, and I will block if I realize that this is happening. Also lewd stuff I post are usually jokes, I am in a monogamous relationship so do NOT try to unironically hit on me. Ironically is fine if I know you and its all for jokes.
Few statements that I believe so if u dont believe you might not like me and I might not like you: - Trans rights (I mean ALL trans rights. Transfem, masc, enby, anything else too, you are all valid) - Gay rights - Queer rights - MAPs aren't queers. Pedophilia is not a sexuality. - Privacy matters
Very lewd, yubikeys@julia I got her on my keychain, always ready to be forced into a tiny hole, or pinned against my phone, ready to be touched and used And in case she breaks, I keep a backup in dark space in the drawer, waiting patiently for her turn
@sodiboo@ivy_gay Yeah But dereferencing is still an UB :3 It just that Rust in that sound case does not try to dereference it, in godbolt it showed that it just ignores that, so u were right with that code not being UB tho yeah I was being dumb I didn't take the optimization/idkhowelsetonamethis into account at first
@sodiboo@ivy_gay I think this is not an UB only because it's being optimized away and it does not attempt dereferencing at all? Dereferencing itself would still be UB but it does not happen so there's no UB cus of that?
@lunareclipse@silly I know that you can do the .python-version file and specify it there so the project knows which one to use But idk if you can build for different versions
@sodiboo@ivy_gay tho it does compile and it does work but like I feel that operation by itself is not guaranteed to always work, because of UB, even if it does work most of the times I think 🥰
@sodiboo@ivy_gay isn't dereferencing still a memory access operation since it has to get value from address 0? like dereferencing is an act of reading memory right?