Hacker News
- Unsafe at Any Speed: Tradeoffs and Values in the Rust Ecosystem https://bitbashing.io/rust-http.html 38 comments
Lobsters
- Rust's Unsafe Pointer Types Need An Overhaul (2022) https://faultlore.com/blah/fix-rust-pointers/ 5 comments rust
- Sandcrust: Automatic Sandboxing of Unsafe Components in Rust (2017) https://os.inf.tu-dresden.de/papers_ps/plos2017-lamowski-rust-sandboxing-paper.pdf 3 comments c , pdf , rust , security
- rust-doom: a reimplementation of Doom in idiomatic Rust, with no unsafe code https://github.com/cristicbz/rust-doom?updated 80 comments programming
- The rabbit hole of unsafe Rust bugs https://notgull.net/cautionary-unsafe-tale/ 60 comments programming
- The rabbit hole of unsafe Rust bugs https://notgull.net/cautionary-unsafe-tale/ 60 comments rust
- On the Dual Nature of Necessity in Use of Rust Unsafe Code https://dl.acm.org/doi/10.1145/3611643.3613878 32 comments rust
- Debugging UB in `unsafe` Rust code https://hyphenos.io/blog/2023/debugging-ub-unsafe-rust-code/ 3 comments rust
- Calling Unsafe Rust Experts: Looking for Interview Study Participants https://cmu.ca1.qualtrics.com/jfe/form/SV_eaE73MZ8126LsVw 24 comments rust
- Unsafe Rust is not C https://www.youtube.com/watch?v=DG-VLezRkYQ 23 comments rust
- New experimental unsafe Rust API in nightly: strict provenance https://github.com/rust-lang/rust/issues/95228 24 comments rust
- Rust's Unsafe Pointer Types Need An Overhaul https://gankra.github.io/blah/fix-rust-pointers/ 108 comments programming
- Uninitialized Memory: Unsafe Rust is Too Hard https://lucumr.pocoo.org/2022/1/30/unsafe-rust/ 97 comments rust
- Are there any big projects written in Rust without any use of unsafe code? https://wiki.theory.org/YourLanguageSucks#Rust_sucks_because 47 comments rust
- A “backwards” introduction to Rust, starting with C-like unsafe code http://cliffle.com/p/dangerust/ 286 comments programming
- What Is Rust's unsafe? https://nora.codes/post/what-is-rusts-unsafe/ 32 comments programming
- Need some help struggling with unsafe Rust https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=5a5ae59819faabb72c41ee57a17c346f 11 comments rust
- Rust 2019: Solid Foundations for Unsafe Code https://www.ralfj.de/blog/2019/01/12/rust-2019.html 18 comments rust
- Proposed Rust community norm for unsafe code http://sanxiyn.blogspot.com/2019/01/proposed-rust-community-norm-for-unsafe.html 47 comments rust
- Rust Community Norms for Unsafe Code https://blog.cessen.com/post/2019_01_09_rust_community_norms_for_unsafe_code 32 comments rust
- Guerrilla Patching in Rust for (unsafe) fun and profit. https://crates.io/crates/guerrilla 16 comments rust
- Unsafe Zig is Safer Than Unsafe Rust http://andrewkelley.me/post/unsafe-zig-safer-than-unsafe-rust.html 80 comments rust
- Unsafe Zig is Safer Than Unsafe Rust http://andrewkelley.me/post/unsafe-zig-safer-than-unsafe-rust.html 107 comments programming
- Undefined vs Unsafe in Rust https://manishearth.github.io/blog/2017/12/24/undefined-vs-unsafe-in-rust/ 41 comments programming
- Undefined vs Unsafe in Rust https://manishearth.github.io/blog/2017/12/24/undefined-vs-unsafe-in-rust/ 41 comments rust
- Is it possible to see if a rust executable was compiled allowing unsafe code? https://www.reddit.com/r/rust/comments/5y702g/is_it_possible_to_see_if_a_rust_executable_was/ 3 comments rust
- Certain efficient code is not possible to write in Rust due to no match with fallthrough or goto, will such extensions come to unsafe code? https://www.reddit.com/r/rust/comments/5xsro8/certain_efficient_code_is_not_possible_to_write/ 20 comments rust
- The Rustonomicon: The Dark Arts of Advanced and Unsafe Rust Programming https://doc.rust-lang.org/nomicon/readme.html 6 comments rust
- Doom on Rust (avoiding unsafe) https://docs.google.com/presentation/d/1tjwba0cr9rhfm47rvw1nfulmouar55xt235ahylpf9u/edit#slide=id.p 13 comments programming
- [Rust] I need help getting rid of unsafe {} workarounds https://ideone.com/NnH1d8 3 comments learnprogramming
- Unsafe Rust: An Intro and Open Questions http://cglab.ca/~abeinges/blah/rust-unsafe-intro/ 12 comments programming
- Unsafe Rust: An Intro and Open Questions http://cglab.ca/~abeinges/blah/rust-unsafe-intro/ 29 comments rust
- What does Rust's “unsafe” mean? http://huonw.github.io/blog/2014/07/what-does-rusts-unsafe-mean/ 6 comments rust
- raw-rs: utilities for unsafe manipulation of core Rust types http://www.rust-ci.org/gankro/raw-rs 3 comments rust
- What does Rust's "unsafe" mean? http://huonw.github.io/2014/07/24/what-does-rusts-unsafe-mean.html 33 comments programming
- Can this be implemented in unsafe rust (treat pointers as integers)? http://stackoverflow.com/questions/24125088/bigint-and-indirection-is-it-feasible-to-implement-bigint-with-pointer-arithmet 5 comments rust
- Rust: rename 'unsafe' to 'trusted' https://github.com/rust-lang/rfcs/pull/117 31 comments programming
- Rust: safe and unsafe as theorems and axioms https://iandouglasscott.com/2019/07/26/rust-safe-and-unsafe-as-theorems-and-axioms/ 26 comments rust
- An unsafe tour of Rust's Send and Sync https://nyanpasu64.github.io/blog/an-unsafe-tour-of-rust-s-send-and-sync/ 3 comments rust
- New Rustacean e027: Trust Me; I Promise! – An intro to unsafe Rust and Rust's idea of safety. https://newrustacean.com/show_notes/e027/#errata 8 comments rust