• 0 Posts
  • 44 Comments
Joined 3 years ago
cake
Cake day: August 6th, 2023

help-circle



  • Memory leaks are more than possible in rust. Rust type system prevents things like free being called on an already free resource. It very much also allows not calling free even when nothing references things. It also makes things like arena allocation a fun endeavor compared to other systems languages. It’s not impossible just trickier. Rust isn’t a panacea, you would need something more like idris with its type system to programmatically enforce resources are freed at runtime during the compilation phase. But a fully dependent type system is very much a bleeding edge thing.




  • If you all didn’t want to be the New Zealand of generations you would’ve had your mom give birth earlier or later duh.

    Just like New Zealand should push itself closer to a continent if it wants to be on maps.

    Also as a dum millennial I am always amused when my brethren ask me about social media etc and say I don’t know about tech cause I don’t got an ig account or watever. Bitch please, I have worked in kernel dev I know all the lies we present as a file. I get angy when people that can’t read x86 assembly tell me I’m not technical.














  • I’m curious how you could make that work as it’s a basic contradiction. For 6+6 to equal 10 6 couldn’t equal itself which makes the entire premise invalid.

    If you want more single digit numbers hexadecimal aka base 16 is even better than 12. But I can’t see how 10 can be evenly divided by all of 2,3,4,6 without being a multiple of the set.