Oh, wow, stop the presses! 📰 Apparently, C's file API is the best because it’s like accessing memory—revolutionary! 🚀 Don't forget to include your 47 header files just to open a file. 📂🤣
https://maurycyz.com/misc/c_files/ #CFileAPI #MemoryAccess #Revolutionary #Programming #Humor #HackerNews #ngated
Why does C have the best file API? (Maurycy's blog)

Github.io user em-tg dives into a comparison of memory access in Rust and C#. Two points stand out:

1. Garbage collection in C# allows one to do things that are impossible to do in Rust in a memory-safe way, with the downside that it requires "stack-only" and "heap-only" types.

2. The C# and Rust development teams both approach memory safety coming from opposite directions.

"A comparison of Rust’s borrow checker to the one in C#"

https://em-tg.github.io/csborrow/

#csharp #rust #memoryaccess

Excited to learn about how KDAB's Shivam Kunwar is tackling the challenge of mapping LLVM values to source-level expressions at #FOSDEM 2024. Discover how this project using #LLVM intrinsic functions can revolutionize code optimization and memory access Thank you, @fosdem! More info: https://fosdem.org/2024/schedule/event/fosdem-2024-1682-map-llvm-values-to-corresponding-source-level-expressions/ #CompilerOptimization #CodeOptimization #MemoryAccess
FOSDEM 2024 - Map LLVM values to corresponding source-level expressions