2
<p>Today we celebrate the halfway point on our voyage from Cape Town to Sint Maarten.</p>
Attached image 0
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> oof. Despite not knowing anything about you aside from what you post here, and the code you’ve written that I’ve reviewed, I’m glad you’re out of the hospital and that a worse outcome didn’t happen. I’m sorry that terrible people are terrible. I’m also sorry that cops. Fucking cops.</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@gamingonlinux" class="u-url mention">@<span>gamingonlinux</span></a></span> </p><p>apropos:</p><p><a href="https://mastodon.social/@activersity/114154090866353436" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">mastodon.social/@activersity/1</span><span class="invisible">14154090866353436</span></a></p>
<p><span class="h-card" translate="no"><a href="https://tech.lgbt/@AzulCrescent" class="u-url mention">@<span>AzulCrescent</span></a></span> I’ll let you in on a secret: a lot of those people who make it seem easy are actually tumbling through a series of ill-advised disaster relationships.</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> yeah, I can imagine that. Take care</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@gamingonlinux" class="u-url mention">@<span>gamingonlinux</span></a></span> <a href="https://heroicgameslauncher.com" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">heroicgameslauncher.com</span><span class="invisible"></span></a></p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@dabeaz" class="u-url mention">@<span>dabeaz</span></a></span> <span class="h-card" translate="no"><a href="https://ciberlandia.pt/@villares" class="u-url mention">@<span>villares</span></a></span> this has to do with Python&#39;s &quot;interning&quot;, done to preserve memory and efficiency. Rather than store multiple copies of static variables, all variables will point to the same set of values.</p><p>```<br />a = 42<br />b = 42<br />c = float(&#39;nan&#39;)<br />d = float(&#39;nan&#39;)</p><p>assert id(a) == id(b)<br />assert id(c) != id(d)<br />```</p><p>Interning doesn&#39;t happen for nan values because it relies on the fact that the two values are equal.</p>
<p>The light makes the ocean look different colors sometimes.</p>
Attached image 0
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@sayrer" class="u-url mention">@<span>sayrer</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@hsivonen" class="u-url mention">@<span>hsivonen</span></a></span> I don&#39;t think you&#39;d sound like a rube. This is just part of the general trend in American English to replace all vowels with schwa.</p>