/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

lukaswirth.dev
| | eldred.fr
1.1 parsecs away

Travel
| |
| | steveklabnik.com
4.0 parsecs away

Travel
| | Blog post: Six years with Rust by Steve Klabnik
| | www.joshbeckman.org
5.3 parsecs away

Travel
| | These are movies I've been watching. {% include ContributionGraph.html category="watching" %} {% assign postsByMonth = site.categories['watching'] | group_by_exp:"post", "post.date | date: '%Y %B'&...
| | ricardomartins.cc
18.8 parsecs away

Travel
| [AI summary] This technical blog post explains the concept of interior mutability in Rust, providing a deep dive into how std::cell::Cell and std::cell::RefCell allow mutable state within immutable structures and discusses their use cases and safety guarantees.