Post ALp4K81VKsLZXFNaPA by muted@social.linux.pizza
 (DIR) More posts by muted@social.linux.pizza
 (DIR) Post #ALoxGBzDxXHOzPUNCy by jaxter184@social.linux.pizza
       2022-07-24T15:36:27Z
       
       0 likes, 1 repeats
       
       it turns out that the term "zero-cost abstraction" is actually a misnomer because they cost me my sanity
       
 (DIR) Post #ALp4K81VKsLZXFNaPA by muted@social.linux.pizza
       2022-07-24T16:55:37Z
       
       0 likes, 0 repeats
       
       @jaxter184 do you have a repo? i'd like to try it out
       
 (DIR) Post #ALqHzJ5pqobdBkdSKm by Archivist@social.linux.pizza
       2022-07-25T07:03:26Z
       
       0 likes, 0 repeats
       
       @jaxter184Some of them are pretty good for ones sanity though. Like ranges are still freaking convenient, and so are RAII managed resources.What abstraction was your cognito-hazard?
       
 (DIR) Post #ALr1w8fijgz1tGqck4 by jaxter184@social.linux.pizza
       2022-07-25T15:38:17Z
       
       0 likes, 0 repeats
       
       @Archivist I was working with a Rust library that has a bunch of types that are packed to the brim with generics and methods with tons of closure arguments. Honestly, its not too bad, but its far from the simplicity of passing pointers and values around in C (though that has its own mental costs).