<p><span class="h-card" translate="no"><a href="https://hachyderm.io/@fasterthanlime" class="u-url mention">@<span>fasterthanlime</span></a></span> hey this blogpost I think subtly clarifies a confusion I had with Pin for some time:</p><p>the fact that even once all pinned pointers to an object (a place, i suppose now) goes away, the object must still not move until dropped</p><p>If you reframe it as "creating a pinned pointer retroactively makes the pointed-to place a "pinned place"" then this makes sense, a place's pinned-ness doesn't change once it's declared (except that Pin doesn't currently model this, of course)</p>