Explore >> Select a destination


You are here

rauljordan.com
| | corrode.dev
4.2 parsecs away

Travel
| | Programming is an iterative process. As much as we would like to come up with the perfect solution from the start, it rarely works that way. Good programs often begin as quick prototypes. While many experiments remain prototypes, the best p...
| | ricardomartins.cc
3.2 parsecs away

Travel
| |
| | blog.polybdenum.com
4.6 parsecs away

Travel
| | One of the first things any Rust programmer learns is that you can't pass an object and a reference to that object around at the same time. It's impossible to do, even indirectly. This limitation has been the subject of countless questions on Stack Overflow and posts on Reddit and the Rust forums and anywhere else where Rust programmers might ask for help. It's so well-known that most people treat it like an axiom, not just a limitation of Rust as it currently exists, but an inherent limitation of borrow checking in general.
| | zblesk.net
21.4 parsecs away

Travel
| In the previous post I mentioned that I wrote a script to extract the "started reading" dates from GR. Here it is, in case you need it.