Uhn 🥺
Uhn 🥺
#rust #Unsafe-block #Memorysafety #Programminghumor #Rust-memes
https://programmerhumor.io/rust-memes/uhn-ger9
Latest posts tagged with #memorysafety on Bluesky
Uhn 🥺
Uhn 🥺
#rust #Unsafe-block #Memorysafety #Programminghumor #Rust-memes
https://programmerhumor.io/rust-memes/uhn-ger9
The Rust Propaganda Agent
The Rust Propaganda Agent
#rust #Programminglanguages #Memorysafety #performance #Evangelism
programmerhumor.io/rust-memes/the-rust-prop...
People often claim that memory-safe languages eliminate the class of memory bugs, but that is not true and can give less experienced devs a false sense of security.
You can violate borrow checker at runtime in Rust with zero unsafe blocks. You can have null-pointer dereference in C#. You can […]
Niche Expertise Mastering Rust: How Our Online Coaching Bridges the Skill Gap in Germany
Master Rust with TCCI’s expert online coaching. Bridge Germany's tech skill gap with logic-first systems programming. Join now!
👉tccicomputercoaching.wordpress.com/2026/02/13/mastering-rus...
#RustLang #GermanyTech #TCCI #OnlineCoaching #MemorySafety #EuropeTech
Apple's security enhancements include memory safety in C for iBoot. Users noted it's a C dialect, leveraging clang with fbounds checks for robust protection. A specific example of their technical depth. #MemorySafety 2/6
Debugging memory leaks in Swift, particularly within SwiftUI/AppKit, is a significant pain point. Many find Swift's automatic memory management harder to reason about than Rust's ownership model or Go's explicit GC. #MemorySafety 3/6
WhatsApp migrated 160,000 lines of C++ to Rust to eliminate memory-safety bugs. Here’s how compiler-level security changed its threat model.
More details here: ostechnix.com/why-whatsapp...
#Whatsapp #Rust #C++ #Meta #MemorySafety #Security
Screenshot of a BaseFortify CVE report page for CVE-2026-24798, showing critical CVSS score details, vulnerability description, affected DagorEngine product, and AI-powered security analysis.
⚙️ Technical impact:
A buffer boundary flaw in third-party UPnP parsing code allows out-of-bounds memory access.
Exploitation may result in crashes, memory corruption, or undefined behavior in affected engines.
#MemorySafety #BufferOverflow #Infosec 🚨
Rust คืออะไร
อ่านต่อ : www.blockdit.com/posts/696b3e...
#ShoperGamer #Rust #WebAssembly #Wasm #MemorySafety #Study #Knowledge #Feed
A key insight: Rust's memory safety is seen as a paramount advantage, critical for preventing common vulnerabilities. This often justifies its adoption despite discussions on binary size or linking preferences. #MemorySafety 3/6
Memory safety is paramount! The discussion emphasized overwriting memory on free to mitigate vulnerabilities like MongoBleed. Crucially, be mindful of compiler optimizations that could prevent effective memory sanitization. #MemorySafety 2/5
To the #Rustaceans out there, how much of an extra burden is it to write and maintain a library that exposes its public API not just via Rust but also unmangled C?
#rust #programming #software #c #interoperability #binding #development #security #memorysafety #languages
The joint statement “Improving Europe's cybersecurity posture through memory safety”, has now been published: trifectatech.org/blog/calling...
It calls for stronger #MemorySafety incentives in EU cybersecurity policies.
Thanks to all supporters and contributors!
#security
The proposal sparks debate on Go's memory safety. Does `secret` offer a significant improvement over existing practices for protecting keys, or is it a niche solution? Go's GC already helps, but explicit zeroing targets specific attack vectors. #MemorySafety 5/6
Hacker News discussed Fil-C, a new C memory safety approach, comparing it to WASM & Rust. Key themes included its security claims, practical adoption, and the nuanced differences from other sandboxing technologies. #MemorySafety 1/6
Tor's move to Rust is largely driven by memory safety. Rust's strict compiler helps prevent common vulnerabilities like buffer overflows, crucial for a security-critical application like the Tor network. This enhances user protection. #MemorySafety 2/6
Fil-C is a compelling new direction for systems programming: a memory-safe implementation of C/C++ that keeps full compatibility with existing software, build systems and tooling.
🔗 fil-c.org
#MemorySafety #SystemsProgramming #C #CPP
Channel9 What's this Rust thing? Why is it important?: C and C++ have powered software for decades, but they also come with some baggage. Michael Howard explains why Rust is changing the game by catching memory safety issues before your code even runs.… #RustProgramming #MemorySafety #CPlusPlus
The article is too verbose & the discussions flame out, but some good references in both:
“Memory Safety For Skeptics”, ACM Queue (queue.acm.org/detail.cfm?i...).
Via HN: news.ycombinator.com/item?id=4587...
On Lobsters: lobste.rs/s/mytmnl/mem...
#PLDI #Programming #MemorySafety #Security
💻 Weekend project: I finally got time to update the #MerlinOS presentation with the newest features:
paolozaino.wordpress.com/portfolio/me...
#OperatingSystem #KernelDevelopment #SystemsProgramming #EmbeddedSystems #MemorySafety #FormalVerification #OpenSource #SoftwareEngineering #LowLevel
Memory safety discussions extended to Garbage Collection (GC). Some advocated GC as a solution for safety in system programming, while others raised concerns about its performance implications, a key trade-off. #MemorySafety 4/6
Many argue "unsafe" Rust is crucial for low-level tasks like GC, enabling direct memory manipulation for speed. The goal is often to build safe, high-level abstractions on top, not to abandon safety entirely. #MemorySafety 5/7
iT4iNT SERVER Rust Adoption Drives Android Memory Safety Bugs Below 20% for First Time VDS VPS Clown #Rust #Android #MemorySafety #PotatoSecurity #Programming
iT4iNT SERVER Rust Adoption Drives Android Memory Safety Bugs Below 20% for First Time VDS VPS Cloud #Rust #Android #MemorySafety #CyberSecurity #Programming
Rust in Android: More Memory Safety, Fewer Revisions, Fewer Rollbacks, Shorter Reviews #Technology #SoftwareEngineering #ProgrammingLanguages #Rust #AndroidDevelopment #MemorySafety
Rust's impact on memory safety is profound: Google reported a 1000x reduction in memory safety vulnerabilities in Android. This drastically improves code quality, lowers rollback rates, and boosts developer confidence. #MemorySafety 2/6
Very impressive:
“InvisiCaps: The Fil-C Capability Model”, Filip Pizlo (fil-c.org/invisicaps).
See Also: “Fil's Unbelievable Garbage Collector”, Filip Pizlo (fil-c.org/fugc).
#C #FilC #MemorySafety #Programming #GarbageCollection #GC #InvisiCaps #FUGC
medium.com/@simon.swart...
Started learning Rust - will be posting updates on Medium. If you aren't a medium member, and want to read the article, just send me a message and I'll get it to you.
#Rust #RustLang #LearnRust #BorrowChecker #CodeOwnership #MemorySafety #SystemsProgramming #BackendDev
“A Note On Fil-C”, Graydon Hoare (graydon2.dreamwidth.org/320265.html or web.archive.org/web/20251107... if it 403s 😒).
On Lobsters: lobste.rs/s/ywvatn/not...
On HN: news.ycombinator.com/item?id=4584...
#FilC #Rust #MemorySafety #Programming #C #ProgrammingLanguages