/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kobzol.github.io
| | blog.yossarian.net
3.3 parsecs away

Travel
| | [AI summary] A programming blog post details a Rust code hack that bypasses unsafe restrictions by manipulating process memory via /proc/self/mem to reinterpret data types.
| | iter.ca
3.0 parsecs away

Travel
| | Breaking all of the safety in Rust
| | www.matheusrich.com
3.3 parsecs away

Travel
| | I'm learning Rust and this is the first post about my experience with it. I'm a Ruby programmer, so you may wanna check out my post about the decision of learning Rust for more background.
| | manishearth.github.io
10.2 parsecs away

Travel
| A colleague of mine learning Rust had an interesting type / borrow checker error. The solution needs a less-used feature of Rust (which basically ...